.price-structure-holder {
  display: flex;
  margin: 100px 0 50px;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .price-structure-holder {
    font-size: 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) {
  .price-structure-holder {
    flex-wrap: wrap;
    gap: 30px;
    margin: 60px 30px;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .price-structure-holder {
    border: 2px solid #d2d2d2;
    border-radius: 13px;
    background-color: white;
  }
}
.price-structure-holder .emphasis {
  color: var(--skala-blue);
}
.price-structure-holder .de-emphasis {
  color: grey;
}
.price-structure-holder hr {
  border: 1px solid #d2d2d2;
  width: 100%;
  margin: 0;
}
.price-plan {
  flex: 1;
  padding: 15px 30px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .price-plan {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-plan {
    flex-basis: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .price-plan {
    border: 2px solid #d2d2d2;
    border-radius: 10px;
    background-color: white;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .price-plan {
    flex-basis: 100%;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .price-plan:nth-child(3):after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background-color: #d2d2d2;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .price-plan.featured {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
.price-plan.featured .plan-title {
  color: var(--skala-blue);
}
.price-plan.featured .plan-title {
  transform: scale(1.8) translateY(-8px);
}
@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) {
  .price-plan.featured .plan-title {
    transform: none;
    font-size: 55px;
    margin-top: -10px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .price-plan.premium {
    border-bottom: 2px solid #d2d2d2;
  }
}
.text-plane {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .text-plane {
    gap: 15px;
  }
}
.text-plane > div {
  padding: 15px 0;
}
.text-plane .basic-features ~ div {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .text-plane .basic-features ~ div {
    min-height: 60px;
  }
}
.text-plane .plan-title {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 29px;
  line-height: 1em;
  margin-top: 10px;
  padding-bottom: 0;
}
.text-plane .price {
  padding: 10px 0 0;
}
.text-plane .basic-features {
  padding: 25px 0;
}
.text-plane .contact-link {
  background-color: var(--skala-blue);
  color: white;
  padding: 11px 15px;
  border-radius: 224px;
}
.featured-bg {
  position: absolute;
  top: -60px;
  right: -8px;
  left: -8px;
  bottom: -20px;
  border: 6px solid var(--skala-blue);
  background: var(--skala-blue);
  border-radius: 13px;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .featured-bg {
    bottom: -10px;
  }
}
.featured-bg:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  border-radius: 6px;
}
.featured-bg .featured-text {
  color: white;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: medium;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
}
:root {
  --skala-blue: #0f72e9;
  --skala-dark-blue: #00377a;
  --primary-color: #de0284;
}
.skala-header {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
}
.body-mi4217 {
  padding-top: 30px;
}
.body-mi4217 .header-standard {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 10px;
  box-shadow: none;
}
.body-mi4217 .header-standard .container {
  width: auto;
}
.body-mi4217 .logo {
  width: 200px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi4217 .logo {
    width: 100%;
  }
  .body-mi4217 .logo p img {
    width: 200px;
    text-align: center;
  }
}
.body-mi4217 .back-to {
  color: var(--skala-blue);
  text-decoration: underline;
  float: right;
  margin-top: -130px;
  position: relative;
  z-index: 333;
}
.body-mi4217 .back-to:hover {
  text-decoration: underline;
  color: black;
}
.body-mi4217 .back-to:after {
  content: '';
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/sirkel.svg?v=1671097406312);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1000px;
  height: 1000px;
  position: fixed;
  top: -300px;
  right: -600px;
  opacity: 0.6;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi4217 .back-to {
    display: none !important;
  }
}
.article6205:before {
  content: '';
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/sirkel.svg?v=1671097406312);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 700px;
  height: 700px;
  position: fixed;
  bottom: -200px;
  left: -400px;
  opacity: 0.6;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .skala-header-section {
    margin: 40px 0 70px;
  }
  .skala-header-section .row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .skala-header-section {
    margin: 30px 0 50px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .skala-header-section {
    margin-bottom: 50px;
  }
}
.module-article.skala-headline h1 {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 30px;
  text-transform: none;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .module-article.skala-headline h1 {
    font-size: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-article.skala-headline h1 {
    font-size: 47px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.skala-headline h1 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}
.module-article.skala-headline h4 {
  color: var(--skala-blue);
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.skala-headline h4 {
    text-align: center;
  }
}
.module-article.skala-headline > p > a {
  background-color: var(--skala-dark-blue);
  color: white;
  border-radius: 100px;
  padding: 6px 24px;
  margin: 0 0 10px 10px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
}
.module-article.skala-headline > p > a:hover {
  color: white;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.skala-headline > p {
    text-align: center;
  }
}
.module-article.article4202 h2 {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.article4202 h2 {
    font-size: 30px;
  }
}
.module-article.article4202 h3 {
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.4em;
}
.body-mi4217 .module-article h3 {
  font-family: 'IBM Plex Mono', monospace !important;
  font-weight: 600;
  font-size: 22px;
}
.checkmark-header {
  margin-bottom: 30px;
}
.checkmark-header h3 {
  font-size: 26px !important;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
}
.checkmark-header h3:before {
  content: '';
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/skala-checkmark.svg?v=1641210668671');
  background-repeat: no-repeat;
  background-position: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.checkmark-header p + h3 {
  margin-top: 30px;
}
.module-article.skala-contact-header {
  margin: 120px 0 30px;
}
.module-article.skala-contact-header h3,
.module-article.skala-contact-header p {
  text-align: center;
}
.module-article.skala-contact-header h3 {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--primary-color);
  font-size: 33px;
}
.module-article.skala-contact-header p {
  font-size: 27px;
  margin: 13px 0 0;
}
.skala-form-blob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 0;
  width: 879px;
  pointer-events: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .skala-form-blob {
    transform: translate(-50%, -25%);
  }
}
.module-formbuilder.skala-contactform {
  border: none;
  background: #e7e7e7;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
  padding: 0;
  width: auto;
}
.module-formbuilder.skala-contactform:hover {
  border: none;
}
.module-formbuilder.skala-contactform > form {
  padding: 35px 30px;
}
@media (min-width: 470px) {
  .module-formbuilder.skala-contactform {
    max-width: 450px;
  }
}
.module-formbuilder.skala-contactform .form-group {
  margin-bottom: 30px;
}
.module-formbuilder.skala-contactform .form-control {
  background: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 17px;
  font-size: 18px;
  height: auto;
  display: block;
}
.module-formbuilder.skala-contactform .phone .form-control {
  width: 14ch;
}
.module-formbuilder.skala-contactform .btn {
  float: none;
  background: var(--primary-color);
  border-radius: 100px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder.skala-contactform .btn {
    font-size: 18px;
  }
}
.module-formbuilder.skala-contactform .required label:after {
  content: 'Påkrevd';
  text-transform: uppercase;
  color: black;
  opacity: 0.5;
  margin-left: 10px;
  font-size: 0.8em;
  letter-spacing: 2px;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .skala-features .row .col-sm-12 {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .skala-features .row .col-sm-12 > .module-article {
    flex-basis: 50%;
  }
  .skala-features .row:nth-of-type(2n) .col-sm-12 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .skala-features .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.skala-features .module-article h2 {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.3em;
}
.body-mi4217 .om-skala {
  margin: 100px 0 100px;
}
.body-mi4217 .om-skala h4 {
  font-weight: normal;
}
.body-mi4217 {
  background-color: #f3f8fe !important;
}
.body-mi4217 .header-standard,
.body-mi4217 .section-standard,
.body-mi4217 .smal-bg,
.body-mi4217 .fullskjerm,
.body-mi4217 .skala-header-section,
.body-mi4217 .skala-features {
  background-color: transparent !important;
  box-shadow: none;
}
.ref-kunder-skala {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.ref-kunder-skala img {
  max-width: 190px;
  margin: 10px 40px;
}
.ref-kunder-skala .sigdal,
.ref-kunder-skala .norgeseliten {
  max-width: 160px;
}
.ref-kunder-skala .toyota {
  max-width: 140px;
}
.ref-kunder-skala .ccmat {
  width: 90px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi4217 .smal-bg .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.body-mi4217 .smal-bg .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.body-mi4217 .module-article h4 {
  font-family: 'IBM Plex Mono', monospace !important;
}
.body-mi4217 .module-article h2 {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 29px;
  line-height: 33px;
}
.article6205 {
  max-width: 800px;
  margin: 0 auto;
}
.octi-logo-skala img {
  width: 200px;
}
.transition-all {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.skala-btn a {
  background-color: var(--skala-blue);
  padding: 11px 45px;
  border-radius: 224px;
  font-size: 20px;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 700;
  margin: 30px 0;
  display: inline-block;
  color: white !important;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.skala-btn a:hover {
  transform: scale(1.05);
}
.video-container {
  position: relative;
  z-index: 333;
}
/* Colors */
/* extra */
.transition-all {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .top-head-img {
  height: 670px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  body .top-head-img {
    min-height: 500px;
    height: calc(60vh - 20px);
  }
}
body .top-head-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.65) grayscale(0.3);
  background-color: black;
}
body .top-head-img.book:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/1K8A7096_1.jpg?v=1648730919023');
}
.book-package-holder {
  display: flex;
  flex-wrap: nowrap;
  border: 2px solid #cee3ea;
  padding: 30px;
  border-radius: 13px;
  margin: 100px 0 50px;
  font-family: 'Roboto', sans-serif;
  background-color: #f3fcff;
  text-align: center;
  margin-bottom: 100px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .book-package-holder {
    display: block;
    padding: 0;
    background-color: transparent;
    border: 0;
  }
}
.book-package-holder .book-package {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding: 15px 30px;
  position: relative;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .book-package-holder .book-package {
    display: block;
    border: 2px solid #cee3ea;
    background-color: #f3fcff;
    border-radius: 13px;
    padding: 30px;
  }
}
.book-package-holder .book-package .text-holder {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}
.book-package-holder .book-package .text-holder ul {
  text-align: left;
  list-style-type: disc;
  padding-left: 20px;
  line-height: 24px;
}
.book-package-holder .book-package .text-holder ul li {
  margin-bottom: 5px;
}
.book-package-holder .book-package .package-title {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 29px;
  line-height: 1em;
  margin-top: 10px;
  padding-bottom: 0;
  font-weight: 700;
}
.book-package-holder .book-package p {
  margin: 10px 0;
}
.book-package-holder .book-package span,
.book-package-holder .book-package .price {
  font-size: 22px;
  font-weight: 400;
  margin: 10px 0;
}
.book-package-holder .book-package .line-through {
  text-decoration: line-through;
  color: grey;
  font-weight: 300;
  margin-top: -5px;
}
.book-package-holder .book-package h5 {
  font-weight: 500;
  margin: 10px 0;
}
.book-package-holder .book-package h6 {
  font-size: 300;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}
.book-package-holder .book-package a {
  margin: 10px 0;
}
.book-package-holder .book-package.plus .highlight-bg {
  position: absolute;
  top: -100px;
  right: -8px;
  left: -8px;
  bottom: -80px;
  border: 6px solid #de0284;
  background: #de0284;
  border-radius: 13px;
  z-index: 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .book-package-holder .book-package.plus .highlight-bg {
    left: -1px;
    right: -1px;
  }
}
.book-package-holder .book-package.plus .highlight-bg:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  border-radius: 6px;
}
.book-package-holder .book-package.plus .highlight-text {
  color: white;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: medium;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.book-package-holder .book-package.plus .package-title {
  transform: scale(1.8) translateY(-8px);
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .book-package-holder .book-package.plus {
    margin-top: 120px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .book-package-holder .book-package.enterprise {
    margin-top: 100px;
  }
}
.module-article {
  margin-bottom: 3em;
}
a.black-btn,
.module-article.knapp.svart p a {
  background-color: black;
  color: white;
  padding: 11px 45px;
  border-radius: 224px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.black-btn:hover,
.module-article.knapp.svart p a:hover {
  transform: scale(1.05);
}
a.pink-btn,
.module-article.knapp.rosa p a {
  background-color: #de0284;
  color: white;
  padding: 11px 45px;
  border-radius: 224px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.pink-btn:hover,
.module-article.knapp.rosa p a:hover {
  transform: scale(1.05);
}
.smal-bg {
  margin: 0 auto;
}
.smal-bg .container {
  max-width: 900px;
}
/* Tjenester */
.body-mi4521 .module-article h2 {
  margin: 35px 0 20px 0 !important;
  padding: 0 !important;
}
.body-mi4521 .module-article h2:before,
.body-mi4521 .module-article h2:after {
  display: none !important;
}
.body-mi4521 .module-article img {
  width: 130px;
  margin-top: 20px;
}
.body-mi4521 .module-article a {
  color: black;
  text-decoration: none;
}
.body-mi4521 .module-article a:hover {
  border-bottom: 1px solid #de0284;
}
.tjenester p {
  margin-bottom: 10px !important;
}
.tjenester h3 {
  margin-bottom: 20px !important;
}
.lightblue-bg {
  background-color: #eaeff6;
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 40px;
}
ol li {
  padding-left: 10px !important;
  font-size: 20px;
}
.lys-bla-bg {
  background-color: #eaeff6;
  max-width: 1000px;
  border-radius: 20px;
  margin: 40px auto 60px auto;
}
.lys-bla-bg .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 70px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .lys-bla-bg .container {
    padding: 30px;
  }
}
/* seo */
body .top-head-img.google:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/octi-google.jpg?v=1644501095339');
}
body .top-head-img.some:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/octi-some.jpg?v=1644501095506');
}
.infographic-google {
  padding: 120px 280px;
  color: white;
  text-align: center;
}
.infographic-google:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/octi-s%C3%B8k.jpg?v=1644580275845);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.65) grayscale(0.3);
  background-color: black;
}
.infographic-google h3 {
  position: relative;
}
.infographic-google h2 {
  font-size: 150px !important;
  line-height: 70px !important;
  margin-bottom: 60px !important;
  position: relative;
  margin-top: 60px;
  font-weight: 800 !important;
}
.infographic-google p {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .infographic-google {
    padding: 120px 150px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .infographic-google {
    padding: 120px 60px;
  }
}
.template-fullscreen,
.blog-page {
  margin-bottom: 180px;
}
.frontpage .template-fullscreen,
.frontpage .blog-page,
.body-mi4377 .template-fullscreen,
.body-mi4377 .blog-page,
.body-mi5128 .template-fullscreen,
.body-mi5128 .blog-page,
.body-mi4473 .template-fullscreen,
.body-mi4473 .blog-page,
.body-mi4683 .template-fullscreen,
.body-mi4683 .blog-page {
  margin-bottom: 0;
}
.inside {
  margin-bottom: 10px;
}
.inside ul,
.inside ol {
  list-style-position: inside;
  padding-left: 0 !important;
}
.body-mi4683 .module-formbuilder,
.body-mi4835 .module-formbuilder {
  padding: 40px;
  border: 0;
  margin: 80px auto -100px;
  box-shadow: 0 100px 70px 30px rgba(0, 0, 0, 0.15);
  background: white;
  background: linear-gradient(180deg, #e8e8e8 0, #fff 60%);
  border-radius: 10px;
  position: relative;
  z-index: 2;
  /*p {
			font-size: 25px;
			margin-bottom: 1.2em;
			@media @m, @s, @xs {
				font-size: 19px;
			}
		}*/
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .body-mi4683 .module-formbuilder,
  .body-mi4835 .module-formbuilder {
    width: 700px;
    padding: 69px;
  }
}
.body-mi4683 .module-formbuilder .btn.submit,
.body-mi4835 .module-formbuilder .btn.submit {
  border-radius: 100px;
  font-size: 20px;
  padding: 5px 30px;
  float: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.body-mi4683 .module-formbuilder .btn.submit:hover,
.body-mi4835 .module-formbuilder .btn.submit:hover {
  color: white;
  transform: scale(1.05);
}
.body-mi4683 .module-formbuilder:hover,
.body-mi4835 .module-formbuilder:hover {
  border: 0;
}
.body-mi4683 .module-formbuilder .form-control,
.body-mi4835 .module-formbuilder .form-control {
  width: 100%;
  max-width: 100%;
  border: 1px solid #bebebe;
  height: auto;
  min-height: 0;
  border-radius: 5px !important;
  padding: 10px 25px !important;
}
.body-mi4683 .module-formbuilder h2,
.body-mi4835 .module-formbuilder h2 {
  font-size: 44px;
  margin-bottom: 0.75em;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi4683 .module-formbuilder h2,
  .body-mi4835 .module-formbuilder h2 {
    font-size: 34px;
  }
}
body .top-head-img.prog:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/tine-anders-cafe.jpg?v=1725970647183');
}
body .top-head-img.moterom:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/fossheim-constance-kontor-3.jpg?v=1725971624295');
}
body .top-head-img.tavle:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/020_OCTI-anders-web.jpg?v=1644912676690');
}
body .top-head-img.radgivning:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/1K8A7105_1.jpg?v=1647518984516');
}
body .top-head-img.webdesign:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/anders-marius-stol.jpg?v=1725970866007');
}
.blog-lookalike {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #e7e7e7;
}
.blog-lookalike a {
  color: black !important;
  text-decoration: none !important;
}
body .top-head-img.annonseprod:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/015_OCTI-gullapper-web.jpg?v=1644917963317');
}
body .top-head-img.annonseprod .frontpage-headline h1 .hide-wide {
  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) {
  body .top-head-img.annonseprod .frontpage-headline h1 .hide-wide {
    display: table-column;
  }
}
body .top-head-img.malretting:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/04_OCTI-ma%CC%8Alretting-web.jpg?v=1645000403905');
}
.attention {
  padding: 30px 50px;
  background-color: #f3fcff;
  border: 2px dotted #cee3ea;
  margin-bottom: 30px;
}
body .top-head-img.kundecase:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/tine-ingeborg-cafe.jpg?v=1725970647268');
}
.case-top {
  display: flex;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}
.case-top .module-article:nth-child(1) {
  width: 60%;
}
.case-top .module-article:nth-child(2) {
  width: 35%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .case-top {
    display: block;
  }
  .case-top .module-article {
    width: 100% !important;
  }
}
.case-top .module-article.case-facts {
  margin-top: -150px;
  background-color: white;
}
.case-top .module-article.case-facts h2 {
  font-size: 27px;
  margin-bottom: 7px;
}
.case-top .module-article.case-facts ul {
  margin: 30px 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .case-top .module-article.case-facts {
    margin-top: 0;
  }
}
.module-article.case-facts {
  border: 2px solid #eaeff6;
  padding: 60px 50px;
  border-radius: 20px;
  margin-bottom: 60px;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-article.case-facts {
    padding: 40px 30px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.case-facts {
    margin-top: 0;
    padding: 40px 30px;
  }
}
.module-article.case-facts ul {
  margin: 55px auto;
  max-width: 400px;
  padding-left: 0;
}
.module-article.case-facts ul li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
}
.module-article.case-facts ul li:before {
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/check-pink.svg?v=1708624932868);
  content: '';
  width: 20px;
  height: 30px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-article.case-facts ul li {
    font-size: 15px;
    margin-bottom: 0;
  }
  .module-article.case-facts ul li:before {
    margin-right: 0;
    background-position: 0 1px;
  }
}
.module-article.case-facts h2 {
  font-weight: 600;
}
.module-article.case-facts h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 21px;
  margin: 10px 0;
}
.module-article.case-facts.knapp p a {
  margin: 10px 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-article.case-facts.knapp p a {
    font-size: 15px;
    padding: 7px 30px;
  }
}
.module-article h2 span:before {
  content: '';
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/pink-arrow.svg?v=1650979523427);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: inline-block;
  width: 40px;
  height: 30px;
}
.module-article h2 span strong {
  color: #de0284;
  font-size: 40px;
  line-height: 50px;
  padding-left: 20px;
}
body .top-head-img.bigbite:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/bigbite-topp.jpg?v=1645005537573');
}
.body-mi5006 .lightbg.coverup {
  margin-top: 100px;
}
body .top-head-img.idehus:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/sagi-render-idehus.jpeg?v=1648637320454');
}
.body-mi5070 .lightbg.coverup {
  margin-top: 100px;
}
body .top-head-img.ewheels:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/e-wheels-topp.jpg?v=1645013752067');
}
.body-mi5091 video {
  margin-bottom: 40px;
}
.body-mi5091 .lightbg.coverup {
  margin-top: 100px;
}
body .top-head-img.trondheim:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/pexels-pixabay-326227-web.jpg?v=1645089446701');
}
.body-mi5046 .lightbg.coverup {
  margin-top: 100px;
}
body .top-head-img.kaffe:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/09_OCTI-web.jpg?v=1645181392899');
}
.article5149 {
  max-width: 900px;
  margin: 0 auto;
}
.article5149 a {
  margin: 0 !important;
}
body .top-head-img.notat:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/030_OCTI-octiblokk-web.jpg?v=1644914620509');
}
.template-standard-blogg .header-nav a {
  color: black !important;
}
.template-standard-blogg .header-nav button span {
  background-color: black;
}
.roboto-serif {
  font-family: 'Roboto Serif', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
blockquote {
  border: 0;
  padding: 30px 70px;
  text-align: center;
  margin: 40px 50px 50px 50px;
  position: relative;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  blockquote {
    margin: 30px 20px;
    padding: 30px;
  }
}
blockquote img {
  border-radius: 100px !important;
  max-width: 170px;
}
blockquote p,
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote span,
blockquote a {
  font-family: 'Roboto Serif', sans-serif !important;
  position: relative;
  z-index: 1;
}
.boble blockquote:before {
  content: '';
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/boble-bg.svg?v=1646384253869);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 350px;
  width: 350px;
  height: 350px;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
.template-standard-oppdatert-svart-logo .header-nav a {
  color: black !important;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard-oppdatert-svart-logo .header-nav a {
    color: white !important;
  }
}
.template-standard-oppdatert-svart-logo .header-nav button span {
  background-color: black;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard-oppdatert-svart-logo .header-nav button span {
    background-color: white !important;
  }
}
.template-standard-oppdatert-svart-logo .page-content {
  padding-top: 130px;
}
body .top-head-img.octi:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/octi-gruppebilde.jpg?v=1725970969090');
}
.employee-listings {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}
.employee-listings .employee-box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .employee-listings .employee-box {
    flex-direction: column-reverse;
  }
}
.employee-listings .employee-box .employee-info {
  padding: 40px;
  border-radius: 10px 0 0 10px;
  background-color: white;
  width: 50%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .employee-listings .employee-box .employee-info {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
.employee-listings .employee-box .employee-info h2 {
  font-family: 'Roboto Serif', sans-serif;
  font-size: 25px;
}
.employee-listings .employee-box .employee-info h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  color: #666;
}
.employee-listings .employee-box .employee-info p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 22px;
}
.employee-listings .employee-box .employee-info span {
  font-weight: 500;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}
