@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,600;9..40,700&display=swap");
:root {
  --text-base-size: 14px;
  --text-scale-ratio: 1.35;
  --text-xs: calc((var(--text-base-size) / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --text-xxl: calc(var(--text-xl) * var(--text-scale-ratio));
  --text-xxxl: calc(var(--text-xxl) * var(--text-scale-ratio));
}
@media (min-width: 576px) {
  :root {
    --text-base-size: 14px;
  }
}
@media (min-width: 768px) {
  :root {
    --text-base-size: 14px;
  }
}
@media (min-width: 990px) {
  :root {
    --text-base-size: 14px;
  }
}
@media (min-width: 1420px) {
  :root {
    --text-base-size: 14px;
  }
}
@media (min-width: 1640px) {
  :root {
    --text-base-size: 14px;
  }
}
@media (min-width: 576px) {
  :root {
    --text-scale-ratio: 1.35;
  }
}
@media (min-width: 768px) {
  :root {
    --text-scale-ratio: 1.35;
  }
}
@media (min-width: 990px) {
  :root {
    --text-scale-ratio: 1.35;
  }
}
@media (min-width: 1420px) {
  :root {
    --text-scale-ratio: 1.35;
  }
}
@media (min-width: 1640px) {
  :root {
    --text-scale-ratio: 1.35;
  }
}

:root {
  --spacing: 20px;
  --spacing-2x: calc(var(--spacing) * 2);
  --spacing-3x: calc(var(--spacing) * 3);
  --spacing-4x: calc(var(--spacing) * 4);
  --spacing-5x: calc(var(--spacing) * 5);
}
@media (min-width: 576px) {
  :root {
    --spacing: 20px;
  }
}
@media (min-width: 768px) {
  :root {
    --spacing: 20px;
  }
}
@media (min-width: 990px) {
  :root {
    --spacing: 20px;
  }
}
@media (min-width: 1420px) {
  :root {
    --spacing: 20px;
  }
}
@media (min-width: 1640px) {
  :root {
    --spacing: 20px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.test {
  padding: var(--spacing) var(--spacing-2x) var(--spacing-3x) var(--spacing-4x);
  margin: var(--spacing-5x);
}

#top #wrap_all .contact-form-section .container {
  max-width: 865px;
}
#top #wrap_all .contact-form-section .container .content {
  padding-top: 40px;
  padding-bottom: 0;
}
#top #wrap_all .contact-form-section .full-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
#top #wrap_all .contact-form-section .full-form .one-half-first {
  width: 100%;
  margin-right: 0;
}
#top #wrap_all .contact-form-section .full-form .one-half-second {
  width: 100%;
  margin-top: 25px;
}
#top #wrap_all .contact-form-section .full-form input[type=text], #top #wrap_all .contact-form-section .full-form input[type=email], #top #wrap_all .contact-form-section .full-form input[type=tel], #top #wrap_all .contact-form-section .full-form textarea {
  height: 50px;
  background: transparent;
  border: 1px solid #6D6E70;
  border-radius: 5px;
  border-radius: 4px;
  font-family: "open sans", sans-serif;
  margin-bottom: 0;
  transition: 0.5s;
}
#top #wrap_all .contact-form-section .full-form input[type=text]:hover, #top #wrap_all .contact-form-section .full-form input[type=email]:hover, #top #wrap_all .contact-form-section .full-form input[type=tel]:hover, #top #wrap_all .contact-form-section .full-form textarea:hover {
  background: #E0E4EC;
}
#top #wrap_all .contact-form-section .full-form input[type=text]:focus, #top #wrap_all .contact-form-section .full-form input[type=email]:focus, #top #wrap_all .contact-form-section .full-form input[type=tel]:focus, #top #wrap_all .contact-form-section .full-form textarea:focus {
  border: 1px solid #2D509F;
}
#top #wrap_all .contact-form-section .full-form .wpcf7-not-valid {
  border: 1px solid #FF3333 !important;
}
#top #wrap_all .contact-form-section .full-form .wpcf7-response-output {
  border-color: #FF3333 !important;
}
#top #wrap_all .contact-form-section .full-form textarea {
  height: 202px;
  resize: none;
}
#top #wrap_all .contact-form-section .full-form input[type=submit] {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 60px;
  border-radius: 25px;
  float: right;
  margin-top: 20px;
}
#top #wrap_all .contact-form-section .full-form input[type=submit]:hover {
  background: #657EB5;
}

#top #wrap_all .kontaktpersoner-section .avia-image-container-inner {
  width: 100%;
}
#top #wrap_all .kontaktpersoner-section .avia-image-container-inner img {
  width: 100%;
}
#top #wrap_all .kontaktpersoner-section .container {
  max-width: 865px;
}
#top #wrap_all .kontaktpersoner-section .container .content {
  padding-top: 0;
  padding-bottom: 30px;
}
#top #wrap_all .kontaktpersoner-section .av-special-heading {
  margin-top: 20px;
}
#top #wrap_all .kontaktpersoner-section .contact-info a {
  font-weight: 700;
  line-height: 22px;
}
#top #wrap_all .kontaktpersoner-section .designation {
  margin-bottom: 20px;
  display: inline-block;
  line-height: 22px;
}
#top #wrap_all .kontaktpersoner-section .single-member {
  display: flex;
}
#top #wrap_all .kontaktpersoner-section .single-member .avia-image-container {
  width: 160px;
  object-fit: cover;
}
#top #wrap_all .kontaktpersoner-section .single-member .av-special-heading {
  width: calc(100% - 160px);
  padding-left: 15px;
}

@media (min-width: 768px) {
  #top #wrap_all .contact-form-section .full-form {
    display: flex;
    flex-wrap: wrap;
  }
  #top #wrap_all .contact-form-section .full-form .one-half-first {
    width: 48%;
    margin-right: 4%;
  }
  #top #wrap_all .contact-form-section .full-form .one-half-second {
    width: 48%;
    margin-top: 0;
  }
  #top #wrap_all .kontaktpersoner-section .container .content {
    padding-bottom: 60px;
  }
  #top #wrap_all .kontaktpersoner-section .single-member {
    display: block;
  }
  #top #wrap_all .kontaktpersoner-section .single-member .avia-image-container {
    width: auto;
    height: auto;
  }
  #top #wrap_all .kontaktpersoner-section .single-member .av-special-heading {
    width: auto;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .contact-form-section .container .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #top #wrap_all .kontaktpersoner-section .container .content {
    padding-bottom: 100px;
  }
}
#top #footer [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#top #footer [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#top #footer [type=checkbox]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  line-height: 20px;
  display: inline-block;
}
#top #footer [type=checkbox]:checked + .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  display: inline-block;
}
#top #footer [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: transparent;
}
#top #footer [type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: #fff;
}
#top #footer [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 1;
  transform: scale(1);
}
#top #footer [type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}
#top #footer [type=checkbox]:checked + .wpcf7-list-item-label::before {
  content: " ";
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 2;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: #2d509f;
}
#top #footer .wpcf7-list-item-label {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
#top #footer .youtube-icon {
  width: 36px;
  display: inline-block;
  top: 7px;
  left: 11px;
}
#top #footer .linkedin-icon-footer {
  margin-right: 10px;
}
#top #footer .eco-img {
  height: 26px !important;
}
#top #footer .pefc-logo {
  width: 42px;
}

#top #footer .youtube-icon img {
  filter: invert(1);
}

#top #footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

#top #footer p {
  color: #fff;
}

#top #footer {
  padding-bottom: 10px;
}

#top #footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

#top #footer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

#top #footer {
  z-index: 0;
  padding-top: 50px;
}
#top #footer strong {
  color: #fff;
}
#top #footer .mobile-footer-form {
  display: block;
}
#top #footer .mobile-footer-form .wpcf7-list-item {
  margin-left: 0 !important;
}
#top #footer .desktop-footer-form {
  display: none;
}
#top #footer .desktop-footer-form .wpcf7-list-item {
  margin-left: 0 !important;
}

#top #footer #media_image-4 {
  display: none;
}
#top #footer #media_image-4 img {
  width: 112px;
}

#top #footer .container {
  max-width: 1410px;
}
#top #footer #custom_html-8 {
  margin-top: 0;
}

#top #footer .widgettitle {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
#top #footer .flex_column.first {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  color: #fff;
}
#top #footer .flex_column.first .wpcf7-list-item a {
  font-weight: 400;
}
#top #footer .flex_column.first .address p {
  margin-left: 38px;
  margin-top: 0;
  font-weight: 400;
}
#top #footer .flex_column.first .address img {
  position: relative;
  top: 5px;
}
#top #footer .flex_column.first .address strong {
  color: #fff;
}
#top #footer .flex_column.first img {
  margin-right: 15px;
}
#top #footer .flex_column.first a {
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}
#top #footer .flex_column:nth-child(2) {
  max-width: 24%;
  width: 24%;
  margin-left: 0;
  display: none;
}
#top #footer #menu-footer-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
#top #footer #menu-footer-menu a:hover {
  text-decoration: underline;
}

