/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Avenir, Helvetica, sans-serif; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}
  @font-face {
    font-family: Avenir;
    src: url("/fonts/avenir/regular/Avenir-Roman.woff2") format("woff2"), url("/fonts/avenir/regular/Avenir-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal
  }
  @font-face {
    font-family: Avenir;
    src: url("/fonts/avenir/italic/Avenir-Oblique.woff2") format("woff2"), url("/fonts/avenir/italic/Avenir-Oblique.woff") format("woff");
    font-weight: 400;
    font-style: italic
  }
  @font-face {
    font-family: Avenir;
    src: url("/fonts/avenir/bold/Avenir-Heavy.woff2") format("woff2"), url("/fonts/avenir/bold/Avenir-Heavy.woff") format("woff");
    font-weight: 500;
    font-style: normal
  }
  @font-face {
    font-family: Avenir;
    src: url("/fonts/avenir/bold-italic/Avenir-HeavyOblique.woff2") format("woff2"), url("/fonts/avenir/bold-italic/Avenir-HeavyOblique.woff") format("woff");
    font-weight: 500;
    font-style: italic
  }
  @font-face {
    font-family: Avenir;
    src: url("/fonts/avenir-black/regular/Avenir-Black.woff2") format("woff2"), url("/fonts/avenir-black/regular/Avenir-Black.woff") format("woff");
    font-weight: 700;
    font-style: normal
  }
  @font-face {
    font-family: Avenir-Black;
    src: url("/fonts/avenir-black/regular/Avenir-BlackOblique.woff2") format("woff2"), url("/fonts/avenir-black/regular/Avenir-BlackOblique.woff") format("woff");
    font-weight: 700;
    font-style: italic
  }

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-3 {
  top: 0.75rem;
}
.left-3 {
  left: 0.75rem;
}
.left-20 {
  left: 5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.z-50 {
  z-index: 50;
}
.order-3 {
  order: 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[2\.5\/1\] {
  aspect-ratio: 2.5 / 1;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}
.aspect-\[350\/320\] {
  aspect-ratio: 350 / 320;
}
.h-14 {
  height: 3.5rem;
}
.h-full {
  height: 100%;
}
.h-20 {
  height: 5rem;
}
.h-screen {
  height: 100vh;
}
.h-5 {
  height: 1.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-4 {
  height: 1rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-5 {
  width: 1.25rem;
}
.w-10 {
  width: 2.5rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-\[15ch\] {
  max-width: 15ch;
}
.max-w-prose {
  max-width: 65ch;
}
.flex-1 {
  flex: 1 1 0%;
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-y-auto {
  overflow-y: auto;
}
.break-words {
  word-wrap: break-word;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-blueborder {
  --tw-border-opacity: 1;
  border-color: rgba(186, 223, 231, var(--tw-border-opacity));
}
.border-info {
  --tw-border-opacity: 1;
  border-color: rgba(70, 192, 206, var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
  border-color: rgba(255,255,255,0.3);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 23, 89, var(--tw-bg-opacity));
}
.bg-infodark {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 126, 153, var(--tw-bg-opacity));
}
.bg-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 248, 242, var(--tw-bg-opacity));
}
.bg-navyblue {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 75, 132, var(--tw-bg-opacity));
}
.bg-lightyellow {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 248, 193, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 253, 251, var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-baseline {
  vertical-align: baseline;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-tight {
  line-height: 1.25;
}
.leading-none {
  line-height: 1;
}
.\!leading-none {
  line-height: 1 !important;
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.text-info {
  --tw-text-opacity: 1;
  color: rgba(70, 192, 206, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(17, 23, 89, var(--tw-text-opacity));
}
.text-infodark {
  --tw-text-opacity: 1;
  color: rgba(0, 126, 153, var(--tw-text-opacity));
}
.text-navyblue {
  --tw-text-opacity: 1;
  color: rgba(39, 75, 132, var(--tw-text-opacity));
}
.text-lightyellow {
  --tw-text-opacity: 1;
  color: rgba(254, 248, 193, var(--tw-text-opacity));
}
.text-light {
  --tw-text-opacity: 1;
  color: rgba(242, 253, 251, var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.decoration-info {
  -webkit-text-decoration-color: #46C0CE;
          text-decoration-color: #46C0CE;
}
.decoration-\[3px\] {
  text-decoration-thickness: 3px;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.outline {
  outline-style: solid;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.article-heading {
  display: inline
}
a.article-heading {
  color: #007E99;
  color: var(--color-info)
}
.info {
  padding: 20px 0 0;
  float: left
}
.article-seperator {
  display: inline-block;
  padding: 0 5px
}
p.article-description {
  padding-bottom: 0
}
.container--related-articles img, .container--related-projects img {
  padding: 0 0 15px
}
.article-related-area {
  padding: 10px 0;
  font-weight: 700
}
@media only screen and (max-width:768px) {
  .article-details {
    padding: 15px 0
  }

  .info {
    padding: 15px 0 0
  }

}
.btn {
  text-decoration: none;
  display: inline-block;
  font-family: Avenir, Helvetica, Verdana;
  margin-bottom: 8px;
  height: calc(100% - 18px);
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 80ms ease-in-out
}
.btn--frame {
  padding: 10px 48px 10px 14px;
  background: 0;
  border: 3px solid #007E99;
  border: 3px solid var(--color-info);
  color: #04697F;
  color: var(--color-info-dark);
  position: relative
}
.btn--frame:before {
  content: url("//avfallnorge.ams3.digitaloceanspaces.com/avfall-norge-no/bilder/ikoner/AN_INavigasjonspil.svg");
  position: absolute;
  right: 14px;
  top: 8px
}
.btn--frame:hover:before {
  content: url("//avfallnorge.ams3.digitaloceanspaces.com/avfall-norge-no/bilder/ikoner/AN_INavigasjonspil_hvit.svg")
}
.btn--frame:hover {
  background: #04697F;
  background: var(--color-info-dark);
  border: 3px solid #04697F;
  border: 3px solid var(--color-info-dark);
  color: #fff !important
}
.btn--frame-no-arrow {
  padding: 10px 14px;
  background: none;
  border: 3px solid #007E99;
  border: 3px solid var(--color-info);
  color: #04697F;
  color: var(--color-info-dark);
  position: relative
}
.btn--frame-no-arrow:hover {
  background: #04697F;
  background: var(--color-info-dark);
  border: 3px solid #04697F;
  border: 3px solid var(--color-info-dark);
  color: #fff
}
.btn--solid,
.btn--info {
  color: #fff;
  text-align: center;
  padding: 10px 14px
}
.btn--solid {
  background: #007E99;
  background: var(--color-info);
  border: 3px solid #007E99;
  border: 3px solid var(--color-info);
}
.btn--solid---disabled {
  background: #e6e6e6;
  border: 3px solid #e6e6e6;
  color: #706f6f
}
.btn--solid:hover {
  border: 3px solid #04697F;
  border: 3px solid var(--color-info-dark);
  background: #04697F;
  background: var(--color-info-dark);
  color: #fff
}
.btn--solid---footer {
  padding: 10px 20px;
  width: auto
}
.btn--auto {
  width: auto
}
.btn--tab {
  background: #007E99;
  background: var(--color-info);
  color: #007E99;
  color: var(--color-info);
  padding: 3px 3px 0;
  position: relative;
  top: 6px;
  min-width: 180px;
  max-width: 250px;
  margin: 0 5px;
  transition: none
}
.btn--tab.inactive {
  background: #ccc;
  color: #aaa;
  border-bottom: 3px solid #007E99;
  border-bottom: 3px solid var(--color-info);
  top: 3px
}
.btn--tab div {
  background: #fff;
  padding: 11px 14px 9px;
  text-align: left
}
.btn--tab.inactive div {
  padding: 8px 14px 9px
}
.btn--tab.inactive span {
  position: relative;
  top: 3px
}
.btn--tab.inactive:hover {
  background: #007E99;
  background: var(--color-info);
  color: #007E99;
  color: var(--color-info);
  border-bottom: 0;
  top: 6px;
  margin-bottom: 6px
}
.btn--tab.inactive:hover div {
  padding: 11px 14px 6px
}
.btn--tab.inactive:hover span {
  top: 0
}
input[type=submit] {
  cursor: pointer;
  padding: 13px 35px;
  margin: 0 15px;
  background: #007E99;
  background: var(--color-info);
  color: #fff;
  height: 48px;
  border: 0;
  outline: 0;
  text-decoration: none;
  float: left;
  text-align: center;
  transition: all 80ms ease-in-out
}
input[type=submit]:hover {
  background: #04697F;
  background: var(--color-info-dark)
}
input[type=search].search {
  width: calc(100% - 70px)
}
input[type=search].search::-moz-placeholder {
  color: var(--color-link);
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
input[type=search].search:-ms-input-placeholder {
  color: var(--color-link);
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
input[type=search].search::placeholder {
  color: var(--color-link);
  transition: color 0.2s;
}
input[type=submit].search {
  background: url("//avfallnorge.ams3.digitaloceanspaces.com/avfall-norge-no/bilder/ikoner/AN_Sok.svg") 50%/30px no-repeat #007E99;
  background: url("//avfallnorge.ams3.digitaloceanspaces.com/avfall-norge-no/bilder/ikoner/AN_Sok.svg") 50%/30px no-repeat var(--color-info);
  padding: 0;
  width: 50px;
  margin: 0 0 0 0.5rem
}
input[type=submit].search:hover {
  background-color: #04697F;
  background-color: var(--color-info-dark)
}
@media only screen and (max-width:952px) {
  .btn--tab--responsive {
    max-width: 210px
  }

}
@media only screen and (max-width:768px) {
  #container--tabs {
    border-bottom: 0 !important
  }

  .btn--tab {
    padding: 3px;
    min-width: none;
    margin: 8px 0;
    top: 0
  }

  .btn--tab, .btn--tab--responsive {
    max-width: none
  }

  .btn--tab.inactive {
    background: #ccc;
    color: #aaa;
    border-bottom: 0;
    top: 0 !important
  }

  .btn--tab.inactive:hover {
    margin-bottom: 8px
  }

  .btn--tab.inactive div {
    padding: 8px 14px 12px
  }

  .btn--tab.inactive:hover div {
    padding: 11px 14px 9px
  }

  input[type=search], input[type=text] {
    max-width: none !important
  }

}
.container-article .f-left:first-child {
  width: 150px
}
.container-article .f-left:last-child {
  width: calc(100% - 150px)
}
.contactperson-pic {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 5px 0 0
}
.contactperson-position, .contactperson-text {
  font-size: 18px;
  line-height: 29px
}
.contactperson-position {
  font-style: italic;
  margin-bottom: 15px
}
.member-container {
  padding: 25px 0;
  width: 100%;
  display: inline-block
}
.member-container:last-child {
  border-bottom: 0;
  margin-bottom: 80px
}
.member-title {
  padding: 30px 0 10px;
  border-bottom: 3px solid #dddfe1
}
@media only screen and (max-width:768px) {
  .container-article .f-left:first-child, .container-article .f-left:last-child {
    width: 100%
  }

  .contactperson-pic {
    margin: 0 0 25px
  }

  .contactperson-position, .contactperson-text {
    font-size: 16px;
    line-height: 25px
  }

  .member-title {
    padding: 20px 0 10px;
    margin-bottom: 0
  }

  .member-container {
    padding: 20px 0
  }

  .member-container:last-child {
    margin-bottom: 40px
  }

}
.contact-person-wrap {
  background: #f2f2f2;
  padding-bottom: 30px
}
article, footer, header, main, section {
  width: 100%;
  display: inline-block
}
footer {
  color: #fff;
}
.container-top--blue {
  background: #d5f4f4;
  padding: 15px 0 25px;
  margin: 0 0 10px
}
.container-banner--blue {
  background-color: rgba(213, 244, 244, .5)
}
.container--blue {
  background-color: #d5f4f4;
  margin-bottom: 20px;
  padding: 40px 40px 30px;
  align-self: baseline
}
.container--transparent {
  padding: 80px 0
}
.container--transparent---responsive {
  padding: 0
}
.container--featurebox {
  background: #eeeff0;
  padding: 60px
}
.container--gray {
  background: #eeeff0;
  padding: 25px 0 55px;
  margin: 0 0 60px
}
.container--gray-index {
  width: 100%;
  background: #eeeff0;
  padding: 80px 0 25px;
  margin-top: 60px
}
.container--darkblue {
  background: #002855;
  padding: 80px 0
}
.container--gray-search {
  background: #eeeff0;
  padding: 50px 0 60px
}
.container-seperator {
  width: 100%;
  padding: 50px 0;
  display: inline-block
}
.container-seperator.border {
  border: 3px solid #dddfe1;
  border-left: 0;
  border-right: 0
}
.container-seperator.border-bottom {
  border-bottom: 3px solid #dddfe1
}
.container-btn {
  width: 100%;
  padding: 5px 0 35px;
  display: inline-block
}
.border-bottom {
  border-bottom: 3px solid #dddfe1
}
.spacer-top {
  padding-top: 70px
}
.container-newsletter {
  background: #eeeff0;
  padding: 80px;
  overflow: hidden;
  margin: 20px 0 40px
}
.container-newsletter p {
  font-size: 20px;
  line-height: 30px;
  padding: 20px 0 30px
}
.container-lines {
  border-top: 3px solid #dddfe1;
  border-bottom: 3px solid #dddfe1;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px
}
.share-text {
  padding-right: 20px;
  padding-bottom: 0;
  font-family: Avenir-Black
}
.container-some {
  margin-bottom: 8px;
  display: flex;
  align-items: center
}
.container-some span {
  padding-right: 20px
}
.container-some a {
  padding: 0;
  margin: 0 6px
}
.container-some a:first-child {
  margin-left: 0
}
.container-some a:last-child {
  margin-right: 0
}
.container-published {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 50px
}
.container-article {
  padding: 35px 0;
  border-bottom: 3px solid #dddfe1;
  display: inline-block;
  width: 100%
}
.container-article:last-child {
  border-bottom: 0
}
.container--related {
  padding: 40px 0 0
}
.container--related-articles {
  padding: 20px 0;
}
.container--related-projects {
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.container-project {
  padding: 20px 0
}
.container-pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 40px 0
}
.container--table {
  margin-bottom: 50px
}
.quote {
  padding: 31px;
  border-left: 8px solid #007E99;
  border-left: 8px solid var(--color-info);
  margin: 25px 0 50px
}
.factbox {
  padding: 50px 45px;
  margin-bottom: 50px;
  background: #d5f4f4
}
.factbox ul {
  list-style: none;
  padding: 12px 0 0 17px
}
.example ol li:before {
  content: counter(li);
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: .5em;
  text-align: right;
  direction: rtl
}
@media only screen and (max-width:768px) {
  .container-main {
    padding: 0 22px
  }

  .container--related-articles {
    padding: 10px 0 20px
  }

  .container-seperator {
    padding: 30px 0
  }

  .container--featurebox {
    padding: 30px
  }

  .container--gray-index {
    padding: 20px 0;
    margin-top: 40px
  }

  .container--gray {
    padding: 20px 0 15px;
    margin: 0 0 30px
  }

  .container--transparent, .container--transparent---responsive {
    padding: 20px 0
  }

  .container-top--transparent {
    padding-bottom: 0
  }

  .factbox {
    padding: 30px
  }

  .container--gray-search, .container-btn {
    padding: 20px 0 40px
  }

  .container-article {
    padding: 25px 0
  }

  .container-article img {
    margin-bottom: 15px
  }

}
.container-button {
  padding: 35px 0;
  text-align: center
}
#container--tabs {
  width: 100%;
  display: inline-block;
  border-bottom: 3px solid #007E99;
  border-bottom: 3px solid var(--color-info);
  text-align: center;
  margin: 0 0 40px;
  font-weight: 700
}
.container-event {
  padding: 35px 0;
  border-bottom: 3px solid #dddfe1;
  display: inline-block;
  width: 100%
}
.container-event:last-child {
  padding-bottom: 80px;
  border-bottom: 0
}
.container-event h3 {
  line-height: 43px
}
.event-day {
  padding: 40px 0 20px
}
.speaker-info {
  float: left;
  width: 100%
}
.speaker-info--dropdown {
  width: calc(100% - 60px)
}
.arrow--event {
  width: 35px;
  margin: 3px 0 0;
  float: right
}
.info {
  display: none
}
.sidebar--heading {
  padding-bottom: 20px
}
.sidebar--row {
  padding: 12px 0;
  border-top: 3px solid #dddfe1
}
.sidebar--button {
  padding: 40px 0 20px
}
.sidebar--guidelines {
  padding-bottom: 20px;
  display: inline-block
}
@media only screen and (max-width:768px) {
  .container-event {
    padding: 20px 0
  }

  .container-event h3 {
    line-height: 33px
  }

}
@font-face {
  font-family: Avenir;
  src: url("/fonts/avenir/regular/Avenir-Roman.woff2") format("woff2"), url("/fonts/avenir/regular/Avenir-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Avenir;
  src: url("/fonts/avenir/italic/Avenir-Oblique.woff2") format("woff2"), url("/fonts/avenir/italic/Avenir-Oblique.woff") format("woff");
  font-weight: 400;
  font-style: italic
}
@font-face {
  font-family: Avenir;
  src: url("/fonts/avenir/bold/Avenir-Heavy.woff2") format("woff2"), url("/fonts/avenir/bold/Avenir-Heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Avenir;
  src: url("/fonts/avenir/bold-italic/Avenir-HeavyOblique.woff2") format("woff2"), url("/fonts/avenir/bold-italic/Avenir-HeavyOblique.woff") format("woff");
  font-weight: 700;
  font-style: italic
}
@font-face {
  font-family: Avenir-Black;
  src: url("/fonts/avenir-black/regular/Avenir-Black.woff2") format("woff2"), url("/fonts/avenir-black/regular/Avenir-Black.woff") format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Avenir-Black;
  src: url("/fonts/avenir-black/regular/Avenir-BlackOblique.woff2") format("woff2"), url("/fonts/avenir-black/regular/Avenir-BlackOblique.woff") format("woff");
  font-weight: 400;
  font-style: italic
}
@font-face {
  font-family: Mercury;
  src: url("/fonts/mercury/regular/MercuryTextG3-Roman.woff2") format("woff2"), url("/fonts/mercury/regular/MercuryTextG3-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal
}
footer h2 {
  font-size: 24px;
  line-height: 32px;
  padding: 22px 0
}
footer p {
  font-family: Avenir, Helvetica, Verdana;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 22px
}
.newsletter span {
  display: inline-block;
  padding-bottom: 8px
}
footer a {
  color: #fff
}
footer svg .st14 {
  transition: all 80ms ease-in-out
}
footer a:hover svg .st14 {
  fill: #04697F;
  fill: var(--color-info-dark)
}
footer h2:first-child {
  padding-top: 0
}
@media only screen and (max-width:768px) {
  .container--darkblue {
    padding: 50px 0
  }

  footer p {
    margin-bottom: 12px
  }

  footer .col--1 h2 {
    padding: 26px 0 10px
  }

  footer .col--1:first-child h2 {
    padding-top: 0
  }

}
::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Avenir;
  color: #888
}
::-moz-placeholder {
  font-size: 16px;
  font-family: Avenir;
  color: #888
}
:-ms-input-placeholder {
  font-size: 16px;
  font-family: Avenir;
  color: #888
}
:-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  font-family: Avenir;
  color: #888
}
input[type=search], input[type=text] {
  float: left;
  padding: 13px 20px;
  background: #f3f3f3;
  color: #333;
  width: 100%;
  max-width: 380px;
  outline: 0;
  border: 0;
  height: 48px;
  display: inline-block;
  font-family: Avenir, Helvetica, Verdana;
  font-size: 18px;
  line-height: 24px
}
input[type=search].white-bordered,
input[type=search]:focus, input[type=text]:focus {
  border-bottom: 2px solid #007E99;
  border-bottom: 2px solid var(--color-info)
}
input[type=search].white, input[type=text].white {
  background: #fff
}
label {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700
}
label.deselect {
  font-weight: 400
}
.status {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  display: inline-block
}
.status.error {
  background: #f9dcdf;
  width: calc(100% - 115px);
  max-width: 380px;
  padding: 20px
}
.status.success {
  padding: 20px;
  background: #d5eeec;
  font-size: 20px
}
.newsletter-signup input[type=text] {
  background: #fff;
  width: calc(100% - 115px)
}
.newsletter-signup input[type=submit] {
  width: 100px;
  padding: 13px 0;
  margin: 0 0 0 15px
}
.dropdown {
  cursor: pointer
}
.dropdown div, .dropdown label {
  transition: all 80ms ease-in-out
}
.dropdown .closed {
  display: inline-block;
  margin: 0 0 20px;
  background: #eeeff0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #dbdddf
}
.dropdown .closed span {
  color: #333;
  float: left;
  padding: 13px 0 9px 16px;
  width: calc(100% - 60px)
}
.dropdown:hover .closed {
  background: #dbdddf
}
.dropdown .closed img {
  float: right;
  margin: -2px;
  padding: 13px 16px 9px;
  width: 60px
}
.dropdown ul {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  position: absolute;
  display: none;
  list-style: none;
  top: 0;
  padding-left: 0;
  background: #ededed;
  overflow: hidden;
  border-bottom: 3px solid #dbdddf
}
.dropdown li:before {
  content: none
}
.dropdown li {
  cursor: pointer
}
.dropdown div {
  width: 100%
}
.dropdown input[type=checkbox], .dropdown input[type=radio] {
  display: none
}
.dropdown label {
  font-weight: 400
}
label.deselect {
  font-size: 16px;
  line-height: 16px;
  font-family: Avenir, Helvetica, Verdana;
  padding: 6px 9px;
  border: 3px solid #007E99;
  border: 3px solid var(--color-info);
  color: #009089;
  width: auto;
  cursor: pointer;
  margin: 0 8px
}
label.deselect img {
  display: inline-block;
  margin: -9px;
  padding-left: 8px
}
.dropdown label {
  font-size: 14px;
  line-height: 18px;
  font-family: Avenir, Helvetica, Verdana;
  padding: 13px 20px 13px 50px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  background: 0;
  cursor: pointer
}
.dropdown label:hover {
  background: #dbdddf
}
.dropdown label:before {
  content: url("http://avfallnorge.ams3.digitaloceanspaces.com/avfall-norge-no/bilder/ikoner/box-unchecked2.png");
  display: inline-block;
  margin-right: -17px;
  position: relative;
  top: 2px;
  right: 30px
}
.dropdown input[type=radio]:checked+label:before {
  content: url("http://avfallnorge.ams3.digitaloceanspaces.com/avfall-norge-no/bilder/ikoner/box-checked2.png")
}
*, :after, :before {
  box-sizing: border-box
}
body, html {
  width: 100%;
  height: 100%
}
html {
  -webkit-font-smoothing: subpixel-antialiased
}
body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none
}
body, table {
  margin: 0;
  padding: 0
}
table {
  width: 100%
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important
}
a.svg {
  position: relative;
  display: inline-block
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
a svg, img {
  display: block
}
img {
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: 400
}
ol, ul {
  margin: 0;
  padding-left: 10px
}
::-webkit-input-placeholder {
  font-weight: 300
}
::-moz-placeholder {
  font-weight: 300
}
:-ms-input-placeholder {
  font-weight: 300
}
input:-moz-placeholder {
  font-weight: 300
}
input, select, textarea {
  font-family: Helvetica, Arial, Tahoma, Verdana
}
.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}
.full-center {
  width: 100%;
  text-align: center
}
.table {
  display: table;
  width: 100%
}
.table-cell {
  display: table-cell;
  width: 100%
}
.table-cell.top {
  vertical-align: top
}
.table-cell.middle {
  vertical-align: middle
}
.table-cell.bottom {
  vertical-align: bottom
}
.no-break {
  white-space: nowrap
}
.p-relative {
  position: relative
}
.p-absolute {
  position: absolute
}
.p-fixed {
  position: fixed
}
.d-none {
  display: none
}
.d-ib {
  display: inline-block
}
.w100 {
  width: 100%
}
.w80 {
  width: 80%
}
.w70 {
  width: 70%
}
.w60 {
  width: 60%
}
.w50 {
  width: 50%
}
.w40 {
  width: 40%
}
.w33 {
  width: 33.33%
}
.w30 {
  width: 30%
}
.w20 {
  width: 20%
}
.w15 {
  width: 15%
}
.w10 {
  width: 10%
}
.h100 {
  height: 100%
}
.f-left {
  float: left
}
.f-right {
  float: right
}
.f-none {
  float: inherit
}
.t-left {
  text-align: left
}
.t-center {
  text-align: center
}
.t-right {
  text-align: right
}
.i {
  font-style: italic
}
.b {
  font-weight: 700
}
.hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  align-content: right;
  justify-content: flex-end
}
.row.left {
  align-content: left;
  justify-content: flex-start
}
.row.center {
  align-items: center
}
.col--1 {
  width: calc(33.33% - 32px)
}
.col--2, .details {
  width: calc(66.66% - 32px)
}
.col--3 {
  width: calc(100% - 32px)
}
.col--half {
  width: calc(50% - 32px)
}
.col--1, .col--2, .col--3, .col--half, .details {
  margin: 0 16px
}
.container-main .floating-left-block {
  display: inline-block;
  width: calc(33.33% - 32px);
  align-self: baseline
}
.floating-left-block-row {
  flex-wrap: nowrap
}
.floating-left-block-row .col--2 .col--2 {
  width: 100%;
  margin-left: 0
}
@media only screen and (max-width:768px) {
  .col--1, .col--2, .col--3, .col--half, .details, .row {
    width: 100%;
    margin: 0
  }

  .container-main .floating-left-block {
    width: 100%
  }

  .floating-left-block-row {
    flex-wrap: wrap
  }

  .container--blue {
    margin-top: 20px;
    margin-bottom: 20px
  }

}
#header {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.container--search-menu {
  width: auto
}
.header--link {
  font-weight: 700
}
#logo, #menu, #search {
  display: inline-block
}
#menu, #search {
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  font-family: Avenir-Black, Helvetica, Verdana
}
#logo {
  margin-left: -5px
}
#search {
  background: url("https://avfallnorge.ams3.digitaloceanspaces.com/avfall-norge-no/bilder/ikoner/AN_Meny_sok.svg") no-repeat;
  background-position: left top -3px;
  margin: 0 20px 0 0
}
#menu, #search {
  padding: 0 0 0 28px
}
#menu {
  background: url("https://avfallnorge.ams3.digitaloceanspaces.com/avfall-norge-no/bilder/ikoner/AN_Meny.svg") no-repeat;
  background-position: left top -3px
}
#search-dropdown {
  width: 100%;
  background: #002855;
  display: none
}
#search-dropdown form {
  padding-top: 40px;
  padding-bottom: 90px;
  width: 100%;
  overflow: hidden;
  text-align: center
}
#search-close {
  float: right;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: Avenir-Black, Helvetica, Verdana;
  padding: 0 0 20px;
  cursor: pointer
}
#search-close img {
  height: 35px;
  float: left
}
#search-close div {
  float: left;
  line-height: 35px
}
.banner {
  width: 100%;
  height: 500px;
  background: no-repeat 50%/cover;
  margin-bottom: 80px;
  transform-style: preserve-3d
}
.banner.standard {
  margin-bottom: 0
}
.banner--box {
  background: hsla(0, 0%, 100%, .8);
  padding: 40px 50px 32px
}
.banner .byline, .banner h1, .banner h2 {
  padding-bottom: 20px
}
.banner .byline {
  font-size: 20px;
  line-height: 30px
}
.banner h1 {
  font-size: 44px;
  line-height: 50px
}
@media only screen and (max-width:768px) {
  #search-dropdown form {
    padding-top: 20px;
    padding-bottom: 50px
  }

  .banner {
    height: auto;
    margin-bottom: 40px
  }

  .banner.standard {
    height: 300px
  }

  .banner--box {
    margin-top: 80px;
    padding: 35px 30px 32px;
    width: 50%
  }

  .banner h1 {
    font-size: 33px;
    line-height: 40px
  }

  .banner .byline {
    font-size: 18px;
    line-height: 28px
  }

}
@media only screen and (max-width:670px) {
  .banner--box {
    width: 100%
  }

}
@media only screen and (max-width:480px) {
  .banner.standard {
    height: 200px
  }

}
@media only screen and (max-width:394px) {
  #menu {
    margin-top: 8px
  }

  #search {
    margin-top: 12px
  }

}
.logo {
  width: 170px;
  padding-top: 15px;
  padding-bottom: 15px
}
#menu-full {
  display: none;
  background: #002855;
  padding: 40px 0 60px;
  color: #fff;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100
}
#menu-close {
  width: 100%;
  padding: 0 0 20px;
  text-align: right;
  font-size: 20px;
  line-height: 24px
}
#menu-close span {
  cursor: pointer;
  padding: 10px;
  margin-top: -5px;
  margin-right: -2px;
  display: inline-block
}
#menu-close img {
  display: inline-block;
  margin: -10px;
  margin-right: -4px;
  width: 35px
}
nav#main-menu ul {
  font-family: Avenir, Helvetica, Verdana;
  padding: 0 0 40px
}
nav#main-menu li:before {
  content: none
}
nav#main-menu .header {
  cursor: pointer;
  padding: 15px 0;
  overflow: hidden
}
nav#main-menu h2 {
  display: inline;
  cursor: pointer;
  text-decoration: none;
  transition: all 80ms ease-in-out
}
nav#main-menu h2:hover {
  background: linear-gradient(0deg, transparent, transparent, #46C0CE 0, #46C0CE 3px, transparent 0);
  background: linear-gradient(0deg, transparent, transparent, var(--color-info-light) 0, var(--color-info-light) 3px, transparent 0)
}
nav#main-menu .small h2 {
  font-size: 23px;
  line-height: 32px
}
nav#main-menu ul.sub-level {
  display: none
}
nav#main-menu a {
  font-weight: 700;
  color: #fff;
  background: 0;
  font-size: 16px;
  line-height: 26px
}
.arrow {
  cursor: pointer;
  display: inline-block;
  transition: all .2s ease-in-out;
  perspective: 800px;
  perspective-origin: 50% 100px
}
.arrow--menu {
  margin-left: 10px;
  position: relative;
  top: 3px
}
.flip {
  transform: rotateX(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
.breadcrumb {
  padding: 32px 0 25px
}
.breadcrumb ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  font-family: Avenir, Helvetica, Verdana;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb li:first-child {
  margin-left: 0
}
.breadcrumb li:before {
  content: none
}
.breadcrumb li svg {
  font-size: 0.7rem;
  margin: 0 0.5rem !important;
  color: #007E99;
}
.breadcrumb li span {
  font-weight: 400
}
.breadcrumb li a, .breadcrumb li span {
  display: inline-block;
  color: #007E99;
  color: var(--color-info);
  text-align: left
}
.breadcrumb li a, .breadcrumb li svg, .breadcrumb li span {
  vertical-align: top
}
.pagination {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #000;
  font-family: Avenir-Black, Helvetica, Verdana;
  margin: 0 5px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  background: #dddfe1;
  text-decoration: none
}
.pagination.next, .pagination.prev {
  background: transparent;
  width: auto;
  margin: 0 25px
}
.pagination.current {
  background: #1aa29d;
  color: #fff
}
nav#dev-menu ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  background: #9af5e5;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px
}
nav#dev-menu li {
  float: left
}
nav#dev-menu li:before {
  content: "" !important
}
nav#dev-menu li a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  color: #111759;
  text-align: center
}
nav#dev-menu li a:hover {
  background: #d3faf3
}
nav#dev-menu .dropdown {
  background: #b8ffee
}
nav#dev-menu .dropdown ul {
  top: 41px;
  width: 250px;
  text-align: left
}
nav#dev-menu li .dropdown-menu {
  background: #b8ffee
}
@media only screen and (max-width:768px) {
  nav#breadcrumbs li {
    display: inline-block;
    width: auto !important
  }

  nav#main-menu a {
    font-size: 18px;
    line-height: 29px
  }

  .arrow--menu {
    top: 5px
  }

}
body {
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #000
}
.unbold, body {
  font-family: Avenir, Helvetica, Arial, Tahoma, Verdana
}
.line {
  width: 100%;
  height: 1px;
  padding-bottom: 35px
}
.details, .line {
  border-top: 3px solid #dddfe1
}
.details {
  padding-top: 20px;
  padding-bottom: 20px
}
.details[open] .summary {
  margin-bottom: 20px
}
.details:last-of-type {
  border-bottom: 3px solid #dddfe1;
  margin-bottom: 40px
}
.details .summary::-webkit-details-marker {
  display: none
}
.details .summary:after {
  width: 18.8px;
  height: 33px;
  float: right;
  content: "";
  background: url("/images/mark.svg") no-repeat 96% 50%
}
.details[open] .summary:after {
  transform: rotate(180deg)
}
.summary {
  font-size: 24px;
  line-height: 1.4;
  font-family: Avenir-Black
}
.flexstart {
  justify-content: flex-start
}
.u-pbn {
  padding-bottom: 0
}
.u-pbl {
  padding-bottom: 20px
}
.u-mhm {
  margin-top: 20px;
  margin-bottom: 20px
}
.u-mbl {
  margin-bottom: 40px
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.companies>div {
  border-bottom: 3px solid #dddfe1;
  font-size: 16px;
  line-height: 24px
}
.companies:last-child>div {
  border-bottom: 0
}
.companies>div>div {
  display: inline-block;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 7px
}
.companies>div>div:first-child {
  padding: 0 7px 0 0
}
.companies>div>div:last-child {
  padding: 0 0 0 7px
}
.companies--header {
  font-weight: 700;
  padding: 30px 0 15px
}
.companies--list {
  padding: 20px 0
}
.col--company, .col--website {
  width: 25%
}
.col--location {
  width: 15%
}
.col--phone {
  width: 10%
}
.col--email {
  width: 25%
}
table {
  border-collapse: collapse;
}
td, th {
  vertical-align: top;
  padding: 0.5rem 1rem;
}
.table {
  font-size: 16px;
  line-height: 24px;
}
.table td, .table th {
  border-bottom: 1px solid #007E99;
  border-bottom: 1px solid var(--color-info);
}
.table th {
  font-weight: 700;
  padding: 20px 7px 15px
}
.table td {
  padding: 20px 7px
}
.table thead td {
  padding-bottom: 0.5rem;
}
.table tr>td:first-child, .table tr>th:first-child {
  padding-left: 0
}
.table tr>td:last-child, .table tr>th:last-child {
  padding-right: 0
}
.table--background {
  background: #eeeff0;
  padding: 45px 60px
}
@media only screen and (max-width:768px) {
  .table--background {
    padding: 25px 30px 0
  }

  .table--background table {
    padding-top: 20px
  }

  .table--background table th {
    display: none
  }

  .table--background table td {
    display: block;
    padding: 10px 0
  }

  .table--background table td:last-child {
    margin-bottom: 35px
  }

  .companies--header {
    display: none
  }

  .col--company, .col--email, .col--location, .col--phone, .col--website {
    width: 100%
  }

  .companies>div>div {
    top: 0;
    transform: none;
    padding: 0 0 0 7px !important
  }

}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
a.disabled {
  pointer-events: none;
  cursor: default
}
a.read-more {
  display: inline;
  padding: 20px 0 0;
  width: 100%;
  text-align: right
}
ol, ul {
  padding: 0 0 25px 25px;
  list-style: none
}
ul li:before {
  content: "\2022";
  color: #007E99;
  color: var(--color-info);
  position: relative;
  left: -10px;
  top: 2px;
  margin-left: -7px
}
ol li {
  counter-increment: count-me
}
ol li:before {
  content: counter(count-me) ".";
  color: #007E99;
  color: var(--color-info);
  position: relative;
  left: -13px;
  margin-left: -13px
}
.text-title {
  padding-bottom: 20px;
  width: 100%
}
.text-excerpt {
  padding-bottom: 35px
}
.text, p {
  margin-bottom: 2rem;
}
.text-quote {
  padding: 0 0 25px 5px
}
.text-quote-author {
  padding: 20px 0 0
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 3px;
  line-height: 1.3;
}
.article-heading, .text-quote, .text-quote-author, h1, h2, h3, h4 {
  font-family: Avenir, Helvetica, Verdana;
  font-weight: 600;
}
.text-excerpt, .text-image, ol, p, ul {
  font-family: Avenir, Helvetica, Verdana
}
.font-black {
  font-family: Avenir-Black, Helvetica, Verdana
}
h1, .h1 {
  font-size: 54px;
}
.article-heading, h2, .h2 {
  font-size: 38px;
}
h3, .h3 {
  font-size: 28px;
}
h4, .h4 {
  font-size: 24px;
}
.text, ol, p, ul {
  font-size: 18px;
}
.text-excerpt {
  font-size: 24px;
  line-height: 34px
}
.text-quote {
  font-size: 34px;
  line-height: 42px
}
.text-quote-author {
  font-size: 18px;
  line-height: 29px
}
.text-byline {
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0 10px
}
.text-byline, .text-no-byline {
  margin-bottom: 40px
}
.text-byline.under {
  border-bottom: 3px solid #ededed
}
.text-byline.over {
  border-top: 3px solid #ededed
}
.search-header {
  width: 100%;
  padding: 0 0 15px
}
.container--featurebox h1 {
  padding-bottom: 20px
}
.container--featurebox div {
  width: 36%
}
@media only screen and (max-width:768px) {
  h1 {
    font-size: 43px;
  }

  .article-heading, h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 19px;
  }

  .text, ol, p, ul {
    font-size: 16px;
    width: 100%
  }

  .text-excerpt {
    font-size: 20px;
    line-height: 28px
  }

  .text-quote {
    font-size: 28px;
    line-height: 34px
  }

  .text-quote-author {
    font-size: 20px;
    line-height: 31px
  }

  .text-byline {
    font-size: 15px;
    line-height: 22px
  }

  .text {
    margin-bottom: 15px
  }

  .container--featurebox div {
    width: 50%
  }

}
@media only screen and (max-width:480px) {
  .container--featurebox div {
    width: 100%
  }

}
.container--vacancies-box {
  background: #eeeff0;
  width: 100%;
  padding: 30px
}
.vacancy-img {
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 30px
}
.vacancy-details {
  padding: 12px 0
}
.vacancy-contact {
  width: 100%
}
.container--vacancy-button {
  padding: 50px 0 35px;
  overflow: hidden
}
.container--vacancy-button a {
  margin: 0 !important;
  width: 100%
}
.container--vacancy-button, .vacancy-details {
  border-top: 4px solid #dddfe1
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 40px
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.download-list {
  margin: 16px 0 30px
}
.download-list__item {
  border-bottom: 3px solid #dddfe1
}
.download-list__item:first-of-type {
  border-top: 3px solid #dddfe1
}
.download-list__extension {
  white-space: nowrap
}
.download-list__link {
  padding: 0;
  background: none;
  transition: none;
  background: url(/images/icon-download.svg) no-repeat;
  background-position: left 16px;
  background-size: 14px;
  display: block;
  padding: 16px 0 16px 30px
}
/* checkin */
#checkin_registration button.btn-success {
  background-color: #00b2a9 !important;
  color: #fff !important;
  border-color: #00b2a9  !important;
}
#checkin_registration button.btn-disabled {
  background-color: #a9e0de  !important;
  color: #fff !important;
  border-color: #8cddd9  !important;
}
#checkin_registration button.btn-success:hover {
  background: #03827c;
}
#checkin_registration .ticket--amount--button.plus, #checkin_registration button.btn--active {
  background-color: #FFCF00 !important;
  color: #000 !important;
}
/* af-toplinks */
.af-toplinks {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  font-family: Avenir-Black,Helvetica,Verdana;
  background: none;
  padding: 0 1rem;
  margin-right: 1rem;
}
.af-footer-links-container {
  margin-bottom: 2rem
}
@media only screen and (min-width: 769px) {
.af-footer-links-container {
    margin-bottom: 4rem
}
  }
