/* 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: ivyepic, sans-serif;
  color: #1d1d1d;
}
/* Typography */
.module-article a {
  color: #4c5448;
  text-decoration: none;
}
p,
ul,
td,
ol {
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 300;
  min-height: 5px;
}
h1,
h1 a {
  font-size: 70px;
  line-height: 1.3em;
  font-weight: 900;
  font-family: swear-display, serif;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h1,
  h1 a {
    font-size: 50px;
  }
}
h2,
h2 a {
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 600;
}
h3,
h3 a {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
}
h4,
h4 a {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
}
h5,
h5 a {
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
}
h6,
h6 a {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
}
ol {
  padding-left: 17px;
}
ol li {
  padding-left: 20px;
}
/* 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: #4c5448;
}
#cookies p,
#cookies a {
  color: white;
}
.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: #4c5448 !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: #4c5448;
}
.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: #4c5448;
}
.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: #4c5448;
}
.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;
}
.logo {
  text-align: center;
  padding: 10px 0;
  display: block;
}
.logo img {
  height: 30px;
}
.forsidebildemal {
  padding-bottom: 100px;
}
.start {
  padding-top: 70px;
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .start {
    padding-top: 50px;
  }
}
.start p a {
  background-color: #fbbe49;
  color: white;
  padding: 9px 25px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}
.holder .container {
  width: 100%;
}
.holder .container .col-sm-12 {
  padding: 0;
}
.holder .module-formbuilder {
  background-color: #fbbe49;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 50px;
  border-radius: 10px;
}
.holder .module-formbuilder label,
.holder .module-formbuilder p {
  font-size: 14px;
}
.holder .module-formbuilder p a {
  color: #1d1d1d;
  text-decoration: underline;
}
.holder .module-formbuilder h2 {
  margin-bottom: 20px;
}
.holder .module-formbuilder .btn.submit {
  background-color: #1d1d1d;
  color: white;
  padding: 11px 25px 9px 25px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}
.holder .module-formbuilder .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .holder .module-formbuilder {
    margin: 0 20px;
  }
}
.pictures {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pictures .img-holder {
  width: 50%;
  height: 600px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pictures .img-holder {
    height: 400px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .pictures .img-holder {
    width: 100%;
    height: 300px;
  }
}
.pictures .img-holder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