#top #footer .flex_column:nth-child(2) .widgettitle {
  margin-top: 0px;
}
#top #footer .flex_column:nth-child(3) {
  max-width: 48%;
  width: 48%;
  margin-left: 2%;
}
#top #footer .flex_column:nth-child(4) {
  width: 100%;
  margin-left: 0;
  max-width: 100%;
  margin-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}
#top #footer .flex_column:nth-child(4) .widget-last {
  margin-top: 0;
}
#top #footer .flex_column:nth-child(5) {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  column-gap: inherit;
  display: block;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
#top #footer .flex_column:nth-child(5) #custom_html-5 {
  margin-top: 30px;
}
#top #footer .footer-logo-icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  align-items: end;
  justify-content: space-between;
}
#top #footer .footer-logo-icon img {
  margin-right: 20px;
  margin-bottom: 30px;
}

#top #footer #media_image-6 {
  margin-left: 25px;
  margin-right: 30px;
}
#top #footer input[type=email] {
  background: transparent;
  border: 2px solid #fff;
  padding: 12px 20px 17px 20px;
  border-radius: 50px 0px 0px 50px;
  color: #fff;
  font-size: 16px;
}
#top #footer .form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 52px;
}
#top #footer .form p {
  margin-top: 0;
}
#top #footer .field {
  width: 55%;
}
#top #footer .btn {
  width: 45%;
  height: 51px;
  overflow: hidden;
}
#top #footer input[type=submit] {
  background: #fff;
  color: #3C3C3C;
  padding: 17px 18px;
  font-weight: 700;
  border-radius: 0px 50px 50px 0px;
  transition: 0.4s;
}
#top #footer input[type=submit]:hover {
  background: #D8DCE4;
}
#top #footer .meld {
  margin-bottom: 15px;
  display: inline-block;
}
#top #footer .wpcf7-list-item-label {
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
}
#top #footer .wpcf7-list-item-label a {
  text-decoration: underline !important;
}
#top #footer .wpcf7-list-item-label a:hover {
  color: #ffffff;
  text-decoration: none !important;
}
#top #footer #custom_html-2 {
  margin-top: 50px;
  margin-bottom: 10px;
}
#top #footer .social-media .insta {
  margin-left: 12px;
  margin-right: 12px;
}
#top #footer #custom_html-5 .widgettitle {
  visibility: hidden;
}
#top #footer #custom_html-6 {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}
#top #footer #custom_html-6 .widgettitle {
  font-weight: 400;
  padding-bottom: 5px;
}
#top #footer #custom_html-9 {
  margin-bottom: 10px;
}
#top #footer .form-mobile-media {
  display: block;
  width: 100%;
}
#top #footer #custom_html-5 {
  margin-top: 0;
}
#top #footer #custom_html-5 p {
  margin-top: 0;
}
#top #footer #custom_html-5 .widgettitle {
  display: none;
}

#top #footer .social-media a {
  transition: 0.3s;
}
#top #footer .social-media a:hover {
  opacity: 0.8;
}
#top #footer #custom_html-5 p {
  font-size: 14px;
}
#top #footer #custom_html-5 p a {
  transition: 0.3s;
}
#top #footer #custom_html-5 p a:hover {
  text-decoration: underline;
  color: #ffffff;
}

@media (min-width: 576px) {
  #top #footer .field {
    width: 60%;
  }
  #top #footer .btn {
    width: 40%;
  }
  #top #footer input[type=submit] {
    padding: 17px 40px;
  }
}
@media (min-width: 990px) {
  #top #footer {
    padding-top: 90px;
  }
  #top #footer .flex_column:nth-child(2) {
    display: block;
  }
  #top #footer .flex_column:nth-child(4):nth-child(4) {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    margin-right: 0;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #top #footer .flex_column:nth-child(4):nth-child(4) .social-media {
    padding-bottom: 8px;
  }
  #top #footer .flex_column:nth-child(5) {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #top #footer .flex_column.first {
    max-width: 24%;
    width: 24%;
    margin-right: 2%;
  }
  #top #footer .flex_column.first a {
    margin-bottom: 20px;
  }
  #top #footer .mobile-footer-form {
    display: none;
  }
  #top #footer .desktop-footer-form {
    display: block;
  }
  #top #footer #media_image-4 {
    display: block;
  }
  #top #footer .form-mobile-media {
    display: none;
  }
  #top #footer .for-desktop-media {
    display: block;
  }
  #top #footer #custom_html-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #top #footer #custom_html-8 {
    margin-top: 30px;
  }
  #top #footer #custom_html-9 {
    margin-bottom: 30px;
    width: 100%;
  }
  #top #footer .footer-logo-icon {
    margin-top: 0;
    align-items: center;
  }
  #top #footer .footer-logo-icon img {
    margin-right: 30px;
    margin-bottom: 0;
  }
  #top #footer #media_image-6 {
    margin-left: 40px;
    margin-right: 45px;
  }
  #top #footer #custom_html-5 {
    margin-top: 30px;
    width: 50%;
    text-align: right;
  }
  #top #footer #custom_html-5 p {
    margin-top: 15px;
  }
  #top #footer #custom_html-5 .widgettitle {
    display: block;
  }
  #top #footer .youtube-icon {
    left: 0;
  }
  #top #footer .flex_column.first a {
    font-weight: 700;
  }
  #top #footer .flex_column:nth-child(5) {
    display: flex;
  }
  #top #footer .flex_column:nth-child(5) #custom_html-5 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #top #footer .flex_column:nth-child(5) #custom_html-5 p {
    font-size: 16px;
  }
  #top #footer .footer-logo-icon {
    justify-content: inherit;
  }
}
#top .header-scrolled .container_wrap {
  padding: 10px 0;
}

#top #wrap_all #header_meta {
  display: none;
  background: #2D509F;
  padding-top: 6px;
  padding-bottom: 6px;
}
#top #wrap_all #header_meta li {
  border: none;
  padding-right: 18px !important;
}
#top #wrap_all #header_meta a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#top #wrap_all #av-burger-menu-ul {
  vertical-align: top;
  padding: 150px 0px !important;
}
#top #wrap_all #av-burger-menu-ul .mobile-menu {
  display: block;
}
#top #wrap_all #av-burger-menu-ul .mobile-menu a {
  color: #3c3c3c !important;
  text-transform: capitalize !important;
}

#top #wrap_all #header .container {
  max-width: 1430px;
}
#top #wrap_all #header .logo {
  left: 0;
  transform: unset;
  float: unset;
  width: 100%;
}
#top #wrap_all #header .logo img {
  width: 65px;
}
#top #wrap_all #header #header_main .main_menu .menu-item {
  display: none;
}
@media (min-width: 1420px) {
  #top #wrap_all #header #header_main .main_menu .menu-item {
    display: block;
  }
}
#top #wrap_all #header #header_main .main_menu .av-burger-menu-main {
  display: block;
}
@media (min-width: 1420px) {
  #top #wrap_all #header #header_main .main_menu .av-burger-menu-main {
    display: none;
  }
}
#top #wrap_all #header #header_main .main_menu .mobile-menu {
  display: none;
}
@media (min-width: 1420px) {
  #top #wrap_all #header #header_main .main_menu .mobile-menu {
    display: none;
  }
}
#top #wrap_all #header #header_main .main_menu a {
  font-size: 16px;
  font-weight: 600;
  padding: 0 16px;
  transition: 0.5s;
  position: relative;
  text-transform: uppercase;
}
#top #wrap_all #header #header_main .main_menu a:hover .dropdown_available::after {
  transform: translateY(-50%) rotate(270deg);
}
#top #wrap_all #header #header_main .main_menu a .avia-menu-text {
  position: relative;
}
#top #wrap_all #header #header_main .main_menu a .avia-menu-text::before {
  content: "";
  background: #2D509F;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: none;
}
#top #wrap_all #header #header_main .main_menu a .avia-menu-text:hover::before {
  display: block;
}
#top #wrap_all #header #header_main .main_menu .dropdown_available {
  position: relative;
  padding-right: 18px;
}
#top #wrap_all #header #header_main .main_menu .dropdown_available::after {
  content: "\e879";
  font-family: "entypo-fontello";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  left: 10px;
  transition: 0.5s;
}
#top #wrap_all #header #header_main .main_menu .sub-menu .dropdown_available::after {
  display: none;
}
#top #wrap_all #header #header_main .main_menu .kontact {
  transition: 0.4s;
}
#top #wrap_all #header #header_main .main_menu .kontact .avia-menu-text {
  font-size: 14px;
  color: #ffffff;
  background: #2D509F;
  padding: 12px 37px;
  border-radius: 50px;
}
#top #wrap_all #header #header_main .main_menu .kontact .avia-menu-text::before {
  opacity: 0;
}
#top #wrap_all #header #header_main .main_menu .kontact:hover .avia-menu-text {
  background: #657EB5;
}
#top #wrap_all #header #header_main .main_menu .sub-menu a {
  font-size: 16px;
  padding: 10px 18px;
}
#top #wrap_all #header #header_main .main_menu .mobile-menu-top-logo {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#top #wrap_all #header #header_main .main_menu .mobile-menu-top-logo img {
  width: 60px;
}
#top #wrap_all #header #header_main .main_menu .current-menu-item .avia-menu-text {
  font-weight: 700;
}

