@charset "UTF-8";
.spacer {
  height: var(--space-sm);
}

@media (min-width: 640px) {
  .spacer {
    height: var(--space-sm);
  }
}
@media (min-width: 768px) {
  .spacer {
    height: var(--space-md);
  }
}
@media (min-width: 1024px) {
  .spacer {
    height: var(--space-lg);
  }
}
@media (min-width: 1280px) {
  .spacer {
    height: var(--space-xl);
  }
}
.textscroll {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 56px;
  position: relative;
  overflow: hidden;
  background-color: #FFF59B;
  z-index: 1;
}
.textscroll .scroller {
  margin: 0;
  height: 100%;
  font-size: 0;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.textscroll .scroller span {
  margin: 0;
  padding: 0 88px;
  font-size: 24px;
  line-height: 56px;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 991px) {
  .textscroll {
    height: 44px;
  }
  .textscroll .scroller span {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 44px;
  }
}
.inngang {
  padding: 0;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 40px;
}
.inngang a,
.inngang span {
  margin: 0px 0px 30px 0px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #352727;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.inngang a > img,
.inngang span > img {
  padding-top: 0;
}
.inngang img {
  padding: 30px 30px 0px 30px;
}
.inngang h3 {
  margin: 0px 0px 30px 0px;
  padding: 0px 30px 0px 30px;
  font-size: 32px;
  line-height: 38px;
}
.inngang .content {
  border-radius: 40px;
}
.inngang .content .text {
  margin: 0;
  padding: 30px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
}

@media (max-width: 767px) {
  .inngang img {
    max-height: 250px;
    object-fit: contain;
  }
}
.calltoaction.right {
  float: right;
}
.calltoaction.center {
  margin: 0 auto;
}
.calltoaction.white .button {
  margin-bottom: 24px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #36292A;
  text-decoration: none;
  background: white;
  border: 1px solid #36292A;
  border-radius: 0;
}
.calltoaction.white .button:hover {
  text-decoration: underline;
}
.calltoaction.dark .button {
  color: white;
  background: black;
}
.calltoaction.red .button {
  color: #312627;
  background-color: #EC6855;
  border: solid 2px #36292A;
}
.calltoaction.red .button:hover {
  background-color: #F08677;
}
.calltoaction.transparent-red-border .button {
  color: #312627;
  background: transparent;
  border: solid 2px #C7431A;
}
.calltoaction.transparent-red-border .button:hover {
  background-color: rgba(236, 104, 85, 0.2);
}
.calltoaction .button {
  margin-bottom: 15px;
  padding: 16px 24px 16px 24px;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
  display: inline-block;
}

.example {
  text-align: center;
}
.example img {
  object-fit: cover;
}
.example .mobile {
  display: none;
}

@media (max-width: 767px) {
  .example .desktop {
    display: none;
  }
  .example .mobile {
    display: inline-block;
  }
}
.threesteps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.threesteps .step {
  padding: 36px 18px 0px 18px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  flex-basis: 33.33333%;
  flex-shrink: 0;
  border-top: solid 1px #36292A;
  position: relative;
}
.threesteps .step.first:before {
  content: "";
  width: 45%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #FFF59B;
}
.threesteps .step.first:after {
  content: "1";
  position: absolute;
  width: 26.53px;
  height: 26px;
  left: 45%;
  top: -13px;
  background: #EC6855;
  border-radius: 16px;
}
.threesteps .step.second:after {
  content: "2";
  position: absolute;
  width: 26.53px;
  height: 26px;
  left: 45%;
  top: -13px;
  background: #389ADB;
  border-radius: 16px;
}
.threesteps .step.third:before {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  right: 0;
  top: -1px;
  background-color: #FFF59B;
}
.threesteps .step.third:after {
  content: "3";
  position: absolute;
  width: 26.53px;
  height: 26px;
  left: 45%;
  top: -13px;
  background: #F39406;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .threesteps {
    flex-direction: column;
  }
  .threesteps .step {
    padding: 0px 0px 30px 30px;
    text-align: left;
    border-top: 0;
    border-left: solid 1px #36292A;
  }
  .threesteps .step:before {
    display: none;
  }
  .threesteps .step:after {
    left: -14px !important;
    top: 0px !important;
    text-align: center;
  }
  .threesteps .step.third:before {
    width: 1px;
    height: 100%;
    display: block;
    left: -1px;
    top: 0;
  }
}
.post-filter {
  margin-bottom: 60px;
  border-radius: 15px;
}
.post-filter.orange {
  padding: 30px;
}
.post-filter.blue {
  padding: 30px;
}
.post-filter.green {
  padding: 30px;
}
.post-filter .filter {
  margin-bottom: 30px;
}
.post-filter .filter label {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.2em;
}
.post-filter .filter select {
  font-size: 16px;
  padding: 8px 30px 8px 10px;
  line-height: 48px;
  border: 1px solid #d9dbdb;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 20px;
  border-radius: 2px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 145px center;
  background-position: calc(100% - 8px) center;
}
.post-filter .filter select:focus {
  border-color: black;
}
.post-filter .filter-buttons {
  margin-bottom: 15px;
}
.post-filter .filter-buttons .filter-btn {
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 700;
  background: black;
  color: white;
  border: none;
}
.post-filter .filter-buttons .filter-btn:hover {
  background: black;
}
.post-filter .sorting-container p {
  margin-bottom: 0;
  font-size: 18px;
}
.post-filter .sorting-container p .orderby-title {
  margin-right: 5px;
}
.post-filter .sorting-container p a {
  display: inline-block;
}
.post-filter .sorting-container p a.active {
  padding-right: 15px;
  font-weight: bold;
  background-size: 15px 10px;
  background-position: right center;
  background-repeat: no-repeat;
}
.post-filter .sorting-container p a.active.asc {
  background-image: url("../img/triangle-up.svg");
}
.post-filter .sorting-container p a.active.desc {
  background-image: url("../img/triangle-down.svg");
}
.post-filter input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: white;
  height: 40px;
  width: 40px;
  border: 1px solid #d9dbdb;
}
.post-filter input[type=checkbox]:checked {
  background: #892F43;
}
.post-filter input[type=checkbox]:hover {
  filter: brightness(90%);
}
.post-filter input[type=checkbox]:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.post-filter input[type=checkbox]:after {
  content: "";
  position: relative;
  left: 45%;
  top: 27%;
  width: 15%;
  height: 40%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
.post-filter input[type=checkbox]:checked:after {
  display: block;
}
.post-filter input[type=checkbox]:disabled:after {
  border-color: #7b7b7b;
}

.post-filter .filter-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.post-filter .filter-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: transparent url("../img/selectarrow.png") 50% no-repeat;
  background-size: 16px;
}
.post-filter .filter-wrapper select {
  margin: 0;
  padding: 0px 50px 0px 10px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.post-filter .filter-wrapper:last-of-type:after {
  display: none;
}
.post-filter .filter-wrapper:last-of-type input[type=search] {
  padding-left: 10px;
  background-color: inherit;
}
.post-filter .filter-wrapper:last-of-type input[type=submit] {
  border: 0;
  background-color: transparent;
}

a.vc_post_link {
  margin: 0px auto 40px auto;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: #36292A;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 200px;
  border: solid 1px #36292A;
}
a.vc_post_link:hover {
  color: #36292A;
}

.vc_posts.header h2 {
  margin: 0px 0px 24px 0px;
  font-size: 24px;
  font-weight: 700;
}

.articles {
  transition: all 0.5s ease;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
  /* Common styling */
}
.articles.news .nyhet {
  margin-bottom: 40px;
  display: flex;
  flex: 1;
  align-items: stretch;
}
.articles.news .nyhet a {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: #36292A;
  text-decoration: none;
  border: solid 1px #36292A;
}
.articles.news .nyhet a:hover {
  text-decoration: underline;
}
.articles.news .nyhet a img {
  margin-bottom: 24px;
}
.articles.statements .statement {
  margin-bottom: 40px;
  display: flex;
  flex: 1;
  align-items: stretch;
  background-color: #D8DEAE;
}
.articles.statements .statement:nth-of-type(even) {
  background-color: #CAE0E5;
}
.articles.statements .statement a {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex: 1 0 0;
  color: #36292A;
  text-decoration: none;
}
.articles.statements .statement a:hover {
  text-decoration: underline;
}
.articles.reports .report {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
}
.articles.reports .report a {
  text-decoration: none;
  color: #005A95;
}
.articles.reports .report a img {
  margin: 0px 0px 24px 0px;
}
.articles.reports .report a .date {
  color: #36292A;
}
.articles.reports .report a h3 {
  margin: 0px 0px 24px 0px;
}
.articles.reports .report a:hover {
  text-decoration: underline;
}
.articles .date {
  margin: 0px 0px 8px 0px;
  font-size: 14px;
  font-weight: 500;
}
.articles img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.articles h3 {
  margin: 0px 0px 16px 0px;
  font-size: 20px;
  font-weight: 500;
}
.articles p {
  margin: 0px 0px 16px 0px;
  font-size: 16px;
  line-height: 130%;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .articles.news .nyhet,
  .articles.news .statement,
  .articles.news .report, .articles.statements .nyhet,
  .articles.statements .statement,
  .articles.statements .report, .articles.reports .nyhet,
  .articles.reports .statement,
  .articles.reports .report {
    margin-bottom: 16px;
    flex: inherit;
  }
  .articles.news .nyhet:last-of-type,
  .articles.news .statement:last-of-type,
  .articles.news .report:last-of-type, .articles.statements .nyhet:last-of-type,
  .articles.statements .statement:last-of-type,
  .articles.statements .report:last-of-type, .articles.reports .nyhet:last-of-type,
  .articles.reports .statement:last-of-type,
  .articles.reports .report:last-of-type {
    margin-bottom: 24px;
  }
  .articles.news .nyhet a img,
  .articles.news .statement a img,
  .articles.news .report a img, .articles.statements .nyhet a img,
  .articles.statements .statement a img,
  .articles.statements .report a img, .articles.reports .nyhet a img,
  .articles.reports .statement a img,
  .articles.reports .report a img {
    max-height: inherit;
  }
}
:root {
  --orangeGradient: linear-gradient(277deg, rgba(223, 88, 52, 0.50) -1.52%, rgba(223, 88, 52, 0.00) 77.13%), #F3BA44;
}

.highlightedText {
  margin-bottom: 16px;
  padding: 32px;
  color: #36292A;
  display: flex;
  flex-direction: column;
}
.highlightedText a {
  color: #36292A;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.highlightedText a:hover {
  text-decoration: underline;
}
.highlightedText img {
  margin-bottom: 24px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}
.highlightedText h2 {
  margin: 0px 0px 16px 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.highlightedText p {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  flex-grow: 1;
}
.highlightedText .readmore,
.highlightedText svg {
  margin-top: 16px;
  font-size: 16px;
  display: inline-block;
}
.highlightedText.narrow {
  padding: 24px;
}
.highlightedText.orange.gradient {
  background: var(--orangeGradient);
}
.highlightedText.white {
  background: #FFFFFF;
  border: none;
}
.highlightedText.black-border {
  border: solid 2px #36292A;
}
.highlightedText.blue-border {
  border: solid 2px #CAE0E5;
}
.highlightedText.green-border {
  border: solid 2px #D8DEAE;
}
.highlightedText.green {
  color: #ffffff;
  background-color: #006D67;
}
.highlightedText.green a {
  color: #ffffff;
}
.highlightedText.green svg path {
  stroke: #ffffff;
}
.highlightedText.purple {
  color: #ffffff;
  background-color: #4A1B63;
}
.highlightedText.purple a {
  color: #ffffff;
}
.highlightedText.purple svg path {
  stroke: #ffffff;
}

.linksContainer {
  margin-bottom: 30px;
  padding: 32px;
}
.linksContainer h2 {
  margin: 0px 0px 16px 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.linksContainer.green {
  background-color: #D8DEAE;
}
.linksContainer.blue {
  background-color: #CAE0E5;
}
.linksContainer.simple {
  padding: 0;
}
.linksContainer .links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.linksContainer .links li {
  margin: 0px 0px 8px 0px;
  padding: 0;
}
.linksContainer .links li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  color: #005A95;
  display: flex;
  align-items: center;
}
.linksContainer .links li a svg {
  margin-right: 12px;
}
.linksContainer .links li a:hover {
  color: #36292A;
}

figure.standard-image {
  position: relative;
}
figure.standard-image.no-caption {
  margin-bottom: 30px;
}
figure.standard-image.center {
  text-align: center;
}
figure.standard-image.right {
  text-align: right;
}
figure.standard-image.no-margin {
  margin: 0;
}
figure.standard-image figcaption {
  padding: 15px 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: left;
}
figure.standard-image figcaption .fotograf {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
figure.standard-image figcaption .fotograf:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  figure.standard-image.center {
    text-align: left;
  }
}
.heading.center {
  text-align: center;
}
.heading .font-size-xl {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: normal;
}
.heading .font-size-lg {
  font-size: 32px;
  line-height: normal;
}
.heading .font-size-md {
  font-size: 28px;
  line-height: normal;
}
.heading .font-size-sm {
  font-size: 24px;
  line-height: normal;
}
.heading .font-size-xs {
  font-size: 20px;
  line-height: normal;
}
.heading .font-size-xxs {
  font-size: 16px;
  line-height: normal;
}
.heading .font-size-xxxs {
  font-size: 14px;
  line-height: normal;
}
.heading.noTopMargin > * {
  margin-top: 0;
}

@media (max-width: 767px) {
  .heading .font-size-lg {
    font-size: 24px;
  }
}
@font-face {
  font-family: "PoliteType";
  src: url("../fonts/PoliteType-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
/** Screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

*:focus-visible {
  outline-color: rgb(0, 95, 204) !important;
  outline-style: auto !important;
  outline-offset: 1px !important;
  outline-width: 1px !important;
}

.nav__language-btn:focus {
  color: #36292a;
  background-color: #fff59b;
  transition: 0.3s;
}

.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right !important;
}

.lang-dropdown {
  width: 140px;
}

.nav__logo {
  max-width: 223px;
  flex-shrink: 0;
}

.main-navigation .nav__container .menu_header {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
  list-style: none;
}
.main-navigation .nav__container .menu_header li a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 997px) {
  .main-navigation .nav__container .menu_header {
    display: none;
  }
}

.nav__mypage {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  border-left: solid 1px #000000;
}
.nav__mypage .nav__language-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.nav__mypage .nav__language-btn span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  transform: translateY(5px);
}
.nav__mypage:hover {
  transition: 1s;
  background-color: #fff59b;
}

.nav__dropdown {
  display: none;
  z-index: 99;
}
.nav__dropdown.is-open {
  display: block;
}

.nav__search {
  display: none;
}
.nav__search.is-open {
  display: block;
}

.accordion .accordion__header {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1.58;
  border: 0;
}
.accordion .accordion__header:focus {
  background-color: #FFF59B;
}

.contact__person img {
  max-width: 100% !important;
}

.post-container {
  max-width: 1200px;
}

article.category-uttalelser .post__content.numbers {
  counter-reset: list-number;
}
article.category-uttalelser .post__content.numbers > p:not(.noNumber),
article.category-uttalelser .post__content.numbers > div > p:not(.noNumber) {
  position: relative;
}
article.category-uttalelser .post__content.numbers > p:not(.noNumber):before,
article.category-uttalelser .post__content.numbers > div > p:not(.noNumber):before {
  counter-increment: list-number;
  content: "(" counter(list-number) ")";
  position: absolute;
  left: -40px;
  top: 0px;
  font-size: 16px;
  line-height: 31px;
  margin: 0px 10px 10px 0px;
  display: inline-block;
}

.box--fact .box__title {
  margin-top: 7px;
  font-size: 20px;
}
.box--fact p,
.box--fact li {
  font-size: 16px;
}

p.heading.h3 {
  margin: 7px 0px 2px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
}

.section--reports .article .article__figure img {
  object-fit: cover;
  height: 100%;
}

.box--related .box__title {
  margin-top: 0;
  font-size: 19px;
}

.contact__person-list .contact__person .contact__person-name {
  margin: 5px 0px 10px 0px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
}

table thead {
  font-weight: 500;
  background-color: inherit;
}

.wpb-content-wrapper {
  overflow: hidden;
}

#main .wpb-content-wrapper {
  overflow: initial;
}

.vc_row.vc_row-o-equal-height > .vc_column_container .wpb_wrapper {
  height: 100%;
  display: flex;
}

#content.children {
  color: #36292A;
}
#content.children h1,
#content.children h2,
#content.children h3,
#content.children h4,
#content.children h5,
#content.children h6,
#content.children .h1,
#content.children .h2,
#content.children .h3,
#content.children .h4,
#content.children .h5,
#content.children .h6 {
  margin-top: 0;
  font-family: "PoliteType", Roboto, sans-serif;
}
#content.children h2 {
  margin-bottom: 30px;
  font-size: 56px;
  line-height: 80px;
}
#content.children h3 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
}
#content.children p {
  font-size: 18px;
  line-height: 26px;
}
#content.children ul {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 15px;
  font-size: 18px;
  line-height: 26px;
}
#content.children .vc_tta-tabs .vc_tta-tabs-list {
  margin-bottom: 0;
}
#content.children .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:not(.vc_active) > a {
  background-color: inherit;
}
#content.children .vc_tta-tabs .vc_tta-panel-body {
  transition: none;
  transform: none;
}
#content.children #intro p {
  line-height: 27px;
}
#content.children .cross {
  padding: 64px 64px 64px 64px;
  background-color: #FFF59B;
}
#content.children .cross.upper {
  padding-bottom: 0;
}
#content.children .cross.upper .upperLeft {
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
#content.children .cross.upper .upperRight {
  padding-left: 60px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: solid 1px #000000;
}
#content.children .cross.lower {
  padding-top: 0;
}
#content.children .cross.lower .lowerLeft {
  padding-top: 40px;
  border-right: solid 1px #000000;
}
#content.children .cross.lower .lowerRight {
  padding-top: 40px;
  padding-left: 60px;
}
#content.children .cross .h1 {
  margin: 0px 0px 0px 0px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: #C7431A;
}
#content.children .cross .h1 a {
  color: #C7431A;
}
#content.children .cross .h2 {
  margin: 0px 0px 20px 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}
#content.children .cross h3 {
  margin: 0px 0px 20px 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}
#content.children .cross .vc_column-inner {
  padding-top: 0;
}
#content.children .cross .vc_column-inner .wpb_content_element {
  margin: 0;
}
#content.children .cross .vc_column-inner .wpb_wrapper .calltoaction {
  margin: inherit;
  align-self: center;
  width: 100%;
}
#content.children .wpforms-form {
  margin: 0;
  padding: 60px 100px 60px 100px;
  background-color: #FFFFFF;
  border: solid 1px #36292A;
}
#content.children .wpforms-form .wpforms-title {
  margin-bottom: 20px;
  font-family: "PoliteType", Roboto, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
#content.children .wpforms-form .wpforms-description {
  margin-bottom: 20px;
}
#content.children .wpforms-form .wpforms-field-label {
  font-weight: 500;
}
#content.children .wpforms-form .wpforms-field-label .wpforms-required-label {
  color: #389ADB;
}
#content.children .wpforms-form input[type=text],
#content.children .wpforms-form input[type=number] {
  padding: 0px 18px 0px 18px;
  font-size: 18px;
  line-height: 62px;
  font-weight: 500;
  width: 100%;
  height: 62px;
  border: solid 1px #36292A;
}
#content.children .wpforms-form input[type=text]::placeholder,
#content.children .wpforms-form input[type=number]::placeholder {
  color: rgba(54, 41, 42, 0.6);
}
#content.children .wpforms-form .wpforms-submit {
  margin-bottom: 15px;
  padding: 16px 48px 16px 48px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #312627;
  display: block;
  background-color: #EC6855;
  border: solid 2px #36292A;
  border-radius: 40px;
}
#content.children .wpforms-form .wpforms-submit:hover {
  background-color: #F08677;
}
#content.children .wpforms-container .wpforms-confirmation-container-full {
  margin: 0;
  padding: 60px 100px 60px 100px;
  border: solid 1px #36292A;
  background-color: #FFFFFF;
}
#content.children .wpforms-container .wpforms-confirmation-container-full h1 {
  margin: 0px 0px 30px 0px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
#content.children .wpforms-container .wpforms-confirmation-container-full h2 {
  margin: 0px 0px 30px 0px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
#content.children .wpforms-container .wpforms-confirmation-container-full p {
  margin: 0px 0px 20px 0px;
}
#content.children .wpforms-container .wpforms-confirmation-container-full .calltoaction {
  padding-top: 30px;
}

#children-top {
  border-bottom: solid 1px #000000;
}
#children-top .inverted {
  color: #FFFFFF;
  background-color: #312627;
}
#children-top .vc_column-inner .wpb_content_element {
  margin-bottom: 0;
  text-align: center;
}
#children-top .vc_column-inner .wpb_content_element p {
  margin: 0;
  font-size: 24px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.area-boxes-3 .area-box {
  flex-direction: column;
}
.area-boxes-3 .area-box .area-box__desc {
  flex-grow: 1;
}

.section--reports .article.new .figure {
  width: 50%;
  max-width: 300px;
}
.section--reports .article.new .report__header {
  background-image: url(/wp-content/themes/sivilombudsmannen/build/images/footer_bg.svg);
  background-size: auto 50%;
  background-position: bottom;
  background-repeat: repeat-x;
  width: 50%;
  flex-grow: 1;
  padding-bottom: 60px;
  display: inline-block;
}
.section--reports .article.new .report__header h2 {
  margin: 0px 0px 30px 0px;
}
.section--reports .article.new .report__header .btn {
  margin: 0px 0px 30px 0px;
  width: 100%;
}
.section--reports .links {
  width: 100%;
}

.post-container {
  padding-left: 0;
  padding-right: 0;
}

/* Seksjon med gradiente rammer */
section.borders {
  padding: 50px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(54, 41, 42) 15%, rgb(54, 41, 42) 85%, rgb(255, 255, 255) 100%) 1 100%;
}
section.borders.narrow {
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 0;
}
section.borders.narrow .frontpagehero {
  margin-left: -32px;
  margin-right: -32px;
}
section.borders.narrow .frontpagehero .wpb_column.border.gradient.right {
  border-right-width: 1px;
  border-right-style: solid;
  border-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(54, 41, 42) 15%, rgb(54, 41, 42) 100%) 1 100%;
}
section.borders.narrow .frontpagehero .wpb_column .vc_column-inner {
  padding-left: 32px;
  padding-right: 32px;
}
section.borders.narrow .frontpagehero .wpb_column .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
section.borders.narrow .linksContainer.simple {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
section.borders.narrow .linksContainer.simple .links li a {
  font-size: 16px;
}
section.borders.narrow .linksContainer.simple .links li a svg {
  width: 11px;
}
section.borders.narrow .linksContainer.simple .btn {
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  align-self: center;
  font-size: 18px;
  font-weight: 700;
  color: #36292A;
  border: solid 1px #36292A;
}
section.borders .heading p {
  margin: 0px 0px 16px 0px;
  font-weight: 500;
}
section.borders .heading h1 {
  margin: 0px 0px 24px 0px;
}
section.borders figure {
  margin: 0;
}
section.borders figure.mainImage {
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 0;
}

/* Seksjon med innganger til Veiledningshefter */
.vc_section .veiledningshefter {
  padding: 56px 41px 21px 41px;
  border: solid 1px #36292A;
}
.vc_section .veiledningshefter h2 {
  margin: 0px 0px 16px 0px;
}
.vc_section .veiledningshefter p {
  font-size: 16px;
  line-height: 130%;
}

/* Smal brødtekst i artikler */
body.single-post article.post > header {
  margin: 0 auto;
  max-width: 650px;
}
body.single-post article.post > header .post__excerpt {
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
}
body.single-post article.post > .container {
  margin: 0 auto;
  max-width: 650px;
}
body.single-post article.post > .container .post__content {
  font-size: 16px;
}

.video__container .video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video__container .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.footer .social__icons a svg {
  width: 35px;
  height: 35px;
}
.footer .social__icons a:hover svg {
  fill: #ec6608;
}
.footer .social__icons a.linkedin svg circle {
  fill: #0076B4;
}
.footer .social__icons a.linkedin:hover svg circle {
  fill: #ec6608;
}

/* Typography */
h1,
.h1,
.title {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  line-height: normal;
  font-weight: 700;
}

h2,
.h2,
.post__content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
}

h3,
.h3,
.post__content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
}

h4,
.h4,
.post__content h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}

