/* Styles Demanor.no*/
.mce-menu {
  position: fixed !important;
}
body:before {
  content: '';
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 17px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  border-top-right-radius: 4px;
}
@media (min-width: 1800px) {
  body:before {
    content: 'xxxl';
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  body:before {
    content: 'xxl';
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  body:before {
    content: 'xl';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:before {
    content: 'l';
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  body:before {
    content: 'm';
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  body:before {
    content: 's';
  }
}
@media (max-width: 320px) {
  body:before {
    content: 'xs';
  }
}
.superadmin:before {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
/* Typography */
.font1 {
  font-family: 'Open Sans', sans-serif;
}
/* Colours */
body {
  font-family: 'Open Sans', sans-serif;
}
body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body label,
body ol,
body p,
body td,
body th,
body ul {
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
}
body a {
  color: #d02319;
  font-family: 'Open Sans', sans-serif;
}
body a:hover {
  color: black;
}
body p {
  min-height: 5px;
}
body.menu-open {
  overflow: hidden;
}
body #cookies {
  background-color: #262626;
  padding: 5px 0;
}
body #cookies .cookies-content p {
  color: white;
}
body #cookies .cookies-content button {
  border: none;
  text-transform: uppercase;
}
.section-header .container .row .col-sm-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Extra */
/* ie-hack - alt. til grid */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .produkter-meny.utvalgt ul,
  .module-blogfeed ul,
  .module-productlist.cards.buyable,
  .cat-links ul.link-box {
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .produkter-meny.utvalgt ul li,
  .module-blogfeed ul li,
  .module-productlist.cards.buyable li {
    width: 24%;
    margin-bottom: 1%;
    margin-right: 1%;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1400px) and (max-width: 1799px) {
  .cat-links ul.link-box li,
  .module-productlist.cards.buyable li {
    width: 32%;
    margin-bottom: 1%;
    margin-right: 1%;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 992px) and (max-width: 1399px) {
  .produkter-meny.utvalgt ul li,
  .module-blogfeed ul li,
  .cat-links ul.link-box li,
  .module-productlist.cards.buyable li {
    width: 32%;
    margin-bottom: 2%;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px), all and (-ms-high-contrast: none) and (min-width: 551px) and (max-width: 767px) {
  .produkter-meny.utvalgt ul li,
  .module-blogfeed ul li,
  .cat-links ul.link-box li,
  .module-productlist.cards.buyable li {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 320px), all and (-ms-high-contrast: none) and (min-width: 321px) and (max-width: 550px) {
  .produkter-meny.utvalgt ul li,
  .module-blogfeed ul li,
  .cat-links ul.link-box li,
  .module-productlist.cards.buyable li {
    width: 100%;
    margin-bottom: 2%;
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.shadow {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
.module-article a {
  color: #d02319;
  text-decoration: none;
}
.module-article a:hover {
  color: #3e86c3;
}
.module-article h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.module-article h2 {
  font-size: 23px;
  margin-bottom: 20px;
}
.module-article h3 {
  font-size: 20px;
  font-weight: bold;
}
/* Artikkeltyper */
.section-standard .module-article.brochure-pdf {
  padding: 20px 15px 15px;
  display: inline-block;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
.section-standard .module-article.brochure-pdf p {
  text-align: center;
}
.section-standard .module-article.brochure-pdf p a:before {
  content: ' ';
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/pdf-symbol.svg?v=1565778765002);
  background-repeat: no-repeat;
  height: 80px;
  width: 65px;
  display: block;
  background-size: 60px;
  margin: 0 auto;
}
.section-standard .module-article.produkter-heading {
  margin-top: 40px;
}
.section-standard div.ekspert img {
  filter: grayscale(1);
  margin-right: 15px;
  float: left;
  width: 115px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-standard div.ekspert img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 115px;
  }
}
.section-standard div.ekspert h3 {
  font-size: 17px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-standard div.ekspert h3 {
    font-size: 16px;
  }
}
.section-standard div.ekspert p {
  margin: 0;
  font-size: 15px;
}
.section .col-sm-12 .module-article.brochure-pdf {
  margin-bottom: 2%;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .section .col-sm-12 .module-article.brochure-pdf {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  .section .col-sm-12 .module-article.brochure-pdf:nth-child(3n) {
    margin-right: 0;
  }
  .section .col-sm-12 .module-article.brochure-pdf:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .section .col-sm-12 .module-article.brochure-pdf {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  .section .col-sm-12 .module-article.brochure-pdf:nth-child(3n) {
    margin-right: 0;
  }
  .section .col-sm-12 .module-article.brochure-pdf:nth-child(3n + 1) {
    clear: left;
  }
}
.section ul.link-box {
  display: grid;
  grid-gap: 20px;
}
@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 ul.link-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .section ul.link-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section ul.link-box li {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  background: #d02319;
  text-align: center;
}
.section ul.link-box li a h4 {
  color: white;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 0;
}
.section ul.link-box li a:hover {
  color: white;
}
.section ul.link-box li:hover {
  background: #c0332f;
}
/* Layout */
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard-med-sidemeny .row:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .template-standard-med-sidemeny .row:nth-of-type(2) div {
    width: 100%;
  }
}
.template-standard-med-sidemeny > .section-standard > .col-sm-9 > .section-standard > .row:nth-of-type(2),
.template-standard-med-sidemeny > .section-standard > .col-sm-9 > .section-standard > .row:nth-of-type(3) {
  background: #eee;
  margin: 20px 0 20px 0;
  padding: 10px;
}
.section-breadcrumb {
  font-size: 15px;
}
.section-breadcrumb .module-breadcrumb {
  background: #eee;
  padding: 10px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-breadcrumb {
    font-size: 13px;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .section-breadcrumb {
    margin-bottom: 15px;
  }
}
.search-icon img {
  width: 30px;
}
.contact-fixed {
  position: fixed;
  right: -79px;
  top: 20%;
  width: auto;
  transition-duration: 0.3s;
  z-index: 11;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .contact-fixed {
    top: 30%;
  }
}
.contact-fixed:hover {
  right: 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .contact-fixed:hover {
    right: -79px;
  }
}
.contact-fixed a {
  display: inline-block;
  background-color: #d02319;
  border-radius: 60px 0 0 60px;
  padding: 12px 21px;
}
.contact-fixed a:hover {
  text-decoration: none;
  background-color: #c0332f;
}
.contact-fixed a:after {
  color: white;
  margin-left: 10px;
  content: 'Kontakt';
}
.contact-fixed img {
  display: inline-block;
  width: 30px;
}
.logo-demanor {
  width: 220px;
  padding: 20px 0;
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .logo-demanor {
    width: 200px;
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  .logo-demanor {
    width: 150px;
  }
}
@media (max-width: 320px) {
  .logo-demanor {
    width: 130px;
  }
}
.section-search {
  padding: 20px 0;
  display: none;
}
.section-search .module-search {
  margin: 0 auto;
}
.section-search .module-search,
.section-search .module-search .search {
  width: 100%;
}
.section-search .module-search .search {
  font-size: 20px;
  line-height: 1.5em;
  padding: 10px 20px 10px 45px;
  background-image: url('https://files.solvecms.com/demanor-no/ecd5621/search-icon.svg?v=1563792942748');
  background-size: 20px;
  background-position: 15px center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-search .module-search .search {
    font-size: 18px;
    padding: 10px 15px 10px 45px;
    font-size: 17px;
    line-height: 1.6em;
  }
}
.section-search .module-search .clear-field {
  border-radius: 0 100px 100px 0;
  padding: 0 18px;
  font-size: 17px;
  line-height: 1.6em;
}
.section-search .module-search .clear-field:after {
  top: 8px;
  right: 3px;
  font-size: 21px;
  color: #5f5f5f;
}
.module-menu-holder.sitemap.menu-visible-all.utvalgt {
  margin-bottom: 30px;
}
.module-menu-holder.sitemap.menu-visible-all.utvalgt ul {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .module-menu-holder.sitemap.menu-visible-all.utvalgt ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sitemap.menu-visible-all.utvalgt ul {
    grid-template-columns: 1fr;
  }
}
.module-menu-holder.sitemap.menu-visible-all.utvalgt ul li {
  background: #d02319;
  border-radius: 10px;
}
.module-menu-holder.sitemap.menu-visible-all.utvalgt ul li a {
  color: white;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 551px) and (max-width: 767px) {
  .module-menu-holder.sitemap.menu-visible-all.utvalgt ul li a {
    font-size: 16px;
  }
}
.module-menu-holder.sitemap.menu-visible-all.utvalgt ul li a .mi-txtspan {
  padding: 10px;
}
.module-menu-holder.sitemap.menu-visible-all.utvalgt ul li a:hover {
  text-decoration: underline;
}
.module-menu-holder.sitemap.menu-visible-all.utvalgt ul li:hover {
  text-decoration: none;
  background: #c0332f;
  border-radius: 10px;
}
/* Meny med bilde - Produkter */
.module-menu-holder.sitemap.menu-visible-all.produkter-meny ul.level2:nth-of-type(3),
.module-menu-holder.sitemap.menu-visible-all.produkter-meny ul.level2:nth-of-type(2) {
  display: none;
}
.module-menu-holder.sitemap.menu-visible-all.produkter-meny ul li {
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
.module-menu-holder.sitemap.menu-visible-all.produkter-meny ul li.mi270:before,
.module-menu-holder.sitemap.menu-visible-all.produkter-meny ul li.mi294:before {
  /* ikon pÃƒÂ¥ meny med bilder */
  content: ' ';
  pointer-events: none;
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/cart-white-redbg.svg?v=1581947338561);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 45px;
  height: 50px;
  width: 50px;
  z-index: 10;
  top: 10px;
  right: 10px;
}
.module-menu-holder.sitemap.menu-visible-all.produkter-meny ul li a {
  text-align: center;
}
.template-forside .module-menu-holder.sitemap.menu-visible-all.produkter-meny {
  margin-top: 40px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-forside .module-menu-holder.sitemap.menu-visible-all.produkter-meny ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .template-forside .module-menu-holder.sitemap.menu-visible-all.produkter-meny ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-forside .module-menu-holder.sitemap.menu-visible-all.produkter-meny ul li:nth-of-type(n + 7) {
    display: none;
  }
}
.template-forside .module-menu-holder.sitemap.menu-visible-all.produkter-meny ul li.mi294:before,
.template-forside .module-menu-holder.sitemap.menu-visible-all.produkter-meny ul li.mi270:before {
  content: ' ';
  pointer-events: none;
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/cart-white.svg?v=1581946341022);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 30px;
  top: 17px;
  right: 0px;
}
.template-forside .module-menu-holder.sitemap.menu-visible-all.produkter-meny ul li a {
  text-align: left;
  margin-left: 30px;
}
.template-forside .module-menu-holder.sitemap.menu-visible-all.produkter-meny ul li a:before {
  content: '';
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/logo-icon-white.svg?v=1563969051388);
  background-repeat: no-repeat;
  background-size: 20px;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 16px;
  top: 21px;
}
.template-forside .module-menu-holder.sitemap.menu-visible-all.produkter-meny .mi-imgspan {
  display: none;
}
/* Meny med bilde: nivÃƒÂ¥ 4 - KBK traverskraner */
.module-menu-holder.sitemap.menu-visible-all.nivaa4-1 ul.level4:nth-of-type(2),
.module-menu-holder.sitemap.menu-visible-all.nivaa4-1 ul.level4:nth-of-type(3) {
  display: none !important;
}
/* Meny med bilde: nivÃƒÂ¥ 4 - Traverskraner 2-50T */
.module-menu-holder.sitemap.menu-visible-all.nivaa4-2 ul.level4:first-of-type,
.module-menu-holder.sitemap.menu-visible-all.nivaa4-2 ul.level4:nth-of-type(2) {
  display: none !important;
}
.module-menu-holder.tabs.open {
  display: none;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .module-menu-holder.tabs li a {
    font-size: 13px;
  }
}
@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-menu-holder.tabs {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-menu-holder.tabs {
    display: none;
  }
}
.module-menu-holder.tabs ul.level1 > li > a {
  font-size: 16px;
  font-family: 'Exo', sans-serif;
}
.module-menu-holder.tabs ul.level1 > li.current > a span {
  border-bottom: 2px solid #d02319;
  padding-bottom: 2px;
}
.module-menu-holder.tabs ul.level1 > li:nth-of-type(n + 5) {
  display: none;
}
.module-menu-holder.tabs ul.level1 .mi270 > a,
.module-menu-holder.tabs ul.level1 .mi294 > a {
  position: relative;
}
.module-menu-holder.tabs ul.level1 .mi270 > a:after,
.module-menu-holder.tabs ul.level1 .mi294 > a:after {
  right: 0;
}
.module-menu-holder.tabs ul.level1 li.mi240 a:before {
  content: '';
  padding: 10px 10px 10px 45px;
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/search-icon.svg?v=1563792942748);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px center;
}
.module-menu-holder.tabs ul.level1 li.mi240 a span {
  display: inline-block;
}
.module-menu-holder.tabs > ul > li > ul {
  width: 800px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .module-menu-holder.tabs > ul > li > ul {
    width: 720px;
  }
}
.module-menu-holder.tabs > ul > li > ul > li {
  vertical-align: top;
  display: inline-block;
  width: 33%;
  float: none !important;
  padding: 15px 0;
}
.module-menu-holder.tabs > ul > li > ul > li > a {
  font-weight: bold;
}
.module-menu-holder.tabs ul li a {
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
}
.buyable-icon-bg {
  /* ikon pÃƒÂ¥ meny med bilder */
  content: ' ';
  pointer-events: none;
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/cart-white-redbg.svg?v=1581947338561);
  background-repeat: no-repeat;
  position: absolute;
}
.buyable-icon {
  content: ' ';
  pointer-events: none;
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/cart-white.svg?v=1581946341022);
  background-repeat: no-repeat;
  position: absolute;
}
.module-menu-holder.tabs ul.level2 .mi270 > a,
.module-menu-holder.sidemenu ul.level2 .mi270 > a,
.module-menu-holder.tabs ul.level2 .mi294 > a,
.module-menu-holder.sidemenu ul.level2 .mi294 > a {
  position: relative;
}
.module-menu-holder.tabs ul.level2 .mi270 > a:after,
.module-menu-holder.sidemenu ul.level2 .mi270 > a:after,
.module-menu-holder.tabs ul.level2 .mi294 > a:after,
.module-menu-holder.sidemenu ul.level2 .mi294 > a:after {
  /* ikon pÃƒÂ¥ meny med bilder */
  content: ' ';
  pointer-events: none;
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/cart-white-redbg.svg?v=1581947338561);
  background-repeat: no-repeat;
  position: absolute;
  height: 30px;
  width: 30px;
  background-size: 25px;
  right: -6px;
  top: 3px;
}
.module-menu-holder.tabs ul.level2 li.current a,
.module-menu-holder.sidemenu ul.level2 li.current a {
  border-left: none;
}
.module-menu-holder.tabs ul.level2 li.current a:first-of-type,
.module-menu-holder.sidemenu ul.level2 li.current a:first-of-type {
  color: #d02319;
}
.module-menu-holder.tabs ul.level2 > li > a,
.module-menu-holder.sidemenu ul.level2 > li > a {
  display: inline-block;
  padding-right: 30px;
}
.search-btn {
  cursor: pointer;
  width: 33px;
}
.module-carousel .slick-next:hover,
.module-carousel .slick-prev:hover {
  background-color: #3e86c3;
}
.module-carousel img {
  width: 100%;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level3 li.mi651 a,
.module-menu-holder.tabs.menu-visible-desktop ul.level3 li.mi651 a {
  position: relative;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level3 li.mi651 a span,
.module-menu-holder.tabs.menu-visible-desktop ul.level3 li.mi651 a span {
  display: inline-block;
  position: relative;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level3 li.mi651 a::after,
.module-menu-holder.tabs.menu-visible-desktop ul.level3 li.mi651 a::after {
  /* ikon pÃƒÂ¥ meny med bilder */
  content: ' ';
  pointer-events: none;
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/cart-white-redbg.svg?v=1581947338561);
  background-repeat: no-repeat;
  position: absolute;
  left: 75px;
  width: 23px;
  height: 23px;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul {
  border-left: none;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul li :not:first-of-type {
  display: none;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul a {
  line-height: 22px;
  font-size: 15px;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level1 > li:nth-child(n + 2) {
  display: none;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level3 li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level3 li a::before {
  content: ' ';
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/arrow-right-grey.svg?v=1565780199416);
  background-repeat: no-repeat;
  height: 20px;
  width: 10px;
  background-size: 8px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level3 li a::before {
    background-size: 6px;
    top: 9px;
  }
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level3 li.mi651 a span {
  display: inline-block;
  position: relative;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level3 li.mi651 a::after {
  /* ikon pÃƒÂ¥ meny med bilder */
  content: ' ';
  pointer-events: none;
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/cart-white-redbg.svg?v=1581947338561);
  background-repeat: no-repeat;
  position: absolute;
  left: 75px;
  width: 23px;
  height: 23px;
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level3 li.current a:before {
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/arrow-right-red.svg?v=1565780199422);
}
.module-menu-holder.sidemenu.menu-visible-all.sidemeny-produkter ul.level3 .current a {
  color: #d02319;
}
ul.module-employeelist.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
ul.module-employeelist.cards:before {
  display: none;
}
ul.module-employeelist.cards li {
  text-align: center;
  width: 24%;
  border: 0.5px solid #3e86c33d;
  padding: 25px;
  transition: 0.2s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.module-employeelist.cards li {
    width: 32%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  ul.module-employeelist.cards li {
    width: 48%;
  }
}
ul.module-employeelist.cards li h2 {
  font-weight: bold;
  font-family: 'Exo', sans-serif;
  font-size: 20px;
}
ul.module-employeelist.cards li h2:nth-child(2) {
  font-weight: normal;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
}
ul.module-employeelist.cards li .email {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background-color: #d02319;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-block;
  margin: 10px 0;
}
ul.module-employeelist.cards li .phone {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
ul.module-employeelist.cards li .phone:before {
  content: 'Tlf:';
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 1px;
  line-height: 1.4em;
}
ul.module-employeelist.cards li .facehugger {
  height: 250px;
  aspect-ratio: 2/3;
  margin: 0 auto 20px auto;
}
ul.module-employeelist.cards li .facehugger img {
  filter: grayscale(1);
  border-radius: 200px;
  width: 180px;
  transition: 0.2s ease-in-out;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
ul.module-employeelist.cards li:hover {
  box-shadow: 0px 0px 20px #3e86c33d;
}
ul.module-employeelist.cards li:hover .facehugger img {
  width: 190px;
}
ul.module-employeelist.cards:after {
  display: none;
}
.dn-nytt img {
  border: 1px solid grey;
}
.section-mobile-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #3e86c3;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
.section-mobile-menu .module-menu-holder.mobile-menu-down {
  text-align: center;
  float: none;
}
.section-mobile-menu .module-menu-holder.mobile-menu-down ul {
  display: flex;
  justify-content: space-around;
}
.section-mobile-menu .module-menu-holder.mobile-menu-down ul li a {
  padding: 10px 10px 10px 20px;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  letter-spacing: 1px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-mobile-menu .module-menu-holder.mobile-menu-down ul li a {
    padding: 6px;
    font-size: 13px;
  }
}
.section-mobile-menu .module-menu-holder.mobile-menu-down ul li.has-children > a > .mi-txtspan:after {
  display: none;
}
.section-mobile-menu .module-menu-holder.mobile-menu-down ul.level1 > li:nth-of-type(n + 4) {
  display: none;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen {
  width: 35px;
  margin: 0;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu-button {
  background-color: transparent;
  width: 40px;
  height: 35px;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu-button .icon-bar {
  background-color: black;
  display: block;
  width: 30px;
  height: 4px;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu-button .icon-bar:nth-of-type(2) {
  top: 6px;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu-button .icon-bar:nth-of-type(3) {
  top: 15px;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu-button .icon-bar:nth-of-type(4) {
  display: block;
  top: 24px;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen ul.module-menu.level1 {
  width: 0;
}
@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-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open .module-menu-button {
    right: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open .module-menu-button {
    position: absolute;
    right: -190px;
    z-index: 200;
  }
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open .module-menu-button .icon-bar {
  background-color: black;
  z-index: 100;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open .module-menu-button .icon-bar:nth-of-type(2) {
  top: 3px;
  right: 1px;
  display: block;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open .module-menu-button .icon-bar:nth-of-type(3) {
  top: 23px;
  right: 1px;
  display: block;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open .module-menu-button .icon-bar:nth-of-type(4) {
  display: none;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul {
  border-left: none;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul.module-menu.level1 {
  background-color: #eee !important;
  padding: 6% 10%;
  width: 100%;
  z-index: 11;
  transition: none !important;
}
@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-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul.module-menu.level1:before {
    pointer-events: none;
    content: '';
    overflow: hidden !important;
    background-image: url(https://files.solvecms.com/demanor-no/ecd5621/Asset%2018.svg?v=1571830978983);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 100%;
    top: -500px;
    left: 0;
    bottom: 0;
    position: absolute;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul.module-menu.level1 {
    padding: 6% 35%;
  }
}
@media (max-width: 320px) {
  .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul.module-menu.level1 {
    padding: 6%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul.module-menu.level1 {
    z-index: 110;
  }
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul.module-menu.level1 li.mi1089 {
  display: none;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul.module-menu.level1 > li > a {
  font-size: 18px;
  color: #d02319;
  font-weight: bold;
  text-transform: uppercase;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul.module-menu.level1 li {
  padding: 3px 0;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul.module-menu.level1 li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen.open ul.level2 > li > a {
  font-weight: bold;
}
.shoppingcart-module {
  margin: 0;
  position: relative;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .shoppingcart-module {
    clear: none;
  }
}
.shoppingcart-module .cart-button {
  border: none;
}
.shoppingcart-module .cart-button .cart-number {
  background-color: #d02319;
  position: absolute;
  padding: 0 4px;
  margin-left: 25px;
}
.shoppingcart-module .cart-button .cart-price {
  display: none;
}
.shoppingcart-module .cart-button .cart-icon {
  background-repeat: no-repeat !important;
  background-size: 22px;
  width: 35px;
  height: 35px;
  background: url(https://files.solvecms.com/demanor-no/ecd5621/cart-black.svg?v=1581943536681);
}
.shoppingcart-module .cart-button:hover {
  background-color: white;
}
.buttons {
  color: white;
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  border-radius: 5px;
}
.buttons.red {
  background-color: #d02319;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .buttons.red {
    display: none;
  }
}
.buttons.red:hover {
  background-color: #c0332f;
  color: white;
  text-decoration: underline;
}
.buttons.black {
  background-color: black;
}
.buttons.black a {
  color: white;
}
.buttons.black a:hover {
  text-decoration: underline;
}
@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) {
  .bg-red {
    margin-top: 30px;
  }
  .template-forside .bg-red {
    margin-top: 0;
  }
}
.bg-red .slogan {
  padding: 15px 0;
  text-align: center;
}
.bg-red .slogan p {
  color: white;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg-red .slogan p {
    font-size: 15px;
  }
}
.bg-demanor.bg-low {
  background-position-y: bottom;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg-demanor.bg-low {
    height: auto;
    background-image: none !important;
    background-attachment: unset;
    margin-bottom: 30px;
  }
}
.bg-demanor.demag {
  background-size: contain;
  height: auto;
  margin-bottom: 30px;
}
.bg-demanor.demag .module-article.demag-bilde img {
  width: 100%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg-demanor.demag .module-article.demag-bilde img {
    display: none;
  }
}
.bg-demanor.demag .buttons.black {
  bottom: 80px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg-demanor.demag .buttons.black {
    top: 30px;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 551px) and (max-width: 767px), (max-width: 320px), (min-width: 321px) and (max-width: 550px) {
  .bg-demanor.crane {
    height: auto;
  }
}
.bg-demanor.crane .col-sm-12 {
  text-align: center;
  position: relative;
}
.bg-demanor.crane .col-sm-12 .arrow-down {
  animation: bounce 1.5s 2;
  transform-origin: center bottom;
  position: absolute;
  bottom: -165px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .bg-demanor.crane .col-sm-12 .arrow-down {
    bottom: -55px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (max-width: 320px), (min-width: 321px) and (max-width: 550px) {
  .bg-demanor.crane .col-sm-12 .arrow-down {
    bottom: -220px;
    display: none;
  }
}
.bg-demanor.crane .col-sm-12 .arrow-down img {
  height: 25px;
}
.bg-demanor.crane .col-sm-12 .module-article.smarte.forsidenyhet {
  width: auto;
  margin-top: 40px;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .bg-demanor.crane .col-sm-12 .module-article.smarte.forsidenyhet {
    width: 49%;
  }
}
.bg-demanor.crane .col-sm-12 .module-article.smarte.forsidenyhet p a {
  border: 2px solid black;
  padding: 10px 20px;
  letter-spacing: normal;
  color: black;
}
.bg-demanor.crane .col-sm-12 .module-article.smarte.forsidenyhet p a:hover {
  background: black;
  color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-demanor.crane .col-sm-12 .module-article.smarte.forsidenyhet {
    width: 70%;
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg-demanor.crane .col-sm-12 .module-article.smarte.forsidenyhet {
    margin: 40px;
    display: inline-block;
    padding: 30px;
  }
  .bg-demanor.crane .col-sm-12 .module-article.smarte.forsidenyhet h1 {
    font-size: 25px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg-demanor.crane .col-sm-12 .module-article.smarte.forsidenyhet {
    margin: 40px 20px;
    padding: 20px;
  }
  .bg-demanor.crane .col-sm-12 .module-article.smarte.forsidenyhet p a {
    font-size: 15px;
    padding: 7px 10px;
  }
}
.bg-demanor.crane .col-sm-12 .module-article.smarte {
  width: 70%;
  display: inline-block;
  background: white;
  padding: 30px;
  border-radius: 5px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg-demanor.crane .col-sm-12 .module-article.smarte {
    display: none;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 551px) and (max-width: 767px) {
  .bg-demanor.crane .col-sm-12 .module-article.smarte p,
  .bg-demanor.crane .col-sm-12 .module-article.smarte h4 {
    letter-spacing: 2px;
  }
}
.bg-demanor.crane .col-sm-12 .module-article.smarte h4 {
  font-size: 20px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg-demanor.crane .col-sm-12 .module-article.smarte h4 {
    font-size: 18px;
  }
}
/* mobil-intro */
.module-article.smarte {
  margin-top: 20px;
}
.module-article.smarte h4 {
  font-size: 22px;
  font-weight: bold;
}
.module-article.smarte p {
  font-size: 18px;
}
.bg-demanor {
  height: 700px;
}
@media (min-width: 551px) and (max-width: 767px) {
  .bg-demanor {
    height: 500px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg-demanor {
    height: 240px;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .bg-demanor {
    height: 800px;
  }
}
.bg-demanor .buttons {
  margin: 0;
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.module-formbuilder .form-field-freetext a {
  color: black;
  border-bottom: 2px solid black;
  padding-bottom: 2px;
  margin-bottom: 6px;
  display: inline-block;
}
.module-formbuilder .form-field-freetext a:hover {
  text-decoration: none;
  border-bottom: 2px solid #d02319;
}
.module-formbuilder .form-field-checkbox label {
  font-size: 16px !important;
}
/* Skjema */
.module-formbuilder.generelt {
  background: #1c75bb;
  background-image: url(https://files.solvecms.com/demanor-no/ecd5621/decor-form.svg?v=1565849798490);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 70px 70px 70px;
  border-radius: 5px;
}
.module-formbuilder.generelt .form-field-freetext a {
  color: white;
  border-bottom: 2px solid white;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder.generelt {
    padding: 50px 40px 70px 40px;
  }
}
.module-formbuilder.generelt h1,
.module-formbuilder.generelt label,
.module-formbuilder.generelt button {
  color: white;
}
.module-formbuilder.generelt label {
  font-size: 14px;
}
.module-formbuilder.generelt textarea,
.module-formbuilder.generelt button,
.module-formbuilder.generelt input {
  border-radius: 0;
  border: none;
}
.module-formbuilder.generelt h1 {
  font-size: 28px;
  padding-bottom: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder.generelt h1 {
    padding-bottom: 0;
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .module-formbuilder.generelt h1 {
    font-size: 18px;
  }
}
.module-formbuilder.generelt .btn.submit {
  background: #d02319;
  color: white;
  float: right;
  font-size: 20px;
  border-radius: 5px;
  width: 100px;
}
.module-formbuilder.generelt .btn.submit:hover {
  background: #c0332f;
}
.module-formbuilder.generelt:before {
  content: ' ';
  position: absolute;
  height: 100%;
  background-size: 100%;
}
.template-forside .module-formbuilder.generelt {
  margin-top: 50px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-forside .module-formbuilder.generelt {
    margin-top: 0;
  }
}
.module-formbuilder.ekspert-skjema {
  background: #eee;
  padding: 30px 40px 60px;
  margin-top: 20px;
}
.module-formbuilder.ekspert-skjema h3 {
  margin-top: 20px;
  font-weight: 600;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .module-formbuilder.ekspert-skjema {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    height: 625px;
  }
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .module-formbuilder.ekspert-skjema {
    width: 80%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder.ekspert-skjema {
    padding: 30px;
  }
}
.module-formbuilder.ekspert-skjema form .form-field-freetext.ekspert h3 {
  margin-top: 0;
}
.module-formbuilder.ekspert-skjema form .btn.submit {
  background: #d02319;
  color: white;
  float: right;
}
.module-formbuilder.ekspert-skjema form .btn.submit:hover {
  background: #c0332f;
}
.module-formbuilder.ekspert-skjema form .row:last-of-type {
  margin-top: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder.ekspert-skjema form .row:last-of-type {
    margin-top: 0;
  }
}
.module-formbuilder.ekspert-skjema form label {
  font-size: 12px;
}
.module-formbuilder.ekspert-skjema form input {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder.ekspert-skjema form button {
    margin-top: -20px;
  }
}
/* Produkt */
.section.bg73.section-standard .section.product .product-info .head {
  padding: 0;
  background-color: white;
  margin: 0;
}
.section.bg73.section-standard .section.product .product-info .head h1,
.section.bg73.section-standard .section.product .product-info .head h2 {
  text-transform: uppercase;
  text-align: left;
}
.section.bg73.section-standard .section.product .product-info .side .partNumber {
  letter-spacing: 1px;
  color: grey;
  font-size: 13px;
}
.section.bg73.section-standard .section.product .product-info .side .partNumber:before {
  content: 'Varenummer: ';
  text-transform: uppercase;
}
.section.bg73.section-standard .section.product .product-info .side .price {
  font-size: 22px;
  letter-spacing: 1px;
  color: #d02319;
}
.section.bg73.section-standard .section.product .product-info .side .buy {
  padding: 7px 25px;
  background-color: #d02319;
  font-size: 14px;
  border-radius: 0;
}
.section.bg73.section-standard .section.product .content.productarticle h3 {
  text-transform: uppercase;
  color: #d02319;
  margin-top: 30px;
}
.section.bg73.section-standard .section.product .content.productarticle table {
  border: 1px solid #eee;
}
.section.bg73.section-standard .section.product .content.productarticle table tr td {
  padding: 7px;
}
.section.bg73.section-standard .section.product .content.productarticle table tr:nth-of-type(odd) {
  background: #eee;
}
/* Produktmodul oversikt-alleprodukter*/
.module-productlist.cards.buyable {
  display: flex;
  justify-content: flex-start;
  grid-gap: 15px;
  flex-wrap: wrap;
}
.module-productlist.cards.buyable li {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.module-productlist.cards.buyable li .price {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #d02319;
}
.module-productlist.cards.buyable li .buy {
  padding: 7px 25px;
  background-color: #d02319;
  font-size: 14px;
  border-radius: 0;
}
.module-productlist.cards.buyable li a img {
  max-width: 200px;
}
.module-productlist.cards.buyable:before {
  display: none;
}
/* Referanser */
.body-mi222.template-400 .section.bg73.section-standard {
  padding: 15px 0;
}
.body-mi222.template-400 .section.bg73.section-standard > .row:not(:first-child) {
  margin-bottom: 30px;
}
.body-mi222.template-400 .section.bg73.section-standard .row > .col-sm-12:nth-of-type(2) {
  background: #eee;
  margin: 15px;
  padding: 15px;
}
.body-mi222.template-400 .section.bg73.section-standard .row {
  margin-bottom: 30px;
}
.module-blogfeed {
  margin: 30px 0;
}
.module-blogfeed ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .module-blogfeed ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .module-blogfeed ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed ul {
    grid-template-columns: 1fr;
  }
}
.module-blogfeed ul:before {
  display: none;
}
.module-blogfeed ul li {
  background: #eee;
}
.module-blogfeed ul li a {
  color: #d02319;
}
.template-standard-med-sidemeny .module-blogfeed ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-standard-med-sidemeny .module-blogfeed ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-standard-med-sidemeny .module-blogfeed ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard-med-sidemeny .module-blogfeed ul {
    grid-template-columns: 1fr;
  }
}
.template-standard-med-sidemeny .module-blogfeed ul li {
  background: white;
}
.template-standard-med-sidemeny .module-blogfeed ul li a {
  color: black;
}
.template-standard-med-sidemeny .module-blogfeed ul li a h2 {
  font-size: 16px;
  font-weight: normal;
}
.template-standard-med-sidemeny .module-blogfeed ul li a img {
  display: block;
}
.section-footer {
  color: black;
  padding: 50px 0;
}
.section-footer .module-menu-holder.sitemap .level1 > li > a {
  color: black;
  font-weight: bold;
}
.section-footer .module-menu-holder.sitemap .level2 {
  border-left: none;
}
.section-footer .module-menu-holder.sitemap ul li {
  float: none;
}
.section-footer .module-menu-holder.sitemap ul li a {
  font-size: 15px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer .module-article {
    margin-top: 40px;
  }
}
.section-footer .module-article span {
  font-size: 15px;
  letter-spacing: 2px;
}
.section-footer .module-article a,
.section-footer .module-article p {
  margin: 0 0 5px;
  font-size: 15px;
}
.section-footer .module-article h4 {
  font-size: 15px;
  color: #d02319;
}
.section-footer .module-article h4:not(:first-of-type) {
  margin-top: 20px;
}
.section-footer .module-article.article204 {
  margin-top: 20px;
}
.section-footer .module-article p a {
  color: #d02319;
  border-bottom: 2px solid #d02319;
}
.section-footer .logo-demanor {
  display: block;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-footer .logo-demanor {
    width: 200px;
  }
}
@media all and (-ms-high-contrast: none) {
  .section-footer *::-ms-backdrop,
  .section-footer .logo-demanor {
    float: none !important;
  }
}
.section-footer .module-search {
  float: none;
  margin: 0;
}
.footer-two {
  padding: 15px 0;
  text-align: center;
}
.footer-two .logo-demanor-bottom img {
  filter: grayscale(1);
  width: 100px;
  display: inline-block;
}
.footer-two .logo-demanor-bottom p {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  font-size: 15px;
}
div.on-page-scroll {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
div.on-page-scroll a {
  color: black;
  border: 2px solid #d02319;
  padding: 10px;
  background: #eee;
  margin: 0 20px 20px 0;
}
div.on-page-scroll a:hover {
  background: #dbdbdb;
}
body.cart #shopping-cart .module-cartlist .product-img {
  width: auto;
}
@media (max-width: 767px) {
  .bg362 {
    background-attachment: inherit !important;
  }
  body {
    margin-bottom: 63px;
  }
}
@media (max-width: 320px) {
  body {
    margin-bottom: 53px;
  }
}
.module-article.brosjyre-heading h2 {
  margin-top: 35px !important;
}
.module-gallery {
  margin-bottom: 30px !important;
}
.module-breadcrumb li:first-of-type a:before {
  color: #ee4136;
}
.module-formbuilder.generelt h2,
.module-formbuilder.generelt h3 {
  color: white;
}
.cookiefirst-root p,
.cookiefirst-root span {
  color: black;
}
.cookiefirst-root button span {
  color: white;
}
.hundred {
  width: 100% !important;
}
.article84381 {
  margin: 0 auto;
  margin-top: 50px;
  width: 68%;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .article84381 {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article84381 {
    width: 80%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article84381 {
    width: 100%;
  }
}
.article84381 h1 {
  font-size: 50px;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article84381 h1 {
    font-size: 38px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article84381 h1 {
    font-size: 35px;
  }
}
.productpage table {
  width: 100%;
}
.krankonfig-holder {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.krankonfig-holder .kran {
  width: 31%;
  margin-bottom: 15px;
  margin-right: 15px;
  background-color: #f1f1f1;
}
.krankonfig-holder .kran .img-holder {
  height: 150px;
}
.krankonfig-holder .kran .img-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.krankonfig-holder .kran .text-holder {
  padding: 20px;
  position: relative;
}
.krankonfig-holder .kran .text-holder h2 {
  font-size: 18px;
  font-weight: 800;
}
.krankonfig-holder .kran .text-holder p {
  font-size: 14px;
}
.krankonfig-holder .kran .text-holder .btn {
  background-color: #3e86c3;
  color: white;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .krankonfig-holder .kran {
    width: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .krankonfig-holder .kran {
    width: 47%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .krankonfig-holder .kran {
    width: 100%;
  }
}
.article93687 {
  max-width: 700px;
  margin: 0 auto;
}
.article1017,
.article1404 {
  max-width: 900px;
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
.bg-demanor.bg-low {
  background-image: url(https://s3.eu-west-1.amazonaws.com/files.solvecms.com/demanor-no/bg-blackandwhite1.webp);
}
.module-formbuilder.ekspert-skjema .ekspert img {
  border-radius: 100px;
}
.front {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .front {
    height: 700px;
  }
}
.front img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: opacity(0.4);
}
.front h1 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 10%;
  font-size: 80px;
  line-height: 1.1em;
}
.front h1 span {
  font-family: 'Exo', sans-serif;
  display: block;
  font-size: 120px;
  font-weight: bold;
}
.front h1 i {
  font-size: 50px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .front h1 {
    font-size: 50px;
  }
  .front h1 span {
    font-size: 60px;
  }
  .front h1 i {
    font-size: 23px;
  }
}
.ingenmarg .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.ingenmarg .container .row {
  margin: 0 !important;
}
.ingenmarg .container .row .col-sm-12 {
  padding: 0 !important;
}
.forsidetekst {
  padding: 40px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .forsidetekst {
    padding: 30px;
  }
}
.forsidetekst h2 {
  font-size: 42px;
  line-height: 1.1em;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .forsidetekst h2 {
    font-size: 37px;
  }
}
.forsidetekst h4 {
  font-size: 27px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .forsidetekst h4 {
    font-size: 20px;
  }
}
iframe.crane {
  width: 100%;
  height: 3300px;
  border: 0;
}
.knapp a {
  background-color: #3e86c3;
  color: white;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 7px 20px;
  border-radius: 5px;
}
.knapp a:hover {
  color: white;
}
.article118155 h2 {
  text-wrap: balance;
}