#top #wrap_all #header .main_menu .av-burger-overlay-scroll #av-burger-menu-ul a {
  text-align: left;
  color: #2D509F;
  font-size: 14px;
  padding: 10px 30px;
}
#top #wrap_all #header .main_menu .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
  background: transparent;
}
#top #wrap_all #header .main_menu .av-burger-overlay-scroll #av-burger-menu-ul .av-submenu-indicator {
  display: none;
}
#top #wrap_all #header .main_menu .av-burger-overlay-scroll #av-burger-menu-ul .avia-bullet {
  display: none;
}
#top #wrap_all #header .main_menu .av-burger-overlay-scroll #av-burger-menu-ul .sub-menu a {
  font-weight: 400;
}
#top #wrap_all #header .main_menu .av-burger-overlay-scroll #av-burger-menu-ul .kontact {
  margin-top: 100px;
}
#top #wrap_all #header .main_menu .av-burger-overlay-scroll #av-burger-menu-ul .avia-menu-text::before {
  opacity: 0;
}
#top #wrap_all #header .main_menu .av-burger-overlay-scroll .dropdown_available {
  padding-right: 0 !important;
}
#top #wrap_all #header .main_menu .av-burger-menu-main a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#top #wrap_all #header .av-burger-overlay li li a {
  padding-left: 50px;
}

@media (min-width: 768px) {
  #top #wrap_all #header .logo img {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 990px) {
  #top #wrap_all #header_meta {
    display: block;
  }
  #top #wrap_all #header .logo {
    left: 0%;
    float: left;
  }
  #top #wrap_all #header .logo img {
    width: 90px;
  }
  #top #wrap_all #header .mobile-menu-top-logo {
    display: none;
  }
}
#top #wrap_all #header #header_main .main_menu #avia-menu .hamburger-logo {
  display: none;
}
#top #wrap_all #header #header_meta {
  display: none;
}
@media (min-width: 1420px) {
  #top #wrap_all #header #header_meta {
    display: block;
  }
}
#top #wrap_all #header #header_meta .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
#top #wrap_all #header #header_meta .sub_menu {
  top: 0;
}
#top #wrap_all #header #header_meta .phone-info form {
  margin-bottom: 0;
}
#top #wrap_all #header #header_meta .phone-info #searchform_header .search-icon {
  text-align: right;
}
#top #wrap_all #header #header_meta .phone-info #searchform_header .search-icon .s-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
#top #wrap_all #header #header_meta .phone-info #searchform_header .search-icon .s-icon::before {
  content: url("/wp-content/uploads/2022/12/Search-Icon.svg");
  position: absolute;
  top: 30%;
  left: 7%;
  transform: translate(50%);
  cursor: pointer;
}
#top #wrap_all #header #header_meta .phone-info #searchform_header .search-icon .header-input {
  position: absolute;
  top: 114%;
  right: 0;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  background-color: rgba(232, 232, 232, 0.7);
  display: none;
}
#top #wrap_all #header #header_meta .phone-info #searchform_header .search-icon .header-input::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: calc(100% + 4000px);
  height: 100%;
  background-color: rgba(232, 232, 232, 0.7);
  z-index: -1;
}
#top #wrap_all #header #header_meta .phone-info #searchform_header .search-icon .header-input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(100% + 4000px);
  height: 100%;
  background-color: rgba(232, 232, 232, 0.7);
  z-index: -1;
}
#top #wrap_all #header #header_meta .phone-info #searchform_header .search-icon .header-input #header_search {
  max-width: 1328px;
  margin: 20px auto 20px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #707070;
  color: #6D6E70;
  background-color: #F5F5F5;
}
#top #wrap_all #header #header_meta .phone-info #searchform_header .search-icon .header-input #header_search::placeholder {
  color: #6D6E70;
}
#top #wrap_all #header .active-meta {
  margin-bottom: 80px;
}
#top #wrap_all #header .active-meta .phone-info #searchform_header .active .s-icon::before {
  content: url("/wp-content/uploads/2022/12/Close-Icon.svg");
}
#top #wrap_all #header .active-meta .phone-info #searchform_header .active .header-input {
  display: block !important;
}

.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .mobile-menu {
  display: block;
}
@media (min-width: 1420px) {
  .av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .mobile-menu {
    display: none;
  }
}
.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo {
  text-align: left;
  margin-top: -90px;
  position: relative;
  top: -36px;
}
@media (min-width: 768px) {
  .av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo {
    margin-top: -86px;
  }
}
@media (min-width: 990px) {
  .av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo {
    margin-top: -79px;
  }
}
.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo a {
  max-width: 305px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-block;
}
.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo a .avia-menu-text {
  margin: 0;
}
.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo a .avia-menu-text #searchform_header {
  margin: 0;
}
.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo a .avia-menu-text #searchform_header .search-icon {
  opacity: 1 !important;
  display: block !important;
}
.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo a .avia-menu-text #searchform_header .search-icon .s-icon {
  display: none;
}
.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo a .avia-menu-text #searchform_header .search-icon .header-input {
  margin: 0;
}
.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo a .avia-menu-text #searchform_header .search-icon .header-input #header_search {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 25px;
  color: #6D6E70;
  border-color: #6D6E70;
  border-radius: 20px;
  background-color: rgba(232, 232, 232, 0.7);
  padding: 5px 16px;
  margin: 0;
  height: 32px;
}
.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo a .avia-menu-text #searchform_header .search-icon .header-input #header_search::placeholder {
  font-size: 14px;
  line-height: 25px;
  color: #6D6E70;
}
.av-burger-overlay-active #top #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo a .dropdown_available {
  display: none;
}

.av-burger-overlay-active #top.logged-in #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo {
  margin-top: -43px;
}
@media (min-width: 768px) {
  .av-burger-overlay-active #top.logged-in #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo {
    margin-top: -5%;
  }
}
@media (min-width: 990px) {
  .av-burger-overlay-active #top.logged-in #wrap_all #header_main .main_menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul .hamburger-logo {
    margin-top: -4%;
  }
}

.responsive .container {
  max-width: 85%;
  width: 85%;
}
@media (min-width: 576px) {
  .responsive .container {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .responsive .container {
    max-width: 782px;
  }
}
@media (min-width: 990px) {
  .responsive .container {
    max-width: 1420px;
  }
}

body, h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li {
  font-family: "DM Sans", "open sans", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

#top h1, #top h2, #top h3, #top h4, #top h5, #top h6 {
  text-transform: inherit;
  font-weight: 700;
}

#scroll-top-link {
  display: none;
}

#top .avia_image, #top .slide-image, #top img {
  border-radius: 0;
}
#top .global-heading .av-special-heading-tag {
  font-size: 24px;
  line-height: 43px;
  font-weight: 700;
  color: #2D509F;
}
#top .none-heading .av-special-heading-tag {
  display: none;
}
#top .transparent-button .avia-button {
  background: transparent;
  color: #2D509F;
  font-size: 16px;
  font-weight: 600;
  border: none;
  padding: 0;
  margin-top: 10px;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  text-align: left;
  min-width: 75px;
}
#top .transparent-button .avia-button:hover {
  border-bottom: 2px solid;
}
#top .transparent-button .avia_button_icon::before {
  font-size: 24px;
  position: relative;
  top: 4px;
  left: 4px;
}
#top .av-subheading {
  opacity: 1;
}
#top .hvorfor-btn .avia-button {
  background: #fff;
  color: #007C4C;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  transition: 0.4s;
}
#top .hvorfor-btn .avia-button:hover {
  background: #D8DCE4;
}

#top #wrap_all .title_container {
  background: #2D509F;
}
#top #wrap_all .title_container .main-title {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 75px;
  padding: 30px 0;
}
#top #wrap_all .title_container .main-title a {
  color: #ffffff;
}
#top #wrap_all .breadcrumb-section .widget {
  padding-bottom: 0;
}
#top #wrap_all .breadcrumb-section #menu-velg-kategori li {
  margin: 0;
}
#top #wrap_all .breadcrumb-section #menu-velg-kategori .menu-item-has-children a {
  color: #3C3C3C;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  padding-right: 18px;
}
#top #wrap_all .breadcrumb-section #menu-velg-kategori .menu-item-has-children a::after {
  content: "\e879";
  font-family: "entypo-fontello";
  position: absolute;
  font-size: 22px;
  left: 110px;
  transition: 0.5s;
}
#top #wrap_all .breadcrumb-section #menu-velg-kategori .menu-item-has-children .active {
  color: #2D509F;
}
#top #wrap_all .breadcrumb-section #menu-velg-kategori .menu-item-has-children .active::after {
  transform: rotate(270deg);
}
#top #wrap_all .breadcrumb-section #menu-velg-kategori .sub-menu li {
  margin: 0;
  padding: 0;
}
#top #wrap_all .breadcrumb-section #menu-velg-kategori .sub-menu li::before {
  display: none;
}
#top #wrap_all .breadcrumb-section #menu-velg-kategori .sub-menu li a {
  color: #3C3C3C;
}
#top #wrap_all .breadcrumb-section #menu-velg-kategori .sub-menu li a::after {
  display: none;
}
#top #wrap_all .image-overlay {
  background: transparent;
}
#top #wrap_all .image-overlay-inside {
  display: none;
}
#top #wrap_all .slide-meta-time {
  font-size: 14px;
  color: #6D6E70;
  padding-left: 20px;
  position: relative;
}
#top #wrap_all .slide-meta-time::before {
  content: "\e862";
  position: absolute;
  left: 1px;
  top: 50%;
  font-family: "entypo-fontello";
  transform: translatey(-50%);
}
#top #wrap_all .date-container {
  font-size: 14px;
  color: #6D6E70;
  padding-left: 22px;
  position: relative;
}
#top #wrap_all .date-container::before {
  content: "\e862";
  position: absolute;
  left: 1px;
  top: 50%;
  font-family: "entypo-fontello";
  transform: translatey(-50%);
}
#top #wrap_all .italic-text p {
  font-style: italic;
  padding-top: 10px;
  display: inline-block;
  margin-bottom: 0;
}