@media only screen and (max-width: 768px) {
.md-only {
    display: none
}
  }
.text-small {
  font-size:  1rem;
}
.af-footer-links {
  display: inline-block;
  font-family: Avenir;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4
}
@media only screen and (max-width: 768px) {
.af-footer-links {
    margin-bottom: 0.5rem
}
  }
@media only screen and (min-width: 769px) {
.af-footer-links {
    margin-right: 1rem
}
  }
@media only screen and (min-width: 769px) {
  .af-footer-links-container-xs {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .af-footer-links-container-md {
    display: none;
  }
}
:root {
  --color-primary: #111759;
  --color-info: #007E99;
  --color-info-light: #46C0CE;
  --color-light: #F2FDFB;
  --color-info-dark: #04697F;
  --bg-border: linear-gradient(0deg,transparent,transparent,#00b2a9 0,#00b2a9 3px,transparent 0);
  --page-padding: 1.5rem;
  --page-spacing-relative: var(--page-padding);
  --search-width: 3rem;
  --container-max-width: 1600px;
  --font-regular: Avenir, Helvetica, Verdana;
}
@media only screen and (min-width: 1600px) {
  body {
    --page-spacing-relative: calc((100vw - (var(--container-max-width) - var(--page-padding) * 2)) / 2);
  }
}
.container-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  max-width: var(--container-max-width);
  padding-left: 1.5rem;
  padding-left: var(--page-padding);
  padding-right: 1.5rem;
  padding-right: var(--page-padding);
}
body {
  --color-bg-mobile-menu: var(--color-primary);
}
.body-avfallsforsk {
  background-color: #F2F8E8;
  --banner-color: #13351D;
  --color-bg-mobile-menu: var(--banner-color);
  --theme-color: #98C255;
}
/* General */
.break-word {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
body {
  color: #111759;
  color: var(--color-primary);
}
.no-break {
  white-space: nowrap;
}
.d-block {
  display: block;
}
a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #46C0CE;
          text-decoration-color: #46C0CE;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}
a:hover {
  --tw-text-opacity: 1;
  color: rgba(70, 192, 206, var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.link {
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgba(70, 192, 206, var(--tw-border-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.link-text {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.link-text:hover {
  color: inherit;
}
.link-color-inherit {
  color: inherit;
}
.link-text:hover {
  text-decoration: underline;
}
.link-color-info {
  color: #46C0CE;
  color: var(--color-info-light);
  text-decoration: underline;
  background: none;
}
.link-color-info:hover {
  color: white;
  text-decoration: none;
}
.link-simple {
  background: none;
  color: inherit;
  text-decoration: underline;
}
.link-simple:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
.md-only {
    display: none
}
  }
@media only screen and (max-width: 768px) {
.xs-block {
    display: block
}
  }
.lead {
  font-size: 1.2rem;
}
.md-display-1 {
  line-height: 1.2
}
@media only screen and (min-width: 1200px) {
.md-display-1 {
    font-size: 3.8rem
}
  }
.md-display-2 {
  line-height: 1.2
}
@media only screen and (min-width: 1200px) {
.md-display-2 {
    font-size: 3.2rem
}
  }
@media only screen and (min-width: 769px) {
.md-inline-block {
    display: inline-block
}
  }
@media only screen and (min-width: 769px) {
.xs-only {
    display: none
}
  }
.svg-icon, .svg-inline--fa, .bi {
  height: 1em;
  width: 1em;
  margin: 0 !important;
}
.row--flex-start {
  justify-content: flex-start;
}
.btn--info {
  background: #007E99;
  background: var(--color-info);
  border-color: #007E99;
  border-color: var(--color-info);
  border: none;
}
.btn--info:hover,
.btn--info:active,
.btn--info:focus {
  background: #04697F;
  background: var(--color-info-dark);
  border-color: #04697F;
  border-color: var(--color-info-dark);
  color: #fff;
}
.btn-regular {
  width: auto;
}
/* Header */
.top-header {
  background: #fff;
}
.flex-btn {
  display: inline-flex;
  align-items: center;
}
.flex-btn > *:last-child {
  margin-left: 0.5rem;
  display: block;
}
@media only screen and (min-width:769px) {
  body {
    --topbanner-height: 9.5rem;
    padding-top: var(--topbanner-height);
  }
  .top-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: var(--topbanner-height);
  }
}
.header-container {
  width: 100%;
  padding: 1.5rem 0;
  --color-link: var(--color-primary);
  --color-border: var(--color-info);
  --color-bg-header: #fff;
}
@media only screen and (max-width:768px) {
.header-container {
    padding: 1rem 0;
}
  }
.header-container {
  transition: background 0.2s, height 0.2s;
}
@media only screen and (min-width:769px) {
  .header-container-expaned {
    --color-link: #fff;
    --color-border: #fff;
    --color-bg-header: var(--color-primary);
    background: var(--color-bg-header);
  }
}
.header-logo {
  width: 200px;
  background: none
}
@media only screen and (max-width:768px) {
.header-logo {
    width: 140px
}
  }
.logo-alt,
.logo-regular {
  display: block;
  width: 100%;
}
.logo-alt {
  display: none;
}
@media only screen and (min-width:769px) {
  .header-container-expaned .logo-regular {
    display: none;
  }
  .header-container-expaned .logo-alt {
    display: block;
  }
}
.header-row {
  display: flex;
  justify-content: space-between
}
@media only screen and (max-width:768px) {
.header-row {
    align-items: center
}
  }
.header-navs a {
  background: none;
}
/* Nav 1 */
.nav-group1 {
  display: flex;
  align-items: center;
  justify-content: flex-end
}
@media only screen and (min-width:769px) {
.nav-group1 {
    margin-bottom: 1rem
}
  }
@media only screen and (max-width:768px) {
  .nav-corporate {
    display: none;
  }
}
.nav-corporate a {
  font-weight: 300;
  font-family: Avenir, Helvetica, Verdana;
  font-family: var(--font-regular);
  color: var(--color-link);
  transition: color 0.2s;
  display: inline-block;
  padding: 0.1rem 1.3rem;
  position: relative;
  font-size: 0.9rem;
  text-decoration: none;
}
.nav-corporate a:hover,
.nav-corporate a:active,
.nav-corporate a:focus {
  text-decoration: underline;
}
.nav-corporate a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--color-border);
}
.nav-corporate a:first-child:before {
  display: none;
}
/* search-form */
.search-form {
  display: flex;
  align-items: center;
  --search-height: 2.4rem
}
@media only screen and (min-width:769px) {
.search-form {
    border: 1px solid #007E99;
    border: 1px solid var(--color-info);
    border-radius: 100px;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}
  }
.search-form-active {
  border: 1px solid #007E99;
  border: 1px solid var(--color-info);
  border-radius: 100px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.search-form .search-input {
  display: block;
  border: none;
  width: 10rem;
  height: var(--search-height);
  background: none;
  padding: 0.2rem 0.5rem;
  transition: width 0.2s, opacity 0.2s;
  color: var(--color-link);
  transition: color 0.2s;
  font-weight: 300;
  font-family: Avenir, Helvetica, Verdana;
  font-family: var(--font-regular);
  font-size: 1rem
}
@media only screen and (max-width:768px) {
.search-form .search-input {
    display:none
}
  }
.search-form .search-input:focus {
  background: none;
  border: none;
}
.search-form .search-input::-moz-placeholder {
  color: #888;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.search-form .search-input:-ms-input-placeholder {
  color: #888;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.search-form .search-input::placeholder {
  color: #888;
  transition: color 0.2s;
}
@media only screen and (max-width:768px) {
.search-form-active .search-input {
    flex: 1;
    width: auto;
    display:block
}
  }
.mobile-only {
  display: none
}
@media only screen and (max-width:768px) {
.mobile-only {
    display:block
}
  }
.search-btn {
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: var(--search-height);
  width: 3rem;
  width: var(--search-width);
  font-size: 2rem;
  padding: 0;
  color: #007E99;
  color: var(--color-info);
}
/* mobile-menu */
.mobile-menu {
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--search-height);
  width: 3rem;
  width: var(--search-width);
  font-size: 2rem;
  padding: 0;
  color: #111759;
  color: var(--color-primary);
}
@media only screen and (min-width:769px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu-container {
  height: 100vh;
  width: 100vw;
  background: var(--color-bg-mobile-menu);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.mobile-menu-container:target {
  display: block;
}
.mobile-menu-container .mobile-menu {
  color: #007E99;
  color: var(--color-info);
}
.mobile-menu-listing {
  padding-top: 1rem;
}
.nav-corporate-mob a {
  display: block;
  background: none;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.4rem 0;
}
/* nav-main */
@media only screen and (max-width:768px) {
  .nav-main {
    display: none;
  }
}
.nav-main {
  position: relative;
  margin-right: -1rem;
}
.nav-main ul {
  display: flex;
  font-size: inherit !important;
  line-height: inherit;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.nav-main li {
  list-style: none;
  padding: 0;
  margin: 0;
  --child-padding: 0.4rem 1rem;
  position: relative;
}
.nav-main li:before {
  display: none;
}
.nav-main-item {
  font-weight: 600;
  color: var(--color-link);
  transition: color 0.2s;
  display: inline-block;
  padding: var(--child-padding);
}
a.nav-main-item:hover {
  color: var(--color-link);
  background: linear-gradient(0deg,transparent,transparent,#00b2a9 0,#00b2a9 3px,transparent 0);
  background: var(--bg-border);

}
.nav-main-item-passive {
  cursor: pointer;
}
.sub-nav {
  display: none;
  width: 250px;
  padding-top: 0.5rem;
  position: absolute;
  top: 100%;
}
.sub-nav a {
  display: block;
  padding: var(--child-padding);
  color: #fff;
  font-weight: 300;
  font-family: Avenir, Helvetica, Verdana;
  font-family: var(--font-regular);
  text-decoration: none;
}
.sub-nav a:hover {
  text-decoration: underline;
}
.nav-main li:hover .sub-nav {
  display: block;
}
.nav-main li:last-child .sub-nav {
  right: 0px;
  width: 300px;
}
.nav-main li:last-child .sub-nav a {
  text-align: right;
}
/* Homepage */
.top-feature {
  --image-md-width: 50vw
}
@media only screen and (min-width: 1001px) {
.top-feature {
    display: flex;
    align-items: center
}
  }
@media only screen and (max-width: 768px) {
.top-feature {
    margin-bottom: 2.5rem
}
  }
.top-feature img {
  display: block
}
@media only screen and (max-width: 1001px) {
.top-feature img {
    width: 100%;
    margin-bottom: 2rem
}
  }
@media only screen and (max-width: 768px) {
.top-feature img {
    margin-bottom: 1.5rem
}
  }
@media only screen and (min-width: 1001px) {
.top-feature img {
    order: 2;
    flex-basis: var(--image-md-width);
    max-width: var(--image-md-width)
}
  }
.top-feature-info {
  padding-right: 1.5rem;
  padding-right: var(--page-padding);
  padding-left: 1.5rem;
  padding-left: var(--page-padding)
}
@media only screen and (min-width: 1001px) {
.top-feature-info {
    flex: 1;
    padding-right: 2rem;
    padding-left: 1.5rem;
    padding-left: var(--page-padding)
}
  }
@media only screen and (min-width: 1600px) {
.top-feature-info {
    margin-left: calc((100vw - 1600px) / 2);
    margin-left: calc((100vw - var(--container-max-width)) / 2)
}
  }
@media only screen and (min-width: 1001px) {
.top-feature-info > * {
    max-width: 34rem
}
  }
.top-feature-title {
  color: #111759;
  color: var(--color-primary);
  margin-bottom: 0.7rem;
}
/* container--blue-index */
.container-index {
  padding: 3rem 0 2rem
}
@media only screen and (min-width: 769px) {
.container-index {
    padding: 5rem 0 4rem
}
  }
.container--blue-index {
  background-color: #F2FDFB;

}
.header-col-wrapper {
  display: flex;
  align-items: baseline;
}
.header-col-wrapper > *:first-child {
  flex: 1;
}
/* container--primary-index */
.container--primary-index {
  background-color: #111759;
  background-color: var(--color-primary);
}
.link-feature {
  color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
.link-feature-content {
    max-width: 20rem
}
  }
.link-feature a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.2rem 0.8rem
}
@media only screen and (max-width: 768px) {
.link-feature a {
    padding-bottom: 1.2rem
}
  }
.link-feature a:hover {
  color: white;
}
@media only screen and (min-width: 769px) {
.link-feature a span {
    margin-right: 3rem
}
  }
@media only screen and (max-width: 768px) {
.link-feature a span {
    flex: 1
}
  }
@media only screen and (max-width: 768px) {
  .link-feature p {
    display: none;
  }
}
/* footer */
.footer-group {
  margin-bottom: 2rem
}
@media only screen and (min-width: 769px) {
.footer-group {
    margin-bottom: 3rem
}
  }
/* event-item-title */
@media only screen and (min-width: 769px) {
.md-col3-max-text-width {
    max-width: 22rem
}
  }
/* Company page */
.company-list-header {
  margin-bottom: 4rem
}
@media only screen and (min-width: 1000px) {
.company-list-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}
  }
@media only screen and (min-width: 1000px) {
.company-list-header-head {
    width: 40vw
}
  }
@media only screen and (max-width: 999px) {
.company-list-header-head {
    margin-bottom: 4rem
}
  }
.company-search {
  display: flex;
  align-items: center
}
@media only screen and (min-width: 1000px) {
.company-search {
    width: 31vw
}
  }
.company-search-input {
  flex: 1;
}
.company-search-content {
  padding: 3rem 0;
}
@media only screen and (min-width: 1000px) {
.company-table-wrapper {
    margin-left: 15vw
};
  }
.company-table {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1000px) {
  .company-table-col-1 {
    width: 40%;
  }
  .company-table td {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 999px) {
  .company-table-header {
    display: none;
  }
  .company-table-body tr {
    display: block;
    border-bottom: 1px solid #007E99;
    border-bottom: 1px solid var(--color-info);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .company-table-body td {
    display: block;
    border: 0;
    padding: 0;
  }
  .company-table-body .company-table-col-1 {
    margin-bottom: 1rem;
  }
  .company-table-body .company-table-col-2,
  .company-table-body .company-table-col-3,
  .company-table-body .company-table-col-4 {
    position: relative;
    padding-left: 6rem;
  }
  .company-table-body .company-table-col-2:before,
  .company-table-body .company-table-col-3:before,
  .company-table-body .company-table-col-4:before {
    position: absolute;
    left: 0;
    font-weight: 700;
  }
  .company-table-body .company-table-col-2:before {
    content: "Nettsted:";
  }
  .company-table-body .company-table-col-3:before {
    content: "Sted:";
  }
  .company-table-body .company-table-col-4:before {
    content: "Telefon:";
  }
}
/* story-item */
@media only screen and (min-width: 1000px) {
.story-item {
    display: flex
}
  }
@media only screen and (min-width: 1000px) {
.story-item-image {
    flex-basis: 50%;
    max-width: 50%;
    flex: 1;
    -o-object-fit: cover;
       object-fit: cover
}
  }
@media only screen and (max-width: 999px) {
.story-item-image {
    display: block;
    width: 100%
}
  }
.story-item-content {
  flex: 1;
  padding: 3rem;
  color: white;
  display: flex;
  align-items: center;
}
.story-item-no-image .story-item-content {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/* avfallsforsk */
.logo-subsite {
  background: none;
}
.body-avfallsforsk .member-title,
.body-avfallsforsk .line,
.body-avfallsforsk .container-lines {
  border-color: #E7F3D2;
}
.body-avfallsforsk .theme-area a {
  background: linear-gradient(
0deg, transparent, transparent, var(--theme-color) 0, var(--theme-color) 3px, transparent 0);
  color: inherit;
}
.body-avfallsforsk .theme-area a:hover,
.body-avfallsforsk .theme-area a:focus {
  color: var(--theme-color);
}
.body-avfallsforsk .theme-area {
  color: var(--banner-color);
}
@media only screen and (max-width:768px) {
  .body-avfallsforsk .header-navs .search-form,
  .body-avfallsforsk .header-navs .mobile-menu-regular  {
    display: none;
  }
}
.body-avfallsforsk .mobile-menu {
  color: white;
}
.body-avfallsforsk main .container--blue,
.body-avfallsforsk main .factbox,
.body-avfallsforsk main .theme-box {
  background: var(--banner-color);
  color: white;
}
.body-avfallsforsk main .theme-box {
  margin-bottom: 2rem;
}
.body-avfallsforsk main .container--blue a,
.body-avfallsforsk main .factbox a,
.body-avfallsforsk main .theme-box a {
  color: white;
}
.body-avfallsforsk main .theme-box .sidebar--row {
  border-top: 2px solid var(--theme-color);
}
.body-avfallsforsk main .btn {
  background: var(--theme-color);
  border: none;
  border-radius: 100px;
  width: auto;
  display: inline-flex;
  padding: 0.8rem 1.5rem;
  height: auto;
  color: #000;
  font-weight: 300;
  line-height: 1.2;
}
.body-avfallsforsk main .btn--frame:before {
  display: none;
}
.body-avfallsforsk  .theme-area ul li:before {
  color: var(--theme-color);
}
.header-avfallsforsk {
  background: var(--banner-color);
  padding: 2rem 0;
}
@media only screen and (max-width:768px) {
  .header-avfallsforsk {
    padding: 1.5rem 0;
  }
}
.logo-avfallsforsk {
  width: 190px;
  max-width: 35vw;
  height: auto;
}
@media only screen and (min-width:769px) {
  .microsite-back {
    display: none;
  }
}
.subsite-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subsite-nav {
  text-align: right;
}
@media only screen and (max-width:768px) {
  .subsite-nav {
    display: none;
  }
}
.subsite-nav a {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  background: none;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.subsite-nav a:hover,
.subsite-nav a.active {
  text-decoration: none;
  border-color: var(--theme-color);
}
.banner-microsite {
  background: no-repeat 50%/cover;
}
.banner-microsite-inner {
  max-height: 450px;
  height: 60vh;
  display: flex;
  align-items: center;
  color: white;
}
.banner-microsite-title {
  max-width: 30rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width:768px) {
  .banner-microsite-title {
    margin-bottom: 2rem;
  }
}
.body-avfallsforsk .breadcrumb li svg {
  color: var(--theme-color);
}
.body-avfallsforsk .breadcrumb li a,
.body-avfallsforsk .breadcrumb li span {
  color: var(--banner-color);
  background: none;
}
.banner-microsite .breadcrumb {
  padding: 1.5rem 0;
}
@media only screen and (max-width:768px) {
  .banner-microsite .breadcrumb {
    display: none;
  }
}
.banner-microsite .breadcrumb li svg {
  color: var(--theme-color);
}
.banner-microsite .breadcrumb li a,
.banner-microsite .breadcrumb li span {
  color: white;
  background: none;
  border-bottom: 2px solid var(--theme-color);
}
.features-projects {
  background: var(--banner-color);
  padding: 2rem 0;
  color: white;
  margin: 60px 0
}
@media only screen and (max-width: 999px) {
.features-projects {
}
    
  }
.features-projects .article-related-area {
  color: var(--theme-color);
}
.features-projects  .article-title {
  background: none;
  color: inherit;
}
.some-icons {
  display: flex;
  align-items: center;
}
.some-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  background: var(--banner-color);
  border-radius: 50%;
  margin-right: 1rem;
  color: var(--theme-color);
  font-size: 1.2rem;;
}
.microsite-header-wrapper {
  margin-bottom: 2rem;
}
.microsite-header-wrapper + .breadbrump-wrapper {
  margin-top: -2rem;
}
.img-banner-full {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover
}
@media only screen and (max-width: 768px) {
.img-banner-full {
    max-height: 300px
}
  }
/* factbox-expand */
.factbox {
  padding: 2rem;
}
.factbox-expand {
  position: relative;
}
.factbox-text {
  overflow: hidden;
	transition: max-height .5s;
  max-height: 10000px;
}
.factbox-expand .factbox-text {
  max-height: 5rem;
}
.factbox-expand-btn {
	position: absolute;
  padding: 0;
	left: 0;
	right: 0;
	bottom: 0rem;
	border: 0;
	background: linear-gradient(rgba(255,255,255,0), #d5f4f4 60%);
	height: 7rem;
  cursor: pointer;
}
.body-avfallsforsk main .factbox-expand-btn {
  background: linear-gradient(rgba(255,255,255,0), var(--banner-color) 60%);
}
.factbox-expand-icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 2rem;
}
.factbox-expand-btn svg {
	background: #fff;
	color: #26292a;
	display: block;
	transition: .2s;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	padding: 8px;
	height: 2rem;
	width: 2rem;
	fill: #fff;
}
/* an-element-space */
.an-element-space {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .an-element-space {
    margin-bottom: 4rem;
  }
}
.an-element-space p:last-child {
  margin-bottom: 0px;
}
.an-element-no-space + .an-element-no-space {
  position: relative;
  margin-top: -2rem;
}
@media (min-width: 768px) {

  .an-element-no-space + .an-element-no-space {
    margin-top: -4rem;
  }
}
/* content-table */
.content-table, .content-table th, .content-table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(186, 223, 231, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.container-seperator.content-table, .container-seperator.content-table th, .container-seperator.content-table td {
  border: 3px solid #dddfe1;
  border-left: 0;
  border-right: 0
}
.content-table th {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 248, 242, var(--tw-bg-opacity));
}
.first\:pt-10:first-child {
  padding-top: 2.5rem;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:pb-10:last-child {
  padding-bottom: 2.5rem;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 23, 89, var(--tw-bg-opacity));
}
.hover\:text-info:hover {
  --tw-text-opacity: 1;
  color: rgba(70, 192, 206, var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:drop-shadow:hover {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.second\:bg-lightblue:nth-child(2n) {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 248, 242, var(--tw-bg-opacity));
}
.second\:text-primary:nth-child(2n) {
  --tw-text-opacity: 1;
  color: rgba(17, 23, 89, var(--tw-text-opacity));
}
.hover\:second\:text-primary:nth-child(2n):hover {
  --tw-text-opacity: 1;
  color: rgba(17, 23, 89, var(--tw-text-opacity));
}
.third\:bg-navyblue:nth-child(3n) {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 75, 132, var(--tw-bg-opacity));
}
.forth\:bg-lightyellow:nth-child(4n) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 248, 193, var(--tw-bg-opacity));
}
@media (prefers-reduced-motion: no-preference) {

  .motion-safe\:translate-y-6 {
    --tw-translate-y: 1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .motion-safe\:opacity-10 {
    opacity: 0.1;
  }

  .motion-safe\:transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .motion-safe\:duration-500 {
    transition-duration: 500ms;
  }
}
@media (min-width: 640px) {

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .md\:order-none {
    order: 0;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:aspect-\[775\/690\] {
    aspect-ratio: 775 / 690;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .group:nth-child(odd) .group-odd\:md\:order-first {
    order: -9999;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:max-w-\[12ch\] {
    max-width: 12ch;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-\[7rem\] {
    font-size: 7rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .group:nth-child(odd) .group-odd\:lg\:pr-16 {
    padding-right: 4rem;
  }

  .group:nth-child(odd) .group-odd\:lg\:pl-page {
    padding-left: 1.5rem;
    padding-left: var(--page-spacing-relative, 1.5rem);
  }

  .group:nth-child(even) .group-even\:lg\:pr-page {
    padding-right: 1.5rem;
    padding-right: var(--page-spacing-relative, 1.5rem);
  }

  .group:nth-child(even) .group-even\:lg\:pl-16 {
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:text-\[10rem\] {
    font-size: 10rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}


/*# sourceMappingURL=main-css.dist.css.map*/