.employee-listings .employee-box .employee-info a {
  border-bottom: 2px solid #de0284;
  display: inline-block;
  color: black;
  margin-right: 20px;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.employee-listings .employee-box .img-container {
  width: 50%;
  border-radius: 0 10px 10px 0;
  position: relative;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .employee-listings .employee-box .img-container {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.employee-listings .employee-box .img-container img {
  object-fit: cover;
  border-radius: 0 10px 10px 0;
  height: 100%;
  position: absolute;
}
@media (min-width: 551px) and (max-width: 767px) {
  .employee-listings .employee-box .img-container img {
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .employee-listings .employee-box .img-container img {
    border-radius: 10px 10px 0 0;
    height: 300px;
    position: static !important;
  }
}
body .top-head-img.norgeseliten:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/norgeseliten.jpg?v=1648639827831');
}
body .top-head-img.nettsider:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/utvikling.jpg?v=1725970650412');
}
body .top-head-img.sokemotor:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/016_OCTI.jpg?v=1648646723834');
}
@media (min-width: 1800px) {
  body .top-head-img.sokemotor .frontpage-headline h1 {
    font-size: 90px;
  }
}
body .top-head-img.sokemotor .frontpage-headline h1 .hide-wide {
  display: none;
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  body .top-head-img.sokemotor .frontpage-headline h1 .hide-wide {
    display: table-column;
  }
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .body-mi4633 .frontpage-headline h1 {
    font-size: 5.9vw;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi4633 .frontpage-headline h1 {
    font-size: 25px;
  }
}
body .top-head-img.googleads:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/octi-s%C3%B8k.jpg?v=1644580275845');
}
body .top-head-img.microsoftads:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/019_OCTI.jpg?v=1648647155857');
}
.module-article p {
  min-height: 5px;
}
body .top-head-img.strategi:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/025_OCTI.jpg?v=1648731429457');
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article4802 h1 {
    font-size: 34px !important;
  }
}
.sitat {
  padding-top: 40px;
  text-align: center;
}
.sitat h4 {
  position: relative;
}
.sitat h4:before {
  content: '';
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/quote-first.svg?v=1650980063744);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}
.sitat h4:after {
  content: '';
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/quote-last.svg?v=1650980063747);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 14px;
  position: absolute;
  bottom: -10px;
}
.sitat.bilde img {
  border-radius: 100px;
}
.body-mi5838 .knapp.rosa a {
  margin-top: 5px !important;
}
.ledige-stillinger {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cecece;
}
.ledige-stillinger .module-article {
  width: 29%;
  margin: 0 2% 2% 2%;
}
.ledige-stillinger .module-article h3 {
  font-size: 23px;
  line-height: 33px;
}
.ledige-stillinger .module-article.knapp.rosa a {
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ledige-stillinger .module-article {
    width: 46%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .ledige-stillinger .module-article {
    width: 100%;
  }
}
body .top-head-img.jobb:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/frankrike-24%20(1).jpg?v=1730202861812');
}
@media (min-width: 1800px) {
  body .top-head-img.jobb:before {
    background-position-y: -210px;
  }
}
.body-mi5838 .article5889 {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.body-mi5838 .article5889 strong {
  color: #de0284;
}
.body-mi5838 li::marker {
  font-weight: 600;
}
.CountUp-bg .col-sm-12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.CountUp-bg .module-article {
  width: 24%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .CountUp-bg .module-article {
    width: 30%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .CountUp-bg .module-article {
    width: 48%;
  }
}
.CountUp-bg .module-article h2 {
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 0;
  color: #de0284;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .CountUp-bg .module-article h2 {
    font-size: 50px;
  }
}
.CountUp-bg .module-article p {
  font-size: 16px;
  font-weight: 600;
}
.employer-branding-gallery {
  margin: 70px 0;
}
.employer-branding-gallery #gallery5930 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.employer-branding-gallery #gallery5930 a {
  width: 23%;
  margin: 1%;
  height: 170px;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .employer-branding-gallery #gallery5930 a {
    width: 30%;
    height: 140px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .employer-branding-gallery #gallery5930 a {
    width: 48% !important;
    height: 120px;
  }
}
.employer-branding-gallery #gallery5930 a img {
  width: 100%;
  position: absolute;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .employer-branding-gallery #blueimp-gallery .indicator {
    display: none !important;
  }
}
.article5887 h3 {
  margin-top: 0 !important;
}
.body-mi4377 .client-cases .norgeseliten,
.body-mi4377 .client-cases .bigbite,
.body-mi4377 .client-cases .em1,
.body-mi4377 .client-cases .idehus,
.body-mi4377 .client-cases .ewheels {
  display: none;
}
body .top-head-img.kunde:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/tine-ingeborg-kontor.jpg?v=1725970648375');
}
.article6173 {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.article6173 strong {
  color: #de0284;
}
li::marker {
  font-weight: 600;
}
body .top-head-img.coopnordland:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/coop-nordland.jpg?v=1672919677782');
}
.article6274 table,
.article6527 table,
.article6529 table,
.article6425 table {
  width: 100%;
}
.article6274 table td,
.article6527 table td,
.article6529 table td,
.article6425 table td {
  padding: 5px 10px;
}
.article6274 table tr,
.article6527 table tr,
.article6529 table tr,
.article6425 table tr {
  background-color: #eaeff6;
}
.article6274 table tr:nth-child(odd),
.article6527 table tr:nth-child(odd),
.article6529 table tr:nth-child(odd),
.article6425 table tr:nth-child(odd) {
  background-color: #eaeff669;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article6527 table tr:nth-child(1),
  .article6529 table tr:nth-child(1) {
    display: none;
  }
  .article6527 table td,
  .article6529 table td {
    display: block;
  }
  .article6527 table td:before,
  .article6529 table td:before {
    width: 120px;
    height: 20px;
    font-weight: bold;
    display: inline-block;
  }
  .article6527 table td:nth-child(1):before,
  .article6529 table td:nth-child(1):before {
    content: 'Kampanje';
  }
  .article6527 table td:nth-child(2):before,
  .article6529 table td:nth-child(2):before {
    content: 'Visninger';
  }
  .article6527 table td:nth-child(3):before,
  .article6529 table td:nth-child(3):before {
    content: 'Rekkevidde';
  }
  .article6527 table td:nth-child(4):before,
  .article6529 table td:nth-child(4):before {
    content: 'Klikk';
  }
  .article6527 table td:nth-child(5):before,
  .article6529 table td:nth-child(5):before {
    content: 'Totalt';
  }
}
body .top-head-img.respons:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/respons-topp.jpg?v=1673857687389');
}
.tilbakemelding h2 {
  font-size: 26px !important;
}
.article6319 li {
  padding-bottom: 9px !important;
  font-size: 22px !important;
}
body .top-head-img.fylket:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/trondheim.jpg?v=1675333469712');
}
body .top-head-img.kolstad:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/kolstad-ha%CC%8Andball-sluttspillmester.jpeg?v=1719575254480');
}
body .top-head-img.tmh:before {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/tmh-large.jpg?v=1693824511896');
}
/*
.tabell {
	table {
		width: 100%;
		td {
			border: 1px solid #cecece;
			padding: 5px;
		}
	}
}*/
.smalere {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.body-mi6399 .article3976 img {
  max-width: 400px;
}
.some-kanaler {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #eaeff6;
  padding: 50px;
  border-radius: 10px;
}
.some-kanaler div {
  width: 70px;
  margin: 10px;
  text-align: center;
}
.some-kanaler div h4 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .some-kanaler {
    padding: 40px;
    justify-content: space-around;
  }
}
.bg4601 .row .article6730,
.bg4601 .row .article6732,
.bg4601 .row .article6734,
.bg4601 .row .article6736,
.bg4601 .row .article6738,
.bg4601 .row .article6740 {
  margin-bottom: 20px;
}
.bg4601 .row .article6730 h3,
.bg4601 .row .article6732 h3,
.bg4601 .row .article6734 h3,
.bg4601 .row .article6736 h3,
.bg4601 .row .article6738 h3,
.bg4601 .row .article6740 h3 {
  font-size: 22px;
  margin-top: 20px;
}
.bg4601 .row .article6746 {
  margin-bottom: 0;
}
.bg4601 .row .article6746 h2 {
  margin-top: 20px;
}
@media (min-width: 1400px) {
  .body-mi4796 .frontpage-headline h1 {
    font-size: 122px !important;
  }
}
.header-font {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.subheader-font {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
body .header-new {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.body-mi4377 {
  background: #f2f2f2;
}
.header-octi-logo {
  display: inline-block;
  width: 120px;
}
body .top-head-img.frontpage {
  height: 670px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  body .top-head-img.frontpage {
    min-height: 500px;
    height: calc(100vh - 20px);
  }
}
body .top-head-img.frontpage:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/01_OCTI-tine-fossheim-web.jpg?v=1644911410091');
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.65) grayscale(0.3);
  background-color: black;
}
@media (min-width: 1800px) {
  body .top-head-img.frontpage:before {
    background-position: center -270px;
  }
}
body .frontpage-headline {
  position: relative;
  margin: 0;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .frontpage-headline p {
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 400;
  font-size: 22px;
  color: white;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
body .frontpage-headline h1 {
  font-size: 130px;
  line-height: 0.95em;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: white;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
@media (min-width: 1400px) and (max-width: 1799px) {
  body .frontpage-headline h1 {
    font-size: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  body .frontpage-headline h1 {
    font-size: 90px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  body .frontpage-headline h1 {
    font-size: 60px;
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  body .frontpage-headline h1 {
    font-size: 40px;
  }
}
@media (max-width: 320px) {
  body .frontpage-headline h1 {
    font-size: 35px;
  }
}
body .frontpage-headline h1:before {
  content: '<';
  padding-right: 5px;
}
body .frontpage-headline h1:after {
  content: '>';
  padding-left: 5px;
}
body .frontpage-headline h1:before,
body .frontpage-headline h1:after {
  color: var(--brand-color);
}
body .frontpage-headline p:last-of-type {
  text-shadow: none;
}
body .frontpage-headline p:last-of-type a {
  color: white;
  padding: 4px 20px;
  display: inline-block;
  border-radius: 100px;
  background: black;
  margin: 5px 8px;
  text-decoration: none;
  font-size: 16px;
}
body .frontpage-headline p:last-of-type a:first-of-type {
  background: var(--brand-color);
}
.header-new .col-sm-12 {
  display: flex;
  justify-content: space-between;
}
.header-nav {
  display: flex;
  align-items: center;
}
.header-nav a {
  color: white;
  display: inline-block;
  padding: 0 13px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 400 !important;
}
.header-nav a:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-nav a {
    font-size: 17px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .header-nav a {
    flex-grow: 1;
    text-align: center;
    padding: 0;
    font-size: 15px;
  }
}
.header-nav button {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-left: 10px;
  border: none;
  background: transparent;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .header-nav button {
    margin: 0;
    width: 55px;
    padding: 0 14px;
  }
}
.header-nav button span {
  display: block;
  height: 2px;
  width: 100%;
  margin: 4px 0;
  background: white;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .header-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: black;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .header-nav .header-nav-kontakt {
    display: none;
  }
}
.has-transition-opacity {
  transition: opacity 0.3s ease-in-out;
}
.menu-top-level {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
  overflow-y: auto;
}
.menu-top-level:before,
.menu-top-level:after {
  display: none;
}
.menu-top-level a {
  color: white;
  display: block;
  text-align: center;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .menu-top-level a {
    min-width: 265px;
  }
}
.menu-top-level a:after {
  content: '';
  display: block;
  margin: 4px auto 0;
  width: 50px;
  height: 3px;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transform: scaleX(0);
  background: var(--brand-color);
  position: relative;
  top: 8px;
  border-radius: 100px;
}
.menu-top-level a:hover,
.menu-top-level a:focus {
  color: white;
  text-decoration: none;
}
.menu-top-level a:hover:after,
.menu-top-level a:focus:after {
  transform: scaleX(1);
  opacity: 1;
}
body.menu-is-open .menu-top-level {
  pointer-events: auto;
  opacity: 1;
}
.menu-top-level .module-menu-holder {
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.menu-top-level .module-menu-holder:before,
.menu-top-level .module-menu-holder:after {
  display: none;
}
.menu-top-level .module-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  width: 100%;
  transform: translateY(15px);
  transition: 0.3s ease-in-out;
}
.menu-top-level .module-menu a {
  display: block;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 400;
}
body.menu-is-open .menu-top-level .module-menu {
  transform: translateY(0);
}
.menu-top-close-btn {
  position: relative;
  width: 25px;
  height: 25px;
  background: transparent;
  border: none;
  padding: 46px 31px;
}
.menu-top-close-btn span {
  background: white;
  width: 25px;
  height: 2px;
  margin: 5px 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -100%) rotate(45deg);
}
.menu-top-close-btn span:nth-of-type(2) {
  transform: translate(-50%, -100%) rotate(-45deg);
}
.menu-top-close-btn-container {
  margin-left: auto;
  margin-right: auto;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .menu-top-close-btn-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .menu-top-close-btn-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .menu-top-close-btn-container {
    width: 1170px;
  }
}
.coverup {
  position: relative;
}
.coverup:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%) translateY(0.5px);
  clip-path: url(#svg-clip-path);
  background: inherit;
  height: 4vw;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .coverup:before {
    height: 66px;
  }
}
.section.lightbg {
  background: #f2f2f2;
  background: linear-gradient(0deg, white, #f2f2f2 30%);
  padding: 40px 0;
  margin-top: 80px;
}
.section.lightbg:before {
  background: #f2f2f2;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.lightbg {
    margin-top: 50px;
    padding: 40px 20px;
  }
}
.section.whitebg {
  padding: 40px 0;
}
.body-mi4377 .section.lightbg,
.body-mi5000 .section.lightbg {
  margin-top: 0px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi4377 .section.lightbg,
  .body-mi5000 .section.lightbg {
    margin-top: 0px;
  }
}
.body-mi4377 .section.lightbg {
  padding: 80px 0 150px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi4377 .section.lightbg {
    padding: 50px 0 60px;
  }
}
/*
.body-mi4377.template-standard-oppdatert .module-article {
	h2 {
		text-align: center;
		font-size: 30px;
		text-transform: uppercase;
		.header-font;
		margin-bottom: 2em;
		@media @m, @s, @xs {
			font-size: 27px;
			margin-bottom: 1em;
		}
		&:before {
			content: '<';
			padding-right: 5px;
		}
		&:after {
			content: '>';
			padding-left: 5px;
		}
		&:before,
		&:after {
			display: inline;
			color: var(--brand-color);
		}
	}
}
*/
.client-cases ul {
  gap: 2em;
  justify-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-cases ul li {
  perspective: 2000px;
  border-radius: 3px;
  position: relative;
  width: calc(50% - 1em);
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .client-cases ul li {
    width: 100%;
  }
}
.client-cases ul li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.1;
  filter: blur(2px);
  position: absolute;
  top: 1%;
  transition: transform 0.05s ease-in-out;
}
.safari .client-cases ul li:before {
  display: none;
}
.client-cases ul li:hover {
  z-index: 2;
}
.client-cases ul li:hover:before {
  transform: rotate3d(var(--mouse-y), var(--mouse-x), 0, 8deg);
}
.client-cases a {
  display: block;
  background: white;
  color: black;
  transform-style: preserve-3d;
  perspective: 500px;
  height: 100%;
  transition: transform 0.05s ease-in-out;
  will-change: transform;
}
.client-cases a > img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}
.client-cases a .text-holder {
  transition: transform 0.2s ease-in-out;
  transform: scale(0.8) translateY(-20px) translateZ(50px);
  transform-style: preserve-3d;
  transform-origin: center;
  padding: 2em;
}
.client-cases a:hover,
.client-cases a:focus {
  transform: rotate3d(var(--mouse-y), var(--mouse-x), 0, 4deg);
  text-decoration: none;
}
.client-cases a > * {
  pointer-events: none;
}
.client-cases h3 {
  font-size: 28px;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 0.6em;
  text-decoration: underline;
  text-decoration-color: var(--brand-color);
  text-decoration-thickness: 2px;
  text-underline-position: under;
  text-underline-offset: -3px;
}
.client-cases h4 {
  font-size: 18px;
  color: grey;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
.client-cases p {
  line-height: 1.4em;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.client-cases .text-holder > :last-child {
  margin-bottom: 0;
}
.is-card {
  background: white;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.body-mi4377 .module-formbuilder.general-contactform {
  margin: 60px 0 40px;
  border: none;
  position: relative;
  z-index: 2;
  background: white;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .body-mi4377 .module-formbuilder.general-contactform {
    width: 555px;
    padding: 50px;
    margin: 80px auto -80px;
  }
}
.body-mi4377 .module-formbuilder.general-contactform form {
  padding: 0;
}
.body-mi4377 .module-formbuilder.general-contactform:hover {
  border: none;
}
.body-mi4377 .module-formbuilder.general-contactform h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.body-mi4377 .module-formbuilder.general-contactform h3:before {
  content: '<';
}
.body-mi4377 .module-formbuilder.general-contactform h3:after {
  content: '>';
}
.body-mi4377 .module-formbuilder.general-contactform h3:before,
.body-mi4377 .module-formbuilder.general-contactform h3:after {
  color: var(--brand-color);
}
.body-mi4377 .module-formbuilder.general-contactform .form-control {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 8px 12px;
  font-size: 17px;
  line-height: 1.4em;
}
.body-mi4377 .module-formbuilder.general-contactform .form-field-textarea textarea {
  height: 130px;
  min-height: 130px;
  max-height: 500px;
  max-width: 100%;
  min-width: 100%;
  background: white;
}
.body-mi4377 .module-formbuilder.general-contactform .btn {
  border-radius: 100px;
  float: none;
}
.body-mi4377 .module-formbuilder.general-contactform .btn:hover,
.body-mi4377 .module-formbuilder.general-contactform .btn:focus {
  color: white;
}
.body-mi4377 .module-formbuilder.general-contactform .required label:after {
  content: 'Påkrevd';
  text-transform: uppercase;
  opacity: 0.6;
  display: inline-block;
  margin-left: 10px;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 15px;
}
.section.frontpage-skala {
  background: #e8f2ff;
  padding: 150px 0 150px;
}
.section.frontpage-skala .frontpage-skala-teaser {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.section.frontpage-skala .frontpage-skala-teaser p {
  margin-bottom: 1.5em;
}
.section.frontpage-skala h2 {
  text-transform: none;
  color: var(--skala-blue);
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  font-size: 27px;
}
.section.frontpage-skala h2:before,
.section.frontpage-skala h2:after {
  display: none;
}
.section.frontpage-skala p {
  font-size: 23px !important;
}
.section.frontpage-skala .frontpage-skala-1 p img,
.section.frontpage-skala .frontpage-skala-2 p img {
  width: 220px;
  display: block;
  margin: 0 auto;
}
body .frontpage-skala-readmore {
  margin-top: 30px;
}
body .frontpage-skala-readmore p {
  text-align: center;
}
body .frontpage-skala-readmore p a {
  background: var(--skala-blue);
  color: white;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 100px;
  text-decoration: none;
}
body .frontpage-skala-readmore p a:hover {
  background: #0052b4;
  color: white;
}
.frontpage-references {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  justify-content: center;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .frontpage-references:before,
  .frontpage-references:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #d6d6d6;
    transform: translate(-50%, -50%);
    display: none;
  }
  .frontpage-references:after {
    height: 100%;
    width: 2px;
  }
}
.frontpage-references blockquote {
  font-size: 30px;
  border: none;
  font-style: italic;
  line-height: 35px;
  padding: 10px 20px;
  margin: 0 0 20px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage-references blockquote {
    font-size: 24px;
  }
}
.frontpage-references .reference-sender {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage-references .reference-sender {
    gap: 0;
    flex-direction: column;
  }
}
.frontpage-references .reference-logo {
  width: 170px;
  height: 100px;
  object-fit: contain;
}
.frontpage-references .reference-contact {
  display: flex;
  gap: 10px;
}
.frontpage-references .reference-headshot {
  width: 90px;
  height: 90px;
  border-radius: 100px;
}
.frontpage-references .reference-details {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.frontpage-references .reference-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.frontpage-references .reference-read-more {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background: white;
  color: black;
  border: 1px solid #d4d4d4;
  padding: 13px 25px;
  border-radius: 100px;
}
.frontpage-reference {
  width: 50%;
  padding: 2em;
}
@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) {
  .frontpage-reference {
    width: 100%;
    padding: 2em 0;
    border-bottom: 2px solid #e2e2e2;
  }
  .frontpage-reference:last-child {
    border-bottom: none;
  }
}
.frontpage-newsletter {
  padding: 40px;
  margin: 80px auto -100px;
  box-shadow: 0 100px 70px 30px rgba(0, 0, 0, 0.15);
  background: white;
  background: linear-gradient(180deg, #e8e8e8 0, #fff 60%);
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .frontpage-newsletter {
    width: 815px;
    padding: 69px;
  }
}
.frontpage-newsletter .frontpage-newsletter-intro h2 {
  font-size: 44px;
  margin-bottom: 0.75em;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage-newsletter .frontpage-newsletter-intro h2 {
    font-size: 34px;
  }
}
.frontpage-newsletter .frontpage-newsletter-intro p {
  font-size: 25px;
  margin-bottom: 1.2em;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage-newsletter .frontpage-newsletter-intro p {
    font-size: 19px;
  }
}
.frontpage-newsletter #mc_embed_signup {
  margin: 0 auto;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .frontpage-newsletter #mc_embed_signup {
    width: 400px;
  }
}
.frontpage-newsletter #mc_embed_signup form {
  padding: 0;
}
.frontpage-newsletter #mc_embed_signup input.email {
  width: 100%;
  border: 1px solid #bebebe;
  height: auto;
  min-height: 0;
  border-radius: 100px 0 0 100px !important;
  padding: 15px 25px !important;
}
.frontpage-newsletter #mc_embed_signup label:empty {
  display: none;
}
.frontpage-newsletter #mc_embed_signup input.button {
  margin: 0 !important;
  line-height: 1.2em;
  height: 100% !important;
  padding: 15px 20px;
  width: auto !important;
  border-radius: 0 100px 100px 0;
  background: white !important;
  color: black;
  border: 1px solid #bebebe !important;
  border-left: none !important;
}
.frontpage-newsletter #mc_embed_signup_scroll {
  display: flex;
  align-items: center;
}
.frontpage-newsletter #mc_embed_signup_scroll input.email {
  margin: 0;
}
.frontpage-newsletter .frontpage-newsletter-conditions {
  margin-top: 15px;
}
.frontpage-newsletter .frontpage-newsletter-conditions p {
  font-size: 16px;
  color: grey;
}
.template-standard-oppdatert-svart-logo .footer,
.template-standard-blogg .footer,
.template-standard-oppdatert .footer {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  background: var(--brand-dark);
  font-family: 'Roboto', sans-serif;
}
.template-standard-oppdatert-svart-logo .footer:before,
.template-standard-blogg .footer:before,
.template-standard-oppdatert .footer:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%) translateY(0.5px);
  clip-path: url(#svg-clip-path);
  background: inherit;
  height: 4vw;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .template-standard-oppdatert-svart-logo .footer:before,
  .template-standard-blogg .footer:before,
  .template-standard-oppdatert .footer:before {
    height: 66px;
  }
}
.template-standard-oppdatert-svart-logo .footer .footer-logo img,
.template-standard-blogg .footer .footer-logo img,
.template-standard-oppdatert .footer .footer-logo img {
  width: 130px;
  height: auto;
  margin-bottom: 45px;
}
.template-standard-oppdatert-svart-logo .footer a,
.template-standard-blogg .footer a,
.template-standard-oppdatert .footer a {
  color: white;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
.template-standard-oppdatert-svart-logo .footer .footer-nav,
.template-standard-blogg .footer .footer-nav,
.template-standard-oppdatert .footer .footer-nav {
  line-height: 1.3em;
  margin-bottom: 40px;
}
.template-standard-oppdatert-svart-logo .footer .footer-nav a,
.template-standard-blogg .footer .footer-nav a,
.template-standard-oppdatert .footer .footer-nav a {
  display: table;
  padding: 15px 0;
  font-size: 23px;
}
.template-standard-oppdatert-svart-logo .footer .other-links,
.template-standard-blogg .footer .other-links,
.template-standard-oppdatert .footer .other-links {
  margin-bottom: 50px;
}
.template-standard-oppdatert-svart-logo .footer .other-links a,
.template-standard-blogg .footer .other-links a,
.template-standard-oppdatert .footer .other-links a {
  display: inline-block;
  padding: 5px;
  margin-right: 15px;
  font-size: 17px;
  text-decoration: underline;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard-oppdatert-svart-logo .footer .other-links a,
  .template-standard-blogg .footer .other-links a,
  .template-standard-oppdatert .footer .other-links a {
    display: table;
    padding: 10px 5px;
  }
}
.template-standard-oppdatert-svart-logo .footer .addresses,
.template-standard-blogg .footer .addresses,
.template-standard-oppdatert .footer .addresses {
  display: flex;
  margin-bottom: 20px;
  gap: 50px;
  line-height: 1.7em;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard-oppdatert-svart-logo .footer .addresses,
  .template-standard-blogg .footer .addresses,
  .template-standard-oppdatert .footer .addresses {
    flex-direction: column;
    gap: 30px;
  }
}
.template-standard-oppdatert-svart-logo .footer .addresses h3,
.template-standard-blogg .footer .addresses h3,
.template-standard-oppdatert .footer .addresses h3 {
  font-size: 17px;
}
.template-standard-oppdatert-svart-logo .footer .addresses p,
.template-standard-blogg .footer .addresses p,
.template-standard-oppdatert .footer .addresses p {
  font-size: 17px;
  line-height: 1.7em;
}
.template-standard-oppdatert-svart-logo .footer .addresses a,
.template-standard-blogg .footer .addresses a,
.template-standard-oppdatert .footer .addresses a {
  text-decoration: underline;
}
.module-blogfeed.blogsteam-updated {
  margin: 0 auto 100px;
  max-width: 750px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.blogsteam-updated {
    margin: 0 0 50px;
  }
}
.module-blogfeed.blogsteam-updated ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  align-items: flex-start;
}
.module-blogfeed.blogsteam-updated ul li {
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.05);
  width: 48%;
  overflow: hidden;
  border-radius: 7px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.blogsteam-updated ul li {
    flex-direction: column;
    width: 100%;
  }
}
.module-blogfeed.blogsteam-updated ul .blogfeed-info {
  padding: 0;
}
.module-blogfeed.blogsteam-updated ul .blogfeed-info > a {
  display: block;
  padding: 1.4em;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.blogsteam-updated ul .blogfeed-info > a {
    padding: 1em;
  }
}
.module-blogfeed.blogsteam-updated ul .blogfeed-img {
  flex-grow: 1;
}
.module-blogfeed.blogsteam-updated ul .blogfeed-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}
.module-blogfeed.blogsteam-updated ul .blogfeed-info .blogfeed-title1 {
  padding-bottom: 10px;
}
.module-blogfeed.blogsteam-updated ul .blogfeed-info .blogfeed-title2 {
  padding-top: 5px;
}
.module-blogfeed.blogsteam-updated ul .blogfeed-info a h2 {
  font-family: 'Roboto Serif', sans-serif;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 0;
  font-weight: normal;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.blogsteam-updated ul .blogfeed-info a h2 {
    font-size: 20px;
  }
}
.module-blogfeed.blogsteam-updated ul .blogfeed-info a h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  font-weight: normal;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.blogsteam-updated ul .blogfeed-info a h3 {
    font-size: 17px;
  }
}
.module-blogfeed.blogsteam-updated ul .blogfeed-date {
  border-top: 1px solid #bebebe;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 1.4em;
  color: #bebebe;
  font-size: 13px;
}
.img-behind-article {
  position: relative;
  padding: 110px 0;
  --outer-margin: calc((100vw - 100%) * -0.5);
  margin: 100px var(--outer-margin);
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .img-behind-article {
    padding-top: 35vw;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1800px) {
  .img-behind-article {
    --outer-margin: -245px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .img-behind-article {
    --outer-margin: -110px;
  }
}
.img-behind-article .img-behind-article-img {
  position: static;
  margin: 0;
}
.img-behind-article .img-behind-article-img > p {
  margin: 0;
}
.img-behind-article .img-behind-article-img > p > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .img-behind-article .img-behind-article-img > p > img {
    height: 50vw;
  }
}
.img-behind-article .text-over-img-article {
  background: white;
  padding: 70px;
  margin: 30px 20px;
  border-radius: 7px;
  box-shadow: 0 10px 20px #0000002e;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .img-behind-article .text-over-img-article {
    width: 510px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .img-behind-article .text-over-img-article {
    padding: 40px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .img-behind-article .text-over-img-article {
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .img-behind-article .text-over-img-article.solve {
    width: 420px;
  }
}
.advantages-solve-bg .col-sm-6 .module-article {
  padding: 10px 20px;
  text-align: center;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .advantages-solve-bg .col-sm-6 .module-article {
    padding: 20px 40px;
  }
}
.advantages-solve-bg .col-sm-6 .module-article p {
  font-size: 24px;
  line-height: 1.3em;
}
.advantages-solve-bg .col-sm-6 .module-article p img {
  height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
}
.advantages-solve-bg .col-sm-6:nth-of-type(2) .module-article {
  transform: translateY(20px);
}
.module-article.uforpliktende-prat-lenke > p > a {
  background: black;
  color: white;
  border-radius: 1000px;
  display: inline-block;
  text-decoration: none;
  padding: 8px 25px;
}
.module-article.uforpliktende-prat-lenke > p > a img {
  width: 18px;
  margin-left: 5px;
}
.module-article.uforpliktende-prat-lenke > p > a:hover {
  color: white;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-article.easy-to-learn > p,
  .module-article.security-in-solve > p,
  .module-article.seo-in-solve > p {
    margin-bottom: -10px;
  }
}
.module-article.easy-to-learn > p > img,
.module-article.security-in-solve > p > img,
.module-article.seo-in-solve > p > img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  display: block;
}
.top-head-development:before {
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/arild-konsentrert-liten.jpg?v=1646918498240);
}
.form-development.module-formbuilder {
  background: var(--brand-color);
  color: white;
  margin: 20px auto 40px;
  border: none;
  border-radius: 10px;
  padding: 20px 30px;
}
.form-development.module-formbuilder:hover {
  border: none;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .form-development.module-formbuilder {
    width: 450px;
  }
}
.form-development.module-formbuilder label {
  font-weight: normal;
  font-size: 18px;
  margin: 10px 0 5px;
  color: white;
}
.form-development.module-formbuilder .form-control {
  background: white;
  border: none;
  border-radius: 5px;
  padding: 9px 16px 12px;
  height: auto;
  font-size: 18px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
}
.form-development.module-formbuilder .required label:after {
  content: 'PÅKREVD';
  opacity: 0.75;
  font-size: 0.8em;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.1em;
  margin-left: 8px;
}
.form-development.module-formbuilder textarea {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 150px;
  max-height: 300px;
}
.form-development.module-formbuilder .btn {
  border-radius: 100px;
  background: white;
  color: var(--brand-color);
  font-weight: 500;
  font-size: 18px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
  float: none;
}
body .frontpage-three-dots {
  height: 100vh;
  background: #252525;
}
body .frontpage-three-dots > canvas {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.kunde-logoer {
  margin-bottom: 120px;
  text-align: center;
}
.kunde-logoer img {
  max-width: 800px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .kunde-logoer {
    margin-bottom: 70px;
  }
}
/* Styles OCTI */
.header-font {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.subheader-font {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.frontpage h3 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
}
.feedback {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.feedback span {
  display: none;
  font-size: 17px;
  padding: 10px;
  background-color: #0f72e9;
  color: white;
}
@media (min-width: 1800px) {
  .feedback .xxxl {
    display: block;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .feedback .xxl {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .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;
  }
}
body {
  --brand-color: #de0284;
  --skala-blue: #0f72e9;
  --skala-dark-blue: #00377a;
  --brand-dark: #252525;
  text-wrap: balance;
}
.superadmin .feedback {
  display: block;
}
.mce-menu {
  position: fixed !important;
}
.transition-all {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* Typography */
.roboto-serif {
  font-family: 'Roboto Serif', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
.module-article p,
.module-article ul,
.module-article li,
.module-article td,
.module-article tr,
.module-article ol {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 400;
  color: #3d3d3d;
}
.module-article p {
  margin-bottom: 20px;
}
.module-article p a {
  color: #de0284;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.module-article p a:active,
.module-article p a:focus,
.module-article p a:hover {
  color: #de0284;
  text-decoration: none;
}
.module-article h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 45px;
  line-height: 1.6em;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.module-article h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 35px;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article h2 {
    font-size: 28px;
  }
}
.module-article h3 {
  font-family: 'Roboto Serif', sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 40px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article h3 {
    font-size: 25px;
  }
}
.module-article h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 10px;
}
/* Colors */
/* extra */
.shadow {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
.borderbox {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
/*
.row-machine(@numPerRow, @margin) {
	width: ((100% - ((@numPerRow - 1) * @margin)) / @numPerRow);
	float: left;
	margin-right: @margin;

	&:nth-child(@{numPerRow}n) {
		margin-right: 0;
	}

	&:nth-child(@{numPerRow}n + 1) {
		clear: left;
	}
}
*/
/* Animations */
.come-in {
  animation: come-in 0.8s ease;
}
.already-visible {
  opacity: 1;
  animation: none;
}
@keyframes come-in {
  0% {
    transform: opacity(0);
  }
  100% {
    transform: opacity(1);
  }
}
@keyframes hamburgerMenuMiddleOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes hamburgerMenuMiddleIn {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInTwo {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInThree {
  from {
    transform: translateY(-60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInFour {
  from {
    transform: translateY(-80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInFive {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInSix {
  from {
    transform: translateY(-120px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInSeven {
  from {
    transform: translateY(-140px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}
/* Layout */
.module-article .btn {
  font-size: inherit;
}
.btn-standard {
  background-color: #262626;
  color: white;
  padding: 10px 35px;
  font-weight: normal;
  border-radius: 3px;
  font-size: 16px;
}
.btn-standard:hover {
  color: #0f72e9;
  text-decoration: none;
}
.btn.btn-pink {
  background-color: #de0284;
  color: white;
  padding: 11px 45px;
  border-radius: 224px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-pink:hover {
  transform: scale(1.05);
}
p .btn.btn-pink:hover,
p .btn.btn-pink:active {
  color: white;
}
.pil-gul {
  content: '';
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 18px;
  right: 5px;
  bottom: 0;
  height: 25px;
  width: 30px;
}
.box {
  background-color: #eee;
  padding: 30px 40px;
  display: inline-block;
  position: relative;
  margin: 30px 0;
  border-radius: 5px;
  box-shadow: 1px 1px 15px #b1b1b11a;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  hyphens: auto;
}
.box h3,
.box h4 {
  text-transform: initial !important;
  font-weight: normal;
  color: #262626;
  margin-top: 0 !important;
}
.box ul {
  font-size: 18px;
}
.template-referanser .box {
  margin: 0;
}
.box-statement {
  background-color: #eee;
  padding: 30px 40px;
  display: inline-block;
  position: relative;
  margin: 30px 0;
  border-radius: 5px;
  box-shadow: 1px 1px 15px #b1b1b11a;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  hyphens: auto;
  box-shadow: 1px 1px 15px #0000001a !important;
  background-color: white !important;
}
.box-statement h3,
.box-statement h4 {
  text-transform: initial !important;
  font-weight: normal;
  color: #262626;
  margin-top: 0 !important;
}
.box-statement ul {
  font-size: 18px;
}
.template-referanser .box-statement {
  margin: 0;
}
.box-statement img {
  float: left;
  width: 100px;
  margin: -10px 20px 0 10px;
}
.box-statement:after {
  content: '';
  position: absolute;
  background-size: 20px;
  height: 25px;
  width: 30px;
  bottom: 20px;
  right: 20px;
  background-repeat: no-repeat;
  background-size: 50px !important;
  height: 50px !important;
  width: 50px !important;
  right: 40px !important;
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/statement.svg?v=1560429370028');
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .box-statement:after {
    display: none;
  }
}
.template-referanser .box-statement {
  display: block;
  margin: 20px auto;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .template-referanser .box-statement {
    max-width: 70%;
  }
}
.referanser-split {
  margin-top: 30px;
}
.referanser-split .module-article.levert {
  margin-top: 30px;
}
body {
  word-wrap: break-word;
}
body.menu-open {
  right: auto;
}
@media (min-width: 1800px) {
  body.template-forside > .section > .container {
    width: 70vw;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  body.template-forside > .section > .container {
    width: 80vw;
  }
}
@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.template-forside > .section > .container {
    width: 80vw;
  }
}
@media (min-width: 3000px) {
  body.template-forside > .section > .container {
    width: 1170px;
  }
}
.after-code {
  content: '';
  position: absolute;
  background-size: 20px;
  height: 25px;
  width: 30px;
  bottom: 20px;
  right: 20px;
  background-repeat: no-repeat;
}
.bg-hvit {
  border: 1px solid #eee;
  color: #262626;
  background: white;
  padding: 25px;
}
.bg-hvit h1:after {
  display: none;
}
.bg-hvit p {
  color: #262626;
}
.bg-hvit h1,
.bg-hvit h2,
.bg-hvit h3,
.bg-hvit h4,
.bg-hvit h5 {
  font-size: auto;
}
.bg-hvit h1,
.bg-hvit h2 {
  font-weight: bold;
}
.levert {
  padding: 60px;
  border: 1px solid #262626;
  margin-bottom: 20px;
  border-radius: 5px;
}
.levert:hover {
  border: 1px solid #0f72e9;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .levert {
    min-height: 515px;
  }
}
.levert ul {
  margin-left: 0;
  padding-left: 0;
}
.levert ul li {
  margin-bottom: 10px;
  padding: 2px 10px;
  list-style: none;
}
.levert ul li a {
  color: #262626;
  font-family: 'Roboto', sans-serif;
  border-bottom: 2px solid #de0284;
}
.levert ul li a:hover {
  color: #0f72e9;
  border-bottom: 1px solid #0f72e9;
  text-decoration: none;
}
.bg-grey-ref {
  background: #dedede;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
.bg-svart {
  background: #262626;
  border-radius: 5px;
  padding: 30px;
  color: white;
}
.bg-svart:hover {
  text-decoration: none;
}
.bg-svart ul {
  color: white;
  line-height: 1.5em;
}
.bg-svart h3 {
  text-transform: uppercase;
}
.overlay {
  border-radius: 5px;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  position: absolute;
}
.overlay-octi-svart {
  border-radius: 5px;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-octi-cyan {
  border-radius: 5px;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  position: absolute;
  background-color: rgba(0, 219, 255, 0.5);
}
.overlay-octi-magenta {
  border-radius: 5px;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  position: absolute;
  background-color: rgba(222, 2, 132, 0.28);
}
.overlay-octi-blaa {
  border-radius: 5px;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  position: absolute;
  background-color: rgba(15, 114, 233, 0.5);
}
.header-standard {
  background-color: white;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .header-standard {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
    padding: 20px 0 30px 0;
  }
  .header-standard .col-sm-12 {
    text-align: center;
  }
  .header-standard .section-standard {
    margin-top: 15px;
  }
  .frontpage .header-standard {
    box-shadow: none;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .module-logo a {
    width: 150px !important;
  }
}
.fixed-merge.fixed-pushdown .tm-to-octi,
.section-header-fixed .tm-to-octi {
  width: 300px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
}
.frontpage.header-scrolled .section-header {
  opacity: 0;
}
.frontpage.header-scrolled .section-header-fixed {
  pointer-events: auto;
  top: 0;
  opacity: 1 !important;
}
.frontpage.header-scrolled .section-header-fixed .module-logo img {
  width: 150px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .module-menu-holder.fullscreen {
    display: none;
  }
  *::-ms-backdrop,
  .frontpage.header-scrolled .section-header-fixed .module-menu-holder.fullscreen {
    display: block !important;
  }
}
.frontpage .section-header-fixed {
  height: 72px;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: -20px;
  right: 0;
  left: 0;
  z-index: 25;
  transition: 0.4s ease-out;
}
.section-breadcrumb {
  margin: 0 0 20px;
}
.section-breadcrumb .module-breadcrumb a,
.section-breadcrumb .module-breadcrumb li {
  font-size: 14px;
}
.section-breadcrumb .module-breadcrumb li:first-of-type a:before {
  display: none;
}
.section-breadcrumb .module-breadcrumb a:hover {
  color: #de0284;
}
.section-breadcrumb .module-breadcrumb .active {
  font-weight: 500;
}
.module-logo img {
  width: 150px;
}
.octi-logo-mobile img {
  margin: 0 auto 10px auto;
  float: none;
  width: 200px;
}
.tm-to-octi-mobile {
  margin: 20px 0 -10px;
}
.tm-to-octi-mobile a {
  color: #262626;
}
.tm-to-octi-mobile a:hover {
  color: #de0284;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .section-mobile-bottom {
    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-mobile-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 0 0 10px;
  }
}
/* felles styling for sidemeny og fullscreen */
.module-menu-holder.sidemenu li ul {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.module-menu-holder.sidemenu li .arrow {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: 30px;
  float: right;
  background-repeat: no-repeat;
  background-size: 20px;
}
.module-menu-holder.sidemenu li a {
  color: white;
  font-size: 18px;
}
.module-menu-holder.sidemenu li a .mi-txtspan:after {
  display: none;
}
.module-menu-holder.sidemenu li a:hover {
  text-decoration: none;
  color: #0f72e9 !important;
}
.module-menu-holder.sidemenu .has-children.open {
  color: #de0284;
}
.module-menu-holder.sidemenu .current > a {
  font-weight: 500;
}
.module-menu-holder.sidemenu .level2 .arrow {
  display: none;
}
.module-menu-holder.sidemenu .level3 > li a,
.module-menu-holder.sidemenu .level4 > li a {
  font-size: 17px;
}
.module-menu-holder.sidemenu ul li.has-children:not(.open) > ul {
  display: none;
}
.module-menu-holder.sidemenu .current > ul {
  display: none !important;
}
.module-menu-holder.sidemenu .current > a {
  color: #de0284;
}
.module-menu-holder.sidemenu .current.open > ul {
  display: block !important;
}
.module-menu-holder.sidemenu .current.open > a {
  color: #de0284;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 81, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 89, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 98, 255, 0.239);
  }
}
.col-sm-12.grid-id-3664 {
  padding-right: 0;
  padding-left: 0;
}
/* fullscreen meny */
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen {
  width: auto;
  height: auto;
  margin: 5px 0 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen {
    float: none;
    width: 50px;
    padding: 30px 0;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button {
  background-color: transparent;
  width: 40px;
  height: 60px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button {
    border: 2px solid white;
    background-color: #262626;
    position: absolute;
    border-radius: 100px;
    bottom: -5px;
    left: 50%;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    animation-name: pulse;
    animation-delay: 3s;
    animation-duration: 1.8s;
    animation-iteration-count: 5;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button .icon-bar {
  display: block;
  width: 40px;
  height: 4px;
  right: 0;
  border-radius: 100px;
  background-color: #262626;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button .icon-bar {
    width: 25px;
    right: 10px;
    height: 3px;
    background-color: white;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button .icon-bar:nth-of-type(2) {
  top: 20px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button .icon-bar:nth-of-type(2) {
    top: 14px;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button .icon-bar:nth-of-type(3) {
  top: 30px;
  background-color: #de0284;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button .icon-bar:nth-of-type(3) {
    top: 22px;
    background-color: white;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button .icon-bar:nth-of-type(4) {
  top: 40px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button .icon-bar:nth-of-type(4) {
    top: 30px;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button:hover .icon-bar {
    background-color: #0f72e9;
  }
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .module-menu-button:hover .icon-bar:nth-of-type(3) {
    background-color: #262626 !important;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .current a {
  font-weight: normal;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen .arrow {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/arrow-white.svg?v=1605260287451');
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button {
  z-index: 1000;
  width: 40px;
  height: 60px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button {
    bottom: 5px;
    height: 50px;
    width: 50px;
    position: fixed;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button:hover .icon-bar {
    background-color: #0f72e9 !important;
  }
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button:hover .icon-bar:nth-of-type(3) {
    background-color: #0f72e9 !important;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button .icon-bar {
  background-color: #0f72e9;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button .icon-bar:nth-of-type(2) {
  right: 9px;
  top: 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-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button .icon-bar:nth-of-type(2) {
    right: 6px;
    top: 13px;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button .icon-bar:nth-of-type(3) {
  animation: hamburgerMenuMiddleOut 0.5s forwards;
  -webkit-animation: hamburgerMenuMiddleOut 0.5s forwards;
  right: 10px;
  top: 30px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button .icon-bar:nth-of-type(3) {
    right: 7px;
    top: 22px;
    animation: none;
    display: none;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  right: 16px;
  top: 30px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu-button .icon-bar:nth-of-type(4) {
    right: 10px;
    top: 21px;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .arrow.inside {
  display: none;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .arrow.outside {
  top: 5px;
  position: absolute;
  left: 150px;
  width: 40px;
  height: 33px;
  z-index: 102;
  background-position: center;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .has-children .arrow.outside {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/arrow-white.svg?v=1605260287451');
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .has-children.mobile-open .arrow.outside,
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .has-children.mobile-open.desktop-open .arrow.outside {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/arrow-white_up.svg?v=1605260287480');
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .has-children.mobile-open .level2,
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .has-children.mobile-open.desktop-open .level2,
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .has-children.mobile-open .level3,
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .has-children.mobile-open.desktop-open .level3 {
  display: block !important;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 {
  overflow-x: hidden;
  text-align: center;
  background-color: #262626 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  z-index: 200 !important;
  height: 100vh;
  padding: 100px;
  transition: none !important;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 {
    padding: 30px;
    padding-top: 25%;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 .current > .mi-txtspan {
  color: #de0284;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 li {
  padding: 10px 0;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 li {
    padding: 5px 0;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 .level1 > li a {
  font-size: 30px;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 li:nth-of-type(1) {
  animation-delay: 1s;
  animation: menuItemFadeIn 0.8s 1;
  -webkit-animation: menuItemFadeIn 0.8s 1;
}
@keyframes menuItemFadeIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInTwo {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInThree {
  from {
    transform: translateY(-60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInFour {
  from {
    transform: translateY(-80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInFive {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInSix {
  from {
    transform: translateY(-120px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menuItemFadeInSeven {
  from {
    transform: translateY(-140px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 > li {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 > li {
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
  }
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 > li a {
  font-size: 25px;
  color: white;
  border-left: none;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 > li a .mi-txtspan {
  display: inline-block;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 > li a:hover {
  color: #0f72e9 !important;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 .level2,
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 .level3,
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 .level4 {
  border-left: 2px solid #de0284;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 .level2 li a,
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 .level3 li a,
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 .level4 li a {
  font-weight: 300;
}
.module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open .module-menu.level1 .level2 {
  border-left: 1px solid #de0284 !important;
}
/* sidemeny */
.module-menu-holder.sidemeny {
  border-radius: 5px;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-menu-holder.sidemeny {
    margin-top: 20px;
  }
}
.module-menu-holder.sidemeny .has-children .arrow.outside {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/pil-svart-ned.svg?v=1559307470617');
}
.module-menu-holder.sidemeny .has-children.mobile-open.desktop-open .arrow.outside {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/pil-svart-opp.svg?v=1559307470678');
}
.module-menu-holder.sidemeny .has-children.mobile-open.desktop-open .level2,
.module-menu-holder.sidemeny .has-children.mobile-open.desktop-open .level3 {
  display: block !important;
}
.module-menu-holder.sidemeny .current.desktop-open .arrow.outside {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/pil-svart-opp.svg?v=1559307470678');
}
.module-menu-holder.sidemeny .current.desktop-open .level2,
.module-menu-holder.sidemeny .current.desktop-open .level3 {
  display: block !important;
}
.module-menu-holder.sidemeny .current.mobile-open .arrow.outside {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/pil-svart-ned.svg?v=1559307470617');
}
.module-menu-holder.sidemeny .arrow.inside {
  display: none;
}
.module-menu-holder.sidemeny ul {
  padding: 10px;
}
.module-menu-holder.sidemeny ul .mi24 {
  display: none;
}
.module-menu-holder.sidemeny ul li {
  margin-bottom: 0;
  padding: 3px 0;
  position: relative;
}
.module-menu-holder.sidemeny ul li a {
  padding-left: 0;
  font-size: 15px;
  color: #262626;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .module-menu-holder.sidemeny ul li a {
    font-size: 14px;
  }
}
.module-menu-holder.sidemeny ul li a span {
  letter-spacing: 1px;
  margin: 3px 0 0 3px;
  display: inline-block;
}
.module-menu-holder.sidemeny .arrow.outside {
  top: 15px;
  position: absolute;
  right: 20px;
}
.module-menu-holder.sidemeny .level1 {
  padding: 0;
}
.module-menu-holder.sidemeny .level1 > li a {
  font-size: 16px !important;
}
.module-menu-holder.sidemeny .level2 .arrow {
  display: none;
}
.module-menu-holder.sidemeny .level2 {
  padding: 0;
  margin-left: 0;
  padding-left: 12px;
  border-left: 1px solid #de0284;
}
.module-menu-holder.sidemeny .level2 li a {
  font-size: 14px !important;
}
.module-menu-holder.sidemeny .level2 .level3 {
  padding: 0 0 0 10px;
  border-left: 1px solid #de0284;
}
.module-menu-holder.sidemenu.sidemeny .current a {
  border-left: 0;
}
/*toppmeny-mobil */
.module-menu-holder.tabs.topmenu-mobile {
  z-index: 0 !important;
  float: none;
  margin-bottom: 30px;
}
.module-menu-holder.tabs.topmenu-mobile a:hover {
  color: #de0284 !important;
  border-left: 0 !important;
}
.module-menu-holder.tabs.topmenu-mobile .has-children:hover {
  border-left: 0 !important;
}
.module-menu-holder.tabs.topmenu-mobile .has-children:hover a:hover {
  color: #de0284 !important;
  border-left: 0 !important;
}
.module-menu-holder.tabs.topmenu-mobile .level2,
.module-menu-holder.tabs.topmenu-mobile .level3,
.module-menu-holder.tabs.topmenu-mobile .level4 {
  position: relative;
  padding: 10px;
  background-color: transparent;
  border: 0 !important;
  border-left: 1px solid #de0284;
  display: none;
}
.module-menu-holder.tabs.topmenu-mobile .level2 li,
.module-menu-holder.tabs.topmenu-mobile .level3 li,
.module-menu-holder.tabs.topmenu-mobile .level4 li {
  position: relative;
}
.module-menu-holder.tabs.topmenu-mobile .level2 .has-children:hover {
  background-color: transparent;
}
.module-menu-holder.tabs.topmenu-mobile .level2 .arrow {
  top: 10px;
}
.module-menu-holder.tabs.topmenu-mobile .mi24 {
  display: none;
}
.module-menu-holder.tabs.topmenu-mobile > ul.level1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.module-menu-holder.tabs.topmenu-mobile > ul.level1 > li {
  width: 48%;
  border-left: 0 !important;
  margin-bottom: 2px;
  background-color: #ececec;
  box-shadow: none !important;
}
.module-menu-holder.tabs.topmenu-mobile > ul.level1 > li a {
  font-weight: 500;
}
.module-menu-holder.tabs.topmenu-mobile ul.level2 {
  border-left: 0 !important;
  padding-left: 15px;
}
.module-menu-holder.tabs.topmenu-mobile ul.level2 li {
  float: none;
  border-left: 0 !important;
}
.module-menu-holder.tabs.topmenu-mobile ul.level2 li a {
  font-size: 13px !important;
}
.module-menu-holder.tabs.topmenu-mobile li.current a {
  font-weight: 500;
}
.module-menu-holder.tabs.topmenu-mobile .mi-txtspan:after {
  display: none;
}
.module-menu-holder.tabs.topmenu-mobile .arrow {
  position: absolute;
  right: 10px;
  bottom: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/pil-hvit-ned.svg?v=1560413605709');
  background-repeat: no-repeat;
  background-size: 20px;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-menu-holder.tabs.topmenu-mobile {
    display: none;
  }
}
.module-menu-holder.tabs.topmenu-mobile a {
  hyphens: auto;
}
.module-menu-holder.tabs .has-children:hover > a {
  border-left: 0;
  border-color: #d3d3d3 !important;
}
.module-menu-holder.tabs.topmenu-mobile .arrow.inside {
  display: none;
}
.module-menu-holder.tabs.topmenu-mobile li {
  position: relative;
}
.module-menu-holder.tabs.topmenu-mobile .arrow.outside {
  background-color: #de0284;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 33px;
  z-index: 102;
  background-position: center;
}
.module-menu-holder.tabs.topmenu-mobile ul.level2 {
  padding-right: 0;
}
.module-menu-holder.tabs.topmenu-mobile ul.level2 .arrow {
  display: none;
}
.module-menu-holder.tabs .has-children:hover > ul {
  display: none;
}
.module-menu-holder.tabs .has-children.desktop-open > ul {
  display: none;
}
.module-menu-holder.tabs .has-children.mobile-open .arrow.outside {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/pil-hvit-opp.svg?v=1560413605714');
}
.module-menu-holder.tabs .has-children.mobile-open > ul {
  display: block !important;
}
.module-menu-holder.tabs .has-children.mobile-open > ul .level3 {
  display: block !important;
  border-left: 1px solid #de0284 !important;
}
.col-sm-12.grid-id-86 {
  padding-right: 0;
  padding-left: 0;
}
.card {
  border-radius: 5px;
  position: relative;
}
.card:hover {
  transform: translateY(-2px);
  color: #0f72e9;
  border-color: #0f72e9;
}
.card h1 {
  font-size: 22px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .card h1 {
    font-size: 18px;
  }
}
.card p {
  font-size: 16px;
}
.card-blog {
  border-radius: 5px;
  position: relative;
  transition: all 0.2s ease;
  padding: 0;
}
.card-blog:hover {
  transform: translateY(-2px);
  color: #0f72e9;
  border-color: #0f72e9;
}
.card-blog h1 {
  font-size: 22px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .card-blog h1 {
    font-size: 18px;
  }
}
.card-blog p {
  font-size: 16px;
}
.octi-logo {
  position: relative;
}
.octi-logo img {
  width: 220px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .octi-logo img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 30px 0;
  }
}
.grid-id-554 {
  text-align: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grid-id-554 .octi-logo img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 30px 0;
  }
}
/*
.mobile-buttons {
	margin-top: -20px;
	a {
		.row-machine(2, 3%);
		.roboto;
		font-size: 14px;
		margin-bottom: 3%;
		color: white;
		text-transform: uppercase;
		border-radius: 5px;
		background: @octi-svart;
		padding: 20px 15px;
		letter-spacing: 1px;
		&:hover {
			color: @octi-blaa;
		}
	}

	a:first-of-type,
	a:last-of-type {
		background: @octi-magenta;
		&:hover {
			background: @octi-svart;
			color: @octi-blaa;
		}
	}
}
*/
@keyframes move1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes move2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(5deg);
  }
}
.blue2 {
  opacity: 0.75;
  fill: #00dbff;
}
.blue1 {
  opacity: 0.75;
  fill: #0f72e9;
}
.magenta {
  opacity: 0.75;
  fill: #de0385;
}
.animation svg {
  overflow: visible;
  height: 100px;
  padding: 0 15px 30px 15px;
}
.animation .blue1,
.animation .blue2 {
  transform-origin: left center;
}
.animation .blue2 {
  animation: move1 0.2s forwards;
  animation-delay: 1s;
}
.animation .blue1 {
  animation: move2 0.2s forwards;
  animation-delay: 1s;
}
.section-frontpage-mobile {
  /*mobile*/
}
.section-frontpage-mobile .bg-hvit p.cta {
  margin-top: 20px;
  border-bottom: 1px solid #262626;
}
.section-frontpage-mobile .bg-hvit:hover p.cta {
  color: #0f72e9;
  border-bottom: 1px solid #0f72e9;
}
@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-mobile .row:nth-last-of-type(2) .col-sm-12 {
    display: grid;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .section-frontpage-mobile .row:nth-last-of-type(2) .col-sm-12 {
    grid-row-gap: 20px;
  }
}
.section-frontpage-mobile .octi-card-mobile {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/tryggmediamiljo-48-mindre-blue.jpg?v=1559722992394');
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  color: white;
  padding: 45px;
  border-radius: 5px;
  position: relative;
  margin-top: 10px;
}
.section-frontpage-mobile .octi-card-mobile h3 {
  font-size: 30px;
  z-index: 222 !important;
}
.section-frontpage-mobile .octi-card-mobile p {
  font-size: 20px;
}
.section-frontpage-mobile .octi-card-mobile img {
  width: 80px;
  padding: 20px 0;
}
.section-frontpage-mobile .larger {
  grid-row: auto;
  grid-column: auto;
}
.section-frontpage-mobile .octi-card-mobile-two {
  border: 1px solid #eee;
  padding: 25px;
  text-align: center;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-frontpage-mobile .octi-card-mobile-two {
    margin-bottom: 15px;
  }
}
.section-frontpage-mobile .octi-card-mobile-two p {
  font-size: 18px;
}
.section-frontpage-mobile .clients {
  margin: 2% 0;
  border-radius: 5px;
}
.section-frontpage-mobile .clients .clients-heading {
  background: #de0284;
  color: white;
  font-size: 15px;
  padding: 15px;
  border-radius: 5px 5px 0 0;
}
.section-frontpage-mobile .clients .clients-heading p {
  margin: 0;
}
.card-image-two {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/xlarge/octi-48.jpg?v=1605173882917);
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .card-image-two {
    height: auto;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .card-image-two {
    height: 230px;
  }
}
.footer-mobile {
  margin-top: 20px;
  text-align: center;
  padding: 50px 0 150px;
}
.footer-mobile .module-article p {
  font-size: 17px;
  color: white;
  line-height: 25px;
}
.footer-mobile .module-article a {
  color: white;
  padding-bottom: 1px;
  border-bottom: 1px solid white;
}
.footer-mobile .module-article a:hover {
  color: #0f72e9;
  border-bottom: 1px solid #0f72e9;
}
.footer-mobile .module-article h4 {
  color: white;
  font-size: 20px;
  margin: 30px 0 0 0;
}
.footer-mobile .to-the-top {
  text-transform: uppercase;
  color: #ffff00;
  margin-top: 120px;
  display: block;
}
.footer-mobile .to-the-top img {
  width: 30px;
  transform: rotate(180deg);
}
/*
.module-formbuilder {
	border-radius: 5px;
	margin-bottom: 0;
	//background: @octi-magenta;
	padding: 35px 20px;
	//color: white;
	border: 1px solid @octi-svart;
	@media @xl {
		padding: 20px 20px 60px;
	}
	@media @l, @m, @s, @xs {
		margin-bottom: 2%;
	}
	&:hover {
		border: 1px solid @octi-blaa;
	}

	form {
		//padding: 30px;
		@media @xl {
			padding: 10px;
		}
		.template-standard-med-sidemeny & {
			padding: 15px;
		}
	}

	.dig-hallo {
		text-transform: uppercase;

		h2 {
			//font-family: 'Source Code Pro', monospace !important;
			text-transform: initial !important;
			//letter-spacing: 2px;
			margin-bottom: 30px;
			color: @octi-svart;
			@media @xl {
				font-size: 25px;
			}
			.template-standard-med-sidemeny & {
				font-size: 23px;
				margin-bottom: 30px;
			}
		}
	}

	.btn {
		float: right;
		color: white;
		background: @octi-svart;
		padding: 10px 35px;
		font-weight: normal;
		//text-transform: uppercase;
		font-size: 16px;
		.frontpage & {
			background: @octi-magenta;
			font-size: 20px;
			color: white;
			padding: 5px 25px;
		}
		&:hover {
			color: @octi-blaa;
		}
	}

	label {
		text-transform: uppercase;
		//color: white;
		font-size: 17px;
		text-transform: initial !important;
	}

	input,
	textarea {
		//color: white;
		background-color: transparent;
	}

	input:-internal-autofill-selected {
		background-color: @octi-svart !important;
	}

	.form-control {
		border: none;
		background-color: transparent;
		border-bottom: 2px solid @octi-svart;
		border-radius: 0;
		box-shadow: none;
		padding: 10px 0;
	}

	.form-field-textarea textarea {
		background-color: transparent;
	}

	.form-group.has-error {
		label {
			font-weight: 500;
		}
	}

	.alert {
		position: relative;

		margin: 0 30px;

		button.close {
			position: absolute;
			top: 2px;
			right: 5px;
			opacity: 1;

			text-shadow: none;
		}
	}
}
*/
.small {
  grid-row: span 1;
  grid-column: span 2;
  font-size: 100% !important;
}
.medium {
  grid-row: span 2;
  grid-column: span 2;
}
.large {
  grid-row: span 2;
  grid-column: span 3;
}
.larger {
  grid-row: span 3;
  grid-column: span 3;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .larger {
    grid-column: span 4;
  }
}
.wide {
  grid-row: span 1;
  grid-column: span 3;
}
.wider {
  grid-row: span 1;
  grid-column: span 3;
}
.portrait {
  grid-row: span 3;
  grid-column: span 2;
}
.portrait:after {
  display: none;
}
/* Internet explorer hack: */
@media all and (-ms-high-contrast: none) {
  .sectionOne-frontpage *::-ms-backdrop,
  .sectionThree-frontpage *::-ms-backdrop,
  .sectionTwo-frontpage *::-ms-backdrop,
  .sectionOne-frontpage .col-sm-12,
  .sectionThree-frontpage .col-sm-12,
  .sectionTwo-frontpage .col-sm-12 {
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .sectionOne-frontpage *::-ms-backdrop,
  .sectionThree-frontpage *::-ms-backdrop,
  .sectionTwo-frontpage *::-ms-backdrop,
  .sectionOne-frontpage .card,
  .sectionThree-frontpage .card,
  .sectionTwo-frontpage .card {
    width: 23.5%;
    margin: 1% 0;
  }
  .sectionOne-frontpage *::-ms-backdrop,
  .sectionThree-frontpage *::-ms-backdrop,
  .sectionTwo-frontpage *::-ms-backdrop,
  .sectionOne-frontpage .module-blogfeed,
  .sectionThree-frontpage .module-blogfeed,
  .sectionTwo-frontpage .module-blogfeed {
    width: 50%;
  }
  .sectionOne-frontpage *::-ms-backdrop,
  .sectionThree-frontpage *::-ms-backdrop,
  .sectionTwo-frontpage *::-ms-backdrop,
  .sectionOne-frontpage .module-blogfeed li,
  .sectionThree-frontpage .module-blogfeed li,
  .sectionTwo-frontpage .module-blogfeed li {
    width: 49%;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1400px) and (max-width: 1799px) {
  .sectionOne-frontpage *::-ms-backdrop,
  .sectionThree-frontpage *::-ms-backdrop,
  .sectionTwo-frontpage *::-ms-backdrop,
  .sectionOne-frontpage .card,
  .sectionThree-frontpage .card,
  .sectionTwo-frontpage .card {
    width: 32%;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 992px) and (max-width: 1399px) {
  .sectionOne-frontpage *::-ms-backdrop,
  .sectionThree-frontpage *::-ms-backdrop,
  .sectionTwo-frontpage *::-ms-backdrop,
  .sectionOne-frontpage .card,
  .sectionThree-frontpage .card,
  .sectionTwo-frontpage .card {
    width: 49%;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1400px) and (max-width: 1799px), all and (-ms-high-contrast: none) and (min-width: 992px) and (max-width: 1399px) {
  .sectionOne-frontpage *::-ms-backdrop,
  .sectionThree-frontpage *::-ms-backdrop,
  .sectionTwo-frontpage *::-ms-backdrop,
  .sectionOne-frontpage .module-blogfeed li,
  .sectionThree-frontpage .module-blogfeed li,
  .sectionTwo-frontpage .module-blogfeed li {
    width: 100%;
  }
}
.sectionOne-frontpage-new .col-sm-12 {
  grid-template-columns: repeat(8, 1fr) !important;
  grid-template-rows: repeat(3, 1fr) !important;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .sectionOne-frontpage-new .col-sm-12 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
.sectionOne-frontpage-new .col-sm-12 a.card {
  transition: all 0.4s ease-in-out;
  padding: 0;
}
.sectionOne-frontpage-new .col-sm-12 a.card div {
  padding: 25px 50px;
}
.sectionOne-frontpage-new .col-sm-12 a.card div p.cta {
  padding-bottom: 2px;
  border-bottom: 1px solid white;
  display: inline-block;
  margin-top: 20px;
}
.sectionOne-frontpage-new .col-sm-12 a.card.bg-svart {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sectionOne-frontpage-new .col-sm-12 a.card.bg-svart:hover p.cta {
  border-bottom: 1px solid #0f72e9;
}
.sectionOne-frontpage-new .col-sm-12 a.card.bg-hvit div {
  padding: 70px 50px;
}
.sectionOne-frontpage-new .col-sm-12 a.card.bg-hvit div p.cta {
  margin-top: 20px;
  border-bottom: 1px solid #262626;
}
.sectionOne-frontpage-new .col-sm-12 a.card.bg-hvit:hover p.cta {
  color: #0f72e9;
  border-bottom: 1px solid #0f72e9;
}
.sectionOne-frontpage-new .col-sm-12 a.card.bg-magenta {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sectionOne-frontpage-new .col-sm-12 a.card.bg-magenta:hover {
  background-color: #262626;
}
.sectionOne-frontpage-new .col-sm-12 a.card.bg-magenta:hover h1,
.sectionOne-frontpage-new .col-sm-12 a.card.bg-magenta:hover h2,
.sectionOne-frontpage-new .col-sm-12 a.card.bg-magenta:hover h3,
.sectionOne-frontpage-new .col-sm-12 a.card.bg-magenta:hover p {
  color: #0f72e9;
}
.sectionOne-frontpage-new .col-sm-12 a.card.bg-magenta:hover p.cta {
  color: #0f72e9;
  border-bottom: 1px solid #0f72e9;
}
.sectionOne-frontpage-new .col-sm-12 .wide {
  grid-column: span 2 !important;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .sectionOne-frontpage-new .col-sm-12 .wide:last-of-type {
    grid-column: span 3 !important;
  }
}
.sectionOne-frontpage-new .col-sm-12 .medium {
  grid-column: span 3 !important;
}
.sectionOne-frontpage-new {
  margin-top: 20px;
}
.sectionOne-frontpage-new .module-menu-holder.sidemenu.menu-visible-all.fullscreen.clickdown.fullscreen {
  position: absolute;
}
.sectionOne-frontpage-new .module-menu-holder.sidemenu.menu-visible-all.fullscreen.clickdown.fullscreen .module-menu-button {
  border-color: white;
}
.sectionOne-frontpage-new .module-menu-holder.sidemenu.menu-visible-all.fullscreen.clickdown.fullscreen .module-menu-button .icon-bar {
  background-color: white;
}
.sectionOne-frontpage-new .bg-magenta:after {
  content: '';
  position: absolute;
  background-size: 20px;
  height: 25px;
  width: 30px;
  bottom: 20px;
  right: 20px;
  background-repeat: no-repeat;
}
.sectionOne-frontpage-new .bg-svart:after {
  content: '';
  position: absolute;
  background-size: 20px;
  height: 25px;
  width: 30px;
  bottom: 20px;
  right: 20px;
  background-repeat: no-repeat;
}
.sectionOne-frontpage-new .bg-hvit:after {
  content: '';
  position: absolute;
  background-size: 20px;
  height: 25px;
  width: 30px;
  bottom: 20px;
  right: 20px;
  background-repeat: no-repeat;
}
.sectionOne-frontpage-new .col-sm-12 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .sectionOne-frontpage-new .col-sm-12 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.sectionOne-frontpage-new .col-sm-12 .octi-logo {
  background: white;
}
.sectionOne-frontpage-new .col-sm-12 .card-image-one {
  content: '';
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/xlarge/iStock-977398052.jpg?v=1605176302591);
  background-size: cover;
  position: relative;
  background-position-x: right;
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .sectionOne-frontpage-new .col-sm-12 .card-image-one {
    background-position-x: center;
  }
}
.sectionOne-frontpage-new .col-sm-12 .card-image-one:after {
  color: #262626;
  content: 'Kontakt';
  color: white;
  position: absolute;
  background: #262626;
  border-radius: 5px;
  padding: 15px 20px;
  bottom: 10%;
  left: 10%;
  font-size: 25px;
}
.sectionOne-frontpage-new .col-sm-12 .card h1:after {
  content: '';
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  margin: 10px;
  width: 20px;
  height: 25px;
}
.sectionOne-frontpage-new .col-sm-12 .vi-er-octi img {
  height: 160px;
  margin: 40px auto;
  display: block;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .sectionOne-frontpage-new .col-sm-12 .vi-er-octi {
    display: none;
  }
  .sectionOne-frontpage-new .col-sm-12 .some {
    grid-row: span 1 !important;
    grid-column: span 3 !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .sectionTwo-frontpage *::-ms-backdrop .form-field .form-group,
  .sectionTwo-frontpage .module-formbuilder .form-field .form-group {
    display: inline-block;
    width: 100% !important;
  }
}
.sectionTwo-frontpage .module-formbuilder {
  background-color: #de0284 !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease-in-out;
}
.sectionTwo-frontpage .module-formbuilder:hover {
  transform: translateY(-5px);
}
.sectionTwo-frontpage .module-formbuilder form {
  color: white;
  padding: 35px 80px;
}
.sectionTwo-frontpage .module-formbuilder form label {
  color: white;
}
.sectionTwo-frontpage .grid-id-478 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr;
  grid-gap: 20px;
  margin-top: 20px;
}
.sectionTwo-frontpage .grid-id-478 a {
  border-radius: 5px;
}
.sectionTwo-frontpage .grid-id-478 .om-oss-image {
  content: '';
  position: relative;
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/tryggmediamiljo-49-mindre.jpg?v=1559737570075');
  background-size: cover;
  background-position-x: center;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease-in-out;
}
.sectionTwo-frontpage .grid-id-478 .om-oss-image:hover {
  transform: translateY(-5px);
}
.sectionTwo-frontpage .grid-id-478 .om-oss-image:before {
  border-radius: 5px;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  position: absolute;
  background-color: rgba(222, 2, 132, 0.28);
}
.sectionTwo-frontpage .grid-id-478 .om-oss-image:after {
  content: '';
  color: white;
  position: absolute;
  bottom: 10%;
  left: 10%;
  letter-spacing: 2px;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
@media all and (-ms-high-contrast: none) {
  .sectionTwo-frontpage *::-ms-backdrop,
  .sectionTwo-frontpage .row:first-of-type .col-sm-12 {
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sectionTwo-frontpage *::-ms-backdrop,
  .sectionTwo-frontpage .module-formbuilder,
  .sectionTwo-frontpage .om-oss-image {
    width: 49%;
  }
}
.module-article.article1420 img {
  margin-right: 10px;
  width: 29px;
  height: 29px;
}
.module-blogfeed ul:before {
  display: none;
}
.module-blogfeed ul:after {
  display: none;
}
.module-blogfeed ul li {
  position: relative;
  border: none;
  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-blogfeed ul li {
    margin-bottom: 2%;
  }
}
.module-blogfeed ul li .blogfeed-img img {
  border-radius: 5px 5px 0 0;
  width: 100% !important;
}
.module-blogfeed ul li .blogfeed-info {
  width: 100%;
  background-color: white;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}
.module-blogfeed ul li .blogfeed-info a {
  color: #262626;
}
.module-blogfeed ul li .blogfeed-info a:hover {
  font-weight: 500;
  color: #de0284;
}
.module-blogfeed ul li .blogfeed-info a h2 {
  font-weight: bold;
  font-family: 'Source Code Pro', monospace;
  letter-spacing: 0;
}
@media all and (-ms-high-contrast: none) {
  .sectionThree-frontpage .col-sm-12 *::-ms-backdrop,
  .sectionThree-frontpage .col-sm-12 .blogfeed-frontpage {
    width: 100%;
  }
  .sectionThree-frontpage .col-sm-12 *::-ms-backdrop,
  .sectionThree-frontpage .col-sm-12 .module-blogfeed ul {
    display: -ms-flexbox;
    justify-content: space-between;
  }
  .sectionThree-frontpage .col-sm-12 *::-ms-backdrop,
  .sectionThree-frontpage .col-sm-12 .module-blogfeed ul li {
    width: 32%;
  }
  .sectionThree-frontpage .col-sm-12 *::-ms-backdrop,
  .sectionThree-frontpage .col-sm-12 .module-blogfeed ul li:last-child {
    display: block !important;
  }
}
.blogfeed-frontpage {
  margin-bottom: 0;
  margin-top: 70px;
}
@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) {
  .blogfeed-frontpage {
    margin-top: 20px;
  }
}
.blogfeed-frontpage > p:first-of-type {
  position: relative;
  background: #262626;
  padding: 20px 20px 10px;
  border-radius: 5px;
  font-size: 20px;
}
.blogfeed-frontpage > p:first-of-type a {
  color: white;
  font-weight: 500;
}
.blogfeed-frontpage > p:first-of-type a:after {
  content: '';
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 18px;
  right: 5px;
  bottom: 0;
  height: 25px;
  width: 30px;
}
.blogfeed-frontpage .blogfeed-img img {
  border-radius: 5px;
}
.blogfeed-frontpage ul li {
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
.blogfeed-frontpage ul li:hover {
  transform: translateY(-5px);
}
.blogfeed-frontpage ul {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .blogfeed-frontpage ul li {
    width: 32%;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .clients-frontpage {
    width: 100%;
  }
}
.our-clients {
  position: absolute;
  border-radius: 5px;
  background: #262626;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
}
.our-clients h3 {
  margin-bottom: 0;
  display: inline-block;
  color: white;
  font-size: 20px;
  font-weight: 400 !important;
}
.clients-frontpage {
  position: relative;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  margin: 20px 0 0;
}
.clients-frontpage h3 {
  padding: 30px 50px 0 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) {
  .clients-frontpage {
    margin: 20px 0;
    text-align: center;
  }
}
.clients-frontpage .client-logos {
  background: white;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 992px) and (max-width: 1399px) {
  .clients-frontpage .client-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .clients-frontpage .client-logos {
    grid-template-columns: repeat(3, 1fr);
    padding: 15px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .clients-frontpage .client-logos {
    padding: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .clients-frontpage .client-logos a {
    padding: 0 10px;
  }
}
.clients-frontpage .client-logos:hover {
  transform: translateY(-5px);
}
.clients-frontpage .client-logos a img {
  filter: grayscale(100%);
}
.clients-frontpage .client-logos a img:hover {
  filter: none;
}
.wide-image {
  margin-top: 20px;
  border-radius: 5px;
  height: 300px;
  position: relative;
  background-position-y: top !important;
  background-position-x: left !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1800px) {
  .wide-image {
    height: 560px;
  }
}
.wide-image .module-article {
  color: white;
}
.digital-kilde {
  margin-top: 150px;
}
.digital-kilde h1 {
  font-size: 60px;
  text-shadow: 1px 1px 5px #262626;
}
/* footer desktop */
.section-footer {
  margin-top: 20px;
}
@media all and (-ms-high-contrast: none) {
  .section-footer *::-ms-backdrop,
  .section-footer .row:first-of-type .col-sm-12 {
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .section-footer *::-ms-backdrop,
  .section-footer .row:first-of-type .col-sm-12 .card {
    width: 18%;
    margin: 1% 0;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1800px), all and (-ms-high-contrast: none) and (min-width: 1400px) and (max-width: 1799px) {
  .section-footer *::-ms-backdrop,
  .section-footer .row:first-of-type .col-sm-12 .card {
    width: 24%;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 992px) and (max-width: 1399px) {
  .section-footer *::-ms-backdrop,
  .section-footer .row:first-of-type .col-sm-12 .card {
    width: 30%;
  }
}
.section-footer .row:first-of-type .col-sm-12 {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 2fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.section-footer .row:first-of-type .col-sm-12 .card {
  text-align: center;
  padding: 35px 20px;
}
.section-footer .row:first-of-type .col-sm-12 .card.bg-hvit p {
  font-size: 16px;
  line-height: 22px;
}
.section-footer .row:first-of-type .col-sm-12 .footer-info {
  text-align: center;
}
.section-footer .row:first-of-type .col-sm-12 .footer-info a {
  display: block;
  padding: 10px 0;
}
.section-footer .col-sm-12:last-of-type {
  padding-bottom: 50px;
  text-align: center;
}
.section-footer .col-sm-12:last-of-type a {
  color: black;
  margin: 20px;
  font-size: 18px;
}
.section-footer .col-sm-12:last-of-type .to-the-top-bottom {
  position: relative;
}
.section-footer .col-sm-12:last-of-type .to-the-top-bottom:after {
  position: absolute;
  background-size: 20px;
  background-repeat: no-repeat;
  height: 15px;
  width: 40px;
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/arrow-magenta-up.svg?v=1605190108542);
}
.section-footer .row:last-of-type .col-sm-12 a {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #de0284;
}
.section-footer .row:last-of-type .col-sm-12 a:hover {
  border-bottom: 1px solid #0f72e9;
  color: #0f72e9;
  text-decoration: none;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .module-blogfeed.referanser {
    margin: 40px 0;
  }
}
.module-blogfeed.referanser ul {
  justify-content: start;
}
.module-blogfeed.referanser ul li {
  margin-bottom: 20px;
  background-color: white;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .module-blogfeed.referanser ul li {
    width: 25%;
    margin: 2%;
  }
}
.module-blogfeed.referanser ul li .blogfeed-info a h2 {
  font-size: 17px;
}
.module-blogfeed.referanser ul li .blogfeed-img img {
  max-height: 76px;
  width: auto !important;
}
.module-blogfeed.referanser ul li .blogfeed-info {
  display: none;
}
.module-blogfeed a {
  padding: 0;
}
.module-blogfeed ul {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  flex-wrap: wrap;
}
.module-blogfeed.caser {
  margin: 30px 0 -25px 0;
}
/* caser = nytt */
.module-blogfeed.blog ul li,
.module-blogfeed.caser ul li {
  margin-bottom: 20px;
  background-color: white;
  text-align: center;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-blogfeed.blog ul li,
  .module-blogfeed.caser ul li {
    width: 31%;
    margin: 1% 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .module-blogfeed.blog ul li,
  .module-blogfeed.caser ul li {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .module-blogfeed.blog ul li,
  .module-blogfeed.caser ul li {
    margin: 1% 0;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.blog ul li,
  .module-blogfeed.caser ul li {
    margin: -15px 0 30px 0;
    border: 1px solid #eee;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .module-blogfeed.caser {
    margin: 0;
  }
  .module-blogfeed.caser ul li {
    border: 1px solid #eee;
  }
}
body.superadmin > .section-standard {
  margin-top: 0;
}
body.template-standard > .section-standard {
  margin-top: 30px;
}
body.template-standard > .section-standard .container {
  min-height: 70vh;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-standard > .container .col-sm-3:last-of-type {
    width: 100%;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .section-standard .col-sm-9 .module-article.ring-oss,
  .section-standard .col-sm-9 .module-formbuilder {
    width: 40%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-standard > .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-standard .cases-page {
  margin-bottom: 30px;
}
.section-standard .cases-page .col-sm-12 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
.section-standard .cases-page .col-sm-12 .card:first-of-type {
  box-shadow: none;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.section-standard .cases-page .col-sm-12 .card:hover {
  transform: none;
}
.blog-page .page-content {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 130px;
}
.blog-page .back-to {
  margin: 0 auto;
  text-align: center;
}
.blog-page .back-to a {
  background-color: black;
  color: white;
  padding: 11px 45px;
  border-radius: 224px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-page .back-to a:hover {
  transform: scale(1.05);
}
.blog-page .module-blogfeed.sidemenu-master {
  margin-top: 30px;
  border-radius: 5px;
  padding: 15px 30px;
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
@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) {
  .blog-page .module-blogfeed.sidemenu-master {
    display: none;
  }
}
.blog-page .module-blogfeed.sidemenu-master h3 {
  font-size: 19px;
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .blog-page .module-blogfeed.sidemenu-master h3 {
    font-size: 16px;
  }
}
.blog-page .module-blogfeed.sidemenu-master h3 a:hover {
  color: #de0284;
}
.blog-page .module-blogfeed.sidemenu-master ul li .blogfeed-info {
  padding: 10px 0;
}
.blog-page .module-blogfeed.sidemenu-master ul li .blogfeed-info a h2 {
  font-size: 15px;
}
.blog-page .module-blogfeed.sidemenu-master ul li.current .blogfeed-info a {
  color: #de0284 !important;
}
.module-blogfeed.blog li {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
/* ansattliste */
.body-mi412 .employee-list {
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi412 .employee-list .col-sm-4 {
    width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1799px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi412 .employee-list .col-sm-4:nth-of-type(2) .employee-item:nth-of-type(5) .employee-basic .employee-img:first-of-type img,
  .body-mi412 .employee-list .col-sm-4:nth-of-type(2) .employee-item:last-of-type .employee-basic .employee-img:first-of-type img {
    height: 119px;
    background: white;
    width: auto;
  }
}
.body-mi412 .employee-list .employee-item {
  margin-bottom: 20px;
  position: relative;
}
.body-mi412 .employee-list .employee-item .employee-basic:hover .arrow-icon {
  background-image: url(https://files.solvecms.com/octi-no2/a77f702/arrow-blaa-down.svg?v=1611582538148);
}
.body-mi412 .employee-list .employee-item .employee-basic:hover .employee-title {
  color: #0f72e9 !important;
}
.body-mi412 .employee-list .employee-item .employee-basic {
  border-radius: 5px;
  background: #262626;
}
.body-mi412 .employee-list .employee-item .employee-basic:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.body-mi412 .employee-list .employee-item .employee-basic .employee-img {
  float: left;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .body-mi412 .employee-list .employee-item .employee-basic .employee-img {
    margin-right: 10px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi412 .employee-list .employee-item .employee-basic .employee-img {
    margin-right: 10px;
  }
}
.body-mi412 .employee-list .employee-item .employee-basic .employee-img img {
  border-radius: 5px 0 0 5px;
  width: 100px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .body-mi412 .employee-list .employee-item .employee-basic .employee-img img {
    width: 68px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi412 .employee-list .employee-item .employee-basic .employee-img img {
    width: 105px;
    border-radius: 5px 0 0 5px;
  }
}
.body-mi412 .employee-list .employee-item .employee-basic .basic-info {
  display: inline-block;
  padding-top: 10px;
  cursor: pointer;
  color: white;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi412 .employee-list .employee-item .employee-basic .basic-info {
    padding: 10px 0;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi412 .employee-list .employee-item .employee-basic .basic-info {
    width: 100px;
  }
}
.body-mi412 .employee-list .employee-item .employee-basic .basic-info .employee-name {
  font-size: 17px !important;
  width: 165px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .body-mi412 .employee-list .employee-item .employee-basic .basic-info .employee-name {
    font-size: 18px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi412 .employee-list .employee-item .employee-basic .basic-info .employee-name {
    width: 195px;
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .body-mi412 .employee-list .employee-item .employee-basic .basic-info .employee-name {
    width: 160px;
  }
}
.body-mi412 .employee-list .employee-item .employee-basic .basic-info .employee-title {
  color: #de0284;
  width: 165px;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi412 .employee-list .employee-item .employee-basic .basic-info .employee-title {
    font-size: 14px;
  }
}
.body-mi412 .employee-list .employee-item .employee-basic .arrow-icon {
  margin: 20px 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  float: right;
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/arrow-white.svg?v=1605260287451');
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi412 .employee-list .employee-item .employee-basic .arrow-icon {
    margin: 25px 0 0;
  }
}
.body-mi412 .employee-list .employee-item .employee-full {
  background: white;
  padding: 20px 0;
  display: none;
}
.body-mi412 .employee-list .employee-item.expanded .employee-full {
  display: block;
}
.body-mi412 .employee-list .employee-item.expanded .employee-full .full-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.body-mi412 .employee-list .employee-item.expanded .employee-full .full-info .employee-img img {
  border-radius: 5px;
  padding: 0 0 25px;
}
.body-mi412 .employee-list .employee-item.expanded .employee-full .full-info .full-content div {
  margin: 3px 0;
}
.body-mi412 .employee-list .employee-item.expanded .employee-full .full-info .full-content .employee-name {
  font-size: 22px;
  font-weight: 500;
}
.body-mi412 .employee-list .employee-item.expanded .employee-full .full-info .full-content .employee-title {
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.body-mi412 .employee-list .employee-item.expanded .employee-full .full-info .full-content .employee-phone:before {
  position: absolute;
}
.body-mi412 .employee-list .employee-item.expanded .employee-full .full-info .full-content .employee-email a,
.body-mi412 .employee-list .employee-item.expanded .employee-full .full-info .full-content .employee-phone {
  font-weight: 500;
  color: #de0284;
  font-size: 16px;
}
.body-mi412 .employee-list .employee-item.expanded .employee-full .full-info .full-content .employee-description {
  margin: 20px 0;
}
.body-mi412 .employee-list .employee-item.expanded .employee-full .full-info .full-content .employee-fun-fact {
  color: #de0284;
  font-weight: 500;
}
.body-mi412 .employee-list .employee-item.expanded .arrow-icon {
  background-image: url('https://files.solvecms.com/octi-no2/a77f702/arrow-white_up.svg?v=1605260287480') !important;
}
/* Google ads meny */
.google-ads-meny {
  margin-bottom: 60px;
}
.google-ads-meny ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.google-ads-meny li {
  display: inline-block;
}
.google-ads-meny li a {
  background-color: #262626;
  display: block;
  font-size: 18px;
  color: #ffff00;
  padding: 10px 30px;
  margin: 5px 10px 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.google-ads-meny li a:hover {
  transform: scale(1.05);
  color: #ffff00;
  text-decoration: none;
}
.body-mi406 .google-ads-meny .remark {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
.body-mi400 .google-ads-meny .shopping {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
.body-mi394 .google-ads-meny .app {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
.body-mi388 .google-ads-meny .video {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
.body-mi382 .google-ads-meny .display {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
.body-mi376 .google-ads-meny .tekst {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
/* tradisjonelle medier side */
.trad {
  background-color: #262626;
  padding: 25px;
  color: white;
  margin-bottom: 20px;
}
.trad h3 {
  margin-top: 10px !important;
  color: #ffff00;
}
/* SOME meny */
.some-meny {
  margin-bottom: 60px;
}
.some-meny ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.some-meny li {
  display: inline-block;
}
.some-meny li a {
  background-color: #262626;
  display: block;
  font-size: 18px;
  color: #ffff00;
  padding: 10px 30px;
  margin: 5px 10px 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.some-meny li a:hover {
  transform: scale(1.05);
  color: #ffff00;
  text-decoration: none;
}
.body-mi334 .some-meny .face {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
.body-mi340 .some-meny .insta {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
.body-mi346 .some-meny .snap {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
.body-mi352 .some-meny .tube {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
.body-mi358 .some-meny .link {
  background-color: #cfcfcf !important;
  color: #262626 !important;
}
.octi-logo.footer-logo img {
  width: 190px;
}
@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) {
  .octi-logo.footer-logo {
    display: block;
    margin-top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .octi-logo.footer-logo.card.bg-svart img {
    width: 165px;
  }
}
.blogg-topp-artikkel h1 {
  font-size: 80px;
}
.section-standard .solve-intro a {
  color: #0f72e9;
  text-decoration: underline;
}
.section-standard .solve-intro .box {
  border-left: 4px solid #0f72e9 !important;
}
.section-standard .solve-intro .box h4 {
  color: #0f72e9;
}
.solve .btn.btn-pink {
  background-color: #0f72e9;
}
.ring-oss {
  background-color: black;
  border-radius: 5px;
  display: inline-block;
}
.ring-oss:hover {
  transform: translateY(-2px);
  background-color: #de0284;
  color: #0f72e9;
}
.ring-oss p {
  margin-bottom: 0;
}
.ring-oss p a {
  padding: 5px 20px 5px 20px;
  color: white;
  font-size: 20px;
  display: block;
  font-weight: normal;
}
.ring-oss p a:hover {
  color: #0f72e9;
  text-decoration: none;
}
.ring-oss p a span {
  font-size: 30px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .ring-oss p a span {
    font-size: 24px;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-article.padding-sides {
    text-align: center;
    padding: 0 15%;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-article.columns {
    column-count: 2;
    column-gap: 20px;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-article.kontakt-topp {
    margin-bottom: 40px;
  }
}
.section.section-urlbuilder .container {
  margin: 30px auto;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .section.section-urlbuilder .container {
    margin: 50px auto;
    width: 560px;
  }
}
.section.section-urlbuilder .container button {
  float: right;
  border: none;
  background-color: #de0284;
  color: white;
  padding: 11px 45px;
  border-radius: 224px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 400 !important;
}
.section.section-urlbuilder .container button:hover {
  transform: scale(1.05);
}
.section.section-urlbuilder .container p strong {
  color: #de0284;
}
.section.section-urlbuilder .container .form-group {
  margin: 20px 0;
}
.section.section-urlbuilder .container .form-group label {
  font-weight: 500;
}
.section.section-urlbuilder .container .form-group .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #262626;
  border-radius: 0;
  font-size: 17px;
  box-shadow: none;
}
.section.section-urlbuilder .container .form-group .help-block {
  font-size: 15px;
}
.section.section-urlbuilder .container .form-group .form-group:first-of-type {
  margin-bottom: 45px;
}
.section.section-urlbuilder .container .result-container {
  margin-top: 60px;
  background: white;
  border-radius: 5px;
  padding: 15px;
}
/* EM1MN */
.annonsebestilling .em1logo {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.annonsebestilling .annonsebestilling-meny {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.annonsebestilling .annonsebestilling-meny a {
  font-size: 20px;
  margin-right: 30px;
  color: black;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  letter-spacing: 0.7px;
  padding: 8px;
  text-decoration: none;
}
.annonsebestilling .annonsebestilling-meny a:hover {
  color: #b1202a;
  text-decoration: none;
}
.annonsebestilling .annonsebestilling-meny a:focus {
  outline: none;
}
.annonsebestilling .annonsebestilling-iframe {
  overflow: hidden;
}
.annonsebestilling .annonsebestilling-iframe iframe {
  margin-top: -145px;
  border: 0;
}
.annonsebestilling .annonsebestilling-iframe iframe ._nghost-hvj-4 .request-form {
  margin-left: 0;
}
.rapporter {
  margin-bottom: 80px;
}
.rapporter table {
  padding: 20px 0;
}
.rapporter table th {
  padding: 10px 20px !important;
  font-weight: 900 !important;
}
.rapporter table td {
  padding: 0 !important;
  font-size: 18px;
  color: black;
  font-weight: 300;
}
.rapporter table td a {
  color: black;
  display: block;
  padding: 10px 20px !important;
}
.rapporter table td a:hover {
  text-decoration: none;
  color: #66a0c7;
}
.rapporter table tr:nth-child(odd) {
  background-color: white;
}
.rapporter table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.rapporter .dataTables_wrapper.no-footer {
  font-family: Roboto, sans-serif;
}
.rapporter table.dataTable.no-footer {
  border: 0;
}
.rapporter table.dataTable thead td,
.rapporter table.dataTable thead th {
  border-color: #b1c0ca;
}
.rapporter .dataTables_info,
.rapporter .dataTables_length,
.rapporter .dataTables_paginate.paging_simple_numbers {
  display: none;
}
.rapporter input:focus {
  outline: none;
}
.rapporter input {
  height: 30px;
  border: 1px solid #b1c0ca;
}
.body-mi1864 .rapport {
  border-bottom: 1px solid #b1202a;
  color: #b1202a !important;
}
.body-mi1858 .skjema {
  border-bottom: 1px solid #b1202a;
  color: #b1202a !important;
}
.ledig-stilling-knapp {
  background-color: #ffff00;
  color: #262626;
  padding: 10px 25px !important;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 600;
  margin: 7px;
  font-family: 'Source Code Pro', monospace;
  top: 20px;
  left: 20px;
  display: inline-block;
  line-height: normal;
}
@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) {
  .ledig-stilling-knapp {
    margin: 0;
  }
}
.ledig-stilling-knapp:hover {
  color: #262626;
}
.ledig-stilling-knapp.mobil {
  position: static;
  width: 100%;
  margin-top: 20px;
}
.body-mi1959 .module-menu-holder.tabs {
  display: none !important;
}
.article2080 h1 {
  font-size: 80px;
  line-height: 70px;
}
.article2080 h2 {
  font-size: 40px;
  line-height: 50px;
}
.sidemeny-blogg-mobil {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article846 {
    margin-top: -50px;
  }
}
#mc_embed_signup {
  font-family: 'Roboto', sans-serif;
}
#mc_embed_signup input.email {
  font-family: 'Roboto', sans-serif;
  border: none;
  border-bottom: 2px solid #262626;
  padding: 15px !important;
  border-radius: 0 !important;
}
#mc_embed_signup input.button {
  margin: 20px 0 10px 0 !important;
  height: 45px !important;
  width: 100px !important;
}
#mc_embed_signup input.button:hover {
  color: #de0284 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-3 #mc_embed_signup {
    display: none;
  }
}
.template-standard-blogg #mc_embed_signup {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
.body-be2228 .col-sm-9 .module-article img {
  width: 170px;
  padding: 30px 0 10px 0;
}
.body-be2228 .col-sm-9 .article2493 {
  margin-top: 30px;
}
.template-referanser .col-sm-9 {
  width: 65%;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-referanser .col-sm-9 {
    width: 100%;
  }
}
.template-referanser .col-sm-3 {
  width: 35%;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-referanser .col-sm-3 {
    width: 100%;
  }
}
.module-article ol {
  padding-inline-start: 30px;
}
.module-article ol li {
  padding-left: 20px;
  padding-bottom: 20px;
}
.article2059 {
  background-color: #fff;
  padding: 20px 20px 0 20px;
  border-radius: 5px 5px 0 0;
  margin-bottom: -10px;
}
.frontpage.menu-open .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open {
  position: absolute;
  top: -1px;
  right: -15px !important;
}
.menu-open .module-menu-holder.sidemenu.clickdown.offscreen.fullscreen.open {
  position: absolute;
}
.article3170 iframe {
  width: 560px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article3170 iframe {
    width: 100%;
  }
}
.section.certifications {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.certifications {
    display: none;
  }
}
.section.certifications .certifications .miljofyrtaarn {
  margin: 10px 0 40px 0;
}
.section.certifications .certifications .miljofyrtaarn img {
  height: 65px;
}
/*
body.frontpage {
	background: white !important;
	// .container {
	// 	padding-right: 0;
	// 	padding-left: 0;
	// }
	.fixed-desktop {
		.container {
			@media @xxxl {
				width: 70vw;
			}
			@media @xxl, @xl {
				width: 80vw;
			}
		}
		.module-logo img {
			width: 185px;
		}
	}
}

body.frontpage {
	padding-top: 0;
}
*/
.fixed-merge.fixed-pushdown {
  box-shadow: none;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .body-mi274 .col-sm-9 {
    margin-bottom: 30px;
    width: 63%;
  }
  .body-mi274 .col-sm-3 {
    margin-bottom: 30px;
    width: 37%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .skala-cta {
    display: none;
  }
}
.article4534 h2 {
  font-family: 'Roboto Serif', sans-serif !important;
}
.grecaptcha-badge {
  bottom: 64px !important;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: red;
}
.alert-danger {
  color: red;
}
@media (min-width: 767px) {
  .body-mi5766 .top-head-img {
    height: 479px;
  }
}
.body-mi5766 .module-article {
  margin-bottom: 0;
}
.body-mi5766 video,
.body-mi5766 iframe[src*="https://www.youtube.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 1px solid #d9d9d9;
  box-shadow: 0 5px 15px 1px #00000042;
}
.body-mi4217 .point > p > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi4217 .point > p > img {
    width: 250px;
  }
}
@media (min-width: 400px) {
  .body-mi4217 .point > p > img {
    width: 300px;
  }
}
.body-mi1959 .article4788 p a {
  margin: 10px 0 !important;
}
.bg505 {
  filter: contrast(1.5);
}
.card {
  transition: all 0.2s ease;
}
.body-mi1858 .annonsebestilling .annonsebestilling-meny a {
  font-size: 30px;
  background-color: aliceblue;
  margin-top: 80px;
  padding: 20px 30px;
}
.body-mi1858 .em1logo {
  margin-top: 80px;
}
.body-mi3925 .skjema-nybygg {
  border-bottom: 1px solid #b1202a;
  color: #b1202a !important;
}
.body-mi3931 .skjema-gen {
  border-bottom: 1px solid #b1202a;
  color: #b1202a !important;
}
.annonsebestilling-meny {
  margin-bottom: 30px;
}
.clients-frontpage .client-logos:hover {
  transform: none;
}
.annonsebestilling .annonsebestilling-iframe {
  padding-top: 80px;
}
body .sectionOne-frontpage .col-sm-12 .vi-er-octi:hover {
  text-decoration: none !important;
}
.frontpage .module-formbuilder {
  background-color: white !important;
  color: black;
  border: 1px solid #eee;
}
.sectionTwo-frontpage .module-formbuilder form,
.sectionTwo-frontpage .module-formbuilder form label {
  color: black;
}
.frontpage .module-formbuilder .form-control {
  border-bottom: 1px solid black;
}
.frontpage .module-formbuilder input,
.module-formbuilder textarea {
  color: black;
}
.section-footer .row:first-of-type .col-sm-12 {
  grid-template-columns: repeat(2, 1fr) 1fr;
}
body.template-standard > .section-standard .container {
  min-height: 25vh;
}
.cookiefirst-root p {
  font-size: 12px;
}
.frontpage-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.frontpage-cta a {
  margin: 10px 30px !important;
}
.module-formbuilder {
  max-width: 700px;
  margin: 40px auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.module-formbuilder .form-control {
  height: 45px;
}
.module-formbuilder textarea {
  min-height: 100px;
}
.module-formbuilder .dig-hallo {
  margin-bottom: 30px;
}
.module-formbuilder .form-field.form-field-freetext a {
  color: #de0284;
  border-bottom: 1px solid #de0284;
  display: inline-block;
}
.module-formbuilder .btn.submit {
  background-color: #de0284;
  color: white;
  padding: 11px 45px;
  border-radius: 224px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-formbuilder .btn.submit:hover {
  transform: scale(1.05);
}
.frontpage .article6160 {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.frontpage .article6160 h3 {
  font-size: 25px;
}
.frontpage .article6160 p {
  font-size: 19px;
}
.frontpage-sept {
  position: relative;
}
.vifte-dekor {
  position: absolute;
  z-index: 0;
  top: 130px;
  left: -100px;
  width: 100%;
}
.frontpage-headline {
  position: relative;
  z-index: 2;
}
.frontpage-sept .frontpage-headline h1:before,
.frontpage-sept .frontpage-headline h1:after {
  display: none;
}
@media (max-width: 767px) {
  .smaller-h1 h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.body-mi4909 .top-head-img.annonseprod .frontpage-headline h1 .hide-wide {
  display: inline-block;
}
body {
  scroll-behavior: smooth;
}
.btn.btn-pink {
  font-weight: 400 !important;
}
.body-mi4217 .module-article h2 {
  line-height: 39px !important;
}
.miljo img {
  height: 80px;
}
.footer-highlights {
  display: flex;
  justify-content: flex-start;
}
.googlepartner img {
  height: 80px;
  margin-left: 20px;
}
.meta img {
  height: 78px;
  margin-left: 20px;
}
.tmh-logo img {
  max-width: 300px;
}
.tmh-logo {
  text-align: center;
  margin-bottom: 0px;
}
.sitat.tmh {
  padding-top: 0px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.nyhetsbrev-form {
  margin-top: 40px;
  border: 1px solid white;
  padding: 25px;
  border-radius: 5px;
  width: 320px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .nyhetsbrev-form {
    position: static;
    width: 100%;
  }
}
.nyhetsbrev-form h4 {
  font-size: 26px;
}
.nyhetsbrev-form input {
  color: white;
  background-color: transparent;
  border: 0 !important;
}
.nyhetsbrev-form label {
  color: white;
}
.nyhetsbrev-form .button {
  background-color: #de0284;
  color: white;
  padding: 11px 45px;
  border-radius: 224px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 0;
  width: auto !important;
}
#mc_embed_signup input.button:hover {
  color: black !important;
}
#mc_embed_signup input.button {
  width: auto !important;
}
@media screen and (max-width: 600px) {
  #CookiebotWidget:not(.CookiebotWidget-inactive) {
    bottom: 62px !important;
    left: 10px;
  }
}
.nyhetsbrev-flik {
  width: 60px;
  position: fixed;
  z-index: 333;
  right: 10px;
  bottom: 22%;
  background: #de0284;
  padding: 8px;
  border-radius: 100px;
  transform: rotate(255deg);
  transition: 0.3s ease-in-out;
}
.nyhetsbrev-flik:hover {
  transform: rotate(135deg);
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .nyhetsbrev-flik {
    width: 50px;
  }
}
.fordeler-8 img {
  max-width: 700px;
}
.article4502 img {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 380px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article4502 img {
    width: 200px;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .body-mi7085 .frontpage-headline h1 {
    font-size: 100px;
  }
}