#top #wrap_all .page-title-section .no-margin {
  margin-bottom: 0;
}
#top #wrap_all .page-title-section .av-special-heading-tag {
  text-align: center;
}
#top #wrap_all .avia-section-huge .content {
  padding-top: 50px;
  padding-bottom: 30px;
}
#top #wrap_all .avia-section-default .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
#top #wrap_all .avia-section-large .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
#top #wrap_all .extra-padding .content {
  padding-top: 100px;
  padding-bottom: 0px;
}
#top #wrap_all .avia-section-small .content {
  padding-top: 20px;
  padding-bottom: 20px;
}
#top #wrap_all .left-padding {
  padding-left: 0px;
}
#top #wrap_all .right-padding {
  padding-right: 0px;
}
#top #wrap_all .av-image-caption-overlay-center {
  vertical-align: bottom;
  text-align: left;
  position: relative;
  top: 50px;
  padding: 0;
  font-style: italic;
}
#top #wrap_all .avia-image-container .av-image-caption-overlay-center p {
  font-size: 14px;
  color: #3C3C3C;
}

#top #wrap_all .reverse-column .flex_column_table {
  display: grid;
}
#top #wrap_all .reverse-column .reverse-first {
  order: 1;
  width: 100%;
}
#top #wrap_all .reverse-column .reverse-second {
  order: 2;
  width: 100%;
}

@media (min-width: 768px) {
  #top #wrap_all .extra-padding .content {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  #top #wrap_all .avia-section-huge .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .page-title-section .av-special-heading-tag {
    text-align: left;
  }
  #top #wrap_all .breadcrumb-section #menu-velg-kategori .menu-item-has-children a {
    font-size: 16px;
  }
  #top #wrap_all .reverse-column .flex_column_table {
    display: table;
  }
  #top #wrap_all .reverse-column .reverse-first {
    width: unset;
  }
  #top #wrap_all .reverse-column .reverse-second {
    width: unset;
  }
  #top #wrap_all .global-heading .av-special-heading-tag {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
    color: #2D509F;
  }
  #top #wrap_all .none-heading .av-special-heading-tag {
    display: block;
  }
  #top #wrap_all .extra-padding .content {
    padding-top: 270px;
    padding-bottom: 60px;
  }
  #top #wrap_all .slide-meta-time {
    font-size: 16px;
    padding-left: 22px;
  }
  #top #wrap_all .avia-section-huge .content {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  #top #wrap_all .avia-section-small .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #top #wrap_all .hvorfor-btn .avia-button {
    margin-top: 50px;
  }
  #top #wrap_all .left-padding {
    padding-left: 40px;
  }
  #top #wrap_all .right-padding {
    padding-right: 40px;
  }
  #top #wrap_all .date-container {
    font-size: 16px;
  }
}
#top #wrap_all .banner-section .container {
  max-width: 1430px;
}
#top #wrap_all .banner-section .av-special-heading {
  padding-bottom: 50px !important;
}
#top #wrap_all .banner-section .av-special-heading br {
  display: none;
}
#top #wrap_all .banner-section .av-subheading p {
  text-transform: uppercase;
  font-weight: 400;
}
#top #wrap_all .banner-section .av-flex-placeholder {
  width: 10%;
}
#top #wrap_all .banner-section .av-special-heading-tag {
  text-transform: inherit;
  font-weight: 400;
}
#top #wrap_all .banner-section .av-special-heading-tag strong {
  font-weight: 700;
}
#top #wrap_all .banner-section .avia-button {
  font-size: 14px;
  font-weight: 600;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  background: #ffffff;
  color: #2D509F;
  border: 1px solid #ffffff;
  transition: 0.4s;
  margin-right: 15px !important;
  margin-bottom: 10px !important;
}
#top #wrap_all .banner-section .avia-button:last-child {
  margin-right: 0px !important;
}
#top #wrap_all .banner-section .avia-button:hover {
  background: #D8DCE4;
  border: 1px solid #D8DCE4;
}
#top #wrap_all .banner-section .avia_button_icon::before {
  font-size: 20px;
  position: relative;
  top: 3px;
  left: 4px;
}
#top #wrap_all .banner-section .blue-button .avia-button {
  background: #2D509F;
  color: #ffffff;
  border: 1px solid #2D509F;
  margin-bottom: 40px;
}
#top #wrap_all .banner-section .blue-button .avia-button:hover {
  background: #657EB5;
  color: #ffffff;
  border: 1px solid #657EB5;
}
#top #wrap_all .banner-section .flex_column_table {
  position: relative;
  top: 80px;
}
#top #wrap_all .banner-section img {
  height: 200px;
  object-fit: cover;
}

#top #wrap_all .vare-tjenester-section .avia-image-container-inner {
  width: 100%;
}
#top #wrap_all .vare-tjenester-section .avia-image-container-inner img {
  width: 100%;
}
#top #wrap_all .vare-tjenester-section .no-margin {
  margin-bottom: 0px !important;
}

#top #wrap_all .whitespace-section .hr-invisible {
  height: 10px !important;
}

#top #wrap_all .referanser-section .content {
  padding-top: 60px;
  padding-bottom: 0px;
}
#top #wrap_all .referanser-section img {
  border-radius: 0;
  margin: 0;
}
#top #wrap_all .referanser-section .slide-entry-title a {
  font-size: 16px;
  color: #3C3C3C;
  font-weight: 600;
  margin-top: 0px;
  min-height: 80px;
  display: inline-block;
  max-width: 265px;
  transition: 0.5s;
}
#top #wrap_all .referanser-section .slide-entry-title a:hover {
  color: #2D509F;
}
#top #wrap_all .referanser-section .slide-meta {
  width: auto;
  float: left;
}
#top #wrap_all .referanser-section .read-more-link {
  float: right;
}
#top #wrap_all .referanser-section .read-more-link a {
  color: #2D509F;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
#top #wrap_all .referanser-section .read-more-link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 1px;
  display: none;
  background: #2D509F;
}
#top #wrap_all .referanser-section .read-more-link:hover a::after {
  display: block;
}
#top #wrap_all .referanser-section .slide-entry-wrap {
  margin-bottom: 0px;
}
#top #wrap_all .nyheter-section .avia-content-slider {
  margin-bottom: 0px;
}
#top #wrap_all .hvorfor-section .av-subheading p {
  font-weight: 300;
  text-transform: uppercase;
}

#top #wrap_all .avia-content-slider-inner .slide-entry {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px !important;
}
#top #wrap_all .avia-content-slider-inner .slide-entry .slide-image {
  width: 110px;
}
#top #wrap_all .avia-content-slider-inner .slide-entry .slide-content {
  width: calc(100% - 110px);
  padding-left: 15px;
}
#top #wrap_all .avia-content-slider-inner .slide-entry .status {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#top #wrap_all .avia-content-slider-inner .slide-entry .status span {
  margin-left: 0.4em;
}

#top #wrap_all .call-to-action-section .content {
  padding-bottom: 20px;
}
#top #wrap_all .call-to-action-section .call-to-btn .avia-button {
  padding: 16px 40px;
  border: 1px solid #ffffff;
}
#top #wrap_all .call-to-action-section .call-to-btn .avia-button:hover {
  background: #D8DCE4;
}
#top #wrap_all .call-to-action-section .avia_image {
  overflow: visible;
}
#top #wrap_all .call-to-action-section .avia-image-container-inner img {
  bottom: -70px;
  background: #2D509F;
  padding: 10px;
  border-radius: 50px;
}
#top #wrap_all .call-to-action-section .avia-image-container-inner img:hover {
  background: #657EB5;
}

#top #wrap_all .banner-version2-section .container .flex_column_table {
  position: unset;
  top: 0;
}
#top #wrap_all .banner-version2-section .container .avia-button {
  background: #2D509F;
  color: #ffffff;
  border: 1px solid #2D509F;
  margin-bottom: 40px;
}
#top #wrap_all .banner-version2-section .container .avia-button:hover {
  background: #657EB5;
  color: #ffffff;
  border: 1px solid #657EB5;
}
#top #wrap_all .banner-version2-section .container img {
  height: 300px;
}
#top #wrap_all .banner-version3-section .av-section-color-overlay-wrap .container {
  max-width: 1420px;
}
#top #wrap_all .banner-version3-section .av-section-color-overlay-wrap .container .content {
  padding-top: 100px;
  padding-bottom: 60px;
}