h5,
.h5,
.post__content h5 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

body.single-post article.post > header .post__excerpt,
body.single-post article.post > header .post__excerpt p,
.post__excerpt,
.post__excerpt p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
}

body,
p,
body.single-post article.post > .container .post__content,
.post__content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

button,
.btn,
a.vc_post_link {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}

a.button {
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
}

@media (max-width: 1200px) {
  #content .children #children-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #content .children #children-top .vc_col-sm-3 {
    width: 100%;
    text-align: center;
  }
  #content .children #children-top .vc_col-sm-9 {
    padding: 15px 0px 15px 0px;
    width: 100%;
  }
  #content .children #children-top .vc_col-sm-9 p {
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  body.single-post article.post {
    padding-top: 25px;
  }
  body.single-post article.post > header .post__excerpt {
    font-size: 18px;
  }
  .container {
    margin: 0px 32px !important;
  }
  .nav__mypage {
    display: none;
  }
  article.category-uttalelser .post__content.numbers p:not(.noNumber):before {
    margin-bottom: 0;
    position: inherit;
    left: 0;
    top: 0;
    font-weight: 500;
    line-height: 25px;
  }
  .nav__icon i.fi {
    margin-bottom: 0;
  }
  .nav__icon span {
    display: block;
    font-size: 12px;
    transform: translateY(5px);
  }
  #content .children h2 {
    font-size: 32px;
    line-height: 42px;
    text-align: left !important;
  }
  #content .children h3 {
    font-size: 24px;
    line-height: 34px;
    text-align: left !important;
  }
  #content .children .cross {
    padding: 24px 24px 24px 24px;
  }
  #content .children .cross.upper .upperLeft {
    padding-bottom: 24px;
    border-right: 0;
  }
  #content .children .cross.upper .upperRight {
    padding: 24px 0px 24px 0px;
    text-align: left;
  }
  #content .children .cross.upper .upperRight .calltoaction {
    text-align: left;
  }
  #content .children .cross.lower .lowerLeft {
    padding-top: 24px;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: solid 1px #000000;
  }
  #content .children .cross.lower .lowerRight {
    padding-left: 0;
    padding-top: 24px;
  }
  #content .children .wpforms-form {
    padding: 30px 30px 30px 30px;
  }
  #content .children #children-top .vc_col-sm-3 {
    text-align: left;
  }
  section.borders.narrow {
    margin-left: 0px;
    margin-right: 0px;
  }
  section.borders.narrow .heading .font-size-lg {
    font-size: 18px;
  }
  section.borders.narrow .frontpagehero .wpb_column .vc_column-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  section.borders.narrow .frontpagehero .wpb_column.border.gradient.right {
    border: 0;
  }
  .articles.news .nyhet a {
    padding: 16px;
  }
  .vc_section .veiledningshefter {
    padding: 16px;
  }
  .vc_section .veiledningshefter figure {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 46em) {
  .post__content {
    font-weight: 400;
  }
}

/*# sourceMappingURL=theme.css.map */
