@import url("MyFontsWebfontsKit.css");
@import url("icomoon/style.css");
/*---------------------------------*/
/*WEB FONTS*/
/*---------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('/icomoon/fonts/icomoon.eot?pmn2k');
  src: url('/icomoon/fonts/icomoon.eot?pmn2k#iefix') format('embedded-opentype'), url('/icomoon/fonts/icomoon.woff2?pmn2k') format('woff2'), url('/icomoon/fonts/icomoon.ttf?pmn2k') format('truetype'), url('/icomoon/fonts/icomoon.woff?pmn2k') format('woff'), url('/icomoon/fonts/icomoon.svg?pmn2k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------*/
.home {
  position: absolute;
  width: 100%;
}
@media (max-width: 639px) {
  .home .title-bar .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
}
body {
  overflow-x: hidden;
  font-family: 'AvenirLTPro-Medium';
  font-size: 26px;
  font-weight: 500;
  line-height: 54px;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: normal;
}
a,
a:focus {
  color: #000000;
}
a:hover {
  color: #a2300a;
  text-decoration: underline;
}
a.button:hover {
  text-decoration: underline;
}
body,
button,
input,
optgroup,
select,
textarea,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'AvenirLTPro-Medium';
}
.object-fit-wrap .object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.object-fit-wrap .object-fit.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}
.custom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg-color-wrapper {
  position: relative;
}
.bg-color-wrapper .bg-color {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background-color: #f5f5f5;
  width: 5000px;
}
.bg-color-wrapper .bg-color-content {
  position: relative;
  z-index: 2;
}
.button {
  color: #a2300a;
  font-family: 'AvenirLTPro-Black';
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 14px 50px;
  border: 1px solid #a2300a;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  letter-spacing: 3.85px;
  text-transform: uppercase;
}
.button:hover,
.button:focus {
  background-color: #a2300a;
  color: #ffffff;
}
.link .button:hover {
  text-decoration: none;
}
.end-image .img-box {
  text-align: center;
  margin-bottom: 86px;
}
body header {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 52px;
}
body header .site-logo {
  display: block;
  padding-bottom: 8px;
}
body header .site-logo a {
  display: block;
  line-height: 1;
}
body header .site-logo img {
  max-height: 55px;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body header .site-logo img {
    max-height: 39px;
  }
}
@media screen and (max-width: 39.9375em) {
  body header .site-logo img {
    max-height: 30px;
  }
}
@media screen and (min-width: 64em) {
  body header .site-logo {
    margin-left: -32px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body header .site-logo {
    padding-left: 13px;
  }
}
body header .header-mobile {
  background-color: transparent;
}
body header .header-mobile .navbar-toggle {
  position: relative;
  margin-right: 32px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 5;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
body header .header-mobile .navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 1px;
  background-color: #000000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body header .header-mobile .navbar-toggle.white-ham .icon-bar {
  background-color: #ffffff;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body header .header-mobile .navbar-toggle {
    bottom: 2px;
  }
}
@media screen and (max-width: 39.9375em) {
  body header .header-mobile .navbar-toggle {
    margin-right: 0;
    bottom: 15px;
  }
}
body header .header-mobile .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 11px;
}
body header .header-mobile .title-bar-title {
  z-index: 3;
}
body header .header-mobile .title-bar-title img {
  max-height: 44px;
  max-width: 100%;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  body header .header-mobile .title-bar-title img {
    max-height: 40px;
    max-width: 50px;
    margin: 10px 22px 0;
  }
}
@media (max-width: 639px) {
  body header .header-mobile .title-bar-title img {
    max-height: 23px;
    max-width: 35px;
    margin: 18px;
  }
}
body header .header-mobile.transparent {
  position: absolute;
  z-index: 99999;
  width: 100%;
}
body header .header-mobile.transparent .title-logo {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (max-width: 39.9375em) {
  body header .header-mobile.transparent .navbar-toggle .icon-bar {
    background: #ffffff;
  }
}
@media screen and (min-width: 64em) {
  body header .header-mobile {
    display: none;
  }
}
body header .header-desktop .top-bar-right .hide-submenus > li > ul {
  display: none;
}
body header .header-desktop .top-bar-right .menu-dv {
  float: right;
}
@media screen and (max-width: 63.9375em) {
  body header .header-desktop .top-bar-right .menu-dv {
    float: none;
  }
}
@media (min-width: 1440px) {
  body header .header-desktop .top-bar-right .menu-dv {
    margin-right: 73px;
  }
}
@media screen and (max-width: 63.9375em) {
  body header .header-desktop .top-bar-right {
    position: static;
    right: 0px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    height: 100%;
  }
}
body header .header-desktop .top-bar-right ul {
  background-color: transparent;
}
body header .header-desktop .top-bar-right ul .submenu {
  background-color: #f1e3d4;
  border: none;
  min-width: 160px;
  padding-bottom: 15px;
}
body header .header-desktop .top-bar-right ul .submenu:hover {
  background-color: #f1e3d4;
  border: none;
}
@media screen and (max-width: 63.9375em) {
  body header .header-desktop .top-bar-right ul .desktop-search {
    display: none;
  }
}
body header .header-desktop .top-bar-right ul li {
  border: none!important;
}
body header .header-desktop .top-bar-right ul li > .is-dropdown-submenu {
  margin-top: 15px;
}
@media screen and (max-width: 63.9375em) {
  body header .header-desktop .top-bar-right ul li {
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
body header .header-desktop .top-bar-right ul li:hover {
  border: none!important;
  color: #a2300a;
}
body header .header-desktop .top-bar-right ul li:active {
  border: none!important;
}
body header .header-desktop .top-bar-right ul li a {
  font-family: 'AvenirLTPro-Medium';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  background-color: transparent;
  text-transform: uppercase;
  border: 0;
  line-height: 22px;
}
@media screen and (max-width: 63.9375em) {
  body header .header-desktop .top-bar-right ul li a {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 58px;
  }
}
body header .header-desktop .top-bar-right ul li a:hover {
  color: #a2300a;
}
body header .header-desktop .top-bar-right ul li a:active {
  color: #a2300a;
}
body header .header-desktop .top-bar-right ul li a:after {
  display: none!important;
}
body header .header-desktop .top-bar-right ul li .submenu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 15px;
  padding-left: 12px;
}
body header .header-desktop .top-bar-right ul li .submenu li:nth-child(2) a {
  padding-top: 21px !important;
}
@media (min-width: 64em) {
  body header .header-desktop .top-bar-right ul li ul {
    left: 50%!important;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 63.9375em) {
  body header .header-desktop .top-bar-right ul li ul {
    position: relative;
    top: 0!important;
    left: auto;
    right: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
body header .header-desktop .top-bar-right ul li ul li:hover {
  color: #a2300a;
}
@media screen and (max-width: 63.9375em) {
  body header .header-desktop .top-bar-right ul li ul li:last-child {
    margin-bottom: 0;
  }
}
body header .header-desktop .top-bar-right ul li.is-active > a {
  color: #a2300a;
}
body header .header-desktop .top-bar-right ul.dropdown > li {
  margin-right: 41px;
}
body header .header-desktop .top-bar-right ul.dropdown > li > a {
  padding: 0 !important;
}
body header .header-desktop .top-bar-right ul.dropdown > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 75em) {
  body header .header-desktop .top-bar-right ul.dropdown > li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 63.9375em) {
  body header .header-desktop .top-bar-right ul.dropdown > li {
    margin-right: 0;
  }
}
body header .header-desktop .top-bar-right ul.dropdown.white-menu > li > a {
  color: #ffffff;
}
@media (max-width: 1200px) {
  body header .header-desktop .top-bar-right ul {
    width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  body header .header-desktop .top-bar-right ul {
    width: 100%;
    padding: 0 18px 0 9px;
  }
}
@media screen and (max-width: 39.9375em) {
  body header .header-desktop .top-bar-right ul {
    padding: 0;
    margin: 0 -5px;
  }
}
body header .header-desktop .mobile-search-wrap {
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  bottom: 58px;
  left: 0;
  width: 100%;
}
body header .header-desktop .mobile-search-wrap .mobile-search {
  padding: 0 23px 0 14px;
}
body header .header-desktop .mobile-search-wrap .mobile-search a {
  background-color: transparent;
  text-transform: uppercase;
}
body header .header-desktop .mobile-search-wrap .mobile-search form {
  padding: 0px;
}
body header .header-desktop .mobile-search-wrap .mobile-search form input::-webkit-input-placeholder {
  color: #9c3614;
  letter-spacing: 2px;
}
body header .header-desktop .mobile-search-wrap .mobile-search form input:-moz-placeholder {
  color: #9c3614;
  letter-spacing: 2px;
}
body header .header-desktop .mobile-search-wrap .mobile-search form input::-moz-placeholder {
  color: #9c3614;
  letter-spacing: 2px;
}
body header .header-desktop .mobile-search-wrap .mobile-search form input:-ms-input-placeholder {
  color: #9c3614;
  letter-spacing: 2px;
}
body header .header-desktop .mobile-search-wrap .mobile-search form input[type="search"] {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #a2300a;
  padding-bottom: 15px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  max-width: 100%;
  font-size: 12px;
  font-family: 'AvenirLTPro-Medium';
  line-height: 30px;
  font-weight: 900;
  color: #9c3614;
}
body header .header-desktop .mobile-search-wrap .mobile-search form input[type="submit"] {
  border: none;
  border: 2px solid #a2300a;
  padding: 15px 31px 15px 32px;
  margin-top: 10px;
  background-color: transparent;
  color: #a2300a;
  display: block;
}
@media (max-width: 639px) {
  body header .header-desktop .mobile-search-wrap .mobile-search form input[type="submit"] {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  body header .header-desktop .mobile-search-wrap {
    display: block;
  }
}
@media screen and (max-width: 63.9375em) {
  body header .header-desktop {
    position: fixed;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    background-color: #f1e3d4;
    padding-top: 75px;
    z-index: 9999;
    -webkit-transition: top ease-in-out 0.5s;
    transition: top ease-in-out 0.5s;
    padding-bottom: 180px;
  }
  body header .header-desktop .menu-wrap {
    height: 100%;
    overflow-y: auto;
  }
}
body header.light-logo .bg-color-wrapper .bg-color,
body header.grey-header .bg-color-wrapper .bg-color {
  background-color: #000000;
  right: 9px;
  left: auto;
  bottom: -52px;
  top: -50px;
  height: auto;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body header.light-logo .bg-color-wrapper .bg-color,
  body header.grey-header .bg-color-wrapper .bg-color {
    top: -35px;
    bottom: -11px;
  }
}
@media screen and (max-width: 39.9375em) {
  body header.light-logo .bg-color-wrapper .bg-color,
  body header.grey-header .bg-color-wrapper .bg-color {
    top: -31px;
    bottom: -23px;
    right: 60px;
  }
}
body header.grey-header .bg-color-wrapper .bg-color {
  background-color: #f5f5f5;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body header {
    padding-top: 35px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 39.9375em) {
  body header {
    padding-top: 31px;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 63.9375em) {
  body.menu-open {
    overflow-y: hidden;
  }
  body.menu-open header .header-mobile .navbar-toggle {
    position: fixed;
    z-index: 99999;
    right: 15px;
    bottom: auto;
    min-height: 24px;
    top: 35px;
  }
  body.menu-open header .header-desktop {
    top: 0;
  }
}
.grid-container {
  padding-right: 20px;
  padding-left: 20px;
}
.grid-container:not(.full) .grid-padding-x {
  margin-right: -20px;
  margin-left: -20px;
}
.grid-container:not(.full) .grid-padding-x.cell {
  width: calc(100% + 30px);
}
@media screen and (max-width: 39.9375em) {
  .grid-container:not(.full) .grid-padding-x.cell {
    width: calc(100% + 40px);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 1440px) {
  .grid-container {
    width: 1440px !important;
    max-width: 100% !important;
  }
}
.grid-padding-x > .cell {
  padding-right: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
.circular-block-row {
  margin: 0 -11.5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 19px;
}
.circular-block-row .circular-block-col {
  width: 20%;
  padding: 0 11.5px;
  float: left;
  margin: 16px 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .circular-block-row .circular-block-col {
    width: 25%;
    margin: 11px 0px;
    padding: 0 9px;
  }
}
@media screen and (max-width: 39.9375em) {
  .circular-block-row .circular-block-col {
    width: 50%;
    margin: 4px 0;
    padding: 0 7.5px;
  }
}
@media screen and (max-width: 39.9375em) {
  .circular-block-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -7.5px;
    padding: 0 29.5px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .circular-block-row {
    margin: 0 -9px;
  }
}
/*---------------------------------*/
/*BREADCRUMBS*/
/*---------------------------------*/
.breadcrumbs {
  font-size: 12px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 5px;
  margin: 53px 0 0;
}
.breadcrumbs li:not(:last-child)::after {
  color: #000000 !important;
  padding-right: 20px;
}
.breadcrumbs ol {
  padding: 15px 0;
}
.breadcrumbs ol li {
  font-family: 'AvenirLTPro-Medium';
  list-style: none;
  color: #000000;
  letter-spacing: 5px;
  font-size: 12px;
  margin-left: -20px;
  line-height: 28px;
}
.breadcrumbs ol li a {
  font-family: 'AvenirLTPro-Medium';
  color: #000000;
  font-size: 12px;
}
.breadcrumbs ol li a:after {
  color: #000000;
}
/*---------------------------------*/
@media screen and (max-width: 39.9375em) {
  .homepage-wrap > .panel:first-child {
    padding-top: 92px;
    background: #000000;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .homepage-wrap .circular-block-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 39.9375em) {
  .homepageentry-home-page header .header-mobile .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
}
.page-wrap {
  margin-top: 160px;
}
.page-wrap .page-header {
  margin: 0 0 50px;
}
@media screen and (max-width: 39.9375em) {
  .page-wrap .page-header {
    margin-bottom: 37px;
  }
  .page-wrap .page-header .breadcrumbs {
    display: none;
  }
  .page-wrap .page-header .page-title {
    font-size: 22px;
    letter-spacing: 8.8px;
  }
  .page-wrap .page-header .small-12 {
    padding: 0 18px;
  }
}
.page-wrap .page-header.prod-cat-head {
  margin-bottom: 47px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page-wrap .page-header.prod-cat-head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-wrap .page-header.prod-cat-head {
    margin-bottom: 14px;
  }
}
.page-wrap .dark-header {
  position: relative;
  margin: 0;
}
.page-wrap .dark-header .breadcrumbs ol li {
  color: #ffffff;
}
.page-wrap .dark-header .breadcrumbs ol li a {
  color: #ffffff;
}
.page-wrap .dark-header .breadcrumbs ol li:not(:last-child)::after {
  color: #ffffff !important;
}
@media screen and (min-width: 64em) {
  .page-wrap .dark-header .page-header-inner {
    min-height: 595px;
  }
}
.page-wrap .dark-header .page-title {
  font-size: 35px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 14px;
  margin-bottom: 79px;
  color: #a2300a;
}
@media screen and (min-width: 64em) {
  .page-wrap .dark-header .page-title {
    margin-bottom: 91px;
    font-size: 35px;
    line-height: 58px;
    letter-spacing: 14px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page-wrap .dark-header .page-title {
    font-size: 30px;
    letter-spacing: 12px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-wrap .dark-header .page-title {
    margin: 74px 0;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 8.8px;
  }
}
.page-wrap .dark-header .page-details {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.page-wrap .dark-header .page-details p {
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.page-wrap .dark-header .page-details strong,
.page-wrap .dark-header .page-details b {
  font-weight: 900;
  letter-spacing: 6.7px;
}
.page-wrap .dark-header .page-details strong {
  text-transform: uppercase;
}
.page-wrap .dark-header .page-details a {
  color: #ffffff;
}
.page-wrap .dark-header .page-details a:hover {
  color: #a2300a;
}
.page-wrap .dark-header .bg-color-wrapper .bg-color {
  background-color: #000000;
  right: 0;
  left: auto;
}
@media screen and (min-width: 1440px) {
  .page-wrap .dark-header .bg-color-wrapper .bg-color {
    right: 62px;
  }
}
@media screen and (max-width: 63.9375em) {
  .page-wrap .dark-header .bg-color-wrapper .bg-color {
    right: 0;
  }
}
.page-wrap .dark-header .page-header-image {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
}
.page-wrap .dark-header .page-header-image .produkter-image {
  height: 100%;
  padding: 161px 70px 156px 65px;
}
.page-wrap .dark-header .page-header-image .produkter-image img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .page-wrap .dark-header .page-header-image .produkter-image {
    margin-left: -63px;
  }
}
@media screen and (max-width: 63.9375em) {
  .page-wrap .dark-header .page-header-image .produkter-image {
    padding: 108px 131px 86px 137px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-wrap .dark-header .page-header-image .produkter-image {
    padding: 65px 7px 45px 4px;
  }
}
.page-wrap .dark-header .page-header-image .nyhet-wrap {
  position: absolute;
  right: 73px;
  top: 69px;
  font-size: 84px;
}
.page-wrap .dark-header .page-header-image .nyhet-wrap .icon-nyhet {
  display: block;
}
@media screen and (max-width: 63.9375em) {
  .page-wrap .dark-header .page-header-image .nyhet-wrap {
    right: 134px;
    top: 60px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-wrap .dark-header .page-header-image .nyhet-wrap {
    right: 33px;
    top: 62px;
    font-size: 62px;
  }
}
.page-wrap .dark-header .page-header-image .zoom-wrap {
  position: absolute;
  right: 54px;
  bottom: 97px;
  cursor: pointer;
  font-size: 43px;
}
.page-wrap .dark-header .page-header-image .zoom-wrap span {
  display: block;
}
@media screen and (max-width: 63.9375em) {
  .page-wrap .dark-header .page-header-image .zoom-wrap {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .page-wrap .dark-header .page-header-image {
    position: relative;
    left: 0;
    width: 100%;
  }
}
.page-wrap .dark-header .mobile-page-details .page-details {
  color: #000000;
  padding: 0 28px 50px 28px;
  max-width: 450px;
  margin-bottom: 0;
}
.page-wrap .dark-header .mobile-page-details .page-details a {
  color: #000000;
}
@media screen and (max-width: 39.9375em) {
  .page-wrap .dark-header .mobile-page-details .page-details {
    padding: 32px 0 50px;
  }
}
.page-wrap .dark-header.grey-header .bg-color-wrapper .bg-color {
  background-color: #f5f5f5;
}
@media screen and (min-width: 1440px) {
  .page-wrap .dark-header.grey-header .bg-color-wrapper .bg-color {
    right: 35px;
  }
}
.page-wrap .dark-header.grey-header .breadcrumbs ol li {
  color: #000000;
}
.page-wrap .dark-header.grey-header .breadcrumbs ol li a {
  color: #000000;
}
.page-wrap .dark-header.grey-header .breadcrumbs ol li:not(:last-child)::after {
  color: #000000 !important;
}
.page-wrap .dark-header.grey-header .page-details {
  color: #000000;
}
.page-wrap .dark-header.grey-header .page-details a {
  color: #000000;
}
.page-wrap .dark-header.grey-header .page-details a:hover {
  color: #a2300a;
}
.page-wrap .dark-header.grey-header .page-title {
  color: #a2300a;
}
@media screen and (min-width: 1440px) {
  .page-wrap .dark-header.grey-header .page-header-content {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .page-wrap .dark-header.grey-header .page-header-image {
    width: 41.66666%;
    left: 58.33333%;
  }
  .page-wrap .dark-header.grey-header .page-header-image .produkter-image {
    margin-left: -63px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page-wrap {
    margin-top: 85px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-wrap {
    margin-top: 84px;
  }
}
.page-title,
.section-title {
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 58px;
  letter-spacing: 14px;
  font-family: AvenirLTPro-Medium;
  color: #a2300a;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page-title,
  .section-title {
    font-size: 30px;
    letter-spacing: 12px;
  }
}
.vertical-text-wrap {
  position: relative;
  width: 30px;
}
.vertical-text-wrap .vertical-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .vertical-text-wrap .vertical-text {
    left: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .vertical-text-wrap .vertical-text {
    left: 0;
  }
}
form {
  position: static;
  padding: 105px 0 0;
}
form ::-webkit-input-placeholder,
form :-moz-placeholder,
form ::-moz-placeholder,
form :-ms-input-placeholder {
  color: #9c3614;
  text-transform: uppercase;
}
form .validations .s-title {
  padding: 0 28px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  color: #9c3614;
  margin-bottom: 40px;
  letter-spacing: 6.7px;
}
@media screen and (max-width: 39.9375em) {
  form .validations .s-title {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
form .validations .message.has-error p {
  margin-bottom: 10px;
}
form .validations .message.has-error ul {
  margin-bottom: 10px;
}
form .fromEmail-group {
  text-align: right;
  display: inline-block;
  width: 100%;
}
form .fromEmail-group label {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-top: 10px;
  margin-left: 16px;
}
@media screen and (max-width: 39.9375em) {
  form .fromEmail-group label {
    display: block;
  }
}
form .fromEmail-group .input-field {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: calc(100% - 136px);
  position: relative;
}
form .fromEmail-group .input-field input {
  border: 1px solid #a2300a;
  height: 48px;
  margin-bottom: 4px;
}
@media screen and (max-width: 39.9375em) {
  form .fromEmail-group .input-field input {
    margin-bottom: 12px;
  }
}
form .fromEmail-group .input-field .field-error {
  font-size: 18px;
  background: #f9ece8;
  padding: 12px 15px;
  max-width: 131px;
  display: none;
  position: absolute;
  right: -38%;
  top: 0;
  color: #a2300a;
  text-align: left;
  line-height: 30px;
}
@media screen and (min-width: 40em) and (max-width: 1439px) {
  form .fromEmail-group .input-field .field-error {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 39.9375em) {
  form .fromEmail-group .input-field .field-error {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 12px;
    max-width: 100%;
  }
}
form .fromEmail-group.has-error .input-field {
  position: relative;
}
form .fromEmail-group.has-error .input-field input {
  border: 4px solid #a2300a;
}
form .fromEmail-group.has-error .input-field:after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background: #a2300a;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
form .fromEmail-group.has-error .input-field:before {
  position: absolute;
  content: "\f12a";
  font-family: FontAwesome;
  font-size: 20px;
  right: 20px;
  z-index: 1000;
  color: #ffffff;
  top: 5px;
}
form .fromEmail-group.has-error .input-field .field-error {
  display: block;
}
form .divider-wrap {
  position: relative;
}
form .divider-wrap .horiline {
  margin: 0;
  width: 135%;
  right: 0;
  left: auto;
  position: absolute;
  border-bottom: 1px solid #a2300a;
}
@media only screen and (min-width: 64.063em) {
  form .divider-wrap .horiline {
    width: 125%;
  }
}
form .divider-wrap.s-line {
  padding-bottom: 34px;
}
@media screen and (max-width: 39.9375em) {
  form .divider-wrap.s-line {
    padding-bottom: 5px;
  }
}
form .field-group label {
  font-size: 18px;
  font-weight: 500;
  font-family: 'AvenirLTPro-Black';
  line-height: 1.67;
  letter-spacing: 6.7px;
  text-align: left;
  color: #9c3614;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  form .field-group label {
    letter-spacing: 5.7px;
  }
}
form .field-group input[type=checkbox] {
  display: none;
}
form .field-group input[type=checkbox] + label {
  font-size: 14px;
  line-height: 2.08;
  margin: 0;
}
form .field-group input[type=checkbox] + label a {
  color: #9c3614;
  text-decoration: underline;
}
form .field-group input[type=checkbox] + label a:hover {
  font-weight: 700;
}
form .field-group input[type=checkbox] + label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #a2300a;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}
form .field-group input[type=checkbox]:checked + label:before {
  background-color: #a2300a;
}
form h3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 16px;
}
form h3 label {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.67;
  letter-spacing: 6.7px;
  text-align: left;
  color: #9c3614;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  form h3 {
    margin-left: 0;
  }
}
form .email-block {
  width: 66%;
  display: inline-block;
  position: relative;
  float: right;
}
@media (max-width: 1023px) {
  form .email-block {
    width: 56%;
  }
}
@media (max-width: 639px) {
  form .email-block {
    width: 52%;
    margin-top: 6px;
  }
}
form .email-block input#from-email {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  form .email-block input#from-email {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
form .email-block input#from-email.error-email {
  border: 4px solid #9c3614;
}
form .email-block #error-box {
  display: none;
}
form .email-block #error-box.show {
  display: inline-block;
  height: 43px;
  width: 42px;
  background-color: #a2300a;
  position: absolute;
  height: 100%;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 5px 16px;
}
form .input-field textarea {
  resize: none;
  padding: 11px 22px !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
}
form .input-field textarea::-webkit-input-placeholder {
  letter-spacing: 6.7px;
}
form .input-field textarea:textarea:-moz-placeholder {
  /* Firefox 18- */
  letter-spacing: 6.7px;
}
form .input-field textarea:textarea::-moz-placeholder {
  /* Firefox 19+ */
  letter-spacing: 6.7px;
}
form .input-field textarea:textarea:-ms-input-placeholder {
  letter-spacing: 6.7px;
}
form .divider-relative {
  display: inline-block;
  width: 100%;
  position: relative;
}
form .divider-relative .divider {
  width: 120%;
  display: inline-block;
  border-bottom: solid 1px #9c3614;
  position: absolute;
  right: 0;
  top: -10px;
}
@media (max-width: 1023px) {
  form .divider-relative .divider {
    right: 0;
  }
}
form .status-relative {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 639px) {
  form .status-relative {
    height: auto;
  }
}
form .error,
form .message {
  background-color: #f9ece8;
  top: 0;
  width: 100%;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #a2300a;
  margin-bottom: 20px;
}
form .error#status,
form .message#status,
form .error.has-error,
form .message.has-error,
form .error.has-notice,
form .message.has-notice {
  padding: 15px 28px;
  width: 100%;
}
form .error.has-notice,
form .message.has-notice {
  background-color: #98fb98;
  color: #008000;
}
form .error#errorstatus,
form .message#errorstatus {
  height: 110px;
  width: 110px;
  position: absolute;
  right: 0;
  line-height: 22px;
  top: 107px;
  padding: 10px;
}
@media (max-width: 1023px) {
  form .error#errorstatus,
  form .message#errorstatus {
    position: static;
    height: auto;
    margin-bottom: 16px;
    width: 100%;
  }
}
form [type=submit] {
  background: none;
  font-size: 12px;
  font-weight: 500;
  font-family: 'AvenirLTPro-Black';
  letter-spacing: 4.7px;
  color: #9c3614;
  padding: 20px 60px;
  border: solid 1px #9c3614;
  text-transform: uppercase;
}
form [type=submit]:hover {
  cursor: pointer;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  form {
    padding-top: 70px;
  }
}
@media screen and (max-width: 39.9375em) {
  form {
    padding-top: 38px;
  }
}
.addresses-listing-wrap .address-wrap .address {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 22px;
}
.addresses-listing-wrap .address-wrap .address .address-title {
  letter-spacing: 5px;
  text-transform: uppercase;
}
.addresses-listing-wrap .address-wrap .address .address-epost a {
  text-decoration: underline;
}
.addresses-listing-wrap .address-wrap .address a {
  color: #000000;
}
.addresses-listing-wrap .address-wrap .address a:hover {
  color: #a2300a;
}
@media (max-width: 1023px) {
  .addresses-listing-wrap .address-wrap .address {
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: 1.1px;
  }
}
@media (max-width: 639px) {
  .addresses-listing-wrap .address-wrap .address {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
  }
}
.banner-wrap {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.banner-wrap .banner-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.banner-wrap .banner-background img {
  width: 100%;
  height: 100%;
}
@media (max-width: 639px) {
  .banner-wrap .banner-background {
    height: auto;
  }
  .banner-wrap .banner-background img {
    height: 348px;
    position: absolute;
    bottom: 0;
  }
}
.banner-wrap .banner-content {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.banner-wrap .banner-content > .grid-container {
  height: 100%;
}
.banner-wrap .banner-content > .grid-container > .grid-x {
  height: 100%;
}
@media (min-width: 1025px) {
  .banner-wrap .banner-content > .grid-container > .grid-x {
   min-height: 120vh;
  }
}
.banner-wrap .banner-content .dots {
  min-height: 120px;
  height: 100%;
  width: 100%;
  background-image: url('../assets/dots.svg');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media (max-width: 639px) {
  .banner-wrap .banner-content .dots {
    background-position: left center;
  }
}
@media (max-width: 639px) {
  .banner-wrap .banner-content .dots.right {
    min-height: 348px;
    position: relative;
    background-position: right center;
  }
}
.banner-wrap .banner-stamp {
  position: absolute;
  top: 364px;
  z-index: 2;
  width: 110px;
  height: 110px;
  bottom: 0;
  right: 208px;
  left: 0;
  margin: auto;
}
@media (max-width: 1440px) {
  .banner-wrap .banner-stamp {
    top: 444px;
    right: 168px;
  }
}
@media (max-width: 1023px) {
  .banner-wrap .banner-stamp {
    top: 138px;
    right: 0;
    left: 164px;
    width: 92px;
    height: 92px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .banner-wrap .banner-stamp {
    top: unset;
    bottom: 278px;
  }
}
.banner-wrap .banner-text-wrap {
  position: relative;
}
.banner-wrap .banner-text-wrap .text-background-color {
  background-color: #000000;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  z-index: 1;
  width: 10000px;
}
.banner-wrap .banner-text-wrap .banner-text {
  position: relative;
  z-index: 2;padding-top: 80px;
}

.banner-wrap .banner-text-wrap .banner-text .banner-title {
    font-family: 'AvenirLTPro-Medium';
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 1.8px;
    text-align: left;
    color: red;
    max-width: 390px;
    margin-bottom: 0px;
}
.banner-title.second-bannertxt a {
    color: red;
    text-decoration: none;
}
@media (max-width: 1450px) {
  .banner-wrap .banner-text-wrap .banner-text .banner-title,.banner-wrap .banner-text-wrap .banner-text .banner-subtitle {
   font-size: 22px;
    line-height: 1.5;
}

}
@media (max-width: 1270px) {
  .banner-wrap .banner-text-wrap .banner-text .banner-title {
    font-size: 18px;
    word-wrap: break-word;
    max-width: 320px;
    line-height: 25px;
}
.banner-wrap .banner-text-wrap .banner-text .banner-subtitle {
    font-size: 20px;
    letter-spacing: 6.4px;
}
}

@media (max-width: 1023px) {
  .banner-wrap .banner-text-wrap .banner-text .banner-title {
    font-size: 20px;
    letter-spacing: 6.4px;
  }
}
@media (max-width: 767px) {
  .banner-wrap .banner-text-wrap .banner-text .banner-title {
    letter-spacing: 4px;
  }
  .banner-wrap .banner-text-wrap .banner-text {
    padding-top: 110px;
    padding-bottom: 50px;
}
}
@media (max-width: 639px) {
  .banner-wrap .banner-text-wrap .banner-text .banner-title {
    font-size: 16px;
    letter-spacing: 5px;
    max-width: 195px;
  }
}
.banner-wrap .banner-text-wrap .banner-text .banner-subtitle {
  font-family: 'AvenirLTPro-Medium';
  font-size: 27px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.15;
  letter-spacing: 10px;
  text-align: left;
  color: #ffffff;
  word-wrap: break-word;
}
@media (max-width: 1200px) {
  .banner-wrap .banner-text-wrap .banner-text .banner-subtitle {
    font-size: 20px;
    word-wrap: break-word;
  }
}
@media (max-width: 1023px) {
  .banner-wrap .banner-text-wrap .banner-text .banner-subtitle {
    font-size: 20px;
    letter-spacing: 6.4px;
  }
}
@media (max-width: 767px) {
  .banner-wrap .banner-text-wrap .banner-text .banner-subtitle {
    letter-spacing: 4px;
  }
}
@media (max-width: 639px) {
  .banner-wrap .banner-text-wrap .banner-text .banner-subtitle {
    font-size: 16px;
    letter-spacing: 6.4px;
  }
}
@media (max-width: 1023px) {
  .banner-wrap .banner-text-wrap .banner-text .link {
    margin-bottom: 0;
    margin-top: 50px;
    display: inline-block;
  }
}
.banner-wrap .banner-text-wrap .banner-text .link a {
  font-family: 'AvenirLTPro-Medium';
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.83;
  letter-spacing: 4.7px;
  position: relative;
}
.banner-wrap .banner-text-wrap .banner-text .link a:hover {
  cursor: pointer;
  color: #a2300a;
}
@media (max-width: 639px) {
  .banner-wrap .banner-text-wrap .banner-text .link a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #ffffff;
    position: absolute;
    right: -17px;
    top: 1px;
  }
}
@media screen and (max-width: 39.9375em) {
  .banner-wrap .banner-text-wrap .banner-text .link {
    margin-top: 0;
  }
}
.banner-wrap .banner-text-wrap .banner-text .fa-caret-right {
  display: none;
  color: #ffffff;
  vertical-align: text-bottom;
}
@media (max-width: 639px) {
  .banner-wrap .banner-text-wrap .banner-text .fa-caret-right {
    display: inline-block;
  }
}
@media screen and (max-width: 39.9375em) {
  .banner-wrap .banner-text-wrap .banner-text {
    padding: 0 20px;
    padding-bottom: 15px;
    padding-left: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 64em) and (orientation: portrait) {
  .banner-wrap {
    min-height: 51vh !important;
  }
}
@media (max-width: 639px) {
  .banner-wrap {
    min-height: 100vh;
    overflow: visible;
  }
}
.circle-wrapper {
  width: 100%;
  max-width: 160px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
}
.circle-wrapper .circle-container {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  cursor: pointer;
}
.circle-wrapper .circle-container .circle-container-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
}
.circle-wrapper .circle-container .circle-text {
  font-family: 'AvenirLTPro-Medium';
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-left: 8px;
  padding-right: 8px;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .circle-wrapper .circle-container .circle-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .circle-wrapper .circle-container .circle-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .circle-wrapper .circle-container .circle-text {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .circle-wrapper .circle-container .circle-text {
    font-size: 10px;
    line-height: 14px;
  }
}
.circle-wrapper .circle-container:hover .circle-container-inner {
  background-color: #a2300a;
}
@media (max-width: 1023px) {
  .circle-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.filter-buttons {
  margin-bottom: 69px;
}
.filter-buttons ul {
  list-style-type: none;
  margin: 0;
}
.filter-buttons ul li {
  display: inline-block;
  margin-right: 50px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'AvenirLTPro-Black';
  line-height: 58px;
}
.filter-buttons ul li span {
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  letter-spacing: 2.8px;
  border-bottom: 1px solid;
  vertical-align: middle;
}
@media screen and (max-width: 39.9375em) {
  .filter-buttons ul li span {
    font-size: 11px;
  }
}
.filter-buttons ul li:hover,
.filter-buttons ul li.active {
  color: #a2300a;
}
.filter-buttons ul li:hover span,
.filter-buttons ul li.active span {
  border-bottom: 1px solid;
}
@media screen and (max-width: 39.9375em) {
  .filter-buttons ul li {
    margin-right: 15px;
  }
}
.entry-listing-wrap .entry-wrap {
  margin-bottom: 100px;
}
.entry-listing-wrap .entry-wrap .entry-image {
  margin-bottom: 20px;
}
.entry-listing-wrap .entry-wrap .entry-image a {
  display: block;
}
.entry-listing-wrap .entry-wrap .entry-image img {
  width: 100%;
  height: 224px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .entry-listing-wrap .entry-wrap .entry-image img {
    height: 180px;
  }
}
@media screen and (max-width: 39.9375em) {
  .entry-listing-wrap .entry-wrap .entry-image img {
    height: 160px;
  }
}
.entry-listing-wrap .entry-wrap .entry-content {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 6.4px;
  line-height: 31px;
}
.entry-listing-wrap .entry-wrap .entry-content .entry-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}
.entry-listing-wrap .entry-wrap .entry-content .entry-title:hover {
  color: #a2300a;
}
@media screen and (max-width: 39.9375em) {
  .entry-listing-wrap .entry-wrap {
    margin-bottom: 60px;
  }
}
.panel-produkter-kategory {
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .panel-produkter-kategory .align-middle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.panel-produkter-kategory .produkter-title-head {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: 50%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-produkter-kategory .produkter-title-head {
    margin-left: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-produkter-kategory .produkter-title-head {
    margin-left: 0;
    padding-top: 0;
  }
}
.panel-produkter-kategory .produkter-title {
  font-family: 'AvenirLTPro-Medium';
  line-height: 1.93;
  font-size: 30px;
  letter-spacing: 12px;
  color: #a2300a;
  text-transform: uppercase;
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .panel-produkter-kategory .produkter-title {
    font-size: 20px;
    letter-spacing: 9px;
  }
}
@media (max-width: 639px) {
  .panel-produkter-kategory .produkter-title {
    font-size: 16px;
    margin-top: 0;
  }
}
.panel-produkter-kategory .produkt-kategory-wrap {
  padding-top: 92px;
  padding-bottom: 175px;
  position: relative;
}
.panel-produkter-kategory .produkt-kategory-wrap .bg-color {
  background-color: #f1e3d4;
  right: auto;
}
.panel-produkter-kategory .produkt-kategory-wrap.large-padding {
  padding-top: 253px;
  padding-bottom: 286px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-produkter-kategory .produkt-kategory-wrap.large-padding {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-produkter-kategory .produkt-kategory-wrap.large-padding {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-produkter-kategory .produkt-kategory-wrap {
    padding-top: 0;
    padding-bottom: 47px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-produkter-kategory .produkt-kategory-wrap {
    padding-top: 0;
    padding-bottom: 47px;
  }
}
.panel-produkter-kategory.with-title .produkt-kategory-wrap .circular-block-row {
  padding: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-produkter-kategory.with-title .produkt-kategory-wrap .circular-block-row {
    padding: 0 5.3px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-produkter-kategory.with-title .produkt-kategory-wrap .circular-block-row {
    padding: 0 25.74px;
  }
}
@media screen and (max-width: 30em) {
  .panel-produkter-kategory.with-title .produkt-kategory-wrap .circular-block-row {
    padding: 0 23px;
  }
}
@media screen and (max-width: 20em) {
  .panel-produkter-kategory.with-title .produkt-kategory-wrap .circular-block-row {
    padding: 0 2.83px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-produkter-kategory.with-title .produkt-kategory-wrap {
    position: relative;
  }
}
.panel-produkter-kategory.has-bg {
  background-color: #f1e3d4;
}
.panel-featured-content {
  font-size: 18px;
  font-weight: 500;
  font-family: 'AvenirLTPro-Medium';
  line-height: 1.83;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content.type1 .featured-content-text-wrap .featured-content-text {
    padding-bottom: 170px;
    padding-left: 0;
  }
}
.panel-featured-content .featured-content-image {
  padding: 0 52px 0 49px;
}
.panel-featured-content .featured-content-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-featured-content .featured-content-image {
    padding: 0;
    width: 115%;
    z-index: 5;
    left: -20px;
    position: relative;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content .featured-content-image {
    padding: 0;
    margin: 0 -20px;
  }
}
.panel-featured-content .featured-content-text-wrap {
  position: relative;
  padding: 0 0 290px 60px;
}
.panel-featured-content .featured-content-text-wrap .bg-color {
  background-color: #f1e3d4;
  left: -84px;
  right: auto;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-featured-content .featured-content-text-wrap .bg-color {
    left: 0;
    top: -100%;
    height: auto;
  }
}
.panel-featured-content .featured-content-text-wrap .featured-content-title-wrap .featured-content-title {
  font-family: 'AvenirLTPro-Medium';
  font-size: 30px;
  letter-spacing: 12px;
  line-height: 1.93;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .panel-featured-content .featured-content-text-wrap .featured-content-title-wrap .featured-content-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content .featured-content-text-wrap .featured-content-title-wrap .featured-content-title {
    font-size: 16px;
  }
}
.panel-featured-content .featured-content-text-wrap .featured-content-title-wrap.vertical-text-wrap {
  position: absolute;
  left: -30px;
  top: 50px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-featured-content .featured-content-text-wrap .featured-content-title-wrap.vertical-text-wrap {
    left: auto;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content .featured-content-text-wrap .featured-content-title-wrap.vertical-text-wrap {
    left: 2%;
    top: 55px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content .featured-content-text-wrap .featured-content-title-wrap {
    left: 7%;
    top: 55px;
  }
}
.panel-featured-content .featured-content-text-wrap .featured-content-text {
  padding: 59px 0 63px;
}
.panel-featured-content .featured-content-text-wrap .featured-content-text p {
  margin-bottom: 45px;
  line-height: 1.83;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-featured-content .featured-content-text-wrap .featured-content-text {
    padding-left: 60px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content .featured-content-text-wrap .featured-content-text {
    padding-left: 30px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-featured-content .featured-content-text-wrap {
    padding-bottom: 0;
    margin-left: 31px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content .featured-content-text-wrap {
    padding-bottom: 0;
  }
}
.panel-featured-content.type2 .cell-1 {
  padding-bottom: 392px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .panel-featured-content.type2 .cell-1 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .panel-featured-content.type2 .cell-1 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-featured-content.type2 .featured-content-image {
    max-width: 490px;
  }
}
.panel-featured-content.type2 .featured-content-text-wrap {
  position: relative;
  padding: 57px 120px 392px 0;
}
.panel-featured-content.type2 .featured-content-text-wrap .featured-content-title-wrap .featured-content-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  text-transform: uppercase;
  color: #a2300a;
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content.type2 .featured-content-text-wrap .featured-content-title-wrap {
    left: 0;
    top: 0;
  }
}
.panel-featured-content.type2 .featured-content-text-wrap .featured-content-text {
  padding: 0 0 20px;
}
.panel-featured-content.type2 .featured-content-text-wrap .featured-content-text p {
  line-height: 33px;
  font-weight: 500;
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content.type2 .featured-content-text-wrap .featured-content-text p {
    font-size: 16px;
    line-height: 33px;
  }
}
.panel-featured-content.type2 .featured-content-text-wrap .featured-content-text p:last-child {
  margin: 0;
}
.panel-featured-content.type2 .featured-content-text-wrap .bg-color {
  background-color: #f5f5f5;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .panel-featured-content.type2 .featured-content-text-wrap {
    padding: 67px 79px 148px 29px;
  }
}
@media screen and (max-width: 63.9375em) {
  .panel-featured-content.type2 .featured-content-text-wrap {
    padding: 67px 79px 148px 59px;
    margin-left: 28px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content.type2 .featured-content-text-wrap {
    padding: 50px 0 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content.type2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-featured-content {
    margin-bottom: 157px;
  }
}
.panel-nyeste-prosjekter .nyeste-title {
  margin-left: 50%;
}
.panel-nyeste-prosjekter .nyeste-title .nyeste-title-text {
  font-family: 'AvenirLTPro-Medium';
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.93;
  letter-spacing: 12px;
  text-align: left;
  color: #a2300a;
  white-space: nowrap;
  text-transform: uppercase;
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .panel-nyeste-prosjekter .nyeste-title .nyeste-title-text {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .panel-nyeste-prosjekter .nyeste-title .nyeste-title-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-title .nyeste-title-text {
    margin-left: 0;
    left: 50%;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .panel-nyeste-prosjekter .nyeste-title {
    margin-left: 0!important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-title {
    margin-left: 0!important;
    margin-top: -90px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-title {
    margin-left: 0!important;
    margin-top: -43px;
  }
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap {
  margin-bottom: 101px;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-image {
  position: relative;
  min-width: 100%;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-image a.image-wrap {
  display: block;
  height: 100%;
  overflow: hidden;
  height: 380px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-image a.image-wrap {
    height: 392px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-image a.image-wrap {
    height: 205px;
  }
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-image img {
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  height: 100%;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-image {
    overflow: hidden;
  }
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-content-wrap {
  font-family: 'AvenirLTPro-Medium';
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.95;
  letter-spacing: 8px;
  color: #a2300a;
  text-align: right;
  position: absolute;
  top: 40%;
  right: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 66.66666%;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content {
  padding: 30px 67px 30px 41px;
  position: relative;
  display: inline-block;
  max-width: 80%;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content .nyeste-prosjekter-title {
  text-transform: uppercase;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content .nyeste-prosjekter-title a {
  color: #a2300a;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content:after {
  content: "";
  height: 1px;
  width: 529px;
  background: #a2300a;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content {
    max-width: 100%;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content:after {
    width: 100vw;
  }
}
@media screen and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content {
    padding-left: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-content-wrap {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap .nyeste-prosjekter .nyeste-prosjekter-content-wrap {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 .nyeste-prosjekter .nyeste-prosjekter-image {
  margin-left: -83px;
  margin-right: -15px;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 .nyeste-prosjekter .nyeste-prosjekter-image a.image-wrap {
  height: 541px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 .nyeste-prosjekter .nyeste-prosjekter-image a.image-wrap {
    height: 387px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 .nyeste-prosjekter .nyeste-prosjekter-image a.image-wrap {
    height: 228px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 .nyeste-prosjekter .nyeste-prosjekter-image {
    margin-left: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 .nyeste-prosjekter .nyeste-prosjekter-image {
    margin-left: -13px;
    margin-right: -20px;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 .nyeste-prosjekter {
    padding-left: 31px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 {
    margin-top: 50px;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 > .grid-x {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 > .grid-x .nyeste-title {
    width: 15px;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-1 > .grid-x .nyeste-title .nyeste-title-text {
    top: 0;
  }
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 {
  margin-bottom: 114px;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .nyeste-prosjekter .nyeste-prosjekter-image {
  float: none;
  margin-right: -39px;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .nyeste-prosjekter .nyeste-prosjekter-image a.image-wrap {
  height: 495px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .nyeste-prosjekter .nyeste-prosjekter-image a.image-wrap {
    height: 390px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .nyeste-prosjekter .nyeste-prosjekter-image a.image-wrap {
    height: 284px;
  }
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap {
  right: auto;
  left: 100%;
  text-align: left;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content {
  padding: 25px 28px 25px 78px;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content:after {
  left: auto;
  right: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .nyeste-prosjekter .nyeste-prosjekter-image {
    margin-right: 0px;
    margin-left: -30px;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap {
    left: auto;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content {
    display: block;
    padding-right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 > .grid-x {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 > .grid-x .small-order-2 {
    width: 0;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 > .grid-x .small-order-1 {
    width: 75%;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .cell {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .cell .nyeste-prosjekter .nyeste-prosjekter-image {
    margin-right: -20px;
    margin-left: -20px;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-2 .cell .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap {
    left: 0;
  }
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 {
  margin-bottom: 102px;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 .nyeste-prosjekter .nyeste-prosjekter-image {
  padding-right: 120px;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content {
  padding: 32px 56px 32px 40px;
}
.panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content:after {
  width: 419px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content {
    padding-left: 0;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content:after {
    width: 100vw;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 .nyeste-prosjekter .nyeste-prosjekter-image {
    padding-right: 0;
    margin-left: 0;
    margin-right: -15px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 .nyeste-prosjekter .nyeste-prosjekter-image {
    padding-right: 0;
    margin-left: -13px;
    margin-right: -20px;
  }
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 .nyeste-prosjekter .nyeste-prosjekter-image .nyeste-prosjekter-content-wrap .nyeste-prosjekter-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-nyeste-prosjekter .nyeste-prosjekter-wrap.type-0 .nyeste-prosjekter {
    padding-left: 31px;
  }
}
@media screen and (min-width: 64em) {
  .panel-nyeste-prosjekter {
    overflow: hidden;
  }
}
.panel-leverandorer-listing {
  overflow: hidden;
}
.panel-leverandorer-listing .section-title-wrap .section-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
  .panel-leverandorer-listing .section-title-wrap {
    position: absolute;
    width: 15px;
    left: -62px;
    top: -16px;
  }
  .panel-leverandorer-listing .section-title-wrap .section-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    margin-bottom: 0;
    font-size: 16px;
  }
}
.panel-leverandorer-listing .leverandorer-listing-wrap-outer {
  padding: 140px 135px 7px 240px;
}
.panel-leverandorer-listing .leverandorer-listing-wrap-outer .leverandorer-listing-wrap {
  margin: 104px 0 0;
}
.panel-leverandorer-listing .leverandorer-listing-wrap-outer .leverandorer-listing-wrap .leverandorer {
  margin-bottom: 103px;
}
.panel-leverandorer-listing .leverandorer-listing-wrap-outer .leverandorer-listing-wrap .leverandorer a {
  display: inline-block;
}
.panel-leverandorer-listing .leverandorer-listing-wrap-outer .leverandorer-listing-wrap .leverandorer a:hover {
  color: #a2300a;
}
.panel-leverandorer-listing .leverandorer-listing-wrap-outer .leverandorer-listing-wrap .leverandorer img {
  max-width: 172px;
}
@media screen and (max-width: 39.9375em) {
  .panel-leverandorer-listing .leverandorer-listing-wrap-outer .leverandorer-listing-wrap .leverandorer img {
    max-width: 137px;
  }
}
.panel-leverandorer-listing .leverandorer-listing-wrap-outer .leverandorer-listing-wrap .leverandorer h6 {
  margin-top: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 54px;
}
@media screen and (max-width: 39.9375em) {
  .panel-leverandorer-listing .leverandorer-listing-wrap-outer .leverandorer-listing-wrap {
    position: relative;
  }
  .panel-leverandorer-listing .leverandorer-listing-wrap-outer .leverandorer-listing-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: -52px;
    bottom: -60px;
    width: 100%;
    left: -50%;
    background-color: #f5f5f5;
    z-index: -1;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-leverandorer-listing .leverandorer-listing-wrap-outer {
    padding: 55px 60px 120px;
    margin-left: 85px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-leverandorer-listing .leverandorer-listing-wrap-outer {
    padding: 40px 20px 60px;
    margin-left: 35px;
  }
  .panel-leverandorer-listing .leverandorer-listing-wrap-outer .section-content {
    font-size: 22px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-leverandorer-listing {
    overflow: hidden;
  }
}
.panel-page-content {
  margin-bottom: 21px;
}
.panel-page-content.type1 {
  margin-bottom: 50px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-page-content.type1 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-page-content.type1 {
    margin-bottom: 15px;
  }
}
.panel-page-content.type2 {
  overflow: hidden;
  margin-bottom: 0;
}
.panel-page-content.type2 .bg-color {
  background-color: #f1e3d4;
  margin-left: -27px;
}
.panel-page-content.type2 .page-content {
  padding: 186px 156px 183px 166px!important;
}
@media screen and (max-width: 63.9375em) {
  .panel-page-content.type2 .page-content {
    padding: 88px 29px 115px 33px !important;
  }
  .panel-page-content.type2 .page-content p {
    font-size: 18px;
    line-height: 33px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-page-content.type2 .page-content {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.panel-page-content.type2 .page-content p:last-child {
  margin-bottom: 0;
}
.panel-page-content.type3 {
  overflow: hidden;
  margin-bottom: 0;
}
.panel-page-content.type3 .bg-color {
  margin-left: -11px;
}
@media screen and (max-width: 63.9375em) {
  .panel-page-content.type3 .bg-color {
    margin-left: 43px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-page-content.type3 .bg-color {
    margin-left: 0;
  }
}
.panel-page-content.type3 .page-content {
  padding: 120px 120px 0  26%;
}
@media screen and (max-width: 75em) {
  .panel-page-content.type3 .page-content {
    padding: 60px 60px 60px 30%;
  }
}
@media screen and (max-width: 63.938em) {
  .panel-page-content.type3 .page-content {
    padding: 66px 49px 66px 59px;
    margin-left: 28px;
  }
}
@media screen and (max-width: 39.938em) {
  .panel-page-content.type3 .page-content {
    padding: 41px 0 46px;
    margin-left: 0;
  }
}
.panel-page-content.type3 p {
  font-size: 18px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 39.9375em) {
  .panel-page-content.type3 p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-page-content.type3 p {
    font-size: 16px;
    font-family: 'AvenirLTPro-Light' !important;
    margin-bottom: 10px;
  }
}
.panel-page-content.type3 strong,
.panel-page-content.type3 b {
  line-height: 54px;
  font-weight: 500;
  font-size: 26px;
}
@media screen and (max-width: 63.9375em) {
  .panel-page-content.type3 strong,
  .panel-page-content.type3 b {
    margin-right: -30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-page-content.type3 strong,
  .panel-page-content.type3 b {
    font-size: 18px;
    line-height: 33px;
  }
}
.panel-page-content.type4 {
  margin-bottom: 52px;
}
.panel-page-content.type4 .page-content p {
  font-size: 18px;
  line-height: 33px;
}
@media screen and (max-width: 39.9375em) {
  .panel-page-content.type4 .page-content p {
    font-size: 16px;
    font-family: 'AvenirLTPro-Light' !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .panel-page-content.type4 .page-content {
    padding-left: 114px !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-page-content.type4 .page-content {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-page-content.type4 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-page-content.type4 {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-page-content .bg-color-wrapper {
    padding: 0 18px;
  }
  .panel-page-content .bg-color-wrapper .bg-color-content {
    font-size: 22px;
  }
}
.panel-content-with-button {
  margin-bottom: 85px;
}
.panel-content-with-button .panel-content-wrap .panel-title {
  color: #a2300a;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 8px;
}
.panel-content-with-button .panel-content-wrap .panel-content {
  margin-bottom: 60px;
}
.panel-content-with-button .panel-content-wrap .panel-content p {
  font-size: 18px;
  line-height: 33px;
}
@media screen and (max-width: 39.9375em) {
  .panel-content-with-button .panel-content-wrap .panel-content p {
    font-size: 16px;
    line-height: 33px;
    font-family: 'AvenirLTPro-Light' !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-content-with-button .panel-content-wrap .panel-content {
    margin-bottom: 124px;
  }
}
.panel-content-with-button .panel-content-wrap .link .button {
  letter-spacing: 4.7px;
  padding: 14px 46.5px;
}
@media screen and (max-width: 39.9375em) {
  .panel-content-with-button .panel-content-wrap .link .button {
    padding: 20px 46.5px;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 63.9375em) {
  .panel-content-with-button .panel-content-wrap {
    padding-left: 114px !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-content-with-button .panel-content-wrap {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-content-with-button {
    margin-bottom: 71px;
  }
}
.panel-leverandorer-circular-listing {
  margin: 88px 0 139px;
}
@media screen and (max-width: 39.9375em) {
  .panel-leverandorer-circular-listing {
    margin-top: 37px;
    margin-bottom: 91px;
  }
}
.panel-circular-links {
  margin: 88px 0 171px;
}
@media screen and (max-width: 39.9375em) {
  .panel-circular-links {
    margin-top: 37px;
    margin-bottom: 91px;
  }
}
.panel-prosjekter-listing {
  margin-bottom: 115px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-prosjekter-listing .prosjekter-listing-wrap .medium-6 {
    width: calc(50% - 33px);
  }
}
.panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter {
  margin-bottom: 69px;
}
.panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter .prosjekter-image {
  margin-bottom: 30px;
  overflow: hidden;
}
.panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter .prosjekter-image img {
  width: 100%;
  height: 220px;
}
@media (min-width: 39.9375em) {
  .panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter .prosjekter-image img {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter .prosjekter-image img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 63.9375em) {
  .panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter .prosjekter-image img {
    height: 220px;
    max-width: 315px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter .prosjekter-image img {
    height: 181px;
  }
}
.panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter .prosjekter-content {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 6.4px;
  line-height: 31px;
}
.panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter .prosjekter-content .prosjekter-title {
  text-transform: uppercase;
}
.panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter .prosjekter-content .prosjekter-title a {
  font-family: 'AvenirLTPro-Black';
  color: #0a0a0a;
}
.panel-prosjekter-listing .prosjekter-listing-wrap .prosjekter .prosjekter-content .prosjekter-title a:hover {
  color: #a2300a;
}
@media screen and (max-width: 39.9375em) {
  .panel-prosjekter-listing {
    margin-bottom: 20px;
  }
}
.panel-image-and-heading {
  overflow: hidden;
}
.panel-image-and-heading .image-and-heading-wrap {
  padding-bottom: 270px;
}
.panel-image-and-heading .image-and-heading-wrap .bg-color {
  left: 100%;
  margin-left: -56px;
  background-color: #f1e3d4;
}
@media screen and (max-width: 63.9375em) {
  .panel-image-and-heading .image-and-heading-wrap .bg-color {
    margin-left: 71px;
  }
}
.panel-image-and-heading .image-and-heading-wrap .panel-image {
  position: relative;
  padding: 0 56px 0 48px;
}
.panel-image-and-heading .image-and-heading-wrap .panel-image img {
  width: 100%;
  display: block;
  height: 330px;
}
@media screen and (max-width: 39.9375em) {
  .panel-image-and-heading .image-and-heading-wrap .panel-image img {
    height: 254px;
  }
}
.panel-image-and-heading .image-and-heading-wrap .panel-image .panel-content-wrap {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  max-width: 418px;
  margin-bottom: 30px;
}
.panel-image-and-heading .image-and-heading-wrap .panel-image .panel-content-wrap .panel-content {
  position: relative;
  display: inline-block;
  padding: 25px 0 25px 79px;
}
.panel-image-and-heading .image-and-heading-wrap .panel-image .panel-content-wrap .panel-content .panel-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 2.03;
  letter-spacing: 9.1px;
  color: #a2300a;
}
@media screen and (max-width: 63.9375em) {
  .panel-image-and-heading .image-and-heading-wrap .panel-image .panel-content-wrap .panel-content .panel-title {
    font-size: 22px;
    line-height: 2.77;
    letter-spacing: 6.7px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-and-heading .image-and-heading-wrap .panel-image .panel-content-wrap .panel-content .panel-title {
    font-size: 18px;
    line-height: 51px;
  }
}
.panel-image-and-heading .image-and-heading-wrap .panel-image .panel-content-wrap .panel-content:after {
  content: "";
  height: 1px;
  width: 618px;
  background: #a2300a;
  position: absolute;
  right: 5px;
  bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .panel-image-and-heading .image-and-heading-wrap .panel-image .panel-content-wrap .panel-content {
    padding: 25px 0 25px 79px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-and-heading .image-and-heading-wrap .panel-image .panel-content-wrap .panel-content {
    padding: 69px 0 35px 20px;
  }
}
@media screen and (max-width: 63.9375em) {
  .panel-image-and-heading .image-and-heading-wrap .panel-image .panel-content-wrap {
    width: 100%;
    max-width: 284px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-and-heading .image-and-heading-wrap .panel-image .panel-content-wrap {
    position: static;
    max-width: 272px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 63.9375em) {
  .panel-image-and-heading .image-and-heading-wrap .panel-image {
    padding: 0;
    margin-left: -15px;
    margin-right: -71px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-and-heading .image-and-heading-wrap .panel-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 63.9375em) {
  .panel-image-and-heading .image-and-heading-wrap {
    padding-bottom: 164px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-and-heading .image-and-heading-wrap {
    padding-bottom: 53px;
  }
}
.panel-heading-and-2-image {
  margin-bottom: 240px;
}
@media screen and (max-width: 63.9375em) {
  .panel-heading-and-2-image {
    margin-bottom: 120px;
  }
}
.panel-heading-and-2-image .cell {
  padding: 0;
}
.panel-heading-and-2-image .cell .panel-image-1 img,
.panel-heading-and-2-image .cell .panel-image-2 img {
  width: 100%;
}
.panel-heading-and-2-image .cell .panel-image-1 {
  height: 100%;
}
.panel-heading-and-2-image .cell .panel-image-1 .panel-image-inner {
  height: 100%;
}
.panel-heading-and-2-image .cell .panel-image-1 .panel-image-inner img {
  height: calc(100% - 200px);
}
@media screen and (max-width: 39.9375em) {
  .panel-heading-and-2-image .cell .panel-image-1 .panel-image-inner img {
    height: 100%;
  }
}
.panel-heading-and-2-image .cell .panel-image-2 img {
  height: 354px;
}
@media screen and (max-width: 39.9375em) {
  .panel-heading-and-2-image .cell .panel-image-2 img {
    padding-left: 70px;
  }
}
.panel-heading-and-2-image .cell .panel-content-wrap {
  padding: 160px 50px 240px 120px;
}
@media (max-width: 63.9375em) {
  .panel-heading-and-2-image .cell .panel-content-wrap {
    padding: 100px 50px 100px 120px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-heading-and-2-image .cell .panel-content-wrap {
    padding: 76px 0 76px 70px;
  }
}
.panel-heading-and-2-image .cell .panel-content-wrap .panel-title {
  color: #a2300a;
  font-size: 30px;
  font-weight: 500;
  line-height: 61px;
  padding-bottom: 40px;
  padding-left: 16px;
  letter-spacing: 9.1px;
}
@media screen and (max-width: 63.9375em) {
  .panel-heading-and-2-image .cell .panel-content-wrap .panel-title {
    font-size: 22px;
    line-height: 2.77;
    letter-spacing: 6.7px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-heading-and-2-image .cell .panel-content-wrap .panel-title {
    font-size: 18px;
    line-height: 51px;
    padding-left: 0px;
  }
}
.panel-heading-and-2-image .cell .panel-content-wrap hr {
  position: absolute;
  border-bottom: 1px solid #a2300a;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .panel-heading-and-2-image .cell .panel-content-wrap hr {
    position: static;
  }
}
.panel-image-caption {
  margin-bottom: 89px;
}
.panel-image-caption .image-caption-wrap {
  position: relative;
  margin: 0 -15px;
}
.panel-image-caption .image-caption-wrap .panel-title-wrap .panel-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.88;
  letter-spacing: 6.7px;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
  position: absolute;
  top: -60px;
}
@media screen and (max-width: 39.9375em) {
  .panel-image-caption .image-caption-wrap .panel-title-wrap .panel-title {
    display: none;
  }
}
.panel-image-caption .image-caption-wrap .panel-image {
  position: relative;
}
.panel-image-caption .image-caption-wrap .panel-image img {
  width: 100%;
  height: 809px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 63.9375em) {
  .panel-image-caption .image-caption-wrap .panel-image img {
    height: 434px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-caption .image-caption-wrap .panel-image img {
    height: 187px;
  }
}
.panel-image-caption .image-caption-wrap .panel-image .image-caption {
  position: absolute;
  bottom: 0;
  background-color: #000000;
  color: #ffffff;
  padding: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  padding-left: 53px;
  padding-right: 138px;
}
@media screen and (max-width: 63.9375em) {
  .panel-image-caption .image-caption-wrap .panel-image .image-caption {
    padding-right: 140px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-caption .image-caption-wrap .panel-image .image-caption {
    padding: 22px;
    width: 100%;
    font-size: 12px;
    line-height: 2.5;
    position: static;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-caption .image-caption-wrap {
    margin: 0 -20px;
  }
}
.panel-image-caption.type1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1399px) {
  .panel-image-caption.type1 .grid-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-caption.type1 {
    margin-bottom: 50px;
  }
}
.panel-image-caption.type2 {
  margin-bottom: 30px;
}
.panel-image-caption.type2 .panel-image {
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
}
.panel-image-caption.type2 .panel-image img {
  height: 556px;
}
@media screen and (max-width: 63.9375em) {
  .panel-image-caption.type2 .panel-image img {
    height: 515px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-caption.type2 .panel-image img {
    height: 194px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-caption.type2 .panel-image {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.panel-image-caption.type2 .image-caption {
  position: relative !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  color: #000000 !important;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
@media screen and (max-width: 63.9375em) {
  .panel-image-caption.type2 .image-caption {
    padding-left: 53px!important;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-image-caption.type2 .image-caption {
    padding-left: 0!important;
    padding-right: 0!important;
    font-size: 16px !important;
    line-height: 30px!important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-image-caption.type2 {
    margin-bottom: 68px;
  }
}
.produkter-listing-block {
  margin: 47px 0 65px;
}
.produkter-listing-block .filter-buttons {
  margin-bottom: 96px;
}
@media screen and (max-width: 39.9375em) {
  .produkter-listing-block .filter-buttons ul li {
    line-height: 29px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .produkter-listing-block .filter-buttons {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 39.9375em) {
  .produkter-listing-block .filter-buttons {
    margin-bottom: 47px;
  }
}
.produkter-listing-block .produkter-listing-wrap .produkter {
  margin-bottom: 100px;
}
.produkter-listing-block .produkter-listing-wrap .produkter .produkter-image {
  margin-bottom: 20px;
  overflow: hidden;
}
.produkter-listing-block .produkter-listing-wrap .produkter .produkter-image img {
  width: 100%;
  height: 224px;
}
@media (min-width: 39.9375em) {
  .produkter-listing-block .produkter-listing-wrap .produkter .produkter-image img {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .produkter-listing-block .produkter-listing-wrap .produkter .produkter-image img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .produkter-listing-block .produkter-listing-wrap .produkter .produkter-image img {
    height: 180px;
  }
}
@media screen and (max-width: 39.9375em) {
  .produkter-listing-block .produkter-listing-wrap .produkter .produkter-image img {
    height: 160px;
  }
}
.produkter-listing-block .produkter-listing-wrap .produkter .produkter-content {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 6.4px;
  line-height: 31px;
}
.produkter-listing-block .produkter-listing-wrap .produkter .produkter-content .produkter-title {
  text-transform: uppercase;
}
.produkter-listing-block .produkter-listing-wrap .produkter .produkter-content .produkter-title a {
  font-family: 'AvenirLTPro-Black';
}
@media screen and (max-width: 39.9375em) {
  .produkter-listing-block .produkter-listing-wrap .produkter {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .produkter-listing-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .produkter-listing-block {
    margin-top: 0;
  }
}
.single-produkter .panel-page-content.type2 .page-content p {
  font-size: 18px;
  line-height: 33px;
}
@media screen and (max-width: 39.9375em) {
  .single-produkter .panel-image-and-heading .image-and-heading-wrap .bg-color {
    margin-left: 0;
    left: -20px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .single-produkter .panel-image-and-heading .panel-content-wrap .panel-content {
    padding: 25px 0 25px 39px !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .single-produkter .panel-image-and-heading .panel-content-wrap {
    max-width: 313px !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .single-produkter .panel-image-and-heading {
    overflow: hidden;
  }
}
.single-produkter .panel-contact {
  margin: 127px 0 116px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .single-produkter .panel-contact {
    margin-top: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .single-produkter .panel-contact {
    margin-top: 0;
  }
}
.panel-contact {
  margin: 127px 0 116px;
  margin-top: 10px;
}
.panel-contact .panel-content-wrap {
  padding: 0 29px 0 77px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-contact .panel-content-wrap {
    padding-left: 38px;
    padding-right: 41px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-contact .panel-content-wrap {
    padding: 0;
  }
}
.panel-contact .panel-form form .field-group .input-field textarea {
  height: 179px;
  margin-bottom: 30px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-contact .panel-form form .field-group .input-field textarea {
    height: 157px;
  }
}
.panel-contact .panel-form form .field-group .input-field input#submit {
  padding-top: 16px;
  padding-bottom: 16px;
}
.panel-contact .panel-form form .validations .message.has-notice {
  background-color: transparent;
  color: #a2300a;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 200px;
  padding-left: 15px;
}
.panel-contact .panel-form form .validations .message.has-notice p {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 39.9375em) {
  .panel-contact .panel-form form .validations .message.has-notice {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-contact .panel-form {
    margin-left: -26px;
  }
}
.panel-contact .panel-content {
  font-size: 18px;
  line-height: 1.67;
  text-align: left;
  color: #000000;
  font-weight: 500;
  background-color: #f1e3d4;
  padding: 58px 200px 155px 67px;
}
.panel-contact .panel-content p {
  line-height: 30px;
  margin: 0;
}
.panel-contact .panel-content strong {
  font-family: 'AvenirLTPro-Black';
  font-weight: 500;
  letter-spacing: 6.7px;
}
@media screen and (max-width: 39.9375em) {
  .panel-contact .panel-content.desktop {
    display: none;
  }
}
.panel-contact .panel-content.mobile {
  font-weight: 900;
}
@media screen and (min-width: 40em) {
  .panel-contact .panel-content.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .panel-contact .panel-content {
    padding: 26px;
  }
}
@media (max-width: 639px) {
  .panel-contact .panel-content {
    width: 100%;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-contact {
    margin-top: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-contact {
    margin-top: 0;
  }
}
.panel-medarbeidere-listing .panel-title-wrap .panel-title {
  color: #a2300a;
  font-size: 35px;
  line-height: 58px;
  font-weight: 500;
  margin-bottom: 66px;
  letter-spacing: 14px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-medarbeidere-listing .panel-title-wrap .panel-title {
    font-size: 30px;
    letter-spacing: 12px;
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-medarbeidere-listing .panel-title-wrap .panel-title {
    font-size: 22px;
    line-height: 58px;
    margin-bottom: 44px;
    letter-spacing: 8px;
  }
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap {
  margin-bottom: 62px;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap {
  overflow: hidden;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere {
  max-width: 236px;
  margin-bottom: 86px;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 36px;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 2px;
  color: #000000;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-content .medarbeidere-title {
  font-family: 'AvenirLTPro-Black';
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (min-width: 75em) {
  .panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-content .medarbeidere-title {
    white-space: nowrap;
  }
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-content .medarbeidere-phone {
  cursor: pointer;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-content .medarbeidere-epost {
  text-decoration: underline;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-content .medarbeidere-epost:hover {
  color: #a2300a;
  cursor: pointer;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-content a {
  color: #000000;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-content a:hover {
  color: #a2300a;
}
.panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-content a.email-ref {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere .medarbeidere-content a.email-ref {
    text-decoration: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-medarbeidere-listing .medarbeidere-listing-wrap .medarbeidere-wrap .medarbeidere {
    max-width: 269px;
  }
}
.panel-addresses {
  margin: 56px 0 155px;
}
.panel-addresses #map_wrapper #map_canvas {
  height: 360px;
  max-width: 597px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-addresses #map_wrapper #map_canvas {
    height: 392px;
    max-width: 650px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-addresses #map_wrapper #map_canvas {
    height: 175px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-addresses #map_wrapper {
    margin-top: 55px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-addresses {
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-addresses {
    margin-bottom: 91px;
    margin-top: 20px;
  }
}
.panel-related-entries {
  margin-bottom: 100px;
}
.panel-related-entries .related-entries-wrap {
  padding: 0 65px;
}
.panel-related-entries .related-entries-wrap .panel-title-wrap .panel-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 30px;
  letter-spacing: 6.7px;
}
.panel-related-entries .related-entries-wrap .related-entries .related-entry {
  margin-bottom: 65px;
}
.panel-related-entries .related-entries-wrap .related-entries .related-entry .entry-image a {
  display: block;
}
.panel-related-entries .related-entries-wrap .related-entries .related-entry .entry-image img {
  height: 220px;
}
@media screen and (max-width: 39.9375em) {
  .panel-related-entries .related-entries-wrap .related-entries .related-entry .entry-image img {
    height: 181px;
  }
}
.panel-related-entries .related-entries-wrap .related-entries .related-entry .entry-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  margin-top: 30px;
  letter-spacing: 5.1px;
}
.panel-related-entries .related-entries-wrap .related-entries .related-entry .entry-content a {
  display: block;
  color: #000000;
}
.panel-related-entries .related-entries-wrap .related-entries .related-entry .entry-content a:hover {
  color: #a2300a;
}
.panel-related-entries .related-entries-wrap .related-entries .related-entry .entry-content .entry-title {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 6.4px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-related-entries .related-entries-wrap .related-entries > .cell {
    display: none;
  }
  .panel-related-entries .related-entries-wrap .related-entries > .cell:nth-child(1),
  .panel-related-entries .related-entries-wrap .related-entries > .cell:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 63.9375em) {
  .panel-related-entries .related-entries-wrap {
    padding: 0 33px;
  }
}
@media screen and (max-width: 39.9375em) {
  .panel-related-entries .related-entries-wrap {
    padding: 0;
  }
}
/*---------------------------------*/
/*NAV.HTML*/
/*---------------------------------*/
:focus {
  outline: none;
}
.grid-comtainer {
  max-width: 1440px;
}
.display {
  display: none!important;
}
.color {
  background-color: #f1e3d4 !important;
}
.color2 {
  background-color: transparent!important;
}
.color3 {
  background-color: #000000 !important;
}
.color4 {
  background-color: #ffffff !important;
}
.top-bar {
  background-color: transparent;
}
.col-20 {
  width: 20%;
}
@media (max-width: 1023px) {
  .col-20 {
    width: auto;
  }
}
div#container {
  margin-top: 213px;
}
@media (max-width: 1023px) {
  div#container {
    margin-top: 52px;
  }
}
@media (max-width: 639px) {
  div#container {
    margin-top: 78px;
  }
}
div#container.homepagenyesteprosjekter {
  margin-top: 156px;
}
@media (max-width: 1023px) {
  div#container.homepagenyesteprosjekter {
    margin-top: 8px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1172px;
  }
}
/*---------------------------------*/
/*POPUP*/
/*---------------------------------*/
.fsp-wrapper .fsp-content {
  width: 100%!important;
  left: 0%!important;
  margin: 0!important;
}
.fsp-wrapper .fsp-content #popup form {
  width: 50%;
  margin: 0 auto;
  padding: 10px;
}
.fsp-wrapper .fsp-content #popup form input[type="search"] {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #a2300a;
  padding-bottom: 15px;
  width: 100%;
  color: #a2300a;
}
.fsp-wrapper .fsp-content #popup form input[type="submit"] {
  border: none;
  border: 2px solid #a2300a;
  padding: 10px 30px;
  margin-top: 10px;
  color: #a2300a;
  background-color: transparent;
}
.fsp-wrapper .fsp-close {
  font-size: 100px;
  width: 183px;
}
.fsp-wrapper .fsp-close:hover {
  background-color: transparent!important;
  text-decoration: none !important;
}
/*---------------------------------*/
/*PLACEHOLDERS*/
/*---------------------------------*/
::-webkit-input-placeholder {
  /* Chrome */
  color: #a2300a;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #a2300a;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
::-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #a2300a;
  opacity: 1;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #a2300a;
  opacity: 1;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
textarea::-webkit-input-placeholder {
  color: #a2300a;
  opacity: 1;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #a2300a;
  opacity: 1;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a2300a;
  opacity: 1;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
textarea:-ms-input-placeholder {
  color: #a2300a;
  opacity: 1;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
/*---------------------------------*/
/*SUBFOOTER*/
/*---------------------------------*/
.sub-footer {
  position: relative;
  padding-top: 93px;
  padding-bottom: 84px;
  background-color: #f1e3d4;
}
.sub-footer .pre-footer-left {
  font-family: 'AvenirLTPro-Medium';
  text-align: right;
  color: #a2300a;
  font-size: 20px;
}
.sub-footer .pre-footer-left p {
  line-height: 1.95;
  letter-spacing: 8px;
  font-size: 20px;
  margin-top: .5rem;
}
@media screen and (max-width: 39.9375em) {
  .sub-footer .pre-footer-left p {
    line-height: 39px;
  }
}
@media screen and (max-width: 63.9375em) {
  .sub-footer .pre-footer-left {
    padding-left: 49px;
    margin-right: -44px;
  }
}
@media screen and (max-width: 39.9375em) {
  .sub-footer .pre-footer-left {
    text-align: left;
    padding-bottom: 15px;
    font-size: 16px;
    padding-left: 0;
    margin-right: 0;
    max-width: 183px;
  }
}
.sub-footer .pre-footer-right {
  font-family: 'AvenirLTPro-Medium';
  line-height: 1.95;
  letter-spacing: 4.1px;
  font-size: 20px;
  margin-top: .5rem;
}
.sub-footer .pre-footer-right a {
  color: #000000;
  text-decoration: underline;
}
.sub-footer .pre-footer-right a:hover {
  color: #a2300a;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .sub-footer .pre-footer-right {
    font-size: 18px;
    padding-right: 74px;
    margin-left: 44px;
  }
}
@media screen and (max-width: 39.9375em) {
  .sub-footer .pre-footer-right {
    font-size: 16px;
    padding-right: 0;
    margin-left: 0;
    max-width: 240px;
  }
}
@media (max-width: 639px) {
  .sub-footer {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
/*---------------------------------*/
/*footer*/
/*---------------------------------*/
.footer {
  font-family: 'AvenirLTPro-Medium';
  background-color: #000000;
  color: #ffffff;
  padding-top: 69px;
  padding-bottom: 72px;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  position: relative;
}
.footer #return-to-top {
  position: absolute;
  left: 50px;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 40px;
  color: transparent;
  margin-top: -35px;
}
.footer #return-to-top:hover {
  cursor: pointer;
}
@media (max-width: 1023px) {
  .footer #return-to-top {
    left: 20px;
  }
}
@media (max-width: 639px) {
  .footer #return-to-top {
    left: 16px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .footer .footer-inner {
    padding-left: 16px;
    padding-right: 33px;
  }
}
.footer .footer-logo {
  max-width: 73px;
  margin-bottom: 48px;
}
@media screen and (min-width: 64em) {
  .footer .footer-logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 39.9375em) {
  .footer .footer-logo {
    margin-bottom: 45px;
  }
}
.footer .addresses-listing-wrap .address-wrap .address {
  color: #ffffff;
  font-size: 15px;
  line-height: 23px;
}
.footer .addresses-listing-wrap .address-wrap .address .address-title {
  font-size: 16px;
  line-height: 1.53;
  letter-spacing: 5.1px;
}
.footer .addresses-listing-wrap .address-wrap .address .address-content a {
  color: #ffffff;
}
@media screen and (max-width: 39.9375em) {
  .footer .addresses-listing-wrap .address-wrap .address {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.footer .footer-menu ul {
  display: inline-block;
}
.footer .footer-menu ul li {
  text-align: left;
}
.footer .footer-menu ul li a {
  font-family: 'AvenirLTPro-Medium';
  color: #ffffff;
  padding: 1px;
  line-height: 1.53;
  letter-spacing: 1.2px;
  word-break: break-word;
}
@media (max-width: 1023px) {
  .footer .footer-menu {
    display: none;
  }
}
@media (max-width: 1023px) {
  .footer .footer-hide-1023 {
    display: none;
  }
}
.footer .cell .navbar-brand {
  border: none;
  height: 100%;
  padding: 0;
}
.footer .cell .navbar-brand:hover {
  background-color: transparent;
}
.footer .cell .navbar-brand img {
  max-height: 53px;
  max-width: 100%;
}
.footer .footer-inner-bottom .footer-menu {
  text-align: left;
  padding-bottom: 50px;
}
.footer .footer-inner-bottom .footer-menu ul {
  display: inline-block;
}
.footer .footer-inner-bottom .footer-menu ul li {
  display: inline-block;
  text-align: left;
}
.footer .footer-inner-bottom .footer-menu ul li a {
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) {
  .footer .footer-inner-bottom .footer-menu ul li {
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .footer .footer-inner-bottom .footer-menu {
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  .footer .footer-inner-bottom .footer-menu {
    text-align: right;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .footer {
    padding-top: 86px;
    padding-bottom: 93px;
  }
}
@media screen and (max-width: 39.9375em) {
  .footer {
    padding-top: 57px;
    padding-bottom: 0;
  }
}
/*---------------------------------*/
/*HOMEPAGE CATEGORY-SECTION*/
/*---------------------------------*/
.homepage-produkter-section {
  height: 100vh;
}
@media (max-width: 1023px) {
  .homepage-produkter-section {
    height: 70vh;
  }
}
@media (max-width: 766px) {
  .homepage-produkter-section {
    height: 124vh;
  }
}
@media (max-width: 639px) {
  .homepage-produkter-section {
    height: 100%;
  }
}
.homepage-produkter-section .grid-x {
  height: 100%;
  -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
          justify-content: center!important;
}
@media (max-width: 1200px) {
  .homepage-produkter-section .grid-x {
    -webkit-box-pack: normal!important;
        -ms-flex-pack: normal!important;
            justify-content: normal!important;
  }
}
@media (max-width: 639px) {
  .homepage-produkter-section .grid-x {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.homepage-produkter-section .grid-x .cell .produkter-title-head {
  position: relative;
  height: 100%;
}
.homepage-produkter-section .grid-x .cell .produkter-title-head .produkter-title {
  position: absolute;
  font-family: 'AvenirLTPro-Medium';
  line-height: 1.93;
  font-size: 30px;
  letter-spacing: 12px;
  color: #a2300a;
  width: 82%;
  height: 30px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
  margin: auto;
}
@media (max-width: 1023px) {
  .homepage-produkter-section .grid-x .cell .produkter-title-head .produkter-title {
    font-size: 20px;
    letter-spacing: 9px;
  }
}
@media (max-width: 639px) {
  .homepage-produkter-section .grid-x .cell .produkter-title-head .produkter-title {
    font-size: 16px;
    bottom: unset;
    top: 200px;
  }
}
.homepage-produkter-section .grid-x .cell .produkter-wrapper {
  position: relative;
  height: 100%;
  background-color: #f1e3d4;
}
.homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 956px;
}
@media (max-width: 1200px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter {
    width: 768px;
  }
}
@media (max-width: 900px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter {
    width: 578px;
  }
}
@media (max-width: 700px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter {
    width: 445px;
  }
}
@media (max-width: 639px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter {
    position: relative;
    width: 225px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell {
  width: 166px;
}
@media (max-width: 1200px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell {
    width: 128px;
  }
}
@media (max-width: 900px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell {
    width: 122px;
  }
}
@media (max-width: 639px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell {
    position: relative;
    display: inline-block;
    margin: 0;
    white-space: normal;
  }
}
.homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell .circle-wrapper {
  width: 100%;
  max-width: 160px;
  height: 0;
  padding-bottom: 115%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell .circle-wrapper {
    max-width: 123px;
  }
}
@media (max-width: 1023px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell .circle-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell .circle-wrapper {
    max-width: 103px;
    position: relative;
    padding-bottom: 0px;
    margin: 10px;
    height: 100%;
    display: block;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0;
    display: inline-block;
  }
}
.homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 160px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container {
    height: 123px;
  }
}
@media (max-width: 639px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container {
    position: relative;
    height: 103px;
  }
}
.homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container a {
  font-family: 'AvenirLTPro-Medium';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 639px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container a {
    font-size: 10px;
  }
}
@media (max-width: 639px) {
  .homepage-produkter-section .grid-x .cell .produkter-wrapper .produkter .grid-x.grid-margin-x.medium-up-4.large-up-5 .cell.cell-hover.col-20:nth-child(odd) {
    text-align: right;
  }
}
/*---------------------------------*/
/*TJENESTER SECTION
/*---------------------------------*/
@media (max-width: 639px) {
  .tjenester-section {
    margin-bottom: 50%;
  }
}
.tjenester-section #alt-2 {
  display: none;
}
@media (max-width: 1023px) {
  .tjenester-section #alt-2 {
    display: block;
  }
}
.tjenester-section .grid-x #tj-image {
  padding-left: 60px;
}
@media (max-width: 1023px) {
  .tjenester-section .grid-x #tj-image {
    padding-left: 0px;
    background-color: #f1e3d4;
  }
}
.tjenester-section .grid-x #tj-image img {
  width: 100%;
}
@media (max-width: 1023px) {
  .tjenester-section .grid-x #tj-image img {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .tjenester-section .grid-x #tj-image img {
    width: 100%;
  }
}
.tjenester-section .grid-x .cell .grid-x {
  height: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .tjenester-section .grid-x .cell .grid-x {
    height: 100%;
  }
}
.tjenester-section .grid-x .cell .grid-x #cell-alt {
  display: none;
}
@media (max-width: 1023px) {
  .tjenester-section .grid-x .cell .grid-x #cell-alt {
    display: block;
  }
  .tjenester-section .grid-x .cell .grid-x #cell-alt .tjenester-alt-wrapper {
    position: relative;
    height: 100%;
  }
  .tjenester-section .grid-x .cell .grid-x #cell-alt .tjenester-alt-wrapper .tjenester-alt {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
  }
  .tjenester-section .grid-x .cell .grid-x #cell-alt .tjenester-alt-wrapper .tjenester-alt .tjenester-alt-title {
    font-family: 'AvenirLTPro-Medium';
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 20px;
    letter-spacing: 5px;
    display: none;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  .tjenester-section .grid-x .cell .grid-x #cell-alt .tjenester-alt-wrapper .tjenester-alt .tjenester-alt-title {
    display: block;
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .tjenester-section .grid-x .cell .grid-x #cell-alt-2 {
    display: none;
  }
}
.tjenester-section .grid-x .cell .grid-x #cell-alt-2 .tjenester-wrapper {
  background-color: #f1e3d4;
  position: relative;
  height: 100%;
}
.tjenester-section .grid-x .cell .grid-x #cell-alt-2 .tjenester-wrapper .tjenester {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
}
.tjenester-section .grid-x .cell .grid-x #cell-alt-2 .tjenester-wrapper .tjenester .tjenester-title {
  font-family: 'AvenirLTPro-Medium';
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 30px;
  letter-spacing: 12px;
  line-height: 1.93;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .tjenester-section .grid-x .cell .grid-x #cell-alt-2 .tjenester-wrapper .tjenester .tjenester-title {
    font-size: 20px;
  }
}
.tjenester-section .grid-x .cell .grid-x .cell .tjenester-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  background-color: #f1e3d4;
  height: 100%;
  padding-bottom: 40%;
}
.tjenester-section .grid-x .cell .grid-x .cell .tjenester-content p {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 50px;
  font-family: 'AvenirLTPro-Medium';
  line-height: 1.83;
  padding-bottom: 45px;
}
.tjenester-section .grid-x .cell .grid-x .cell .tjenester-content a {
  border: 1px solid #a2300a;
  color: #a2300a;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  letter-spacing: 5px;
  padding-top: 17px;
  text-transform: uppercase;
  font-family: 'AvenirLTPro-Medium';
}
@media (max-width: 1023px) {
  .tjenester-section .grid-x .cell .grid-x .cell .tjenester-content a {
    padding: 14px 50px 15px 50px;
  }
}
button.navbar-toggle.menu-open span#one {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.navbar-toggle.menu-open span#two {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}
/*---------------------------------*/
/*TJENESTER-PAGE*/
/*---------------------------------*/
.tjenester-page {
  margin-top: 213px !important;
  width: 100%;
  max-width: unset !important;
  padding: 0 198px !important;
}
@media (max-width: 1023px) {
  .tjenester-page {
    padding-left: 55px!important;
    padding-right: 55px!important;
    margin-top: 52px !important;
  }
}
@media (max-width: 639px) {
  .tjenester-page {
    padding-left: 25px!important;
    padding-right: 25px!important;
    margin-top: 78px !important;
  }
}
@media (max-width: 1023px) {
  .tjenester-page .tjenester-breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .tjenester-page .tjenester-breadcrumbs {
    display: none;
  }
}
.tjenester-page .tjenester-title {
  color: #a2300a;
  margin-bottom: 48px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.tjenester-page .tjenester-title h2 {
  font-family: 'AvenirLTPro-Medium';
  font-size: 35px;
  line-height: 1.66;
  letter-spacing: 14px;
}
@media (max-width: 1023px) {
  .tjenester-page .tjenester-title h2 {
    font-size: 30px;
    line-height: 1.93;
    letter-spacing: 12px;
  }
}
@media (max-width: 639px) {
  .tjenester-page .tjenester-title h2 {
    font-size: 22px;
    line-height: 2.64;
    letter-spacing: 8.8px;
  }
}
@media (max-width: 1023px) {
  .tjenester-page .tjenester-title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .tjenester-page .tjenester-title {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.tjenester-page .pagecontent {
  width: 70%;
  font-family: 'AvenirLTPro-Medium';
}
@media (max-width: 1023px) {
  .tjenester-page .pagecontent {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .tjenester-page .pagecontent {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.tjenester-page .pagecontent p {
  text-align: left;
  color: #000000;
}
@media (max-width: 639px) {
  .tjenester-page .pagecontent p {
    font-size: 18px;
  }
}
.tjenester-page .produkter-wrapper {
  margin-top: 104px;
  padding-bottom: 172px;
  max-width: 1000px;
}
@media (max-width: 1023px) {
  .tjenester-page .produkter-wrapper {
    margin-top: 66px;
    padding-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .tjenester-page .produkter-wrapper {
    margin-top: 25px;
    padding-bottom: 0;
  }
}
.tjenester-page .produkter-wrapper .produkter {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .tjenester-page .produkter-wrapper .produkter {
    width: 578px;
    margin-bottom: 120px;
  }
}
@media (max-width: 639px) {
  .tjenester-page .produkter-wrapper .produkter {
    position: relative;
    width: 225px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
}
.tjenester-page .produkter-wrapper .produkter .grid-x {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 639px) {
  .tjenester-page .produkter-wrapper .produkter .grid-x {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.tjenester-page .produkter-wrapper .produkter .grid-x .cell {
  height: 100%;
}
@media (max-width: 900px) {
  .tjenester-page .produkter-wrapper .produkter .grid-x .cell {
    width: 122px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .tjenester-page .produkter-wrapper .produkter .grid-x .cell {
    position: relative;
    display: inline-block;
    margin: 0;
    white-space: normal;
    width: 122px;
  }
}
.tjenester-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper {
  width: 100%;
  max-width: 160px;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .tjenester-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper {
    max-width: 123px;
  }
}
@media (max-width: 639px) {
  .tjenester-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper {
    max-width: 103px;
    margin: 0 auto;
  }
}
.tjenester-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1023px) {
  .tjenester-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container {
    height: 123px;
  }
}
@media (max-width: 639px) {
  .tjenester-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container {
    height: 103px;
  }
}
.tjenester-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container:hover {
  background-color: #a2300a;
}
.tjenester-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container a {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 58px;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
  font-family: 'AvenirLTPro-Medium';
}
@media (max-width: 1023px) {
  .tjenester-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container a {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .tjenester-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container a {
    font-size: 10px;
  }
}
@media (max-width: 1023px) {
  .tjenester-page .produkter-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .tjenester-page .produkter-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*---------------------------------*/
/*OMOSS-PAGE*/
/*---------------------------------*/
.omoss-page {
  width: 100%;
  padding: 0 198px !important;
  max-width: unset !important;
  margin-top: 213px !important;
}
@media (max-width: 1023px) {
  .omoss-page {
    margin-top: 52px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 639px) {
  .omoss-page {
    margin-top: 78px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1023px) {
  .omoss-page .omoss-breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .omoss-page .omoss-breadcrumbs {
    display: none;
  }
}
.omoss-page .omoss-title {
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.66;
  letter-spacing: 14px;
  color: #a2300a;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .omoss-page .omoss-title {
    margin-top: 0;
  }
}
.omoss-page .omoss-title h2 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.66;
  letter-spacing: 14px;
  color: #a2300a;
  text-transform: uppercase;
  font-size: 35px;
  font-family: 'AvenirLTPro-Medium';
}
@media (max-width: 1023px) {
  .omoss-page .omoss-title h2 {
    font-size: 30px;
    padding-left: 40px;
    padding-right: 40px;
    letter-spacing: 12px;
    line-height: 1.93;
  }
}
@media (max-width: 639px) {
  .omoss-page .omoss-title h2 {
    font-size: 22px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 2.64;
    letter-spacing: 8.8px;
  }
}
.omoss-page .pagecontent {
  width: 70%;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .omoss-page .pagecontent {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 639px) {
  .omoss-page .pagecontent {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.omoss-page .pagecontent p {
  text-align: left;
  color: #000000;
}
@media (max-width: 1023px) {
  .omoss-page .pagecontent p {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .omoss-page .pagecontent p {
    font-size: 18px;
  }
}
.omoss-page .omoss-wrapper {
  margin-top: 105px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .omoss-page .omoss-wrapper {
    margin-top: 60px;
    padding-bottom: 15px;
  }
}
.omoss-page .omoss-wrapper .omoss {
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .omoss-page .omoss-wrapper .omoss {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .omoss-page .omoss-wrapper .omoss {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .omoss-page .omoss-wrapper .omoss {
    width: 100%;
  }
}
.omoss-page .omoss-wrapper .omoss .grid-x {
  display: block;
}
@media (max-width: 639px) {
  .omoss-page .omoss-wrapper .omoss .grid-x {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.omoss-page .omoss-wrapper .omoss .grid-x .cell:nth-child(odd) {
  text-align: right;
}
.omoss-page .omoss-wrapper .omoss .grid-x .cell {
  display: inline-block;
  position: relative;
  width: 45%;
  margin: 0;
  white-space: normal;
}
@media (max-width: 639px) {
  .omoss-page .omoss-wrapper .omoss .grid-x .cell #odd {
    margin: 0 0 auto auto;
  }
}
.omoss-page .omoss-wrapper .omoss .grid-x .cell .circle-wrapper {
  width: 100%;
  max-width: 160px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 0px;
  height: 100%;
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 0;
  display: inline-block;
  margin-left: 23px;
  margin-right: 23px;
}
@media (max-width: 1023px) {
  .omoss-page .omoss-wrapper .omoss .grid-x .cell .circle-wrapper {
    max-width: 123px;
  }
}
@media (max-width: 639px) {
  .omoss-page .omoss-wrapper .omoss .grid-x .cell .circle-wrapper {
    max-width: 103px;
    margin-top: 32px;
  }
}
.omoss-page .omoss-wrapper .omoss .grid-x .cell .circle-wrapper .circle-container {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 160px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1023px) {
  .omoss-page .omoss-wrapper .omoss .grid-x .cell .circle-wrapper .circle-container {
    height: 123px;
  }
}
@media (max-width: 639px) {
  .omoss-page .omoss-wrapper .omoss .grid-x .cell .circle-wrapper .circle-container {
    height: 103px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.omoss-page .omoss-wrapper .omoss .grid-x .cell .circle-wrapper .circle-container a {
  position: absolute;
  color: #ffffff;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'AvenirLTPro-Medium';
  font-size: 16px;
  font-weight: 500;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 58px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .omoss-page .omoss-wrapper .omoss .grid-x .cell .circle-wrapper .circle-container a {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .omoss-page .omoss-wrapper .omoss .grid-x .cell .circle-wrapper .circle-container a {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .omoss-page .omoss-wrapper .omoss {
    margin-bottom: 55px;
  }
}
.omoss-page .omoss-wrapper .omoss .grid-x.grid-margin-x.cell.cell-hover.col-20:nth-child(odd) {
  text-align: right;
}
/*---------------------------------*/
/*PRODUKTER-PAGE*/
/*---------------------------------*/
.produkter-suppliers-page .produkter-page {
  margin-top: 213px;
  max-width: unset;
  padding: 0 198px;
}
@media (max-width: 1023px) {
  .produkter-suppliers-page .produkter-page {
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 52px;
  }
}
@media (max-width: 639px) {
  .produkter-suppliers-page .produkter-page {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 78px;
  }
}
@media (max-width: 639px) {
  .produkter-suppliers-page .produkter-page .produkter-breadcrumbs {
    display: none;
  }
}
.produkter-suppliers-page .produkter-page .produkter-title {
  color: #a2300a;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.produkter-suppliers-page .produkter-page .produkter-title h2 {
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.66;
  letter-spacing: 14px;
  font-family: 'AvenirLTPro-Medium';
}
@media (max-width: 1023px) {
  .produkter-suppliers-page .produkter-page .produkter-title h2 {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.93;
    letter-spacing: 12px;
  }
}
@media (max-width: 639px) {
  .produkter-suppliers-page .produkter-page .produkter-title h2 {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.64;
    letter-spacing: 8.8px;
  }
}
.produkter-suppliers-page .produkter-page .produkter-wrapper {
  margin-top: 92px;
}
@media (max-width: 1023px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper {
    margin-top: 67px;
  }
}
@media (max-width: 639px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper {
    margin-top: 0px;
  }
}
.produkter-suppliers-page .produkter-page .produkter-wrapper .produkter {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 95%;
}
@media (max-width: 900px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper .produkter {
    width: 578px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper .produkter {
    margin-bottom: 33px;
  }
}
@media (max-width: 639px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper .produkter {
    position: relative;
    width: 225px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
@media (max-width: 900px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell {
    position: relative;
    display: inline-block;
    margin: 0;
    white-space: normal;
  }
}
.produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper {
  width: 100%;
  max-width: 160px;
  margin-top: 20px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper {
    max-width: 103px;
    padding-bottom: 0px;
    margin: 10px;
    display: block;
  }
}
.produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container .circle-container-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
}
.produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container .circle-container-inner:hover {
  background-color: #a2300a;
}
.produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container a {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff !important;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-family: 'AvenirLTPro-Medium';
}
@media (max-width: 1023px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container a {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell .circle-wrapper .circle-container a {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x .cell.custom-width {
    margin: 0!important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
.produkter-suppliers-page .produkter-page .produkter-wrapper .produkter .grid-x.grid-margin-x.medium-up-4.large-up-5.circle-test .cell.cell-hover.col-20:nth-child(odd) {
  text-align: right;
}
.produkter-suppliers {
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .produkter-suppliers .mobile-hidden {
    display: none;
  }
}
.produkter-suppliers .cell {
  position: relative;
}
.produkter-suppliers .cell .leverandorer-alt {
  display: none;
  position: relative;
}
@media (max-width: 639px) {
  .produkter-suppliers .cell .leverandorer-alt {
    display: block;
    padding-bottom: 45px;
  }
}
.produkter-suppliers .cell .leverandorer-alt .leverandorer-alt-text {
  font-weight: 500;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #a2300a;
  margin: 0 auto;
  position: absolute;
  top: 41px;
  left: 50%;
  -webkit-transform: rotate(-90deg) translate(-100%, -50%);
          transform: rotate(-90deg) translate(-100%, -50%);
  -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
}
@media (max-width: 639px) {
  .produkter-suppliers .cell .leverandorer-alt .leverandorer-alt-text {
    font-size: 16px;
  }
}
.produkter-suppliers .suppliers-section {
  padding-left: 245px;
  padding-top: 145px;
  padding-bottom: 0px;
  padding-right: 150px;
}
@media (max-width: 1023px) {
  .produkter-suppliers .suppliers-section {
    padding-left: 45px;
    padding-top: 54px;
    padding-bottom: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .produkter-suppliers .suppliers-section {
    padding-left: 20px;
  }
}
.produkter-suppliers .suppliers-section h2 {
  font-family: 'AvenirLTPro-Medium';
  color: #a2300a;
  padding-bottom: 66px;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 5px;
}
@media (max-width: 1023px) {
  .produkter-suppliers .suppliers-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  .produkter-suppliers .suppliers-section h2 {
    display: none;
  }
}
.produkter-suppliers .suppliers-section p {
  font-family: 'AvenirLTPro-Medium';
  color: #000000;
  font-size: 25px;
  line-height: 40px;
}
@media (max-width: 639px) {
  .produkter-suppliers .suppliers-section p {
    font-size: 18px;
    line-height: 33px;
  }
}
.produkter-suppliers .suppliers-categories {
  padding: 0px 150px 145px 245px;
}
@media (max-width: 1023px) {
  .produkter-suppliers .suppliers-categories {
    padding-left: 45px;
    padding-top: 0px;
    padding-bottom: 54px;
    padding-right: 0px;
  }
}
@media (max-width: 639px) {
  .produkter-suppliers .suppliers-categories {
    padding: 0;
    width: 50%;
    margin: 0 auto;
  }
}
.produkter-suppliers .suppliers-categories .cell {
  margin-top: 140px;
}
@media (max-width: 1023px) {
  .produkter-suppliers .suppliers-categories .cell {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 80px;
  }
}
@media (max-width: 639px) {
  .produkter-suppliers .suppliers-categories .cell {
    text-align: center;
    padding: 0;
  }
}
.produkter-suppliers .suppliers-categories .cell .image-wrapper {
  width: 172px;
  height: 236px;
}
.produkter-suppliers .suppliers-categories .cell .image-wrapper .project-image img {
  width: 100%;
  height: 100%;
}
.produkter-suppliers .suppliers-categories .cell .project-title-wrapper {
  margin-top: 9px;
}
.produkter-suppliers .suppliers-categories .cell .project-title-wrapper .project-title {
  color: #000000;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
}
.produkter-suppliers .suppliers-categories .cell .project-title-wrapper .project-title:hover {
  text-decoration: none;
  color: #a2300a;
}
/*---------------------------------*/
/*KONTAKT OSS PAGE*/
/*---------------------------------*/
.kontakt-page {
  font-family: 'AvenirLTPro-Medium';
  margin-top: 213px;
  width: 100%;
  padding: 0 198px;
}
@media (max-width: 1023px) {
  .kontakt-page {
    margin: auto;
    margin-top: 52px;
    padding: 0 55px;
  }
}
@media (max-width: 639px) {
  .kontakt-page {
    margin-top: 78px;
    padding: 0 25px;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .kontakt-breadcrumbs {
  color: #000000;
}
@media (max-width: 639px) {
  .kontakt-page .kontakt-section .grid-x .cell .kontakt-breadcrumbs {
    display: none;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .kontakt-title,
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-title {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .kontakt-page .kontakt-section .grid-x .cell .kontakt-title,
  .kontakt-page .kontakt-section .grid-x .cell .medarbeidere-title {
    margin-bottom: 36px;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .kontakt-title h2,
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-title h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 14px;
  color: #a2300a;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .kontakt-page .kontakt-section .grid-x .cell .kontakt-title h2,
  .kontakt-page .kontakt-section .grid-x .cell .medarbeidere-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  .kontakt-page .kontakt-section .grid-x .cell .kontakt-title h2,
  .kontakt-page .kontakt-section .grid-x .cell .medarbeidere-title h2 {
    font-size: 22px;
    line-height: 2.64;
    letter-spacing: 8.8px;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-title {
  margin-bottom: 66px;
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-title h2 {
  line-height: 58px;
}
@media (max-width: 1023px) {
  .kontakt-page .kontakt-section .grid-x .cell .medarbeidere-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 639px) {
  .kontakt-page .kontakt-section .grid-x .cell .medarbeidere-title {
    margin-bottom: 44px;
  }
  .kontakt-page .kontakt-section .grid-x .cell .medarbeidere-title h2 {
    font-size: 22px;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .pagecontent {
  max-width: 810px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .kontakt-page .kontakt-section .grid-x .cell .pagecontent {
    margin-bottom: 100px;
  }
}
@media (max-width: 639px) {
  .kontakt-page .kontakt-section .grid-x .cell .pagecontent {
    width: 100%;
    margin-bottom: 25px;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .pagecontent p {
  color: #000000;
}
@media (max-width: 1023px) {
  .kontakt-page .kontakt-section .grid-x .cell .pagecontent p {
    line-height: 54px;
  }
}
@media (max-width: 639px) {
  .kontakt-page .kontakt-section .grid-x .cell .pagecontent p {
    font-size: 18px;
    line-height: 1.83;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .kontakt-address-section {
  max-width: 1000px;
}
@media (max-width: 639px) {
  .kontakt-page .kontakt-section .grid-x .cell .kontakt-address-section {
    width: 100%;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .kontakt-address-section .address-content .address-one {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .kontakt-page .kontakt-section .grid-x .cell .kontakt-address-section .address-content .address-one {
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: 1.1px;
  }
}
@media (max-width: 639px) {
  .kontakt-page .kontakt-section .grid-x .cell .kontakt-address-section .address-content .address-one {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 40px;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .kontakt-address-section .address-content .address-one .address-title {
  letter-spacing: 5px;
  text-transform: uppercase;
}
.kontakt-page .kontakt-section .grid-x .cell .kontakt-address-section .address-content .address-one a {
  color: #000000;
}
.kontakt-page .kontakt-section .grid-x .cell .kontakt-address-section .address-content .address-one a:hover {
  color: #a2300a;
}
.kontakt-page .kontakt-section .grid-x .cell .kontakt-address-section .address-content .address-one a.email-ref {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .kontakt-page .kontakt-section .grid-x .cell .kontakt-address-section .address-content .address-one a.email-ref {
    text-decoration: none;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper {
  max-width: 1000px;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper .medarbeidere-block:nth-of-type(2n) {
    padding-left: 30px;
  }
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper .medarbeidere-images-wrapper {
  margin-bottom: 36px;
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper .medarbeidere-images-wrapper img {
  height: 236px;
  width: 236px;
  -o-object-fit: cover;
     object-fit: cover;
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper .medarbeidere-content {
  margin-bottom: 86px;
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper .medarbeidere-content p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper .medarbeidere-content p.emptitle {
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper .medarbeidere-content p a {
  color: #000000;
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper .medarbeidere-content p a:hover {
  color: #a2300a;
}
.kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper .medarbeidere-content p a.email-ref {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .kontakt-page .kontakt-section .grid-x .cell .medarbeidere-content-wrapper .medarbeidere-content p a.email-ref {
    text-decoration: none;
  }
}
.kontakt-page #map_wrapper {
  height: 360px;
  max-width: 597px;
  margin-top: 0;
  margin-bottom: 156px;
}
@media (max-width: 1023px) {
  .kontakt-page #map_wrapper {
    margin-top: 66px;
    width: 100%;
    max-width: unset;
    margin-bottom: 122px;
    height: 392px;
  }
}
@media (max-width: 639px) {
  .kontakt-page #map_wrapper {
    width: 100%;
    height: 175px;
    margin-top: 24px;
    margin-bottom: 90px;
  }
}
.kontakt-form {
  margin: auto;
  margin-top: 58px;
  margin-bottom: 138px;
  max-width: 1440px;
  padding: 0 62px;
  position: relative;
}
@media (max-width: 1023px) {
  .kontakt-form {
    padding: 0 48px;
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .kontakt-form {
    padding: 0 25px;
    margin-bottom: 110px;
  }
}
.kontakt-form .section-contactform {
  margin: 0;
  padding: 0;
}
@media (max-width: 639px) {
  .kontakt-form .section-contactform {
    overflow: visible;
  }
  .kontakt-form .section-contactform .half-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .kontakt-form .section-contactform .half-block h4 {
    padding-right: 0;
    padding-left: 0;
  }
}
input#from-email {
  display: inline-block;
  width: 100%;
  border: none;
  border: 1px solid #a2300a;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  input#from-email {
    border: none;
    border-bottom: 1px solid #a2300a;
  }
}
textarea[rows] {
  border: none;
  border: 1px solid #a2300a;
  margin-top: 26px;
}
@media screen and (max-width: 39.9375em) {
  textarea[rows] {
    margin-top: 35px;
    margin-bottom: 38px;
  }
}
input#submit {
  border: 1px solid #a2300a;
  padding: 20px 65px 20px 65px;
  background-color: #ffffff;
  color: #a2300a;
}
@media screen and (max-width: 39.9375em) {
  input#submit {
    max-width: 178px;
  }
}
/*---------------------------------*/
/*NYESTE SECTION
/*---------------------------------*/
.nyeste-section {
  height: 100%;
  margin-bottom: 100px;
}
@media (max-width: 639px) {
  .nyeste-section #alt-image {
    padding-left: 10px;
  }
}
.nyeste-section .grid-x {
  height: 100%;
}
.nyeste-section .grid-x .cell .nyeste-wrapper {
  position: relative;
  height: 100%;
}
.nyeste-section .grid-x .cell .nyeste-wrapper .nyeste-title {
  position: absolute;
  top: 70%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .nyeste-section .grid-x .cell .nyeste-wrapper .nyeste-title {
    top: 50%;
  }
}
@media (max-width: 1023px) {
  .nyeste-section .grid-x .cell .nyeste-wrapper .nyeste-title {
    top: 67%;
  }
}
.nyeste-section .grid-x .cell .nyeste-wrapper .nyeste-title .nyeste-title-text {
  font-family: 'AvenirLTPro-Medium';
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.93;
  letter-spacing: 12px;
  text-align: left;
  color: #a2300a;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .nyeste-section .grid-x .cell .nyeste-wrapper .nyeste-title .nyeste-title-text {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .nyeste-section .grid-x .cell .nyeste-wrapper .nyeste-title .nyeste-title-text {
    font-size: 16px;
  }
}
.nyeste-section .grid-x .cell .nyeste-content-wrapper {
  position: relative;
  height: 100%;
}
.nyeste-section .grid-x .cell .nyeste-content-wrapper .nyeste-content {
  font-family: 'AvenirLTPro-Medium';
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  padding: 30px;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.95;
  letter-spacing: 8px;
  text-align: right;
  color: #a2300a;
}
.nyeste-section .grid-x .cel img {
  width: 100%;
}
@media (max-width: 639px) {
  .nyeste-section .grid-x .cel img {
    padding-left: 10px;
  }
}
.nyeste-section .line {
  border-bottom: 1px solid #a2300a;
  border-width: 0.09em;
  position: absolute;
  top: 60%;
  width: 529px;
  left: 0%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.nyeste-section .line-left {
  border-bottom: 1px solid #a2300a;
  border-width: 0.09em;
  position: absolute;
  top: 60%;
  width: 529px;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.nyeste-section .nyeste-content-wrapper-alt .nyeste-content-alt {
  font-family: 'AvenirLTPro-Medium';
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  line-height: 1.95;
  letter-spacing: 8px;
  padding: 30px;
  padding-left: 0;
  border-bottom: 1px solid #a2300a;
  color: #a2300a;
  display: none;
}
@media (max-width: 1023px) {
  .nyeste-section .nyeste-content-wrapper-alt .nyeste-content-alt {
    display: block;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 21px;
  }
}
@media (max-width: 1023px) {
  .nyeste-section .nyeste-content-wrapper-alt .nyeste-content-alt {
    padding-top: 0px;
    padding-left: 10px;
  }
}
@media (max-width: 639px) {
  .nyeste-section #nyeste-unique-line {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .nyeste-section #cell-alt {
    display: none;
  }
}
@media (max-width: 693px) {
  .nyeste-section #cell-alt2 {
    display: none;
  }
}
/*---------------------------------*/
/*SLEVERANDORER PGE*/
/*---------------------------------*/
.suppliers-page {
  margin-top: 213px !important;
  width: 100%;
  max-width: unset !important;
  padding: 0 198px !important;
}
@media (max-width: 1023px) {
  .suppliers-page {
    margin-top: 52px !important;
    padding: 0 15px !important;
  }
}
@media (max-width: 639px) {
  .suppliers-page {
    margin-top: 78px!important;
    padding: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .suppliers-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .suppliers-page .suppliers-breadcrumbs {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .suppliers-page .suppliers-breadcrumbs {
    display: none;
  }
}
.suppliers-page .suppliers-title {
  color: #a2300a;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.suppliers-page .suppliers-title h2 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.66;
  letter-spacing: 14px;
  font-size: 35px;
}
@media (max-width: 1023px) {
  .suppliers-page .suppliers-title h2 {
    font-size: 30px;
    letter-spacing: 12px;
    line-height: 1.93;
  }
}
@media (max-width: 639px) {
  .suppliers-page .suppliers-title h2 {
    font-size: 22px;
    letter-spacing: 8.8px;
    line-height: 2.64;
  }
}
@media (max-width: 1023px) {
  .suppliers-page .suppliers-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .suppliers-page .suppliers-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.suppliers-page .pagecontent {
  width: 65%;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .suppliers-page .pagecontent {
    width: 100%;
  }
}
.suppliers-page .pagecontent p {
  padding-bottom: 80px;
}
@media (max-width: 639px) {
  .suppliers-page .pagecontent p {
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .suppliers-page .pagecontent {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .suppliers-page .pagecontent {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.suppliers-page .suppliers-wrapper .suppliers {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .suppliers-page .suppliers-wrapper .suppliers {
    margin-bottom: 58px;
  }
}
@media (max-width: 639px) {
  .suppliers-page .suppliers-wrapper .suppliers {
    width: 55%;
  }
}
@media (max-width: 480px) {
  .suppliers-page .suppliers-wrapper .suppliers {
    width: 85%;
  }
}
@media (max-width: 320px) {
  .suppliers-page .suppliers-wrapper .suppliers {
    width: 100%;
  }
}
.suppliers-page .suppliers-wrapper .suppliers .grid-container {
  max-width: 950px;
}
@media (max-width: 900px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-container .grid-x .cell {
    width: 122px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-container .grid-x .cell {
    position: relative;
    display: inline-block;
    margin: 0;
    white-space: normal;
  }
}
@media (max-width: 900px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-container {
    width: 578px;
    padding: 0;
  }
}
@media (max-width: 639px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-container {
    position: relative;
    width: 225px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-x {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.suppliers-page .suppliers-wrapper .suppliers .grid-x .cell .circle-wrapper {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-x .cell .circle-wrapper {
    padding-bottom: 115%;
  }
}
@media (max-width: 1023px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-x .cell .circle-wrapper {
    max-width: 123px;
    padding-bottom: 115%;
  }
}
@media (max-width: 639px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-x .cell .circle-wrapper {
    max-width: 103px;
    padding-bottom: 100%;
  }
}
.suppliers-page .suppliers-wrapper .suppliers .grid-x .cell .circle-wrapper .circle-container {
  height: 0;
  padding-bottom: 115%;
  position: relative;
}
.suppliers-page .suppliers-wrapper .suppliers .grid-x .cell .circle-wrapper .circle-container .circle-container-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1023px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-x .cell .circle-wrapper .circle-container .circle-container-inner {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.suppliers-page .suppliers-wrapper .suppliers .grid-x .cell .circle-wrapper .circle-container a {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  line-height: 58px;
}
@media (max-width: 1023px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-x .cell .circle-wrapper .circle-container a {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .suppliers-page .suppliers-wrapper .suppliers .grid-x .cell .circle-wrapper .circle-container a {
    font-size: 10px;
  }
}
/*---------------------------------*/
/* Medarbeidere Page*/
/*---------------------------------*/
.employees-page {
  margin-top: 213px;
  width: 100%;
  padding: 0 198px;
}
@media (max-width: 1023px) {
  .employees-page {
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 52px;
  }
}
@media (max-width: 639px) {
  .employees-page {
    margin-top: 78px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 639px) {
  .employees-page .employees-breadcrumbs {
    display: none;
  }
}
.employees-page .employees-title {
  color: #a2300a;
  margin-bottom: 80px;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .employees-page .employees-title {
    margin-bottom: 34px;
  }
}
.employees-page .employees-title h2 {
  line-height: 1.66;
  letter-spacing: 14px;
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@media (max-width: 1023px) {
  .employees-page .employees-title h2 {
    font-size: 30px;
    line-height: 1.93;
    letter-spacing: 12px;
  }
}
@media (max-width: 639px) {
  .employees-page .employees-title h2 {
    font-size: 22px;
    line-height: 2.64;
  }
}
.employees-page .employees-wrapper {
  margin-bottom: 102px;
  max-width: 1000px;
}
.employees-page .employees-wrapper .grid-x .cell {
  margin-bottom: 60px;
}
@media (max-width: 639px) {
  .employees-page .employees-wrapper .grid-x .cell {
    margin-bottom: 28px;
  }
}
.employees-page .employees-wrapper .grid-x .cell .employees {
  height: 236px;
  width: 236px;
}
.employees-page .employees-wrapper .grid-x .cell .employees img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.employees-page .employees-wrapper .grid-x .cell .employee-details {
  margin-top: 36px;
}
.employees-page .employees-wrapper .grid-x .cell .employee-details .emptitle {
  font-family: 'AvenirLTPro-Medium';
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.employees-page .employees-wrapper .grid-x .cell .employee-details .empaddress {
  font-family: 'AvenirLTPro-Medium';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 1px;
  letter-spacing: 1px;
}
.employees-page .employees-wrapper .grid-x .cell .employee-details .empaddress {
  margin-bottom: 1px;
}
.employees-page .employees-wrapper .grid-x .cell .employee-details .empaddress a {
  font-family: 'AvenirLTPro-Medium';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #000000;
  letter-spacing: 1px;
  text-decoration: none!important;
}
.employees-page .employees-wrapper .grid-x .cell .employee-details .empaddress a:hover {
  color: #a2300a;
}
.employees-page .employees-wrapper .grid-x .cell .employee-details .empemail {
  margin-bottom: 1px;
}
.employees-page .employees-wrapper .grid-x .cell .employee-details .empemail a {
  font-family: 'AvenirLTPro-Medium';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #000000;
  letter-spacing: 1px;
  text-decoration: underline;
}
.employees-page .employees-wrapper .grid-x .cell .employee-details .empemail a:hover {
  color: #a2300a;
}
@media (max-width: 639px) {
  .employees-page .employees-wrapper .grid-x .cell .employee-details {
    padding-bottom: 62px;
  }
}
/*---------------------------------*/
/*BEFERING PAGE*/
/*---------------------------------*/
.befering .befering-title {
  color: #a2300a;
  margin-bottom: 42px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .befering .befering-title {
    margin-bottom: 64px;
  }
}
@media (max-width: 639px) {
  .befering .befering-title {
    margin-bottom: 24px;
  }
}
.befering .befering-title h2 {
  letter-spacing: 14px;
  font-size: 35px;
  font-family: 'AvenirLTPro-Medium';
  line-height: 1.66;
}
@media (max-width: 1023px) {
  .befering .befering-title h2 {
    font-size: 30px;
    line-height: 1.93;
    letter-spacing: 12px;
  }
}
@media (max-width: 639px) {
  .befering .befering-title h2 {
    font-size: 22px;
    line-height: 2.64;
    letter-spacing: 8.8px;
  }
}
.banner {
  position: relative;
}
.banner .banner-image {
  width: 100%;
  height: 100vh;
}
@media (max-width: 1023px) {
  .banner .banner-image {
    height: 50vh;
  }
}
.banner .banner-link {
  position: absolute;
  bottom: 0;
  background-color: #000000;
  padding: 30px 135px 30px 10px;
}
@media (max-width: 639px) {
  .banner .banner-link {
    width: 100%;
  }
}
.banner .banner-link a {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #ffffff;
  font-family: 'AvenirLTPro-Medium';
  padding-left: 53px;
}
@media (max-width: 1023px) {
  .banner .banner-link a {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .banner .banner-link a {
    font-size: 12px;
    white-space: nowrap;
    padding-left: 20px;
  }
}
.banner .banner-link a:hover {
  color: #ffffff;
}
.befering-body {
  width: 100%;
  max-width: unset !important;
  padding: 0 198px !important;
}
@media (max-width: 1023px) {
  .befering-body {
    padding: 0 55px !important;
  }
}
@media (max-width: 639px) {
  .befering-body {
    padding: 0 25px !important;
  }
}
.befering-body .maincontent {
  padding-top: 102px;
}
@media (max-width: 1023px) {
  .befering-body .maincontent {
    padding-top: 57px;
  }
}
@media (max-width: 1023px) {
  .befering-body .maincontent {
    padding-top: 55px;
  }
}
.befering-body .maincontent p {
  width: 60%;
  text-align: left;
}
@media (max-width: 1023px) {
  .befering-body .maincontent p {
    width: 100%;
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .befering-body .maincontent p {
    font-size: 18px;
  }
}
.befering-body .sub-content {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .befering-body .sub-content {
    width: 90%;
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .befering-body .sub-content {
    width: 100%;
  }
}
.befering-body .sub-content p {
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  font-family: 'AvenirLTPro-Medium';
}
@media (max-width: 1023px) {
  .befering-body .sub-content p {
    font-size: 18px;
    padding: 0;
    padding-right: 31px;
    margin-top: 46px;
  }
}
@media (max-width: 639px) {
  .befering-body .sub-content p {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    margin-top: 0px;
    line-height: 2.06;
  }
}
.sub-content-image {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sub-content-image {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .sub-content-image {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.sub-content-image img {
  width: 100%;
}
.sub-content-image .link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sub-content-image .link a {
  font-family: 'AvenirLTPro-Medium';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  color: #000000;
}
@media (max-width: 1023px) {
  .sub-content-image .link a {
    padding-left: 42px;
  }
}
@media (max-width: 639px) {
  .sub-content-image .link a {
    padding-left: 0px;
  }
}
.sub-content-image .image-box {
  height: 500px;
}
@media (max-width: 1023px) {
  .sub-content-image .image-box {
    height: 515px;
    margin-top: 115px;
  }
}
@media (max-width: 639px) {
  .sub-content-image .image-box {
    height: 194px;
    margin-top: 37px;
  }
}
.sub-content-image .image-box img {
  height: 100%;
  width: 100%;
}
.mellomtittel-content {
  font-family: 'AvenirLTPro-Medium';
  width: 70%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .mellomtittel-content {
    width: 70%;
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .mellomtittel-content {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.mellomtittel-content .mellomtitle h3 {
  color: #a2300a;
  font-size: 17.5px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.66;
  letter-spacing: 8px;
  font-size: 35px;
  font-family: 'AvenirLTPro-Medium';
}
@media (max-width: 1023px) {
  .mellomtittel-content .mellomtitle h3 {
    font-size: 30px;
    line-height: 1.93;
  }
}
@media (max-width: 639px) {
  .mellomtittel-content .mellomtitle h3 {
    font-size: 22px;
    line-height: 2.64;
  }
}
.mellomtittel-content .mellomcontent {
  margin-bottom: 50px;
}
.mellomtittel-content .mellomcontent p {
  font-family: 'AvenirLTPro-Medium';
  font-size: 18px;
  line-height: 1.83;
  padding-top: 15px;
}
@media (max-width: 639px) {
  .mellomtittel-content .mellomcontent p {
    font-size: 16px;
  }
}
.mellomtittel-content .backwardlink {
  margin-bottom: 100px;
}
@media (max-width: 639px) {
  .mellomtittel-content .backwardlink {
    text-align: center;
    margin-bottom: 88px;
  }
}
.mellomtittel-content .backwardlink a {
  border: 1px solid #a2300a;
  color: #a2300a;
  font-weight: bold;
  font-size: 12px;
  padding: 15px 37px 15px 50px;
  letter-spacing: 4.7px;
}
@media (max-width: 639px) {
  .mellomtittel-content .backwardlink a {
    letter-spacing: 2px;
    text-align: center;
    padding: 24px 60px;
    word-break: break-word;
    display: table;
    line-height: 1.67;
    width: 255px;
    margin: 0 auto;
    padding: 10px 16px 10px 16px;
    letter-spacing: 4.7px;
  }
}
/*---------------------------------*/
/*
---------------------------------
Prosjekter Page CSS
---------------------------------
*/
.prosjekter-page {
  padding: 0 198px;
  margin: auto;
  font-family: 'AvenirLTPro-Medium';
}
@media (max-width: 1023px) {
  .prosjekter-page {
    padding: 0 55px;
  }
}
@media (max-width: 639px) {
  .prosjekter-page {
    padding: 0 25px;
  }
}
.prosjekter-page h2 {
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 14px;
  color: #a2300a;
}
@media (max-width: 1023px) {
  .prosjekter-page h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 12px;
  }
}
@media (max-width: 639px) {
  .prosjekter-page h2 {
    font-size: 22px;
    line-height: 2.64;
    letter-spacing: 8.8px;
  }
}
.prosjekter-page .breadcrumb {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 5px;
  color: #000000;
}
.prosjekter-page .breadcrumb ol li {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 5px;
  color: #000000;
}
@media (max-width: 639px) {
  .prosjekter-page .breadcrumb {
    display: none;
  }
}
.prosjekter-page .breadcrumb .breadcrumbs {
  margin-bottom: 0;
}
.prosjekter-page .description {
  color: #000000;
  margin-bottom: 30px;
  max-width: 810px;
}
@media (max-width: 639px) {
  .prosjekter-page .description {
    font-size: 18px;
    line-height: 1.83;
  }
}
.prosjekter-page .categoryfilter {
  margin-bottom: 30px;
  padding: 40px 0;
}
.prosjekter-page .categoryfilter ul {
  list-style-type: none;
  margin: 0;
}
@media (max-width: 639px) {
  .prosjekter-page .categoryfilter ul span {
    display: inline-block;
    width: 49%;
  }
}
.prosjekter-page .categoryfilter ul span li {
  display: inline-block;
  margin-right: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2.8px;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .prosjekter-page .categoryfilter ul span li {
    margin-right: 50px;
  }
}
@media (max-width: 639px) {
  .prosjekter-page .categoryfilter ul span li {
    vertical-align: top;
    margin-right: 0;
    font-size: 11px;
    word-break: break-word;
    letter-spacing: 0.6px;
  }
}
.prosjekter-page .categoryfilter ul span li:hover {
  cursor: pointer;
  color: #a2300a;
}
.prosjekter-page .categoryfilter ul span li.selected {
  color: #a2300a;
}
#categorydata {
  font-family: 'AvenirLTPro-Medium';
  margin: 0 -1%;
  padding-bottom: 100px;
}
@media (max-width: 639px) {
  #categorydata {
    padding-bottom: 0;
  }
}
#categorydata article {
  display: inline-table;
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 69px;
  position: relative;
}
@media (max-width: 1023px) {
  #categorydata article {
    width: 47.6%;
  }
}
@media (max-width: 639px) {
  #categorydata article {
    width: 97%;
    margin-bottom: 60px;
    height: 250px;
  }
}
#categorydata article .category-content {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  letter-spacing: 5.1px;
  text-transform: capitalize;
  line-height: 1.94;
  margin-top: 30px;
  max-width: 330px;
}
@media (max-width: 1023px) {
  #categorydata article .category-content {
    max-width: 315px;
  }
}
@media (max-width: 639px) {
  #categorydata article .category-content {
    line-height: 1.5;
  }
}
#categorydata article .category-content a {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 6.4px;
  color: #000000;
  text-transform: uppercase;
}
#categorydata article img {
  height: 220px;
  width: 100%;
  max-width: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  #categorydata article img {
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  #categorydata article img {
    height: 181px;
  }
}
#categorydata article:hover .category-content {
  color: #a2300a;
}
#categorydata article:hover .category-content a {
  color: #a2300a;
}
#categorydata .no-data {
  letter-spacing: 2px;
  padding: 1%;
  text-transform: uppercase;
}
.produkter-cat h2 {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .produkter-cat h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .produkter-cat h2 {
    margin-bottom: 0;
  }
}
.produkter-cat .categoryfilter ul span {
  width: auto;
}
.produkter-cat .categoryfilter ul span li {
  margin-right: 64px;
}
@media (max-width: 639px) {
  .produkter-cat .categoryfilter ul span li {
    margin-right: 32px;
  }
}
.produkter-cat #categorydata article img {
  -o-object-fit: contain;
     object-fit: contain;
}
.produkter-cat #categorydata article:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.produkter-cat #categorydata .category-content {
  letter-spacing: 0.6px;
}
/*
---------------------------------
Prosjekter Details Page CSS
---------------------------------
*/
#zoomed-image #full-image {
  top: 50%;
  position: relative;
  min-width: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.homepagenyesteprosjekter {
  font-family: 'AvenirLTPro-Medium';
}
.homepagenyesteprosjekter .black {
  background-color: #000000;
  width: 32%;
  display: inline-block;
  height: 160px;
  z-index: -1;
  top: 0;
  position: absolute;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .black {
    height: 80px;
  }
}
.homepagenyesteprosjekter .section-header {
  z-index: 0;
  color: #ffffff;
  background-color: #000000;
  position: relative;
  padding-right: 198px;
  padding-top: 58px;
  padding-left: 198px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 30px;
  min-height: 596px;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-header {
    margin-top: 0;
    padding: 0;
    height: auto;
    min-height: unset;
  }
}
.homepagenyesteprosjekter .section-header .breadcrumb {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 58px;
}
.homepagenyesteprosjekter .section-header .breadcrumb .breadcrumbs ol li,
.homepagenyesteprosjekter .section-header .breadcrumb .breadcrumbs li:not(:last-child)::after,
.homepagenyesteprosjekter .section-header .breadcrumb .breadcrumbs ol li a {
  color: #ffffff !important;
}
.homepagenyesteprosjekter .section-header .breadcrumb .breadcrumbs ol li a:hover {
  color: #a2300a !important;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-header .breadcrumb {
    padding: 0 55px;
    padding-top: 46px;
    display: inline-block;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-header .breadcrumb {
    display: none;
  }
}
.homepagenyesteprosjekter .section-header h2,
.homepagenyesteprosjekter .section-header .author {
  text-transform: uppercase;
  color: #d89393;
  display: block;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-header h2,
  .homepagenyesteprosjekter .section-header .author {
    padding: 0 55px;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-header h2,
  .homepagenyesteprosjekter .section-header .author {
    padding: 0 25px;
  }
}
.homepagenyesteprosjekter .section-header h2 {
  margin-top: 0px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 14px;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-header h2 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-header h2 {
    padding-top: 84px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 8.8px;
  }
}
.homepagenyesteprosjekter .section-header .author {
  letter-spacing: 7.2px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.homepagenyesteprosjekter .section-header img {
  width: 56%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-header img {
    position: relative;
    width: 100%;
    height: 450px;
    margin-top: 24px;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-header img {
    height: 228px;
    margin-top: 44px;
  }
}
.homepagenyesteprosjekter .section-header .projectcontent {
  font-size: 16px;
  line-height: 1.88;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 30px 0 60px;
  display: block;
}
.homepagenyesteprosjekter .section-header .projectcontent a {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-header .projectcontent a {
    color: #000000;
  }
}
.homepagenyesteprosjekter .section-header .projectcontent br {
  display: none;
}
.homepagenyesteprosjekter .section-header .projectcontent p {
  font-size: 16px;
  line-height: 1.88;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.homepagenyesteprosjekter .section-header .projectcontent p strong {
  font-weight: 900;
  letter-spacing: 6.7px;
}
.homepagenyesteprosjekter .section-header .projectcontent strong {
  font-weight: 900;
  letter-spacing: 6.7px;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-header .projectcontent {
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    padding: 50px 55px;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  .homepagenyesteprosjekter .section-header .projectcontent {
    font-size: 16px;
    padding: 25px;
    word-break: break-word;
  }
}
.homepagenyesteprosjekter .section-maincontent {
  margin-left: 32%;
  background-color: #f5f5f5;
  padding-top: 6%;
  padding-right: 8%;
  padding-bottom: 0px;
  padding-left: 18%;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-maincontent {
    margin-left: 40px;
    padding: 55px;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-maincontent {
    margin-left: 0;
    padding: 40px 25px;
  }
}
.homepagenyesteprosjekter .section-maincontent h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 2.08;
  color: #000000;
  margin-bottom: 8%;
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-maincontent h3 {
    font-size: 18px;
    line-height: 1.83;
  }
}
.homepagenyesteprosjekter .section-maincontent p {
  display: inline-block;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  line-height: 1.83;
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-maincontent p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2.06;
  }
}
.homepagenyesteprosjekter .section-mellom {
  margin-left: 44%;
  background-color: #f5f5f5;
  min-height: 746px;
  padding: 0 6%;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-mellom {
    margin-left: 40px;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-mellom {
    margin-left: 0;
    padding: 25px;
  }
}
.homepagenyesteprosjekter .section-mellom h3 {
  margin-top: 8%;
  display: inline-block;
  font-size: 18px;
  line-height: 1.83;
  letter-spacing: 8px;
  color: #a2300a;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-mellom h3 {
    margin-top: 420px;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-mellom h3 {
    margin-top: 300px;
  }
}
.homepagenyesteprosjekter .section-mellom img {
  position: absolute;
  left: 4%;
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-mellom img {
    left: 0;
    width: 72%;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-mellom img {
    width: 100%;
    height: 200px;
  }
}
.homepagenyesteprosjekter .section-mellom p {
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  line-height: 1.83;
  display: inline-block;
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-mellom p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2.06;
  }
}
.homepagenyesteprosjekter .section-quote {
  position: relative;
  min-height: 990px;
  margin-bottom: 229px;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-quote {
    min-height: unset;
    display: inline-block;
    width: 100%;
    margin-bottom: 191px;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-quote {
    margin-bottom: 128px;
  }
}
.homepagenyesteprosjekter .section-quote h3 {
  padding-top: 12%;
  margin-left: 12%;
  padding-right: 21%;
  padding-left: 1%;
  width: 40%;
  padding-bottom: 4%;
  color: #a2300a;
  border-bottom: 1px solid #a2300a;
  font-size: 30px;
  font-weight: 500;
  line-height: 2.03;
  letter-spacing: 9.1px;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-quote h3 {
    padding: 50px 50px 40px 0;
    width: 43%;
    font-size: 22px;
    line-height: 2.77;
    letter-spacing: 6.7px;
    margin-bottom: 133px;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-quote h3 {
    width: 70%;
    margin-left: 30%;
    padding-top: 350px;
    font-size: 18px;
    line-height: 2.83;
    letter-spacing: 9.1px;
    margin-bottom: 90px;
  }
}
.homepagenyesteprosjekter .section-quote img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepagenyesteprosjekter .section-quote img.right {
  right: 0;
  top: 0;
  width: 56%;
  height: 800px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-quote img.right {
    width: 45%;
    height: 400px;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-quote img.right {
    width: 100%;
    height: 300px;
  }
}
.homepagenyesteprosjekter .section-quote img.left {
  left: 4%;
  bottom: 0;
  width: 40%;
  height: 350px;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-quote img.left {
    width: 55%;
    left: 0;
    height: 273px;
    position: static;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-quote img.left {
    left: unset;
    right: 0;
    width: 70%;
    height: 162px;
    float: right;
  }
}
.homepagenyesteprosjekter .section-similarproject {
  max-width: 1200px;
  margin: auto;
  padding: 0 4%;
}
@media (max-width: 1023px) {
  .homepagenyesteprosjekter .section-similarproject {
    padding: 0 48px;
  }
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-similarproject {
    padding: 0 25px;
  }
}
.homepagenyesteprosjekter .section-similarproject h3 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.88;
  letter-spacing: 6.7px;
}
@media (max-width: 639px) {
  .homepagenyesteprosjekter .section-similarproject h3 {
    max-width: 240px;
  }
}
/* ==================================
    homepageproduckter CSS
    ====================================*/
.homepageproduckter {
  font-family: 'AvenirLTPro-Medium';
}
.homepageproduckter .black {
  background-color: #f5f5f5;
}
.homepageproduckter .section-header {
  z-index: 0;
  background-color: #f5f5f5;
  color: #000000;
  height: auto;
  padding-right: 198px;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-header {
    padding: 0;
  }
}
.homepageproduckter .section-header h2 {
  color: #a2300a;
}
@media (max-width: 639px) {
  .homepageproduckter .section-header h2 {
    margin-bottom: 30px;
  }
}
.homepageproduckter .section-header .breadcrumb .breadcrumbs ol li,
.homepageproduckter .section-header .breadcrumb .breadcrumbs li:not(:last-child)::after,
.homepageproduckter .section-header .breadcrumb .breadcrumbs ol li a {
  color: #000000 !important;
}
.homepageproduckter .section-header .projectcontent {
  display: block;
  color: #000000;
}
.homepageproduckter .section-header .projectcontent br {
  display: block;
}
.homepageproduckter .section-header .projectcontent a {
  display: inline-block;
  color: #000000;
  margin-top: 30px;
  font-weight: 900;
  letter-spacing: 6.7px;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-header .projectcontent a {
    border-bottom: none;
  }
}
.homepageproduckter .section-header img {
  width: 45%;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-header img {
    width: 100%;
  }
}
.homepageproduckter .section-header img#product-img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-header img#product-img {
    padding: 80px 0;
  }
}
@media (max-width: 639px) {
  .homepageproduckter .section-header img#product-img {
    padding: 50px 0;
    height: 300px;
  }
}
.homepageproduckter .section-header img.zoomImg {
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  top: unset;
}
.homepageproduckter .section-header img.zoomImg:hover {
  cursor: pointer;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-header img.zoomImg {
    display: none;
  }
}
.homepageproduckter .section-header img.tagImg {
  width: 84px;
  height: 84px;
  top: 50px;
  right: 50px;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-header img.tagImg {
    position: absolute;
    top: 220px;
  }
}
@media (max-width: 639px) {
  .homepageproduckter .section-header img.tagImg {
    top: 200px;
    right: 12%;
    width: 60px;
    height: 60px;
  }
}
.homepageproduckter .section-maincontent {
  background-color: #f1e3d4;
  padding-bottom: 8%;
  padding-left: 10%;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-maincontent {
    margin-left: 0;
    padding: 10% 55px;
  }
}
@media (max-width: 639px) {
  .homepageproduckter .section-maincontent {
    padding: 16% 25px;
  }
}
@media (max-width: 639px) {
  .homepageproduckter .section-maincontent p {
    font-size: 18px;
    line-height: 1.83;
    font-weight: 500;
  }
}
.homepageproduckter .section-mellom {
  min-height: 620px;
  background-color: #f1e3d4;
}
.homepageproduckter .section-mellom.no-text {
  background-color: transparent;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-mellom {
    margin-left: 56%;
    min-height: 480px;
  }
}
@media (max-width: 639px) {
  .homepageproduckter .section-mellom {
    margin-left: 0;
    padding: 0;
  }
}
.homepageproduckter .section-mellom h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 2.03;
  letter-spacing: 9.1px;
  color: #a2300a;
  position: absolute;
  border-bottom: 1px solid;
  padding-left: 300px;
  padding-bottom: 2%;
  margin-top: 2%;
  left: 35%;
  max-width: 650px;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-mellom h3 {
    font-size: 22px;
    line-height: 2.77;
    letter-spacing: 6.7px;
    margin-right: 6%;
    padding-left: 32%;
  }
}
@media (max-width: 639px) {
  .homepageproduckter .section-mellom h3 {
    position: relative;
    left: 0;
    padding-left: 25px;
    padding-bottom: 40px;
    margin-top: 60px;
    margin-bottom: 80px;
    margin-right: 40px;
    font-size: 18px;
    line-height: 2.83;
    letter-spacing: 9.1px;
  }
}
@media (max-width: 1023px) {
  .homepageproduckter .section-mellom img {
    width: 56%;
    height: 300px;
  }
}
@media (max-width: 639px) {
  .homepageproduckter .section-mellom img {
    width: 100%;
    position: relative;
  }
}
.homepageproduckter .section-productinuse {
  position: relative;
}
.homepageproduckter .section-productinuse h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.88;
  letter-spacing: 6.7px;
  text-align: left;
  color: #000000;
  padding-left: 8%;
  margin-bottom: 30px;
  position: absolute;
  top: -60px;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-productinuse h3 {
    padding-left: 55px;
  }
}
@media (max-width: 639px) {
  .homepageproduckter .section-productinuse h3 {
    display: none;
    padding-left: 25px;
  }
}
.homepageproduckter .section-productinuse img {
  width: 100%;
  height: 870px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .homepageproduckter .section-productinuse img {
    height: 480px;
  }
}
.homepageproduckter .section-productinuse a {
  position: absolute;
  bottom: 0;
  background-color: #000000;
  color: #ffffff;
  padding: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  padding-left: 40px;
  padding-right: 120px;
}
@media (max-width: 639px) {
  .homepageproduckter .section-productinuse a {
    padding: 24px;
    width: 100%;
    font-size: 12px;
    line-height: 2.5;
  }
}
.homepageproduckter .kontakt-form {
  margin-top: 124px;
}
@media (max-width: 1024px) {
  .homepageproduckter .kontakt-form {
    margin-top: 118px;
  }
}
@media (max-width: 639px) {
  .homepageproduckter .kontakt-form {
    margin-top: 42px;
  }
}
.section-contactform {
  padding: 0 4%;
  margin: 88px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-contactform {
    margin: 118px 0;
  }
}
@media (max-width: 639px) {
  .section-contactform {
    margin: 88px 0;
  }
}
.section-contactform .half-block {
  vertical-align: top;
  display: inline-block;
  width: 49.5%;
  padding-bottom: 99999px;
  margin-bottom: -99999px;
}
@media (max-width: 1024px) {
  .section-contactform .half-block.right-side {
    width: 60%;
  }
  .section-contactform .half-block.left-side {
    width: 39%;
  }
}
@media (max-width: 639px) {
  .section-contactform .half-block.right-side,
  .section-contactform .half-block.left-side {
    width: 100%;
  }
}
.section-contactform .half-block.contains-text {
  background-color: #f1e3d4;
}
@media (max-width: 639px) {
  .section-contactform .half-block.contains-text {
    background-color: #ffffff;
  }
}
.section-contactform .half-block h4 {
  font-size: 18px;
  line-height: 1.67;
  text-align: left;
  color: #000000;
  padding: 58px 68px;
  height: 100%;
}
.section-contactform .half-block h4 br {
  display: none;
}
.section-contactform .half-block h4 p {
  font-weight: 500;
  margin-bottom: 0;
}
.section-contactform .half-block h4 p strong {
  font-weight: 900;
  letter-spacing: 6.7px;
}
@media (max-width: 1023px) {
  .section-contactform .half-block h4 {
    padding: 26px;
  }
}
@media (max-width: 639px) {
  .section-contactform .half-block h4 {
    width: 100%;
    margin-bottom: 0;
  }
}
.section-contactform .half-block form {
  position: static;
  padding: 0 4%;
  padding-right: 56px;
}
@media (max-width: 1023px) {
  .section-contactform .half-block form {
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  .section-contactform .half-block form {
    padding-left: 0;
  }
}
.section-contactform .half-block form h3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 16px;
}
.section-contactform .half-block form h3 label {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.67;
  letter-spacing: 6.7px;
  text-align: left;
  color: #9c3614;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .section-contactform .half-block form h3 {
    margin-left: 0;
  }
}
.section-contactform .half-block form .email-block {
  width: 66%;
  display: inline-block;
  position: relative;
  float: right;
}
@media (max-width: 1023px) {
  .section-contactform .half-block form .email-block {
    width: 56%;
  }
}
@media (max-width: 639px) {
  .section-contactform .half-block form .email-block {
    width: 52%;
    margin-top: 6px;
  }
}
.section-contactform .half-block form .email-block input#from-email {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .section-contactform .half-block form .email-block input#from-email {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.section-contactform .half-block form .email-block input#from-email.error-email {
  border: 4px solid #9c3614;
}
.section-contactform .half-block form .email-block #error-box {
  display: none;
}
.section-contactform .half-block form .email-block #error-box.show {
  display: inline-block;
  height: 43px;
  width: 42px;
  background-color: #a2300a;
  position: absolute;
  height: 100%;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 5px 16px;
}
.section-contactform .half-block form textarea {
  resize: none;
  margin-top: 10px;
  padding: 18px 22px;
}
.section-contactform .half-block form textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  font-family: 'AvenirLTPro-Black';
  letter-spacing: 6.7px;
  text-align: left;
  color: #9c3614;
  text-transform: uppercase;
  padding-left: 0px;
}
.section-contactform .half-block form textarea:-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  font-family: 'AvenirLTPro-Black';
  letter-spacing: 6.7px;
  text-align: left;
  color: #9c3614;
  text-transform: uppercase;
  padding-left: 0px;
}
.section-contactform .half-block form textarea::-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  font-family: 'AvenirLTPro-Black';
  letter-spacing: 6.7px;
  text-align: left;
  color: #9c3614;
  text-transform: uppercase;
  padding-left: 0px;
}
.section-contactform .half-block form textarea:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  font-family: 'AvenirLTPro-Black';
  letter-spacing: 6.7px;
  text-align: left;
  color: #9c3614;
  text-transform: uppercase;
  padding-left: 0px;
}
.section-contactform .half-block form .divider-relative {
  display: inline-block;
  width: 100%;
  position: relative;
}
.section-contactform .half-block form .divider-relative .divider {
  width: 120%;
  display: inline-block;
  border-bottom: solid 1px #9c3614;
  position: absolute;
  right: 0;
  top: -10px;
}
@media (max-width: 1023px) {
  .section-contactform .half-block form .divider-relative .divider {
    right: 0;
  }
}
.section-contactform .half-block form .status-relative {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100px;
}
@media (max-width: 639px) {
  .section-contactform .half-block form .status-relative {
    height: auto;
  }
}
.section-contactform .half-block form .error,
.section-contactform .half-block form .message {
  background-color: #f9ece8;
  top: 0;
  width: 100%;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #a2300a;
}
.section-contactform .half-block form .error#status,
.section-contactform .half-block form .message#status,
.section-contactform .half-block form .error.has-error,
.section-contactform .half-block form .message.has-error,
.section-contactform .half-block form .error.has-notice,
.section-contactform .half-block form .message.has-notice {
  padding: 15px 28px;
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-contactform .half-block form .error#status,
  .section-contactform .half-block form .message#status,
  .section-contactform .half-block form .error.has-error,
  .section-contactform .half-block form .message.has-error,
  .section-contactform .half-block form .error.has-notice,
  .section-contactform .half-block form .message.has-notice {
    padding: 12px;
    line-height: 1.4;
  }
}
@media (max-width: 639px) {
  .section-contactform .half-block form .error#status,
  .section-contactform .half-block form .message#status,
  .section-contactform .half-block form .error.has-error,
  .section-contactform .half-block form .message.has-error,
  .section-contactform .half-block form .error.has-notice,
  .section-contactform .half-block form .message.has-notice {
    position: relative;
    margin-bottom: 20px;
  }
}
.section-contactform .half-block form .error.has-notice,
.section-contactform .half-block form .message.has-notice {
  background-color: #98fb98;
  color: #008000;
}
.section-contactform .half-block form .error#errorstatus,
.section-contactform .half-block form .message#errorstatus {
  height: 110px;
  width: 110px;
  position: absolute;
  right: 0;
  line-height: 22px;
  top: 107px;
  padding: 10px;
}
@media (max-width: 1023px) {
  .section-contactform .half-block form .error#errorstatus,
  .section-contactform .half-block form .message#errorstatus {
    position: static;
    height: auto;
    margin-bottom: 16px;
    width: 100%;
  }
}
.section-contactform .half-block form [type=submit] {
  background: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4.7px;
  color: #9c3614;
  padding: 20px 60px;
  border: solid 1px #9c3614;
  text-transform: uppercase;
}
.section-contactform .half-block form [type=submit]:hover {
  cursor: pointer;
}
/* ==================================
    REVEAL- OVERLAY
====================================*/
.reveal-overlay {
  z-index: 999999;
}
.reveal-overlay .reveal {
  position: absolute;
  display: block;
  top: 0px;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
}
.reveal-overlay .reveal form {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reveal-overlay .reveal form input.search-field {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #9c3614;
  padding-left: 0px;
  color: #9c3614;
  font-family: 'AvenirLTPro-Medium';
  font-size: 22px;
  letter-spacing: 2.8px;
  height: 77px;
  line-height: 77px;
}
.reveal-overlay .reveal form input.search-field::-webkit-input-placeholder {
  color: #9c3614;
  font-family: 'AvenirLTPro-Medium';
  font-size: 22px;
  letter-spacing: 2.8px;
}
.reveal-overlay .reveal form input.search-field:-moz-placeholder {
  color: #9c3614;
  font-family: 'AvenirLTPro-Medium';
  font-size: 22px;
  letter-spacing: 2.8px;
}
.reveal-overlay .reveal form input.search-field::-moz-placeholder {
  color: #9c3614;
  letter-spacing: 2.8px;
  font-family: 'AvenirLTPro-Medium';
  font-size: 22px;
}
.reveal-overlay .reveal form input.search-field:-ms-input-placeholder {
  color: #9c3614;
  letter-spacing: 2.8px;
  font-family: 'AvenirLTPro-Medium';
  font-size: 22px;
}
.reveal-overlay .reveal form input.search-button {
  background-color: transparent;
  padding: 14px 72px;
  border: 1px solid #9c3614;
  margin-top: 40px;
  color: #9c3614;
  font-size: 12px;
  letter-spacing: 4.7px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
}
.reveal-overlay .reveal form input.search-button:hover {
  cursor: pointer;
}
.reveal-overlay .reveal .close-button {
  margin-top: 75px;
  margin-right: 25px;
}
.reveal-overlay .reveal .close-button span {
  height: 100%!important;
}
.reveal-overlay .reveal .close-button span img {
  height: 47px;
  width: 47px;
}
/* ===============================
        Panzeri page CSS
==============================*/
.panzeri {
  font-family: 'AvenirLTPro-Medium';
}
.panzeri .section-header {
  z-index: 0;
}
.panzeri .section-header h2 {
  margin-bottom: 30px;
}
.panzeri .section-header .projectcontent a {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .panzeri .section-header .projectcontent a {
    color: #000000;
  }
}
.panzeri .section-header .projectcontent a.download-link {
  font-weight: 900;
  display: block;
  margin-top: 60px;
}
.panzeri .section-quote {
  min-height: 1100px;
}
@media (max-width: 1023px) {
  .panzeri .section-quote {
    min-height: unset;
  }
}
.panzeri .section-quote h3 {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .panzeri .section-quote h3 {
    padding-top: 100px;
    padding-right: 60%;
    width: 88%;
  }
}
@media (max-width: 639px) {
  .panzeri .section-quote h3 {
    padding-top: 350px;
    padding-right: 50px;
    width: 70%;
  }
}
.panzeri .section-quote img.right {
  padding-top: 80px;
  background-color: #f5f5f5;
}
@media (max-width: 1023px) {
  .panzeri .section-quote img.right {
    padding-top: 0;
  }
}
.pagecontent.error-404 {
  margin: 0;
  width: 100%;
}
.pagecontent.error-404 p {
  text-align: center;
}
@media (max-width: 639px) {
  .pagecontent.error-404 p {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .error-404-container {
    margin-top: 30px;
  }
}
.tjenester-section .tjenester-content a:hover,
.mellomtittel-content .backwardlink a:hover,
input[type=submit]:hover {
  cursor: pointer;
  background-color: #a2300a !important;
  color: #ffffff !important;
}
.nyeste-section .img-block {
  overflow: hidden;
}
.nyeste-section .img-block img {
  width: 100%;
}
.nyeste-section .img-block img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .tab-padding-right {
    padding-right: 39px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .tab-padding-left {
    padding-left: 33px !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .tab-pad-right {
    padding-right: 33px !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .lev-mobile-pad {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .mobile-padding {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.para-height p {
  line-height: 54px;
}
@media screen and (max-width: 39.9375em) {
  .para-height p {
    font-size: 18px;
    line-height: 33px;
  }
}
@media screen and (min-width: 40em) {
  .leverandorer-listing-content .section-title-wrap {
    height: auto !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-tablet {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .homepage .top-left .site-logo {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .homepage .top-left .site-logo {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .homepage .top-right .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .homepage .top-right .navbar-toggle {
    bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .homepage .top-right .navbar-toggle {
    bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .tjenester .page-wrap .page-header {
    margin-bottom: 24px;
  }
}
.pagesentry-om-oss .page-wrap .panel-page-content .para-height p {
  margin-bottom: 54px;
}
@media screen and (max-width: 39.9375em) {
  .pagesentry-om-oss .page-wrap .panel-page-content .para-height p {
    line-height: 33px;
    margin-bottom: 33px;
  }
}
.pagesentry-om-oss .page-wrap .panel-circular-links {
  margin-bottom: 90px;
  margin-top: 61px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pagesentry-om-oss .page-wrap .panel-circular-links {
    margin-top: 45px;
  }
}
@media screen and (max-width: 39.9375em) {
  .pagesentry-om-oss .page-wrap .panel-circular-links {
    margin-top: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .pagesentry-leverandører .page-wrap .page-header {
    margin-bottom: 34px;
  }
}
.pagesentry-leverandører .page-wrap .panel-leverandorer-circular-listing .grid-container .circular-block-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-leverandorer .page-header-image .produkter-image,
.single-prosjekter .page-header-image .produkter-image {
  padding: 0 !important;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .single-leverandorer .page-header-image .produkter-image img,
  .single-prosjekter .page-header-image .produkter-image img {
    height: 455px !important;
    margin-bottom: 63px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pagesentry-produkter .produkt-kategory-wrap .circular-block-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pdf-link {
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 63px;
  display: inline-block;
  position: relative;
  letter-spacing: 6.7px;
}
@media screen and (max-width: 39.9375em) {
  .pdf-link {
    margin-bottom: 30px;
  }
}
.pdf-link:hover {
  color: #a2300a;
}
@media screen and (min-width: 64em) {
  .padding-right {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .single-leverandorer .panel-featured-content .featured-content-text-wrap .bg-color {
    left: -20px;
  }
}
.page-header-content a {
  text-decoration: none;
}
