@charset "utf-8";
/*
* Resposiv CSS
* Copyright 2013 Thomas Wiken
* http://www.07interaktiv.no
*/
/* Browser Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body {
  width: auto;
  height: auto;
}
/* Text and article
*********************************/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #555;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}
h1, h2, h3, h4 {
  font-size: 44px;
  line-height: 48px;
  margin: 0 0 10px 0;
  color: #0a8dc9;
  font-weight: 300;
}
h2 {
  font-size: 24px;
  line-height: 32px;
}
h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  margin: 0 0 5px 0;
}
h4 {
  font-size: 19px;
  line-height: 27px;
  margin: 0 0 5px 0;
}
a {
  text-decoration: none;
  color: #0a8dc9;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 20px 0;
}
.text2 {
  font-size: 19px;
  line-height: 27px;
}
.title {
  position: relative;
  margin: 15px 0;
  text-align: center;
}
.title::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 17px;
  width: 100%;
  height: 1px;
  background: #c8e4f4;
}
.title span {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 10px;
  background: #FFF;
}
.container-fluid.blue .title span {
  background: #f1f5fa;
}
.article {
  max-width: 900px;
}
.article ul {
  margin: 5px 0 15px 20px;
  list-style-type: square;
  line-height: 21px;
}
.article ol {
  margin: 5px 0 15px 20px;
  list-style-type: decimal;
  line-height: 21px;
}
.top_pic, .bottom_pic, .left_pic, .right_pic {
  margin: 0 0 15px 0;
  display: block;
  overflow: hidden;
}
.top_pic {
  width: 100%;
}
.bottom_pic {
  width: 100%;
  margin: 15px 0;
}
.top_pic img, .bottom_pic img {
  width: 100%;
}
.left_pic {
  margin: 5px 10px 5px 0;
  float: left;
}
.right_pic {
  margin: 5px 0 5px 10px;
  float: right;
}
img {
  width: auto;
  max-width: 100%;
}
.map iframe {
  margin: 15px 0;
  width: 100%;
}
table {
  max-width: 100% !important;
}
@media screen and (max-width:760px) {
  .left_pic, .right_pic {
    width: 33%;
  }
}
/* Resonsiv page setup
*********************************/
#page {
  width: 100%;
  max-width: 1400px;
  background: #FFF;
  float: left;
}
.header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: visible !important;
  min-height: 93px;
  background: #FFF;
}
.front .header {
  box-shadow: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sticky .header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.sticky + .main-content {
  padding-top: 133px;
}
#ads {
  width: 100%;
  max-width: 230px;
  float: left;
  text-align: center;
}
#ads {
  position: relative;
  overflow: visible;
}
.extra-ads {
  position: absolute;
  right: -215px;
  top: 0px;
}
.adcontainer {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.ads-frame {
  text-align: center;
  margin: 50px 0;
  clear: both;
}
.ad-container {
  width: 100%;
  overflow: hidden;
  clear: both;
  display: inline-table;
}
.ad-container .ad {
  width: 19%;
  box-sizing: border-box;
  display: inline-block;
}
.ad-container .ad a {
  position: relative;
  width: 100%;
  height: 360px;
  display: block;
}
.ad-container .ad a img {
  max-width: 100%;
  max-height: 420px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
}
#slideshow {
  position: relative;
  width: 100%;
  height: 360px;
}
#slideshow > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  clear: both;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
}
.container-fluid.blue {
  background: #f1f5fa;
  padding-top: 30px;
  padding-bottom: 30px;
}
.container-fluid.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.search-frame {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  padding: 0 15px;
}
.search-frame form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30vh;
}
.search-frame form input {
  width: 80%;
  border-radius: 20px 0 0 20px;
  padding: 10px 25px;
  font-size: 22px;
  line-height: 40px;
}
.search-frame form button {
  width: 20%;
  height: 62px;
  font-size: 22px;
  border-radius: 0 20px 20px 0;
  color: #FFF;
  margin: 0;
}
.active-search, .active-nav {
  overflow: hidden;
}
.active-search .search-frame {
  display: block;
}
.sr-only {
  display: none;
}
@media screen and (max-width:1650px) {
  #page.adsframe {
    max-width: 1200px;
  }
}
@media screen and (max-width:1440px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  #page.adsframe {
    max-width: 980px;
  }
}
@media screen and (max-width:1220px) {
  #page.adsframe {
    max-width: 900px;
  }
  #ads {
    max-width: 200px;
  }
}
@media screen and (max-width:1100px) {
  #page.adsframe {
    max-width: 100%;
  }
  #ads {
    display: none;
  }
}
@media screen and (max-width:992px) {
  .header {
    min-height: 60px;
  }
  .ad-container .ad {
    width: 32%;
  }
  #slideshow {
    position: relative;
    height: 840px;
  }
  .search-frame {
    top: 60px;
  }
  .search-frame form input {
    font-size: 16px;
  }
  .sticky + .main-content {
    padding-top: 60px;
  }
}
@media screen and (max-width:600px) {
  .ad-container .ad {
    width: 49%;
  }
  .ad-container .ad a {
    height: 250px;
  }
  .ad-container .ad a img {
    max-height: 200px;
  }
  #slideshow {
    position: relative;
    width: 100%;
    height: 750px;
  }
}
.section {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sectionholder {
  width: auto;
  height: auto;
  overflow: hidden;
}
.w10, .w12, .w15, .w16, .w20, .w25, .w30, .w33, .w35, .w40, .w45, .w50, .w55, .w60, .w65, .w66, .w70, .w75, .w80, .w100 {
  width: 10%;
  height: auto;
  float: left;
  overflow: hidden;
  clear: none;
}
.w12 {
  width: 12.5%;
}
.w15 {
  width: 15%;
}
.w16 {
  width: 16.66%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w66 {
  width: 66.66%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w100 {
  width: 100%;
}
.holder {
  width: auto;
  overflow: hidden;
  padding: 10px;
  margin: 5px;
}
a.holder {
  display: block;
  text-decoration: none;
}
.top-line {
  background: #1d85ba;
}
.top {
  border-bottom: 1px solid #c8e4f4;
  background: #FFF;
  height: 40px;
}
.top form {
  float: right;
  width: 250px;
  height: 40px;
  line-height: 40px;
  display: none;
}
.top form.open {
  display: block;
  margin: 0 0 0 10px;
}
.top form input {
  border: none;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  width: 250px !important;
  float: left;
}
.top form label {
  display: none;
}
.legend, .legend a {
  color: #999;
}
.legend a.activeitem {
  color: #0a8dc9;
}
.maintop .sectionholder .maintop .holder {
  position: relative;
  width: auto;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  margin: 5px 5px 0 5px;
}
.maintop h1 {
  display: inline-block;
}
.maintop.flexslider .sectionholder {
  margin: 0;
  padding: 0;
}
.main .sectionholder {
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 15px;
}
.box .holder {
  position: relative;
  min-height: 60px;
  padding: 25px 10px;
  border: 1px solid #e9e9e9;
  border-bottom: 3px solid #e9e9e9;
  text-align: center;
}
.box h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
}
.box p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #0a8dc9;
  margin: 0;
}
.box i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #FFF;
  background: #0a8dc9;
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 2px 0 0 2px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.box img {
  max-width: 205px;
  max-height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.front-news {
  padding-bottom: 30px;
}
.text-center {
  text-align: center;
}
a.news {
  display: inline-block;
  text-decoration: none;
  color: #555;
}
.news .image {
  border: 1px solid #e9e9e9;
  overflow: hidden;
  margin: 5px;
}
.news .image img {
  width: 100%;
  max-height: 235px;
  float: left;
  object-fit: cover;
}
.newslist a.list_element {
  display: block;
  text-decoration: none;
  padding: 15px 15px 0 0;
  color: #555;
}
.newslist .link {
  float: right;
}
.newslist .link.left {
  float: left;
}
.newslist .text {
  overflow: hidden;
}
.date {
  width: 90px;
  height: 90px;
  margin: 0 20px 0 0;
  background: url(images/PEF_norge_date.png) no-repeat center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #FFF;
  tenxt-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  float: left;
}
.date strong {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  margin: 25px 0 0 0;
  display: block;
}
.kategori h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
}
.category a, .newsarchive a {
  padding: 0;
  display: block;
  border: 1px solid #e9e9e9;
  color: #555;
}
.newsarchive a {
  padding: 25px;
}
.newsarchive img {
  float: left;
  max-width: 120px;
  margin: 0 20px 0 0;
}
.category .text {
  padding: 25px;
  overflow: hidden;
}
.category .text h3 {
  margin: 0;
  display: block;
  display: -webkit-box;
  max-width: 400px;
  height: 27px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category .text p {
  margin: 0;
  display: block;
  display: -webkit-box;
  max-width: 400px;
  height: 66px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category img.cover {
  float: left;
  width: 34%;
  max-width: 300px;
  height: 150px;
  object-fit: cover;
}
.category .image {
  position: relative;
  float: left;
  width: 34%;
  max-width: 150px;
  height: 150px;
}
.category .image img {
  position: absolute;
  max-width: 140px;
  max-height: 140px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.category .holder {
  position: relative;
  overflow: hidden;
}
.category img.cover {
  height: 180px;
}	
.plus-article {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #0a8dc9;
  border: 1px solid #FFF;
  color: #FFF;
  width: auto;
  height: 30px;
  padding: 0 8px;
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
}
.news .image {
  position: relative;
}
.category .holder .plus-article span, .news .image .plus-article span {
  position: relative;
  top: -3px;
  font-size: 15px;
  font-weight: normal;
  display: none;
  margin-left: 5px;
}
.category .holder:hover .plus-article span, .news:hover .image .plus-article span {
  display: inline-block;
}
.listtop {
  border-bottom: 2px solid #e9e9e9;
  color: #0a8dc9;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}
.listbottom {
  background: #e9e9e9;
  text-align: right;
  font-weight: bold;
  color: #111;
  margin: 0 0 15px 0;
}
a.link.right {
  float: right;
  margin: 0 0 10px 10px;
}
.validate .holder {
  background: #efefef;
  margin: 15px 0;
  padding: 15px;
  border: 2px dotted #CCC;
  color: #555;
}
.validate .holder em {
  display: inine-block;
}
.validate .holder em:last-child {
  display: none;
}
.bottom, .bottom_logos {
  font-size: 14px;
  margin: 0 0 25px 0;
}
.bottom_logos {
  text-align: center;
}
.bottom_logos h4 {
  color: #555;
  font-size: 17px;
  margin: 0 0 20px 0;
}
.bottom_logos a {
  position: relative;
  width: 150px;
  height: 50px;
  text-align: center;
  display: inline-block;
  /*
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  */
}
/*
.bottom_logos a:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
*/
.bottom_logos img {
  max-width: 130px;
  max-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mob {
  display: none;
}
.pef-ung-logo {
  color: #555;
}
.pef-ung-logo img {
  width: 150px;
  max-width: 40%;
  color: #555;
  float: left;
  margin-top: -15px;
}
.pef-ung-logo p {
  overflow: hidden;
}
.FAQ .holder, .login .holder {
  background: #eeeeee;
  border: 1px solid #e9e9e9;
  border-bottom: 3px solid #e9e9e9;
  padding: 25px;
}
.activefaq textarea {
  height: 50px !important;
  min-height: inherit;
}
.activefaq.opentext textarea {
  height: auto !important;
}
.FAQform {
  display: none;
}
.FAQ .field {
  margin: 0px;
  border: none;
}
.opentext {
  display: block !important;
}
.faqitem .holder {
  position: relative;
  border: 1px solid #e9e9e9;
  border-bottom: 3px solid #e9e9e9;
  padding: 25px;
}
.experts {
  padding: 0 0 30px 0;
  overflow: hidden;
}
.experts input {
  display: none;
}
.experts li {
  width: 50%;
  float: left;
}
.experts label {
  background: #FFF;
  display: block;
  padding: 10px 15px;
  margin: 0 5px 5px 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}
.experts label .fa-check-circle {
  display: none;
}
.experts label i {
  color: #0a8dc9;
}
.experts label:hover, input.item-option-input:checked + div.item-option-icon label {
  cursor: pointer;
}
input.item-option-input:checked + div.item-option-icon label {
  background: #0a8dc9;
  color: #FFF !important;
}
.experts label:hover .fa-check-circle, input.item-option-input:checked + div.item-option-icon label .fa-check-circle {
  display: inline-block;
}
input.item-option-input:checked + div.item-option-icon label .fa-check-circle {
  color: #FFF;
}
.experts label:hover .fa-circle-o, input.item-option-input:checked + div.item-option-icon label .fa-circle-o {
  display: none;
}
.faqinfo .holder {
  border: none;
  padding: 25px 10px;
}
.faqinfo select {
  border: none;
  padding-right: 30px;
  height: 25px;
  line-height: 25px;
}
.validate {
  color: #0a8dc9;
  border-bottom: 2px solid #0a8dc9;
  display: inline-block;
}
.mypage li {
  overflow: hidden;
  display: block;
  line-height: 35px;
  padding: 0 10px;
  border-bottom: 1px solid #e9e9e9;
}
.mypage li.litop {
  border: 1px solid #e9e9e9;
  background: #f5f5f5;
}
.knowledge {
  position: relative;
  width: 445px;
  height: 445px;
  border-radius: 50%;
  object-fit: center;
  text-align: center;
  margin: 0 auto;
}
.knowledge .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(241,245,250,0.9);
  filter: grayscale(100%);
}
.knowledge .number-circle-1, .knowledge .number-circle-2, .knowledge .number-circle-3 {
  position: absolute;
  width: 150px;
}
.number-circle-1 { 
  left: 30px;
}
.number-circle-2 { 
  right: 30px;
}
.number-circle-3 { 
  left: 50%;
  top: 220px;
  margin-left: -85px;
}
.knowledge .number {
  width: 150px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #FFF;
  background: rgba(95,142,191,1);
  font-weight: 300;
  color: #FFF;
  font-size: 40px;
  line-height: 42px;
  padding-top: 50px;
  margin-bottom: 5px;
}
.knowledge .number-circle-2 .number {
  background: rgba(95,142,191,0.8);
}
.knowledge .number-circle-3 .number {
  background: rgba(95,142,191,0.9);
  padding-top: 40px;
  height: 110px;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (max-width:500px) {
  .knowledge {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
  }
  .knowledge .number {
    margin: 0 15px;
    width: 100px;
    height: 64px;
    border: 5px solid #FFF;
    font-size: 24px;
    line-height: 30px;
    padding-top: 36px;
  }
  .knowledge .number-circle-1, .knowledge .number-circle-2, .knowledge .number-circle-3 {
    width: 130px;
  }
  .knowledge .number-circle-3 .number {
    padding-top: 23px;
    height: 77px;
    font-size: 18px;
    line-height: 25px;
  }
  .number-circle-1 { 
    left: 0px;
  }
  .number-circle-2 { 
    right: 0px;
  }
  .number-circle-3 { 
    left: 50%;
    top: 160px;
    margin-left: -83px;
  }
}
@media screen and (max-width:1650px) {
  .category img {
    height: 170px;
  }
}
@media screen and (max-width:1440px) {
  .box .holder {
    min-height: 40px;
    padding: 10px;
  }
  .box h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .box p {
    font-size: 12px;
    line-height: 17px;
  }
  .box i {
    right: 5px;
    bottom: 5px;
    width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 10px;
    padding: 1px 0 0 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .box img {
    max-height: 50px;
  }
  .category img {
    height: 210px;
  }
}
@media screen and (max-width:1100px) {
  .newslist, .local {
    width: 100%;
  }
  .news {
    width: 100%;
  }
  .news .image {
    width: 30%;
    float: left;
  }
}
@media screen and (max-width:979px) {
  .category {
    width: 100%;
  }
  .category img {
    height: 150px;
  }
  .liweb {
    display: none;
  }
  .mypage .w15, .mypage .w25 {
    width: 33.33%;
  }
  .legend {
    display: none; 
  }
}
@media screen and (max-width:760px) {
  .w10 {
    width: 20%;
  }
  .w12 {
    width: 25%;
  }
  .w25 {
    width: 50%;
  }
  .w60, .w65, .w66, .w70, .w75, .w80, .full {
    width: 100% !important;
  }
  .top {
    height: 60px;
  }
  .top form {
    position: absolute;
    top: 70px;
    left: 10px;
    right: 10px;
    padding: 0 10px;
    width: auto;
    height: 40px;
    line-height: 40px;
    z-index: 999999;
    background: #FFF;
  }
  .top form input {
    width: 100%;
  }
  .main .sectionholder {
    border-left: none;
    padding: 5px;
  }
  .maintop .sectionholder {
    margin: 0;
    padding: 5px;
  }
  .bottom_logos {
    display: none;
  }
  .bottom {
    width: 100%;
    text-align: center;
  }
  .pef-ung-logo img {
    width: 150px;
    max-width: 40%;
    float: none;
    margin-top: inherit;
  }
}
@media screen and (max-width:550px) {
  .w33, .w35, .w40, .w45, .w50, .w55 {
    width: 100% !important;
  }
  .w25 {
    width: 50%;
  }
  .news .image {
    width: auto;
    float: none;
  }
  .category img.cover {
    height: 150px;
    width: 25%;
  }
  .web {
    display: none;
  }
  .listtop {
    display: none;
  }
  .mob {
    display: inline;
  }
}
@media screen and (max-width:360px) {
  .w10, .w12, .w15, .w16, .w20 {
    width: 50%;
  }
  .box {
    width: 100%;
  }
  .newsarchive img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
/* Logo
*********************************/
.logo {
  position: absolute;
  top: -30px;
  left: 10px;
  width: 150px;
  height: 150px;
  background: url(images/PEF_norge_logo.png) no-repeat #FFFFFF;
  background-size: auto 150px;
  display: block;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  -moz-box-shadow: 0 2px 2px #666;
  -webkit-box-shadow: 0 2px 2px #666;
  box-shadow: 0 2px 2px #666;
  z-index: 99;
}
.logo a {
  display: block;
  height: 150px;
  text-indent: -5000px;
  text-decoration: none;
}
.slogan {
  color: #0a8dc9;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  float: left;
  display: inline-block;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width:992px) {
  .logo {
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    background-size: auto 50px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .logo a {
    height: 50px;
  }
  .slogan {
    padding: 0 0 0 70px;
    line-height: 60px;
  }
}
@media screen and (max-width:400px) {
  .slogan {
    display: none;
  }
}
/* Mobilemenu
*********************************/
.button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  color: #1d85ba;
  text-align: center;
  float: right;
}
.searchbutton.mobile {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  display: none;
}
.fa-times {
  display: none !important;
}
.active .fa-times, .open .fa-times {
  display: inline-block !important;
  font-size: 30px;
}
.active .fa-bars, .open .fa-search {
  display: none !important;
}
.active-search .searchbutton .fa-search, .active-search .searchbutton .fa-times {
  display: inline-block !important;
}
.searchbutton {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  color: #FFF;
  float: right;
  cursor: pointer;
}
@media screen and (max-width:992px) {
  .button, .searchbutton.mobile {
    display: block;
    cursor: pointer;
    color: #1d85ba;
  }
  .searchbutton {
    display: none;
  }
}
/* Navigation
*********************************/
.logout {
  float: right;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  color: #FFF;
  margin-right: 20px;
}
.topnav {
  float: right;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
}
.topnav li {
  float: left;
}
.topnav li a {
  text-decoration: none;
  display: block;
  padding: 0 8px;
  color: #FFF;
}
.topnav li a:hover {
  text-decoration: underline;
}
.close {
  display: none;
}
.loginnav {
  margin: 0 !important;
  padding: 0;
  list-style-type: none !important;
  overflow: hidden;
}
.loginnav li {
  float: left;
  margin: 0 5px 5px 0;
}
.loginnav li a {
  border: 1px solid #e9e9e9;
  font-weight: 300;
  display: block;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.loginnav li a:hover {
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  text-decoration: none;
}
.loginnav li a.active {
  border: 1px solid #0a8dc9;
  background: #0a8dc9;
  color: #FFF;
}
.social {
  margin: 0 auto;
}
.social a {
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 20px;
  display: inline-block;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  background: #3c5a99;
  cursor: pointer;
}
.social a:hover {
  color: #0a8dc9 !important;
  background: #FFF !important;
}
.social b {
  display: none;
}
.social a.twitter {
  background: #5fa8dd;
}
.etabs {
  background: #0a8dc9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 15px 0;
}
.etabs li {
  float: left;
  border-left: 1px solid #1c9bd7;
  border-right: 1px solid #0d85be;
}
.etabs li:first-child {
  border-left: none;
}
.etabs li:last-child {
  border-right: none;
}
.etabs li.active, .etabs li a:hover {
  background: #0d85be;
}
.etabs li a {
  padding: 15px 20px;
  color: #FFF;
  text-decoration: none;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.left-nav {
  width: 24%;
  float: left;
  padding: 60px 0 0 0;
}
.left-nav ul, .left-nav h3 {
  margin-left: 10px;
  max-width: 80%;
}
.left-nav li {
  border-top: 1px solid #eee;
}
.left-nav li a {
  padding: 10px 0;
  display: inline-block;
}
.left-nav li a.active {
  font-weight: 700;
}
.left-nav ul ul a {
  padding: 10px 0 10px 20px;
}
.page-content {
  width: 76%;
  float: left;
  padding: 45px 0 60px 0;
}
.page-content.wide {
  width: 100%;
}
@media screen and (max-width:992px) {
  .left-nav {
    display: none
  }
  .page-content {
    width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}
@media screen and (min-width:992px) {
  body {
    overflow-x: hidden; /* Hindrer horisontal scrolling */
  }
  .nav {
    float: right;
  }
  .nav ul {
    margin: 20px 0;
  }
  .nav ul li {
    display: inline-block;
    margin: 10px;
  }
  .nav ul li a {
    position: relative;
  }
  .nav ul li a {
    font-size: 15px;
    line-height: 30px;
    color: #1d85ba;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    display: inline-block;
  }
  .nav ul li a:hover, .nav ul li a.active {
    color: #1d85ba;
    border-bottom: 2px solid #1d85ba;
  }
  .nav ul li ul {
    display: none;
    columns: 4;
  }
  .nav ul li ul li {
    display: block;
  }
  .nav > ul > li > a:hover::after,
  .nav > ul > li > a:active::after,
  .nav > ul > li:hover > a::after,
  .nav ul li ul:hover + a::after {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 12px solid #1d85ba;
    border-top: 0;
    z-index: 99;
  }
  .nav ul li:hover > ul,
  .nav ul li ul:hover {
    position: absolute;
    display: block;
    z-index: 98;
    background: #1d85ba;
    width: 100%;
    top: 60px;
    left: 0px;
    right: 0px;
    margin: 0;
    padding: 50px 15px;
    border-top: 10px solid #FFF;
    box-shadow: none;
  }
  .nav ul li ul::before, 
  .nav ul li ul::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    background: #1d85ba;
  }
  .nav ul li ul::after {
    left: 100%;
    right: -100%;
  }
  .nav ul li ul li {
    display: block;
    margin: 0;
  }
  .nav ul ul li a {
    color: #FFF;
    padding: 15px;
    border-radius: 5px;
    display: block;
  }
  .nav ul ul li a:hover {
    color: #FFF;
    background-color: rgba(255, 255, 255, .2);
  }
  .nav ul ul li a.active {
    color: #FFF;
    background-color: rgba(0, 0, 0, .2);
  }
}
@media screen and (min-width:1440px) {
  .nav ul li {
    margin: 10px 20px 10px 10px;
  }
  .nav ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width:992px) {
  .topnav {
    display: none;
  }
  .nav {
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background: rgba(29, 133, 186, 0.98);
    z-index: 9999;
    overflow: scroll;
  }
  .active-nav .nav {
    display: block;
  }
  .nav ul ul {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav ul ul li {
    background: rgba(255, 255, 255, 0.1);
  }
  .nav ul ul ul li {
    background: rgba(255, 255, 255, 0.1);
  }
  .nav ul li a {
    font-size: 18px;
    line-height: 20px;
    padding: 20px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }
  .nav ul ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px 10px 30px;
    font-weight: 400;
  }
  .nav ul ul ul li a {
    font-size: 14px;
    padding: 10px 10px 10px 50px;
  }
  .nav a.active {
    background: rgba(0,0,0,0.1);
  }
  .etabs li a {
    padding: 10px;
  }
  .logout {
    float: right;
    font-size: 13px;
    line-height: 30px;
    margin: 0 15px 0 0;
  }
  .loginnav {
    border-bottom: none;
  }
  .loginnav li a.active {
    background: #0a8dc9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width:550px) {
  .etabs li {
    float: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #1c9bd7;
    border-bottom: 1px solid #0d85be;
  }
  .etabs li:first-child {
    border-top: none;
  }
  .etabs li:last-child {
    border-bottom: none;
  }
  .etabs li a {
    padding: 15px;
    float: none;
    text-align: center;
  }
}
/* Links and buttons
*********************************/
.link, .pagenav a {
  width: auto;
  height: 30px;
  padding: 0 15px;
  margin: 0 10px 10px 0;
  line-height: 30px;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-shadow: 0px 1px 1px #0b6a97;
  -webkit-text-shadow: 0px 1px 1px #0b6a97;
  -moz-text-shadow: 0px 1px 1px #0b6a97;
  background: #0a8dc9;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.pagenav a {
  margin: 0 5px 5px 0;
}
.link:hover, .pagenav a:hover {
  background: #0d85be;
  text-shadow: 0px 3px 3px #0b6a97;
  -webkit-text-shadow: 0px 3px 3px #0b6a97;
  -moz-text-shadow: 0px 3px 3px #0b6a97;
  color: #ffff00;
  text-decoration: none;
}
.pagenav b {
  color: #ffff00;
}
.link i {
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  display: inline-block;
  margin: 2px 0 0 5px;
  float: right;
}
a:hover.link.buy {
  background: #1f944b;
}
/* Forms
*********************************/
form span {
  display: block;
  margin: 0 0 5px 0;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
  font-weight: 200;
  color: #111;
  width: auto;
  max-width: 100% !important;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  box-sizing: border-box;
}
.field {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #DDD;
  padding: 8px;
  margin: 0 10px 10px 0;
}
.field input[type="text"], .field input[type="password"], .field input[type="email"], .field textarea, .field select {
  width: 100%;
  border: none;
  float: left;
}
select {
  background: url(images/select.png) no-repeat;
  background-position: center right;
}
input[type="submit"], input:hover[type="submit"], input[type="button"], input:hover[type="button"], button, button:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  width: auto;
  height: 40px;
  padding: 0 15px;
  margin: 10px;
  line-height: 40px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-shadow: 0px 1px 1px #0b6a97;
  -webkit-text-shadow: 0px 1px 1px #0b6a97;
  -moz-text-shadow: 0px 1px 1px #0b6a97;
  border: none;
  background: #0a8dc9;
  display: inline-block;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  float: right;
}
button.buy {
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  background: #42b648;
}
input:hover[type="submit"], input:hover[type="button"], button:hover {
  background: #0d85be;
  text-shadow: 0px 3px 3px #0b6a97;
  -webkit-text-shadow: 0px 3px 3px #0b6a97;
  -moz-text-shadow: 0px 3px 3px #0b6a97;
}
textarea {
  height: auto;
  min-height: 100px;
}
form span {
  display: block;
  width: 100%;
}
.new-form {
  background: #f5fafd;
  border: 1px solid #c8e5f5;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.new-form label {
  display: none;
}
.new-form .holder {
  margin: 5px;
  padding: 0;
}
.new-form input[type="text"], .new-form input[type="password"], .new-form input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 400;
  border: 1px solid #c8e5f5;
}
.normal-form .holder {
  padding: 0 5px 5px 0;
}
.normal-form label {
  display: block;
}
.normal-form input[type="text"], .normal-form input[type="password"], .normal-form input[type="email"], .normal-form textarea, .normal-form select {
  box-sizing: border-box;
  width: 100%;
  display: block;
  line-height: 40px;
  padding: 0 15px;
  margin-right: 5px;
  font-weight: 400;
}
@media screen and (max-width:550px) {
  .new-form .w15 {
    width: 25% !important;
  }
  .new-form .w35 {
    width: 75% !important;
  }
}
/* Flexslider
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block !important;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  max-height: 530px;
  display: block;
  object-fit: cover;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(images/direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 15px;
  left: 50px;
}
.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
}
.flex-control-paging li a:hover {
  background: #FFF;
}
.flex-control-paging li a.flex-active {
  background: #FFF;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-direction-nav {
  display: none;
}
.maintop.flexslider .text {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.maintop.flexslider .text h1 {
  font-weight: 700;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.maintop.flexslider .text p {
  font-size: 18px;
  line-height: 27px;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.maintop.flexslider .link {
  margin: 5px;
  border: 2px solid #FFF;
  cursor: pointer;
  clear: both;
}
.shop.flexslider .slides {
  border: 1px solid #e9e9e9;
  margin: 5px;
}
.shop.flexslider img {
  width: auto;
  height: auto;
  float: right;
}
.slide-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
}
.campaignsymbol {
  width: 205px;
  height: 205px;
  top: -10px;
  left: -10px;
  position: absolute;
  background: url(images/PEF_norge_kampanje.png) no-repeat;
}
@media screen and (max-width:767px) {
  .maintop.flexslider .text {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .maintop.flexslider .text h1 {
    font-size: 30px;
    margin: 0;
  }
  .maintop.flexslider .text p {
    display: none;
  }
  .flex-control-nav {
    display: none;
  }
}
@media screen and (max-width:650px) {
  .shop.flexslider .slides {
    border: none;
  }
  .shop.flexslider .text {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 20px 10px;
  }
  .shop.flexslider img {
    float: none;
    width: 100%;
    border: 1px solid #e9e9e9;
  }
  table input {
    width: 100% !important;
  }
}
/* Transition
*********************************/
.showbasket i, .basket {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media print {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }
  :focus {
    outline: 0;
  }
  ins {
    text-decoration: none;
  }
  del {
    text-decoration: line-through;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  html, body {
    width: auto;
    height: auto;
  }
  /* Text and article
  *********************************/
  body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #555;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
  }
  h1, h2, h3, h4 {
    font-size: 44px;
    line-height: 48px;
    margin: 0 0 10px 0;
    color: #0a8dc9;
    font-weight: 300;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 27px;
    margin: 0 0 5px 0;
  }
  h4 {
    font-size: 19px;
    line-height: 27px;
    margin: 0 0 5px 0;
  }
  a {
    text-decoration: none;
    color: #0a8dc9;
  }
  a:hover {
    text-decoration: underline;
  }
  p {
    margin: 0 0 20px 0;
  }
  .text2 {
    font-size: 19px;
    line-height: 27px;
  }
  .title {
    margin: 0;
    border-bottom: 1px solid #c8e4f4;
  }
  .title span {
    margin: 0 0 -1px 0;
    padding: 0 5px 1px 0;
    background: #FFF;
  }
  .article ul {
    margin: 5px 0 15px 20px;
    list-style-type: square;
    line-height: 21px;
  }
  .article ol {
    margin: 5px 0 15px 20px;
    list-style-type: decimal;
    line-height: 21px;
  }
  .top_pic, .bottom_pic, .left_pic, .right_pic {
    margin: 0 0 15px 0;
    display: block;
    overflow: hidden;
  }
  .top_pic {
    width: 100%;
  }
  .bottom_pic {
    width: 100%;
    margin: 15px 0;
  }
  .top_pic img, .bottom_pic img {
    width: 100%;
  }
  .left_pic {
    margin: 5px 10px 5px 0;
    float: left;
  }
  .right_pic {
    margin: 5px 0 5px 10px;
    float: right;
  }
  img {
    width: auto;
    max-width: 100%;
  }
  @media screen and (max-width:760px) {
    .left_pic, .right_pic {
      width: 33%;
    }
  }
  /* Resonsiv page setup
  *********************************/
  #page {
    width: 100%;
    max-width: 900px;
    background: #FFF;
    float: left;
  }
  #ads {
    display: none;
  }
  .section {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .sectionholder {
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .w10, .w12, .w15, .w16, .w20, .w25, .w30, .w33, .w35, .w40, .w45, .w50, .w55, .w60, .w65, .w66, .w70, .w75, .w80, .w100 {
    width: 10%;
    height: auto;
    float: left;
    overflow: hidden;
    clear: none;
  }
  .w12 {
    width: 12.5%;
  }
  .w15 {
    width: 15%;
  }
  .w16 {
    width: 16.66%;
  }
  .w20 {
    width: 20%;
  }
  .w25 {
    width: 25%;
  }
  .w30 {
    width: 30%;
  }
  .w33 {
    width: 33.33%;
  }
  .w35 {
    width: 35%;
  }
  .w40 {
    width: 40%;
  }
  .w45 {
    width: 45%;
  }
  .w50 {
    width: 50%;
  }
  .w55 {
    width: 55%;
  }
  .w60 {
    width: 60%;
  }
  .w65 {
    width: 65%;
  }
  .w66 {
    width: 66.66%;
  }
  .w70 {
    width: 70%;
  }
  .w75 {
    width: 75%;
  }
  .w80 {
    width: 80%;
  }
  .w100 {
    width: 100%;
  }
  .holder {
    width: auto;
    overflow: hidden;
    padding: 10px;
    margin: 5px;
  }
  a.holder {
    display: block;
    text-decoration: none;
  }
  .top {
    display: none;
  }
  .legend, .legend a {
    color: #999;
  }
  .legend a.activeitem {
    color: #0a8dc9;
  }
  .maintop h1 {
    display: inline-block;
  }
  .maintop.flexslider .sectionholder {
    margin: 0;
    padding: 0;
  }
  .main .sectionholder {
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .box .holder {
    position: relative;
    min-height: 60px;
    padding: 25px 10px;
    border: 1px solid #e9e9e9;
    border-bottom: 3px solid #e9e9e9;
    text-align: center;
  }
  .box h3 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    margin: 0;
  }
  .box p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #0a8dc9;
    margin: 0;
  }
  .box i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #FFF;
    background: #0a8dc9;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 2px 0 0 2px;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .box img {
    max-width: 205px;
    max-height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  a.news {
    display: inline-block;
    text-decoration: none;
    color: #555;
  }
  .news .image {
    border: 1px solid #e9e9e9;
    overflow: hidden;
    margin: 5px;
  }
  .news .image img {
    width: 100%;
    float: left;
  }
  .newslist a.list_element {
    display: block;
    text-decoration: none;
    padding: 15px 15px 0 0;
    color: #555;
  }
  .newslist .link {
    float: right;
  }
  .newslist .text {
    overflow: hidden;
  }
  .date {
    width: 90px;
    height: 90px;
    margin: 0 20px 0 0;
    background: url(images/PEF_norge_date.png) no-repeat center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #FFF;
    tenxt-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    float: left;
  }
  .date strong {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin: 25px 0 0 0;
    display: block;
  }
  .kategori h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: none;
    margin: 0;
  }
  .category a {
    padding: 0;
    display: block;
    border: 1px solid #e9e9e9;
    color: #555;
  }
  .category .text {
    padding: 25px;
    overflow: hidden;
  }
  .category .text p {
    margin: 0;
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 109.2px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
    text-overflow: ellipsis;
  }
  .category img {
    float: left;
    width: 34%;
    max-width: 300px;
    height: 150px;
    object-fit: cover;
  }
  .product {
    text-align: center;
  }
  .product h4 {
    font-size: 25px;
    margin: 10px 0;
    color: #333;
  }
  .product .link {
    padding: 0;
    width: 80%;
    min-width: 160px;
    text-align: center;
  }
  .product .link i {
    float: none;
  }
  .product .image {
    width: auto;
    height: 210px;
    position: relative;
    display: block;
    border: 1px solid #e9e9e9;
  }
  .product .image img {
    max-width: 210px;
    max-height: 210px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .product .campaignsymbol {
    width: 75px;
    height: 75px;
    top: -4px;
    left: -4px;
    background-size: contain;
  }
}
#calendar {
  margin: 0 5px 15px 5px;
}
#calendar button.fc-button {
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  border: 1px solid #CCC;
  color: #0a8dc9;
}
#calendar button:hover.fc-button {
  border: 1px solid #FFF;
  color: #FFF;
}
#calendar .fc-center h2 {
  text-transform: uppercase;
}
#calendar .fc-day-header {
  color: #FFF;
  background: #0a8dc9;
  padding: 5px;
}
#calendar .fc-event {
  background: #0a8dc9;
  padding: 10px;
  line-height: auto;
}
#calendar .fc-day-grid-event .fc-content {
  white-space: normal;
  overflow: visible;
}
@media screen and (max-width:760px) {
  #calendar {
    display: none;
  }
}
.gdpr-form {
  width: 92%;
  max-width: 450px;
  background: #f5fafd;
  border: 1px solid #c8e5f5;
  padding: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.gdpr-form label {
  font-weight: bold;
}
.gdpr-form label span {
  font-weight: normal;
  width: auto;
  display: inline;
}
.gdpr-form input, .gdpr-form button {
  width: 100%;
  margin: 5px 0;
  height: auto;
}
.gdpr-form button {
  line-height: 17px;
  padding: 15px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-success, .table-success > th, .table-success > td {
  background-color: #dff0d8;
}
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #d9edf7;
}
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f2dede;
}
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th, .table-inverse td, .table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