#top #wrap_all .version2-no-padding .container .content {
  padding-top: 0px;
}
#top #wrap_all .version3-no-padding .container .content {
  padding-bottom: 0px;
  padding-top: 60px;
}

@media (min-width: 576px) {
  #top #wrap_all .banner-section img {
    height: 400px;
  }
  #top #wrap_all .banner-version2-section .container img {
    height: auto;
  }
}
@media (min-width: 768px) {
  #top #wrap_all .banner-section img {
    height: auto;
  }
  #top #wrap_all .banner-section .av-special-heading br {
    display: block;
  }
  #top #wrap_all .call-to-action-section .avia-image-container-inner img {
    bottom: -48px;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .banner-section .av-special-heading {
    padding-bottom: 80px;
  }
  #top #wrap_all .banner-section .av-special-heading .av-special-heading-tag {
    font-size: 40px;
  }
  #top #wrap_all .banner-section .av-subheading p {
    font-weight: 700;
  }
  #top #wrap_all .banner-section .av-special-heading-tag {
    text-transform: inherit;
    font-weight: 400;
  }
  #top #wrap_all .banner-section .avia-button {
    padding: 15px 45px;
    margin-right: 40px;
  }
  #top #wrap_all .banner-section .flex_column_table {
    position: relative;
    top: 80px;
  }
  #top #wrap_all .referanser-section .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #top #wrap_all .referanser-section .slide-entry-title a {
    margin-top: 25px;
    font-size: 20px;
  }
  #top #wrap_all .referanser-section .read-more-link {
    float: right;
  }
  #top #wrap_all .referanser-section .read-more-link a {
    font-size: 16px;
  }
  #top #wrap_all .vare-tjenester-section .no-margin {
    margin-bottom: 20px;
  }
  #top #wrap_all .avia-content-slider-inner .slide-entry {
    margin-left: 6%;
    width: 29.3333333333%;
    display: block;
    margin-bottom: 0;
  }
  #top #wrap_all .avia-content-slider-inner .slide-entry:first-child {
    margin-left: 0;
  }
  #top #wrap_all .avia-content-slider-inner .slide-entry .slide-image {
    width: auto;
  }
  #top #wrap_all .avia-content-slider-inner .slide-entry .slide-content {
    width: auto;
    padding-left: 0px;
  }
  #top #wrap_all .call-to-action-section .content {
    padding-bottom: 60px;
  }
  #top #wrap_all .call-to-action-section .avia-image-container-inner img {
    bottom: -90px;
  }
  #top #wrap_all .banner-version2-section .container .avia-button {
    margin-bottom: 0px !important;
  }
  #top #wrap_all .banner-version3-section .av-section-color-overlay-wrap .container .content {
    padding-top: 160px;
    padding-bottom: 150px;
  }
  #top #wrap_all .version2-no-padding .container .content {
    padding-top: 200px;
  }
  #top #wrap_all .version3-no-padding .container .content {
    padding-bottom: 60px;
    padding-top: 100px;
  }
}
@media (min-width: 1640px) {
  #top #wrap_all .banner-section .av-special-heading {
    padding-bottom: 80px;
  }
  #top #wrap_all .banner-section .av-special-heading .av-special-heading-tag {
    font-size: 56px;
  }
}
#top #wrap_all .entry-content-header .status {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#top #wrap_all .entry-content-header .status span {
  margin-left: 0.4em;
}
#top #wrap_all .referanser-single-section .av-flex-placeholder {
  width: 10%;
}
#top #wrap_all .referanser-single-section .referanser-single-content p {
  font-size: 14px;
}
#top #wrap_all .referanser-single-section .referanser-single-content ul {
  list-style: none;
  margin: 0;
}
#top #wrap_all .referanser-single-section .referanser-single-content ul li {
  margin: 0;
}
#top #wrap_all .referanser-single-section .referanser-single-content .av-subheading p {
  font-weight: 600;
  line-height: 22px;
  margin-top: 15px;
  font-size: 14px;
}
#top #wrap_all .referanser-single-section .referanser-single-content a {
  text-decoration: none;
  position: relative;
  color: #2D509F;
  font-size: 14px;
}
#top #wrap_all .referanser-single-section .referanser-single-content a:hover {
  border-bottom: 1.5px solid;
}
#top #wrap_all .referanser-single-section .referanser-single-content .massive-list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
#top #wrap_all .referanser-single-section .referanser-single-content .massive-list h4 {
  font-size: 18px;
  font-weight: 700;
  color: #3C3C3C;
  margin: 15px 0;
}
#top #wrap_all .referanser-single-section .referanser-single-content .flex-column {
  width: 50%;
}
#top #wrap_all .referanser-single-section .avia-slideshow {
  overflow: visible;
}
#top #wrap_all .referanser-single-section .avia-slideshow-controls a {
  opacity: 1;
}
#top #wrap_all .referanser-single-section .avia-slideshow-arrows {
  display: none;
}
#top #wrap_all .referanser-single-section .avia-slideshow-arrows a {
  width: 40px;
  height: 50px;
  top: 42%;
}
#top #wrap_all .referanser-single-section .avia-slideshow-arrows a::before {
  line-height: 50px;
  font-size: 20px;
  background: #E0E4EC;
  color: #2D509F;
  border-radius: 0;
}
#top #wrap_all .referanser-single-section .avia-slideshow-arrows a:hover:before {
  background: #657EB5;
}
#top #wrap_all .referanser-single-section .avia-slideshow-arrows .prev-slide {
  left: -55px;
}
#top #wrap_all .referanser-single-section .avia-slideshow-arrows .prev-slide::before {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#top #wrap_all .referanser-single-section .avia-slideshow-arrows .next-slide {
  right: -55px;
}
#top #wrap_all .referanser-single-section .avia-slideshow-arrows .next-slide:before {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#top #wrap_all .referanser-single-section .avia-slide-wrap {
  padding-bottom: 70px;
}
#top #wrap_all .referanser-single-section .avia-caption {
  padding: 0;
  left: 0;
}
#top #wrap_all .referanser-single-section .avia-caption p {
  padding: 0;
  left: 0;
  background: transparent;
  font-size: 14px;
  font-style: italic;
  color: #3C3C3C;
}
#top #wrap_all .referanser-single-section .avia-slideshow-dots {
  bottom: 28px;
}
#top #wrap_all .referanser-single-section .avia-slideshow-dots a {
  height: 5px;
  width: 5px;
  background: #707070;
  margin: 4px;
  padding: 5px;
}
#top #wrap_all .referanser-single-section .avia-slideshow-dots .active {
  background: #2D509F;
}
#top #wrap_all .no-padding-content .container .content {
  padding-top: 0px;
  padding-bottom: 0px;
}

#top #wrap_all .nyheter-single-blog-section .flex_column {
  margin-bottom: 0px;
}
#top #wrap_all .nyheter-single-blog-section .blog-meta {
  display: none;
}
#top #wrap_all .nyheter-single-blog-section .post-entry {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#top #wrap_all .nyheter-single-blog-section .big-preview {
  width: 100%;
  margin: 0;
}
#top #wrap_all .nyheter-single-blog-section .standard-content {
  width: 100%;
  margin-left: 0%;
  text-align: left;
}
#top #wrap_all .nyheter-single-blog-section .post-title {
  padding-top: 10px;
}
#top #wrap_all .nyheter-single-blog-section .post-title a {
  font-size: 24px;
  color: #2D509F;
  line-height: 33px;
  transition: 0.5s;
}
#top #wrap_all .nyheter-single-blog-section .post-title a:hover {
  color: #3C3C3C;
}
#top #wrap_all .nyheter-single-blog-section .entry-content {
  padding-top: 15px;
  font-size: 18px;
  line-height: 24px;
}
#top #wrap_all .nyheter-single-blog-section .read-more-link {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 600;
}
#top #wrap_all .nyheter-single-blog-section .read-more-link a {
  position: relative;
  text-decoration: none;
}
#top #wrap_all .nyheter-single-blog-section .read-more-link a::after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 90%;
  height: 2px;
  border-radius: 10px;
  display: none;
  background: #2D509F;
}
#top #wrap_all .nyheter-single-blog-section .read-more-link:hover a::after {
  display: block;
}
#top #wrap_all .nyheter-single-blog-section .blog-categories,
#top #wrap_all .nyheter-single-blog-section .blog-author,
#top #wrap_all .nyheter-single-blog-section .text-sep,
#top #wrap_all .nyheter-single-blog-section .post_delimiter {
  display: none;
}

