/* Color */
/* extra */
.mce-menu {
  position: fixed !important;
}
body:before {
  content: "";
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  font-size: 17px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  border-top-right-radius: 4px;
}
@media (min-width: 1800px) {
  body:before {
    content: "xxxl";
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  body:before {
    content: "xxl";
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  body:before {
    content: "xl";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:before {
    content: "l";
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  body:before {
    content: "m";
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  body:before {
    content: "s";
  }
}
@media (max-width: 320px) {
  body:before {
    content: "xs";
  }
}
.superadmin:before {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* Layout */
body {
  word-wrap: break-word;
  font-family: "Inter", sans-serif;
  color: #0a2136;
}
/* Typography */
.module-article a {
  color: #0a2136;
  text-decoration: none;
}
p,
ul,
td,
ol {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  min-height: 5px;
}
h1,
h1 a {
  font-size: 40px;
  line-height: 50px;
  font-family: "Bungee Inline", sans-serif;
  font-weight: 400;
}
h2,
h2 a {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}
h3,
h3 a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
h4,
h4 a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
h4 span,
h4 a span {
  text-decoration: underline;
  text-underline-position: under;
}
h5,
h5 a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
}
h6,
h6 a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
ol {
  padding-left: 17px;
}
ol li {
  padding-left: 20px;
}
/* logo */
.module-logo a img {
  width: 260px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-logo a img {
    width: 100px;
  }
}
/* blog */
.module-blogfeed ul {
  display: flex;
  flex-wrap: wrap;
}
.module-blogfeed ul:before {
  display: none;
}
.module-blogfeed ul li {
  width: 100%/3;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .module-blogfeed ul li {
    width: 100%/2;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed ul li {
    width: 100%;
  }
}
/* employeelist */
.module-employeelist.cards {
  display: flex;
  flex-wrap: wrap;
}
.module-employeelist.cards li {
  width: 100%/3;
}
@media (min-width: 551px) and (max-width: 767px) {
  .module-employeelist.cards li {
    width: 100%/2;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-employeelist.cards li {
    width: 100%;
  }
}
.module-employeelist.cards .facehugger.no-img {
  display: none;
}
/* must-haves */
#cookies {
  background: #0a2136;
}
#cookies p,
#cookies a {
  color: white;
}
.solve-ad {
  float: right;
  margin-top: 0;
  text-align: right;
}
.solve-ad a {
  color: #ebebeb;
}
.solve-ad a:hover {
  color: #0a2136;
}
.section-breadcrumb {
  margin-bottom: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .blueimp-gallery-controls > .indicator {
    display: none !important;
  }
}
/* For sidemenu. Remember class .venstremeny */
.module-menu-holder.sidemenu.menu-visible-all.venstremeny {
  float: left !important;
  margin: 0;
  border: 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny li a {
  color: black !important;
  font-size: 17px;
  text-transform: none;
  font-weight: 600;
  margin-right: 0px;
  padding: 7px 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny li a:hover {
  color: #0a2136 !important;
  background-color: transparent;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 {
  display: block;
  border: 0;
  margin-left: 15px;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 li a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 li a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 li a {
  font-weight: 400;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current a {
  border: 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current a span {
  color: #0a2136;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul a span {
  color: black;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current a span {
  color: #0a2136;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current ul a span {
  color: black;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current ul .current a span {
  color: #0a2136;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 {
  list-style: circle outside none;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 li {
  display: list-item;
}
.ingenmarg .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.ingenmarg .container .row {
  margin: 0 !important;
}
.ingenmarg .container .row .col-sm-12 {
  padding: 0 !important;
}
.section-header .container .row .col-sm-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .container .row .col-sm-12 {
    padding: 0;
  }
}
.start {
  padding-top: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.second {
  padding: 80px 0;
  max-width: 800px;
  margin: 0 auto;
}
.nyhet {
  text-align: center;
  transform: rotate(-3deg);
  padding-top: 70px;
}
.nyhet h2 {
  background-color: #0a2136;
  color: white;
  display: inline;
  padding: 5px 20px;
  border-radius: 2px;
  font-family: "Bungee Inline", sans-serif;
  font-weight: 400;
}
.section-img {
  height: 60vh;
}
.section-img:before {
  content: "";
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-img:before {
    height: 70vh;
  }
}
.section-footer {
  padding: 20px 0 100px 0;
}
.section-footer a,
.section-footer p {
  font-size: 12px;
  float: right;
}
.bilde {
  overflow: hidden;
}
.bilde img {
  border-radius: 5px;
}