/* Landing page */
.landing-page .table {
  margin: 50px 0;
}
.landing-page .table th, .landing-page .table td {
  padding: 25px 0;
  vertical-align: middle;
  border-top: none;
  color: #000;
}
.landing-page .table td:first-child {
  width: 175px;
  text-align: center;
  color: #1d85ba;
  font-weight: bold;
  font-size: 19px;
  line-height: 27px;
}
.landing-page .table p {
  margin: 0;
}
.landing-page .table p strong {
  color: #1d85ba;
  font-size: 19px;
  line-height: 27px;
}
.landing-page .table tr:hover {
  background: #1d85ba;
  color: #FFF !important;
  cursor: default !important;
}
.landing-page .table tr:hover p, .landing-page .table tr:hover strong, .landing-page .table tr:hover td:first-child {
  color: #FFF !important;
}

/* Aktivitetsbank */
.activity {
  background-color: #f1f5fa;
  overflow: hidden;
}
.filter {
  width: 24%;
  float: left;
  padding: 60px 0 0 0;
}
.filter-button {
  display: none; 
}
.filter-wrapper {
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.filter-wrapper h2 {
  margin: 0px 10px 10px;
  color: #1e73be;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}
.divider {
  width: 50px;
  height: 2px;
  margin-left: 10px;
  background-color: #1e73be;
}
.filter-wrapper h3 {
  margin:20px 10px 10px;
  color: #1e73be;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}
.filter-wrapper li {
  position: relative;
  margin-bottom: 0px;
  padding-left: 0px;
  border-top: 1px solid #eee;
  height: 44px;
}
.filter-wrapper li a {
  overflow: hidden;
  margin-bottom: -5px;
  padding-left: 35px;
  cursor: pointer;
  font-weight: normal;
  color: #555;
  font-size: 17px;
  line-height: 44px;
  display: block;
}
.filter-wrapper li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.filter-wrapper li a .fa-check {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: block;
  color: #FFF;
}
.filter-wrapper li a:hover .fa-check {
  border-color: #1e73be;
}
.filter-wrapper li a.checked .fa-check {
  border-color: #1e73be;
  background-color: #1d85ba;
}
.filter-content {
  width: 76%;
  float: left;
  padding: 45px 0 60px 0;
}
.filter-content li {
  margin: -10px -20px;
  padding: 10px 20px;
}
.activity-item {
  display: block;
  margin-top: 20px;
  padding: 30px 30px 20px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
  color: #555;
  overflow: hidden;
}
.activity-item:hover {
  box-shadow: 0 5px 10px 0 rgb(30 115 190 / 20%);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.activity-item img {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  float: left;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.activity-item h2 {
  margin-top: 0px;
  color: #1e73be;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
}
.activity-tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 50px;
  background-color: #f5f5f5;
  color: #666;
  text-transform: capitalize;
}
.search-info {
  margin: 0px 0 10px 0;
  font-size: 19px;
  line-height: 27px;
}
.page-nav {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.page-nav ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: auto;
}
.page-nav ul li {
  display: inline-block;
}
.page-nav ul li .page-nav-link {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  border-radius: 50px;
  display: block;
  border: 1px solid #CCC;
  margin: 2px;
  text-decoration: none !important;
}
.page-nav ul li .page-nav-link:hover,
.page-nav ul li.activepage_True .page-nav-link {
  border-color: #1e73be;
  background-color: #1e73be;
  color: #FFF;
}
.activity-right {
  width: 24%;
  float: right;
  padding: 60px 0 0 0;
}
.activity-right-wrapper {
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.activity-right h2 {
  margin: 0px 10px 10px;
  color: #1e73be;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}
.divider {
  width: 50px;
  height: 2px;
  margin-left: 10px;
  background-color: #1e73be;
}
.activity-right h3 {
  margin:20px 10px 10px;
  color: #1e73be;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}
.activity-right li {
  position: relative;
  margin-bottom: 0px;
  padding-left: 0px;
  border-top: 1px solid #eee;
  min-height: 44px;
}
.activity-right li a {
  overflow: hidden;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  font-weight: normal;
  color: #1e73be;
  font-size: 17px;
  line-height: 24px;
  display: block;
}
.activity-right li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.activity-right li a .fa-long-arrow-right {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 16px;
  height: 16px;
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  display: block;
}
.activity-content {
  width: 76%;
  float: left;
  padding: 45px 0 60px 0;
}
.activity-content .holder {
  margin-right: 30px;
}
.activity-content img {
  margin-bottom: 20px;
}
.ingress {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.filter-content li {
  margin: -10px -20px;
  padding: 10px 20px;
}
.employee-img {
  width: 225px;
  padding: 20px 10px 0;
  margin-bottom: -10px;
}
.employee-title {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 19px;
  font-weight: 300;
}
.employee-info {
  margin-bottom: 0px;
  padding: 0 10px;
  font-size: 15px;
  display: block;
}
.backlink {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 50px;
  background-color: #1e73be;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  font-weight: 300;
  text-decoration: none;
}
.likeperson {
  position: relative; 
}
.likeperson img {
  border: 1px solid #ddd; 
}
.like-header {
  overflow: hidden;
}
.sitat {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  font-style: italic;
}
.like-body {
  overflow: hidden;
  width: 100%;
  height: 0px;
}
.like-body.show {
  height: auto;
}
.like-body-content {
  margin-top: 30px;
}
.more-button {
  position: absolute;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  display: inline-block;
  margin-bottom: 0px;
  padding: 9px 25px 11px 20px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #1e73be;
  border-radius: 30px;
  color: #1e73be;
  cursor: pointer; 
}
.likeperson:hover .more-button {
  background: #1e73be;
  color: #ffffff;
}
.likeperson .more-button .icon {
  float: right;
  position: relative;
  top: 3px;
  left: 8px;
  width: 15px;
  text-align: right;
  line-height: 15px;
  height: 15px;
  text-align: center;
}
.likeperson .fa-chevron-down {
  display: none;
}
.likeperson .fa-chevron-down {
  display: none;
}
.likeperson .like-header.show .fa-chevron-down {
  display: block;
}
.likeperson .like-header.show .fa-chevron-right {
  display: none;
}
.filter-wrapper .checkbox {
  position: relative;
  margin-bottom: 0px;
  padding-left: 0px;
  border-top: 1px solid #eee;
  height: 44px;
}
.filter-wrapper .checkbox label {
  overflow: hidden;
  margin-bottom: -5px;
  padding-left: 35px;
  cursor: pointer;
  font-weight: normal;
  color: #555;
  font-size: 17px;
  line-height: 44px;
  display: block;
}
.filter-wrapper .checkbox input {
  display: none;
}
.filter-wrapper .checkbox .fa-check {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: block;
  color: #FFF;
}
.filter-wrapper .checkbox:hover .fa-check {
  background: #ddd;
}
.filter-wrapper .checkbox input:checked {
  border-color: #1e73be;
  background-color: #1d85ba;
  display: none;
}
.filter-wrapper .checkbox input:checked + label .fa-check {
  border-color: #1e73be;
  background-color: #1d85ba;
}
.filter-wrapper button {
  display: block;
  float: none;
  width: 100%;
  padding: 5px 0;
  height: auto;
  background-color: #1e73be;
  text-shadow: none;
}
.filter-wrapper button:hover {
  background-color: #222;
}
@media screen and (max-width: 1200px) {
  .filter {
    width: 34%;
  }
  .filter-content {
    width: 66%;
  }
  .activity-right {
    width: 34%;
  }
  .activity-content {
    width: 66%;
  }
}
@media screen and (max-width: 992px) {
  .filter, .filter-content {
    width: 100%;
    float: none;
    padding: 5px 0;
  }
  .filter-button-wrapper {
    position: relative;
    width: auto;
    margin: 0 15px;
  }
  .filter-button {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    line-height: 40px;
    margin-bottom: -50px;
    border-radius: 50px;
    padding: 0 15px;
    background-color: #1e73be;
    color: #FFF;
    cursor: pointer;
  }
  .filter-button .close {
    display: none;
  }
  .filter-button.active .close {
    display: inline;
  }
  .filter-button.active .open {
    display: none;
  }
  .filter-wrapper {
    margin: 0 15px;
    display: none;
  }
  .active-filter .filter-wrapper {
    display: block;
  }
  .activity-right, .activity-content {
    width: 100%;
    float: none;
    padding: 5px 0;
  }
  .activity-content .holder {
    margin: 5px;
  }
  .activity-right-wrapper {
    margin: 15px;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .activity-item {
    text-align: center;
  }
  .activity-item img {
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    float: none;
  }
  .like-header {
    padding-bottom: 60px;
    position: relative;
  }
  .more-button {
    left: 30%;
    top: inherit;
    right: 30%;
    bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .more-button {
    left: 10px;
    right: 10px;
  }
}
#langnav {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 16px;
  font-size: 16px;
}
#langnav li {
  display: block;
  padding: 0 10px 5px 10px;
  border-left: 1px solid #CCC;
  float: left;
}
#langnav li a.active {
  color: #555;
  font-weight: bold;
}
#langnav::before {
  position: absolute;
  top: 2px;
  left: 0px;
  font-family: FontAwesome;
  content: '\f0ac';
  color: #555;
}