#top #wrap_all .nyheter-grid-blog-section .slide-image img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}
#top #wrap_all .nyheter-grid-blog-section .entry-title a {
  font-size: 16px;
  color: #2D509F;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  min-height: 70px;
  transition: 0.5s;
}
#top #wrap_all .nyheter-grid-blog-section .entry-title a:hover {
  color: #3C3C3C;
}
#top #wrap_all .nyheter-grid-blog-section .entry-content {
  font-size: 16px;
  line-height: 22px;
}
#top #wrap_all .nyheter-grid-blog-section .entry-content .article-mini {
  display: none;
}
#top #wrap_all .nyheter-grid-blog-section .read-more-link {
  padding-top: 0;
  width: auto;
  float: right;
  font-size: 14px;
  padding-top: 3px;
}
#top #wrap_all .nyheter-grid-blog-section .read-more-link a {
  position: relative;
  text-decoration: none;
}
#top #wrap_all .nyheter-grid-blog-section .read-more-link a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 90%;
  height: 1px;
  border-radius: 10px;
  display: none;
  background: #2D509F;
}
#top #wrap_all .nyheter-grid-blog-section .read-more-link:hover a::after {
  display: block;
}
#top #wrap_all .nyheter-grid-blog-section .slide-entry-wrap {
  margin-bottom: 0px;
}
#top #wrap_all .nyheter-grid-blog-section .slide-entry-wrap:last-child {
  margin-bottom: 0px;
}
#top #wrap_all .nyheter-grid-blog-section .slide-meta {
  width: auto;
  float: left;
}
#top #wrap_all .last-blog-section .avia-content-slider-inner .slide-entry-wrap:last-child .slide-entry {
  margin-bottom: 0 !important;
}

#top #wrap_all .blog-single-top-content .content {
  padding-bottom: 0px;
  padding-top: 40px;
}
#top #wrap_all .blog-single-top-content .top-title .av-special-heading-tag {
  line-height: 40px;
}
#top #wrap_all .blog-single-top-content .av-subheading p {
  color: #3C3C3C;
  line-height: 24px;
  padding-top: 25px;
  font-weight: 600;
}
#top #wrap_all .blog-single-top-content .date p {
  padding-left: 22px;
  position: relative;
  padding-bottom: 20px;
}
#top #wrap_all .blog-single-top-content .date p:before {
  content: "\e862";
  position: absolute;
  left: 1px;
  top: 1px;
  font-family: "entypo-fontello";
}

#top #wrap_all .single-blog-content-section .container {
  max-width: 750px;
}
#top #wrap_all .single-blog-content-section .pera-title {
  font-weight: 600;
  padding-top: 50px;
  display: inline-block;
}
#top #wrap_all .single-blog-content-section .no-margin {
  margin-bottom: 0;
}
#top #wrap_all .single-blog-content-section .no-margin .pera-title-small-space .pera-title {
  padding-top: 20px;
}

#top #wrap_all .massivtre-section .container {
  max-width: 1430px;
  width: 100%;
}
#top #wrap_all .massivtre-section .container .content {
  padding-top: 0;
  padding-bottom: 20px;
}
#top #wrap_all .massivtre-section .container .massivtre-content-column {
  padding: 0 30px;
}
#top #wrap_all .massivtre-section .av-flex-placeholder {
  width: 2%;
}
#top #wrap_all .massivtre-section .avia-image-container-inner {
  width: 100%;
}
#top #wrap_all .massivtre-section .avia-image-container-inner img {
  width: 100%;
}
#top #wrap_all .fakta-icon-section .container .content {
  padding-bottom: 0;
}
#top #wrap_all .fakta-icon-section .av-special-heading {
  margin-top: 30px;
}
#top #wrap_all .fakta-icon-section .av-special-heading .av-special-heading-tag {
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0;
}
#top #wrap_all .fakta-icon-section .flex_column {
  width: 29.3333333333%;
  margin-left: 6%;
}
#top #wrap_all .fakta-icon-section .flex_column:first-child {
  margin-left: 0%;
}
#top #wrap_all .fakta-icon-section .flex_column img {
  height: 60px;
}

#top #wrap_all .om-oss-bottom-section .container .content {
  padding-top: 60px;
  padding-bottom: 60px;
}

#top #wrap_all .common-reverse-section .content {
  padding-top: 0;
}
#top #wrap_all .common-reverse-section .flex_column_table {
  display: flex;
  flex-direction: column;
}
#top #wrap_all .common-reverse-section .reverse-text-column {
  order: 2;
}
#top #wrap_all .common-reverse-section .reverse-img-column {
  order: 1;
}
#top #wrap_all .extra-space-none .content {
  padding-top: 0;
}

#top #wrap_all .post-single-title-section .content {
  padding-top: 30px !important;
  padding-bottom: 5px !important;
}

#top #wrap_all .single-post-picture-section .container {
  max-width: 100%;
  width: 100%;
}
#top #wrap_all .single-post-picture-section .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#top #wrap_all .single-post-picture-section .content img {
  height: 173px;
  object-fit: cover;
}

#top #wrap_all .single-post-heading-section .content {
  padding-top: 50px !important;
  padding-bottom: 0px !important;
}
#top #wrap_all .single-post-heading-section .av-special-heading-tag {
  font-weight: 600;
  line-height: 24px;
}

#top #wrap_all .single-post-details-section .container {
  max-width: 925px;
}
#top #wrap_all .single-post-details-section .content {
  padding-top: 50px !important;
}
#top #wrap_all .single-post-details-section .avia_textblock strong {
  color: #3c3c3c;
}
#top #wrap_all .single-post-details-section .address-column {
  display: block;
}
#top #wrap_all .single-post-details-section .address-column .avia-button {
  width: 155px;
  height: 40px;
  padding: 10px;
  line-height: 18px;
  transition: 0.3s;
}
#top #wrap_all .single-post-details-section .address-column .av_textblock_section {
  margin-right: 14%;
}
#top #wrap_all .single-post-details-section .address-column .av_textblock_section p {
  margin-top: 0px;
}
#top #wrap_all .single-post-details-section .details-column .av_textblock_section {
  max-width: 645px;
}
#top #wrap_all .single-post-details-section .details-column .av_textblock_section .avia_textblock p {
  margin-bottom: 40px;
}
#top #wrap_all .single-post-details-section .details-column .av_textblock_section .avia_textblock p:last-child {
  margin-bottom: 0px;
}
#top #wrap_all .single-post-details-section .details-column label {
  font-size: 0.98em !important;
  line-height: 22px;
  color: #3c3c3c;
}
#top #wrap_all .single-post-details-section .details-column form .main-form {
  max-width: 424px;
  margin-top: 10px;
}
#top #wrap_all .single-post-details-section .details-column form input {
  height: 48px;
  border: 1px solid #6d6e70 !important;
  border-radius: 4px !important;
  font-size: 16px;
  color: #3c3c3c !important;
  margin-bottom: 28px !important;
  font-family: "Open Sans";
  padding: 12px;
}
#top #wrap_all .single-post-details-section .details-column form select {
  height: 48px;
  border: 1px solid #6d6e70 !important;
  border-radius: 4px !important;
  font-size: 16px;
  color: #3c3c3c !important;
  margin-bottom: 28px !important;
  font-family: "Open Sans";
  padding: 12px;
}
#top #wrap_all .single-post-details-section .details-column form .sted-column {
  display: flex;
}
#top #wrap_all .single-post-details-section .details-column form .sted-column label:first-child {
  width: 22%;
}
#top #wrap_all .single-post-details-section .details-column form .sted-column label:last-child {
  width: 72%;
  margin-left: 24px;
}
#top #wrap_all .single-post-details-section .details-column form .mobile-number-se {
  display: flex;
}
#top #wrap_all .single-post-details-section .details-column form .mobile-number-se span:first-child {
  width: 22%;
}
#top #wrap_all .single-post-details-section .details-column form .mobile-number-se span:last-child {
  width: 72%;
  margin-left: 24px;
}
#top #wrap_all .single-post-details-section .details-column form .mobile-number-se .menu-428:before {
  content: "\e877";
  position: absolute;
  font-family: "entypo-fontello";
  color: #3c3c3c !important;
  font-size: 24px;
  background: #f5f5f5;
  transition: 0.3s;
  right: 9px;
  top: 12px;
}
#top #wrap_all .single-post-details-section .details-column form .vedlegg {
  margin: 30px 0 0px;
}
#top #wrap_all .single-post-details-section .details-column form .vedlegg label {
  font-weight: 400;
  color: #3c3c3c !important;
}
#top #wrap_all .single-post-details-section .details-column form .submit {
  text-align: right;
  margin-bottom: 26px;
}
#top #wrap_all .single-post-details-section .details-column form .submit input {
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  line-height: 19px;
  border-radius: 24px !important;
  width: 155px;
  height: 40px;
  padding: inherit;
  transition: 0.3s;
}
#top #wrap_all .single-post-details-section .details-column form .submit input:hover {
  opacity: 0.9;
}
#top #wrap_all .single-post-details-section .details-column form .submit span {
  display: none;
}
#top #wrap_all .single-post-details-section .details-column form .date input {
  width: 100%;
}
#top #wrap_all .single-post-details-section .details-column form textarea {
  resize: none;
  border: 1px solid #6d6e70 !important;
  border-radius: 4px !important;
  font-size: 16px;
  color: #3c3c3c !important;
  padding: 20px;
  height: 303px;
}
#top #wrap_all .single-post-details-section .details-column form .utdannelse {
  position: relative;
  margin-bottom: 40px !important;
}
#top #wrap_all .single-post-details-section .details-column form .utdannelse:after {
  content: "\e877";
  position: absolute;
  font-family: "entypo-fontello";
  right: 11px;
  top: 50%;
  color: #3c3c3c !important;
  font-size: 30px;
  background: #f5f5f5;
  transition: 0.3s;
}
#top #wrap_all .single-post-details-section .details-column form .date {
  margin-bottom: 48px;
}
#top #wrap_all .single-post-details-section .details-column form .date input {
  background: transparent;
}
#top #wrap_all .single-post-details-section .details-column form .wpcf7-file {
  border: none !important;
  padding: 0px;
  margin-top: 30px;
  width: 130px;
}
#top #wrap_all .single-post-details-section .details-column form .wpcf7-file::file-selector-button {
  border: 1px solid #2d509f;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: transparent;
  color: #2d509f;
  transition: 0.3s;
  cursor: pointer;
}
#top #wrap_all .single-post-details-section .details-column form .main-form br {
  display: none !important;
}
#top #wrap_all .single-post-details-section .details-column form .mobile-number p {
  display: none !important;
}
#top #wrap_all .single-post-details-section .details-column form .wpcf7-not-valid-tip {
  position: relative;
  top: -20px;
  color: #d60000;
  font-size: 14px;
}
#top #wrap_all .single-post-details-section .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #2d4f9f;
  text-align: center;
}
#top #wrap_all .single-post-details-section .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #2d4f9f;
  text-align: center;
}

#top #wrap_all .ledige-post-content-section .content {
  padding-bottom: 10px;
}
#top #wrap_all .ledige-post-content-section .entry-content-header .post-deadline {
  font-size: 18px;
  padding: 0px 0px 10px;
}
#top #wrap_all .ledige-post-content-section article {
  background-color: #ececec;
  padding: 30px 25px 22px 25px;
  margin-bottom: 25px;
}
#top #wrap_all .ledige-post-content-section article .small-preview {
  display: none;
}
#top #wrap_all .ledige-post-content-section article .entry-content-header {
  display: flex;
  flex-direction: column-reverse;
}
#top #wrap_all .ledige-post-content-section article .post-title {
  text-align: left;
  width: 100%;
}
#top #wrap_all .ledige-post-content-section article .post-meta-infos {
  text-align: left;
}
#top #wrap_all .ledige-post-content-section article .text-sep {
  display: none;
}
#top #wrap_all .ledige-post-content-section article .blog-categories {
  display: none;
}
#top #wrap_all .ledige-post-content-section article .blog-author {
  display: none;
}
#top #wrap_all .ledige-post-content-section article .post_delimiter {
  display: none;
}
#top #wrap_all .ledige-post-content-section article .entry-content-wrapper {
  max-width: 886px !important;
}
#top #wrap_all .ledige-post-content-section article .entry-content {
  max-width: 45em;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 0;
}
#top #wrap_all .ledige-post-content-section article .entry-content-header {
  max-width: 45em;
}
#top #wrap_all .ledige-post-content-section article .read-more-link a {
  font-size: 16px;
  font-weight: 600;
  color: #2d509f;
  margin-top: 15px;
  text-decoration: none;
  transition: 0.3s;
}
#top #wrap_all .ledige-post-content-section article .read-more-link a:hover {
  opacity: 0.8;
}
#top #wrap_all .ledige-post-content-section article h2 {
  margin: 0;
  padding: 0px 0 8px 0 !important;
  padding: 5px 0 12px 0;
  color: #2d509f;
  line-height: 43px;
  font-weight: 700;
  font-size: 24px;
  transition: 0.3s;
}
#top #wrap_all .ledige-post-content-section article h2:hover {
  opacity: 0.8;
}

#top #footer .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffffff;
  color: #ffffff;
  margin: 0;
}
#top #footer .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffffff;
  color: #ffffff;
  margin: 0;
}

#top .contact-form-section .privacy {
  margin-bottom: 25px;
  display: inline-block;
}
#top .contact-form-section .wpcf7-list-item-label a {
  color: #444;
}
#top .contact-page-form .av-subheading p {
  font-size: 16px;
  line-height: 35px;
  color: #3c3c3c;
  padding-top: 15px;
}

.cn-buttons-container a {
  color: #fff !important;
  text-decoration: underline;
}
.cn-buttons-container a:hover {
  text-decoration: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

#top .contact-filter-heading .av-subheading {
  padding-top: 15px;
  font-weight: 700;
}
#top .kontaktpersoner-tab-section .av-layout-tab {
  padding-top: 0 !important;
}
#top .kontaktpersoner-tab-section .av-tab-section-tab-title-container {
  background-color: #f5f5f5;
  max-width: 865px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 30px;
  min-width: unset !important;
}
#top .kontaktpersoner-tab-section .av-inner-tab-title {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  text-transform: inherit;
  width: 100%;
  margin: 0;
  border: 1px solid;
  padding: 10px 8px;
  border-radius: 5px;
}
#top .kontaktpersoner-tab-section .av-section-tab-title {
  padding: 0 12px 0px 5px;
}
#top .kontaktpersoner-tab-section .av-active-tab-title .av-inner-tab-title {
  position: relative;
  padding-left: 35px;
  color: #2d509f;
  border-color: #2d509f;
}
#top .kontaktpersoner-tab-section .av-active-tab-title .av-inner-tab-title::after {
  content: "";
  background-image: url("https://splitkon.no/wp-content/uploads/2021/05/Icon.svg");
  position: absolute;
  top: 50%;
  width: 16px;
  height: 11px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 12px;
  transform: translateY(-50%);
}
#top .kontaktpersoner-tab-section .av-tab-arrow-container {
  display: none;
}
#top .sorter-section .container {
  max-width: 865px;
}

@media (min-width: 768px) {
  #top #wrap_all .blog-single-top-content .content {
    padding-bottom: 0px;
  }
  #top #wrap_all .blog-single-top-content .top-title .av-special-heading-tag {
    line-height: 50px;
  }
  #top #wrap_all .blog-single-top-content .av-subheading p {
    color: #3C3C3C;
    line-height: 35px;
  }
  #top #wrap_all .blog-single-top-content .date p {
    padding-bottom: 40px;
  }
  #top #wrap_all .single-post-heading-section .av-special-heading-tag {
    line-height: 35px;
  }
  #top #wrap_all .single-post-picture-section .content img {
    height: auto;
    object-fit: cover;
  }
  #top #wrap_all .single-post-details-section .address-column {
    display: flex;
  }
  #top #wrap_all .single-post-details-section .details-column .av_textblock_section .avia_textblock p {
    margin-bottom: 30px;
  }
  #top #wrap_all .single-post-details-section .details-column form .utdannelse {
    position: relative;
    margin-bottom: 40px !important;
  }
  #top #wrap_all .single-post-details-section .details-column form .vedlegg {
    margin: 60px 0 35px;
  }
  #top #wrap_all .post-single-title-section .content {
    padding-top: 55px !important;
    padding-bottom: 40px !important;
  }
  #top #wrap_all .post-single-title-section .content .av-special-heading-tag {
    text-align: left;
  }
  #top #wrap_all .ledige-post-content-section .content {
    padding-bottom: 60px;
  }
  #top #wrap_all .ledige-post-content-section article {
    padding: 62px 32px 50px 32px;
    margin-bottom: 40px;
  }
  #top #wrap_all .ledige-post-content-section article h2 {
    font-size: 32px;
    padding: 5px 0 12px 0 !important;
  }
  #top #wrap_all .ledige-post-content-section article .entry-content {
    font-size: 24px;
    line-height: 35px;
  }
  #top #wrap_all .ledige-post-content-section .entry-content-header .post-deadline {
    font-size: 24px;
    padding: 5px 0px 15px;
  }
  #top .kontaktpersoner-tab-section .av-tab-section-tab-title-container {
    padding: 0 50px;
  }
  #top .kontaktpersoner-tab-section .av-tab-arrow-container {
    display: none;
  }
  #top .kontaktpersoner-tab-section .av-section-tab-title {
    padding: 10px 12px 0px 5px;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .referanser-single-section .referanser-single-content p {
    font-size: 16px;
  }
  #top #wrap_all .referanser-single-section .referanser-single-content ul {
    list-style: none;
    margin: 0;
  }
  #top #wrap_all .referanser-single-section .referanser-single-content ul li {
    margin: 0;
  }
  #top #wrap_all .referanser-single-section .referanser-single-content .av-subheading p {
    font-size: 16px;
  }
  #top #wrap_all .referanser-single-section .referanser-single-content a {
    font-size: 16px;
  }
  #top #wrap_all .referanser-single-section .referanser-single-content p {
    font-size: 16px;
  }
  #top #wrap_all .referanser-single-section .avia-slideshow-arrows {
    display: block;
  }
  #top #wrap_all .no-padding-content .container .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #top #wrap_all .nyheter-single-blog-section .no-margin {
    margin-bottom: 0px;
  }
  #top #wrap_all .nyheter-single-blog-section .big-preview {
    width: 50%;
    margin: 0;
  }
  #top #wrap_all .nyheter-single-blog-section .standard-content {
    width: 40%;
    margin-left: 10%;
    text-align: left;
  }
  #top #wrap_all .nyheter-single-blog-section .post-title {
    padding-top: 10;
  }
  #top #wrap_all .nyheter-single-blog-section .post-title a {
    font-size: 32px;
    line-height: 43px;
  }
  #top #wrap_all .nyheter-single-blog-section .entry-content {
    padding-top: 15px;
    font-size: 24px;
    line-height: 35px;
  }
  #top #wrap_all .nyheter-single-blog-section .read-more-link {
    font-size: 16px;
  }
  #top #wrap_all .nyheter-grid-blog-section .slide-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }
  #top #wrap_all .nyheter-grid-blog-section .entry-title a {
    font-size: 24px;
    line-height: 32px;
    padding: 20px 0;
  }
  #top #wrap_all .nyheter-grid-blog-section .entry-content {
    font-size: 16px;
    line-height: 22px;
  }
  #top #wrap_all .nyheter-grid-blog-section .entry-content .article-mini {
    display: block;
  }
  #top #wrap_all .nyheter-grid-blog-section .slide-meta {
    float: unset;
  }
  #top #wrap_all .nyheter-grid-blog-section .read-more-link {
    padding-top: 20px;
    float: unset;
    font-size: 16px;
  }
  #top #wrap_all .nyheter-grid-blog-section .slide-entry-wrap {
    margin-bottom: 70px;
  }
  #top #wrap_all .last-blog-section .avia-content-slider-inner .slide-entry-wrap:last-child .slide-entry {
    margin-bottom: 50px !important;
  }
  #top #wrap_all .blog-single-top-content .content {
    padding-top: 60px;
  }
  #top #wrap_all .blog-single-top-content .top-title .av-special-heading-tag {
    line-height: 76px;
  }
  #top #wrap_all .single-blog-content-section .no-margin .pera-title-small-space .pera-title {
    padding-top: 50px;
  }
  #top #wrap_all .massivtre-section .container .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #top #wrap_all .massivtre-section .container .massivtre-content-column {
    padding: 0;
  }
  #top #wrap_all .fakta-icon-section .flex_column img {
    height: 100px;
  }
  #top #wrap_all .om-oss-bottom-section .container .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #top #wrap_all .common-reverse-section .content {
    padding-top: 60px;
  }
  #top #wrap_all .common-reverse-section .flex_column_table {
    display: unset;
  }
  #top .extra-space-none .content {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  #top #wrap_all .ledige-post-content-section article {
    padding: 62px 0 50px 0;
  }
  #top #wrap_all .ledige-post-content-section article .entry-content {
    padding: 0 30px;
  }
}
#top #wrap_all .accordion-section .content {
  padding-top: 40px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  #top #wrap_all .accordion-section .content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

#wrap_all .accordion-section .toggle_icon {
  border-style: none;
  right: 2px;
  left: unset;
}

#wrap_all .accordion-section .hor_icon {
  border-top-width: 2px;
  border-color: #3c3c3c;
}

#wrap_all .accordion-section .vert_icon {
  border-left-width: 2px;
  border-color: #3c3c3c;
  top: 1px;
  height: 10px;
}

#wrap_all .accordion-section .hor_icon {
  width: 10px;
  left: 1px;
}

#wrap_all .accordion-section .toggle_content.invers-color {
  background: none;
}

#wrap_all .accordion-section .toggler {
  border-color: unset;
  background: none;
}

#wrap_all .accordion-section .av_toggle_section:first-child .single_toggle .toggler {
  border-top: 1px solid #3c3c3c;
}

#wrap_all .accordion-section .av_toggle_section:last-child .single_toggle {
  border-bottom: 1px solid #2d509f;
}

#wrap_all .accordion-section .togglecontainer .toggle_content {
  border-style: none;
  padding: 0px 0px 6px 0px;
}

#wrap_all .accordion-section .togglecontainer .toggle_content p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #3c3c3c;
  margin-top: 0;
}
@media (min-width: 768px) {
  #wrap_all .accordion-section .togglecontainer .toggle_content p {
    font-size: 14px;
    line-height: 19px;
  }
}
#wrap_all .accordion-section .togglecontainer .toggle_content p br {
  display: none;
}
@media (min-width: 768px) {
  #wrap_all .accordion-section .togglecontainer .toggle_content p br {
    display: block;
  }
}

#wrap_all .accordion-section .togglecontainer .toggler {
  border-style: none;
  top: unset;
  padding: 20px 0px 20px 0px;
}
@media (min-width: 768px) {
  #wrap_all .accordion-section .togglecontainer .toggler {
    padding: 22px 0px 26px 0px;
  }
}

#wrap_all .accordion-section .togglecontainer .single_toggle:last-child .toggler {
  border-top: 1px solid #2d509f;
  border-radius: 0;
}

#wrap_all .accordion-section p.toggler {
  font-size: 18px;
  line-height: 33px;
  color: #2f3542;
  font-weight: 600;
}
@media (min-width: 768px) {
  #wrap_all .accordion-section p.toggler {
    font-size: 24px;
  }
}

#top #wrap_all .search-title-section {
  background-color: #2d4f9f;
  display: block;
  margin-top: 0;
}
@media (min-width: 1420px) {
  #top #wrap_all .search-title-section {
    margin-top: 33px;
  }
}
#top #wrap_all .search-title-section .search-title-wrapp {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 990px) {
  #top #wrap_all .search-title-section .search-title-wrapp {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
#top #wrap_all .search-title-section .search-title-wrapp .search-title {
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin: 0;
  display: block;
}
@media (min-width: 990px) {
  #top #wrap_all .search-title-section .search-title-wrapp .search-title {
    text-align: left;
    font-size: 56px;
    line-height: 75px;
  }
}
#top #wrap_all .custom-s-template {
  border: none;
  width: 100%;
  padding-top: 0;
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template {
    padding-top: 50px;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  border: none;
  background-color: rgba(232, 232, 232, 0.7);
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container {
    padding-bottom: 44px;
    background-color: transparent;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container {
    width: 39.5%;
    margin-left: 12%;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container .search_form_field {
  max-width: 85%;
  margin: auto;
}
@media (min-width: 768px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container .search_form_field {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container .search_form_field {
    max-width: 310px;
    padding-left: 0;
    padding-right: 0;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container .search_form_field h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #3C3C3C;
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container .search_form_field h4 {
    font-size: 18px;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container .search_form_field p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #3C3C3C;
  margin-top: 6px;
  margin-bottom: 16px;
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container .search_form_field p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container .search_form_field #searchform div #searchsubmit {
  display: none;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container .search_form_field #searchform div #s {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #6D6E70;
  border-color: #6D6E70;
  height: 32px;
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .page-heading-container .search_form_field #searchform div #s {
    font-size: 16px;
    line-height: 22px;
    height: 30px;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content {
  width: 85%;
  margin: auto;
}
@media (min-width: 768px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .search-content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .search-content {
    width: 48.5%;
    padding-left: 0;
    padding-right: 0;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .widgettitle {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  color: #2D509F;
  letter-spacing: 0;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .search-content .widgettitle {
    display: none;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 25px;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .post-entry {
  margin-bottom: 32px;
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .search-content .post-entry {
    margin-bottom: 40px;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .search-result-counter {
  display: none;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .post-title {
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  margin-bottom: 12px;
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .search-content .post-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .minor-meta {
  font-size: 14px;
  line-height: 19px;
  color: #6D6E70;
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .search-content .minor-meta {
    font-size: 16px;
    line-height: 22px;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .entry-content {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #3C3C3C;
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .search-content .entry-content {
    font-size: 16px;
    line-height: 25px;
  }
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .pagination .pagination-meta {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #3C3C3C;
  order: 2;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .pagination .current {
  display: none;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .pagination a:not(.previous_page, .next_page) {
  display: none;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .pagination .previous_page {
  order: 1;
  font-size: 0;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .pagination .previous_page::before {
  content: "\e879";
  font-family: "entypo-fontello";
  position: absolute;
  font-size: 20px;
  color: #3C3C3C;
  transform: rotate(180deg);
  margin-left: -4px;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .pagination .next_page {
  order: 3;
  font-size: 0;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .search-content .pagination .next_page::before {
  content: "\e879";
  font-family: "entypo-fontello";
  position: absolute;
  font-size: 20px;
  color: #3C3C3C;
  margin-left: -2px;
}
#top #wrap_all .custom-s-template .custom-content-wrapp .entry-content-wrapper {
  padding: 16px;
  border-radius: 0;
  background-color: rgba(232, 232, 232, 0.7);
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .custom-content-wrapp .entry-content-wrapper {
    padding: 24px;
  }
}
#top #wrap_all .custom-s-template .result-title .widgettitle {
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  color: #2D509F;
  letter-spacing: 0;
  margin-bottom: 25px;
  display: none;
}
@media (min-width: 990px) {
  #top #wrap_all .custom-s-template .result-title .widgettitle {
    display: block;
  }
}

.search-results #wrap_all #main .container:not(.search-title-section .container, #footer .container) {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .search-results #wrap_all #main .container:not(.search-title-section .container, #footer .container) {
    max-width: 1420px;
  }
}
@media (min-width: 990px) {
  .search-results #wrap_all #main .container:not(.search-title-section .container, #footer .container) {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 990px) {
  .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 100px !important;
  }
}
@media (min-width: 1420px) {
  .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 128px !important;
  }
}
/*# sourceMappingURL=base.css.map */