/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
/*!
 * Theme Name: Analysen
 * Description: Wordpress tema for analysen.no
 * Author: Breakfast
 * Version: 1.0.28
 * Text Domain: analysen
*/
/* ----------------------------------------------------------------------------
 * Variables, Fonts, Functions, Mixins, Normalize and WPCore
 * ------------------------------------------------------------------------- */
/* Colors */
/*!
 * Theme Name: Analysen
 * Description: Wordpress tema for analysen.no
 * Author: Breakfast
 * Version: 1.0.28
 * Text Domain: analysen
*/
/* ----------------------------------------------------------------------------
 * Variables, Fonts, Functions, Mixins, Normalize and WPCore
 * ------------------------------------------------------------------------- */
/*
 * @font-face mixin
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/* 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 0 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 */
  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;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ----------------------------------------------------------------------------
 * Structure - Wrapper
 * ------------------------------------------------------------------------- */
/*!
 * Theme Name: Analysen
 * Description: Wordpress tema for analysen.no
 * Author: Breakfast
 * Version: 1.0.28
 * Text Domain: analysen
*/
/* ----------------------------------------------------------------------------
 * Variables, Fonts, Functions, Mixins, Normalize and WPCore
 * ------------------------------------------------------------------------- */
html {
  font-size: 16px;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-family: catamaran, sans-serif;
  font-weight: 500;
  font-style: normal;
}

:root {
  --top: 0px;
  --header-height: 187px;
}
@media (min-width: 782px) {
  :root {
    --header-height: 12.98611111vw;
  }
}
:root body.admin-bar {
  --top:46px;
}
@media (min-width: 782px) {
  :root body.admin-bar {
    --top:32px;
  }
}

body {
  background-color: RGB(255, 255, 255);
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: catamaran, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 0;
}
h1 .medium, h2 .medium, h3 .medium, h4 .medium, h5 .medium, h6 .medium {
  font-weight: 500;
}
h1 h3, h2 h3, h3 h3, h4 h3, h5 h3, h6 h3 {
  font-size: 20px;
}
@media (min-width: 782px) {
  h1 h3, h2 h3, h3 h3, h4 h3, h5 h3, h6 h3 {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  h1 h3, h2 h3, h3 h3, h4 h3, h5 h3, h6 h3 {
    font-size: 20px;
  }
}
h1 h3, h2 h3, h3 h3, h4 h3, h5 h3, h6 h3 {
  line-height: 1.6;
}

p {
  font-size: 16px;
}
@media (min-width: 782px) {
  p {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  p {
    font-size: 20px;
  }
}
p {
  line-height: 1.4;
}

@media (min-width: 782px) {
  .device-only {
    display: none;
  }
}

@media (max-width: 782px) {
  .desktop-only {
    display: none;
  }
}

.wrapper {
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 0;
}
@media (min-width: 782px) {
  .wrapper {
    width: 93.26666667vw;
    margin: 0 auto;
  }
}
@media (min-width: 1500px) {
  .wrapper {
    width: 1399px;
  }
}

a {
  color: RGB(0, 0, 0);
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.analysen-button {
  --padding: 5px 10px 5px 10px;
  --border-width: 2px;
  --height: auto;
  --border-radius: 100rem;
}
@media (min-width: 782px) {
  .analysen-button {
    --padding: 0.40vw 1.533333333vw 0.6vw 1.533333333vw;
    --border-width: 0.1333333333vw;
    --height: 2.8vw;
  }
}
@media (min-width: 1500px) {
  .analysen-button {
    --padding: 6px 23px 9px 23px;
    --height: 42px;
    --border-width: 2px;
  }
}
.analysen-button {
  padding: var(--padding);
  height: var(--height);
  border: var(--border-width) solid RGB(27, 25, 26);
  border-radius: var(--border-radius);
  background-color: RGB(27, 25, 26);
  color: RGB(255, 255, 255);
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 782px) {
  .analysen-button {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .analysen-button {
    font-size: 20px;
  }
}
.analysen-button {
  font-weight: 900;
}
.analysen-button.green {
  background-color: RGB(132, 191, 65) !important;
  border-color: RGB(132, 191, 65) !important;
  color: RGB(27, 25, 26) !important;
}

.posts {
  --column-gap: 1.366666667vw;
  --row-gap: 5vw;
  --columns: 1;
  justify-content: space-evenly;
  row-gap: var(--row-gap);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 0;
  min-width: 0;
}
@media (min-width: 782px) {
  .posts {
    --columns:3;
  }
}
.posts .tease {
  --cell-width: calc( calc( 100% - calc( var(--column-gap) * calc( var(--columns) - 1 ) ) ) / var(--columns) );
  min-width: 0;
  flex: 0 0 var(--cell-width);
  max-width: var(--cell-width);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 200ms ease-in-out;
}
.posts .tease > a {
  position: absolute;
  z-index: 1000 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.posts .tease:hover {
  transform: scale(1.015);
}
@media (min-width: 782px) {
  .posts .tease:hover {
    transform: scale(1.05);
  }
}
.posts .tease .image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-size: cover;
  border-radius: 1vw;
  background-color: lightblue;
}
.posts .tease .textual-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.posts .tease .textual-content h3 {
  font-size: 20px;
}
@media (min-width: 782px) {
  .posts .tease .textual-content h3 {
    font-size: 2.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .posts .tease .textual-content h3 {
    font-size: 35px;
  }
}
.posts .tease .textual-content h3 {
  line-height: 1.1428571429;
  margin: 0;
}
@media (min-width: 782px) {
  .posts .tease .textual-content h3 {
    margin-top: 1.333333333vw;
  }
}
@media (min-width: 1500px) {
  .posts .tease .textual-content h3 {
    margin-top: 20px;
  }
}
.posts .tease .textual-content p {
  margin: 0;
  line-height: 1.65;
}
.posts .tease .textual-content p span {
  display: block;
}
.posts .tease .textual-content p span.read-more {
  font-weight: 900;
}
.posts .tease .textual-content p.description {
  margin: 0.6666666667vw 0 1.333333333vw 0;
  font-size: 14px;
}
@media (min-width: 782px) {
  .posts .tease .textual-content p.description {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .posts .tease .textual-content p.description {
    font-size: 14px;
  }
}
.posts .tease .textual-content p.description {
  text-align: center;
}
.posts .tease .textual-content span.read-more {
  text-decoration: underline;
}
.posts .tease.tease-product .textual-content {
  align-items: flex-start;
}
.posts .tease.tease-magazine {
  --columns: 4 !important;
}
.posts .tease.tease-magazine .image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 142.8571428571%;
  border-radius: 0;
}
.posts .tease.tease-magazine .textual-content {
  align-items: flex-start;
}
.posts .tease.tease-magazine .textual-content h3 {
  font-size: 14px;
}
@media (min-width: 782px) {
  .posts .tease.tease-magazine .textual-content h3 {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .posts .tease.tease-magazine .textual-content h3 {
    font-size: 14px;
  }
}
.posts .tease.tease-magazine .textual-content h3 {
  font-weight: 500;
}
.posts .tease.tease-post .image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  background-color: lightblue;
}
.posts .tease.tease-post .textual-content {
  align-items: flex-start;
}
.posts .tease.tease-post .textual-content h3 {
  font-size: 20px;
}
@media (min-width: 782px) {
  .posts .tease.tease-post .textual-content h3 {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .posts .tease.tease-post .textual-content h3 {
    font-size: 20px;
  }
}
.posts .tease.tease-post .textual-content p.categories {
  font-size: 14px;
}
@media (min-width: 782px) {
  .posts .tease.tease-post .textual-content p.categories {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .posts .tease.tease-post .textual-content p.categories {
    font-size: 14px;
  }
}
.posts .tease.tease-post .textual-content p.categories {
  text-decoration: underline;
}
.posts .tease.tease-post .textual-content .description {
  text-align: left;
}
.posts .tease.tease-page .textual-content h3 {
  font-size: 20px;
}
@media (min-width: 782px) {
  .posts .tease.tease-page .textual-content h3 {
    font-size: 2.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .posts .tease.tease-page .textual-content h3 {
    font-size: 35px;
  }
}
.posts .tease.tease-page .textual-content h3 {
  margin-bottom: 0.8333333333vw;
  text-align: center;
}
.posts .tease.tease-vacancy {
  flex-direction: row;
  border-radius: 1.333333333vw;
  padding: 2vw;
  gap: 2vw;
  align-items: flex-start;
}
.posts .tease.tease-vacancy .image-container {
  flex: 0 0 35%;
  border-radius: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.posts .tease.tease-vacancy .textual-content {
  align-items: flex-start;
  text-align: left;
}
.posts .tease.tease-vacancy .textual-content h3 {
  font-size: 20px;
}
@media (min-width: 782px) {
  .posts .tease.tease-vacancy .textual-content h3 {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .posts .tease.tease-vacancy .textual-content h3 {
    font-size: 20px;
  }
}
.posts .tease.tease-vacancy .textual-content h3 {
  margin: 0;
}
.posts .tease.tease-vacancy .textual-content p.description {
  font-size: 14px;
}
@media (min-width: 782px) {
  .posts .tease.tease-vacancy .textual-content p.description {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .posts .tease.tease-vacancy .textual-content p.description {
    font-size: 14px;
  }
}
.posts .tease.tease-vacancy .textual-content p.description {
  margin: 0.5333333333vw 0;
  text-align: left;
}
.posts .tease.tease-vacancy .textual-content span.read-more {
  font-size: 14px;
}
@media (min-width: 782px) {
  .posts .tease.tease-vacancy .textual-content span.read-more {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .posts .tease.tease-vacancy .textual-content span.read-more {
    font-size: 14px;
  }
}
.posts .tease.tease-vacancy .textual-content span.read-more {
  text-decoration: underline;
}
.posts.carousel {
  display: block;
}
.posts.carousel .tease {
  width: calc(100% / var(--columns));
  margin-right: var(--column-gap);
}

.list {
  display: flex;
  flex-direction: column;
  gap: 1.33333333vw;
}
.list.columns {
  flex-wrap: wrap;
  flex-direction: row;
}
.list.columns.columns-3 .item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 782px) {
  .list.columns.columns-3 .item {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background-color: RGB(255, 255, 255);
  border-radius: 1.333333333vw;
  padding: 17px 20px 17px 30px;
  position: relative;
  transition: transform 200ms ease-in-out;
}
.list .item > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.list .item:hover {
  transform: scale(1.015);
}
@media (min-width: 782px) {
  .list .item:hover {
    transform: scale(1.05);
  }
}
.list .item .textual-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.list .item .textual-content h3 {
  font-size: 20px;
}
@media (min-width: 782px) {
  .list .item .textual-content h3 {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .list .item .textual-content h3 {
    font-size: 20px;
  }
}
.list .item .textual-content p.date {
  font-size: 14px;
}
@media (min-width: 782px) {
  .list .item .textual-content p.date {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .list .item .textual-content p.date {
    font-size: 14px;
  }
}
.list .item .textual-content p.date {
  margin: 0.12vw 0 0 0;
}
.list .item .action {
  font-size: 20px;
}
@media (min-width: 782px) {
  .list .item .action {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .list .item .action {
    font-size: 20px;
  }
}

.pagination ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}
.pagination ul li a {
  background-color: RGB(255, 255, 255);
  color: RGB(27, 25, 26);
}
.pagination ul li span {
  background-color: RGB(255, 255, 255);
  color: RGBA(27, 25, 26, 0.25);
  border-color: RGBA(27, 25, 26, 0.25);
  cursor: not-allowed;
}

@media (min-width: 1px) and (max-width: 1180px) {
  .mailpoet_form_columns {
    flex-direction: column;
  }
}
/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/*!
 * Theme Name: Analysen
 * Description: Wordpress tema for analysen.no
 * Author: Breakfast
 * Version: 1.0.28
 * Text Domain: analysen
*/
/* ----------------------------------------------------------------------------
 * Variables, Fonts, Functions, Mixins, Normalize and WPCore
 * ------------------------------------------------------------------------- */
body.device-menu-expanded {
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  position: relative;
}

header.header {
  z-index: 1;
}
header.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (min-width: 782px) {
  header.header .wrapper {
    align-items: flex-end;
    padding: 1.5625vw 0;
  }
}
@media (min-width: 782px) {
  header.header .wrapper {
    align-items: center;
  }
}
header.header .wrapper .branding {
  flex: 0 0 150px;
  max-width: 150px;
}
@media (min-width: 782px) {
  header.header .wrapper .branding {
    margin: 0 0 1.875rem 0;
    flex: 0 0 20vw;
    max-width: 20vw;
    margin: initial;
  }
}
header.header .wrapper .branding img {
  display: block;
}
header.header .wrapper .branding svg {
  width: 100%;
}
header.header .wrapper .branding svg #primary path {
  fill: RGBA(var(--primary_color));
}
header.header .wrapper .branding svg #secondary path {
  fill: RGBA(var(--secondary_color));
}
header.header .wrapper #navigation {
  display: none;
}
@media (max-width: 782px) {
  body.navigation-expanded header.header .wrapper #navigation {
    display: flex;
    position: fixed;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: RGB(255, 255, 255);
    align-items: center;
    justify-content: center;
    z-index: 100;
    font-size: 20px;
  }
  body.navigation-expanded header.header .wrapper #navigation ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  body.navigation-expanded header.header .wrapper #navigation #call-to-action {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  body.navigation-expanded header.header .wrapper #navigation #call-to-action a {
    text-align: center;
  }
}
@media (min-width: 782px) {
  header.header .wrapper #navigation {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 20px;
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  header.header .wrapper #navigation {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 782px) and (min-width: 1500px) {
  header.header .wrapper #navigation {
    font-size: 20px;
  }
}
@media (min-width: 782px) {
  header.header .wrapper #navigation ul {
    display: none;
    margin: 0;
    list-style: none;
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  header.header .wrapper #navigation ul {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 782px) {
  header.header .wrapper #navigation ul li a {
    color: 0, 0, 0;
  }
  body.navigation-expanded header.header .wrapper #navigation ul {
    display: block;
  }
  header.header .wrapper #navigation #call-to-action {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  header.header .wrapper #navigation #call-to-action a {
    background-color: 255, 255, 255;
    color: 27, 25, 26;
    font-family: catamaran, sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  header.header .wrapper #navigation #call-to-action a.filled {
    background-color: 132, 191, 65;
    border-color: 132, 191, 65;
  }
}
header.header .wrapper .navigation-toggle {
  width: 20.3333px;
  height: 14.2333px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: 0;
}
header.header .wrapper .navigation-toggle .icon-bar {
  width: 100%;
  height: 0.2604166667vw;
  background-color: #000;
}
@media (min-width: 782px) {
  header.header .wrapper .navigation-toggle {
    display: none;
  }
}

#search {
  margin-bottom: -20px;
}
@media (min-width: 782px) {
  #search {
    margin-bottom: -2.066666667vw;
  }
}
@media (min-width: 1500px) {
  #search {
    margin-bottom: -31px;
  }
}
#search {
  position: relative;
  z-index: 1;
}
#search .wrapper form {
  background: RGB(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid RGB(27, 25, 26);
  border-radius: 100rem;
  height: 40px;
  padding: 0 5px 0 10px;
}
@media (min-width: 782px) {
  #search .wrapper form {
    padding: 0 0.6666666667vw 0 2vw;
    height: 4.133333333vw;
  }
}
@media (min-width: 1500px) {
  #search .wrapper form {
    height: 62px;
    padding: 0 10px 0 30px;
  }
}
#search .wrapper form input {
  flex: 1;
  border: 0;
  padding: 0;
  font-size: 16px;
}
@media (min-width: 782px) {
  #search .wrapper form input {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  #search .wrapper form input {
    font-size: 20px;
  }
}
#search .wrapper form input {
  background-color: transparent;
  outline: none;
}
#search .wrapper form button {
  /*width: 5vw;*/
  font-size: 16px;
}
@media (min-width: 782px) {
  #search .wrapper form button {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  #search .wrapper form button {
    font-size: 20px;
  }
}
#search .wrapper form button {
  background-color: RGB(27, 25, 26);
  color: RGB(255, 255, 255);
  border: 0;
  font-family: catamaran, sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* ----------------------------------------------------------------------------
 * Navigation
 * ------------------------------------------------------------------------- */
body.navigation-expanded {
  overflow-y: hidden;
  overflow-x: hidden;
}

/* ----------------------------------------------------------------------------
 * Body
 * ------------------------------------------------------------------------- */
/*!
 * Theme Name: Analysen
 * Description: Wordpress tema for analysen.no
 * Author: Breakfast
 * Version: 1.0.28
 * Text Domain: analysen
*/
/* ----------------------------------------------------------------------------
 * Variables, Fonts, Functions, Mixins, Normalize and WPCore
 * ------------------------------------------------------------------------- */
#content {
  z-index: 0;
  padding-top: 5.166666667vw;
}
body.page-template-template-names #content {
  padding: 0 20px 30px;
  background-color: #f4dceb;
}
body.page-template-template-names #content .names {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 10vw;
}
@media (min-width: 782px) {
  body.page-template-template-names #content .names {
    padding-top: 6vw;
  }
}
body.page-template-template-names #content .names__intro {
  margin-bottom: 45px;
}
@media (min-width: 782px) {
  body.page-template-template-names #content .names__intro {
    margin-bottom: 4.166666667vw;
  }
}
body.page-template-template-names #content .names__intro p {
  font-size: 18px;
}
@media (min-width: 782px) {
  body.page-template-template-names #content .names__intro p {
    font-size: 22px;
  }
}
body.page-template-template-names #content .names__intro a {
  text-decoration: underline;
}
body.page-template-template-names #content .names .tease-name {
  margin-bottom: 30px;
  display: block;
  align-items: center;
  gap: 20px;
}
@media (min-width: 782px) {
  body.page-template-template-names #content .names .tease-name {
    display: flex;
  }
}
body.page-template-template-names #content .names .tease-name__image {
  width: 200px;
}
body.page-template-template-names #content .names .tease-name__image img {
  max-width: 100%;
  border-radius: 100%;
}
body.page-template-template-names #content .names .tease-name__content {
  flex: 1;
}
body.page-template-template-names #content .names .tease-name__content h3 {
  font-size: 22px;
}
body.page-template-template-names #content .names .tease-name__content h3 .thin {
  margin-left: 10px;
  font-weight: 300;
}
body.page-template-template-names #content .names .tease-name__content p {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 21.6px;
}
body.page-template-template-names #content .names .pagination a {
  margin-bottom: 8px;
  padding: 10px 20px;
  display: inline-block;
  background: white;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
}
body.page-template-template-names #content .names .pagination a.disabled {
  border-color: #ccc;
  color: #ccc;
}
#content .tease-name__front {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background-color: #f5f5f5;
  border-radius: 12px;
}
#content .tease-name__front__image {
  width: 100px;
  height: 100px;
}
@media (min-width: 782px) {
  #content .tease-name__front__image {
    width: 150px;
    height: 150px;
  }
}
#content .tease-name__front__image img {
  width: 100px;
  height: 100px;
  max-width: 100%;
  border-radius: 100%;
}
@media (min-width: 782px) {
  #content .tease-name__front__image img {
    width: 150px;
    height: 150px;
  }
}
#content .tease-name__front__content {
  flex: 1;
}
#content .tease-name__front__content h3 {
  font-size: 22px;
}
#content .tease-name__front__content h3 .thin {
  font-weight: 300;
}
body.search #content, body.archive #content, body.blog #content {
  background-color: RGB(245, 245, 245);
  padding-bottom: 4vw;
}
body.search #content .wrapper h1, body.archive #content .wrapper h1, body.blog #content .wrapper h1 {
  font-size: 28px;
}
@media (min-width: 782px) {
  body.search #content .wrapper h1, body.archive #content .wrapper h1, body.blog #content .wrapper h1 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.search #content .wrapper h1, body.archive #content .wrapper h1, body.blog #content .wrapper h1 {
    font-size: 50px;
  }
}
body.search #content .wrapper h2, body.archive #content .wrapper h2, body.blog #content .wrapper h2 {
  margin-top: 3vw;
  font-size: 24px;
}
@media (min-width: 782px) {
  body.search #content .wrapper h2, body.archive #content .wrapper h2, body.blog #content .wrapper h2 {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  body.search #content .wrapper h2, body.archive #content .wrapper h2, body.blog #content .wrapper h2 {
    font-size: 40px;
  }
}
body.search #content .wrapper h2, body.archive #content .wrapper h2, body.blog #content .wrapper h2 {
  border-bottom: 2px solid #000;
  line-height: 2;
}
body.search #content .wrapper #breadcrumbs, body.archive #content .wrapper #breadcrumbs, body.blog #content .wrapper #breadcrumbs {
  margin-top: 1.333333333vw;
}
body.search #content .wrapper #filter, body.archive #content .wrapper #filter, body.blog #content .wrapper #filter {
  margin: 3.333333333vw 1.533333333vw 0 1.533333333vw;
  display: flex;
  gap: 2vw;
  overflow-x: scroll;
  white-space: nowrap;
}
@media (min-width: 782px) {
  body.search #content .wrapper #filter, body.archive #content .wrapper #filter, body.blog #content .wrapper #filter {
    overflow: hidden;
    white-space: initial;
  }
}
body.search #content .wrapper #filter a.term, body.archive #content .wrapper #filter a.term, body.blog #content .wrapper #filter a.term {
  display: block;
  padding-bottom: 0.2666666667vw;
  line-height: 1.4;
}
body.search #content .wrapper #filter a.term.selected, body.archive #content .wrapper #filter a.term.selected, body.blog #content .wrapper #filter a.term.selected {
  position: relative;
}
body.search #content .wrapper #filter a.term.selected:after, body.archive #content .wrapper #filter a.term.selected:after, body.blog #content .wrapper #filter a.term.selected:after {
  content: "";
  background-color: RGB(132, 191, 65);
  height: 0.1333333333vw;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
body.search #content .wrapper .posts, body.archive #content .wrapper .posts, body.blog #content .wrapper .posts {
  --row-gap: 5vw;
  --column-gap: 3.4vw;
  padding: 4.466666667vw 0 5.933333333vw 0;
}
body.home #content {
  padding-top: 0;
}
body.home #content #products {
  background-color: RGBA(132, 191, 65, 0.6);
  padding-top: 9.166666667vw;
  padding-bottom: 4.533333333vw;
}
@media (min-width: 782px) {
  body.home #content #products {
    padding-top: 5.166666667vw;
  }
}
body.home #content #products .wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 782px) {
  body.home #content #products .wrapper {
    flex-direction: row;
    gap: 2vw;
  }
}
body.home #content #products .wrapper .highlighted {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  column-gap: 2vw;
}
@media (min-width: 782px) {
  body.home #content #products .wrapper .highlighted {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 782px) {
  body.home #content #products .wrapper .highlighted .textual-content {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
body.home #content #products .wrapper .highlighted .textual-content h1 {
  font-size: 25px;
}
@media (min-width: 782px) {
  body.home #content #products .wrapper .highlighted .textual-content h1 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.home #content #products .wrapper .highlighted .textual-content h1 {
    font-size: 50px;
  }
}
body.home #content #products .wrapper .highlighted .textual-content p.date {
  font-size: 14px;
}
@media (min-width: 782px) {
  body.home #content #products .wrapper .highlighted .textual-content p.date {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.home #content #products .wrapper .highlighted .textual-content p.date {
    font-size: 20px;
  }
}
body.home #content #products .wrapper .highlighted .textual-content p.date {
  margin-bottom: 30px;
}
@media (min-width: 782px) {
  body.home #content #products .wrapper .highlighted .textual-content p.date {
    margin-bottom: 2.466666667vw;
  }
}
@media (min-width: 1500px) {
  body.home #content #products .wrapper .highlighted .textual-content p.date {
    margin-bottom: 37px;
  }
}
body.home #content #products .wrapper .highlighted .image-container {
  z-index: 1;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home #content #products .wrapper .highlighted .image-container img {
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}
@media (min-width: 782px) {
  body.home #content #products .wrapper .list {
    flex: 0 0 32.42857143%;
    max-width: 32.42857143%;
  }
}
body.home #content #products .wrapper .list {
  display: flex;
  flex-direction: column;
  gap: 1.33333333vw;
}
body.home #content #products .wrapper .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: RGB(255, 255, 255);
  border-radius: 1.333333333vw;
  padding: 17px 20px 17px 30px;
}
body.home #content #products .wrapper .list .item .textual-content p.date {
  font-size: 14px;
}
@media (min-width: 782px) {
  body.home #content #products .wrapper .list .item .textual-content p.date {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  body.home #content #products .wrapper .list .item .textual-content p.date {
    font-size: 14px;
  }
}
body.home #content #products .wrapper .list .item .textual-content p.date {
  margin: 0.12vw 0 0 0;
}
body.home #content #posts {
  padding: 6.6vw 0;
}
@media (min-width: 1500px) {
  body.home #content #posts {
    padding: 99px 0;
  }
}
body.home #content #shortcodes {
  padding: 0 0 2.9vw 0;
}
@media (min-width: 1500px) {
  body.home #content #shortcodes {
    padding: 0 0 44px 0;
  }
}
body.home #content #become-member .wrapper {
  background-color: RGBA(55, 160, 205, 0.3);
  border-radius: 1.333333333vw;
  padding: 5.333333333vw;
  display: flex;
  flex-direction: column;
}
@media (min-width: 782px) {
  body.home #content #become-member .wrapper {
    flex-direction: row;
    align-items: center;
  }
}
body.home #content #become-member .wrapper {
  justify-content: space-between;
}
body.home #content #become-member .wrapper .image-container {
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
}
@media (min-width: 782px) {
  body.home #content #become-member .wrapper .image-container {
    margin-right: 20px;
    flex: 0 0 40%;
    max-width: 40%;
    margin-right: initial;
  }
}
body.home #content #become-member .wrapper .textual-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.home #content #become-member .wrapper .textual-content p {
  font-size: 14px;
}
@media (min-width: 782px) {
  body.home #content #become-member .wrapper .textual-content p {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.home #content #become-member .wrapper .textual-content p {
    font-size: 20px;
  }
}
body.home #content #become-member .wrapper .textual-content > a {
  margin-top: 1vw;
}
body.home #content #vacancies {
  padding: 50px 0;
}
@media (min-width: 782px) {
  body.home #content #vacancies {
    padding: 5.6vw 0 6.666666667vw 0;
  }
}
body.home #content #vacancies .wrapper h2 {
  font-size: 28px;
}
@media (min-width: 782px) {
  body.home #content #vacancies .wrapper h2 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.home #content #vacancies .wrapper h2 {
    font-size: 50px;
  }
}
body.home #content #vacancies .wrapper h2 {
  margin-bottom: 2.733333333vw;
}
body.home #content #names {
  padding: 50px 0 0;
}
@media (min-width: 782px) {
  body.home #content #names {
    padding: 80px 0 0;
  }
}
body.home #content #names .innerwrapper {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (min-width: 782px) {
  body.home #content #names .innerwrapper {
    width: calc(100% - 100px);
  }
}
body.home #content #names .innerwrapper h2 {
  font-size: 28px;
}
@media (min-width: 782px) {
  body.home #content #names .innerwrapper h2 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.home #content #names .innerwrapper h2 {
    font-size: 50px;
  }
}
body.home #content #names .innerwrapper h2 {
  margin-bottom: 2.733333333vw;
}
body.home #content #names .innerwrapper .flickity-button.previous {
  left: -45px;
}
@media (min-width: 782px) {
  body.home #content #names .innerwrapper .flickity-button.previous {
    left: -50px;
  }
}
body.home #content #names .innerwrapper .flickity-button.next {
  right: -45px;
}
@media (min-width: 782px) {
  body.home #content #names .innerwrapper .flickity-button.next {
    right: -50px;
  }
}
body.home #content #names .innerwrapper .button-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.home #content #pages {
  padding: 5.466666667vw 0 3.733333333vw 0;
  background-color: RGBA(216, 16, 125, 0.15);
}
body.home #content #sponsors {
  padding: 2.933333333vw 0 3.333333333vw 0;
}
body.home #content #sponsors .wrapper h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.066666667vw;
}
body.home #content #sponsors .wrapper .posts {
  --gap: 3rem;
  --number-of-columns: 2;
  display: flex;
  align-items: center;
  gap: var(--gap);
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  body.home #content #sponsors .wrapper .posts {
    --number-of-columns: 4;
  }
}
@media (min-width: 1500px) {
  body.home #content #sponsors .wrapper .posts {
    --number-of-columns: 5;
  }
}
body.home #content #sponsors .wrapper .posts a {
  flex: 0 0 calc((100% - var(--gap) * (var(--number-of-columns) - 1)) / var(--number-of-columns));
  max-width: calc((100% - var(--gap) * (var(--number-of-columns) - 1)) / var(--number-of-columns));
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home #content #sponsors .wrapper .posts a img {
  width: 100%;
}
body.single-post #content {
  background-color: RGBA(55, 160, 205, 0.2);
  padding-bottom: 5.8vw;
}
body.single-post #content .wrapper {
  position: relative;
}
body.single-post #content .breadcrumbs {
  margin-bottom: 2.266666667vw;
}
body.single-post #content .image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 782px) {
  body.single-post #content .content-wrapper {
    width: 46vw;
  }
}
body.single-post #content .content-wrapper {
  margin: 6.666666667vw auto 0 auto;
}
body.single-post #content .content-wrapper h1 {
  font-size: 25px;
}
@media (min-width: 782px) {
  body.single-post #content .content-wrapper h1 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.single-post #content .content-wrapper h1 {
    font-size: 50px;
  }
}
body.single-post #content .content-wrapper .ingress {
  font-size: 22px;
}
@media (min-width: 782px) {
  body.single-post #content .content-wrapper .ingress {
    font-size: 1.4666666667vw;
  }
}
@media (min-width: 1500px) {
  body.single-post #content .content-wrapper .ingress {
    font-size: 22px;
  }
}
body.single-post #content .content-wrapper .ingress {
  font-weight: 500;
  line-height: 1.3333333333;
  margin: 1.666666667vw 0 2.466666667vw 0;
}
body.single-post #content .content-wrapper p.date {
  font-size: 14px;
}
@media (min-width: 782px) {
  body.single-post #content .content-wrapper p.date {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  body.single-post #content .content-wrapper p.date {
    font-size: 14px;
  }
}
body.single-post #content .content-wrapper p.date {
  margin: 0 0 1.6vw 0;
}
@media (min-width: 1500px) {
  body.single-post #content .content-wrapper p.date {
    margin-bottom: 24px;
  }
}
body.single-post #content .content-wrapper div.authors {
  margin: 1.6vw 0 3.4vw 0;
}
@media (min-width: 1500px) {
  body.single-post #content .content-wrapper div.authors {
    margin-bottom: 51px;
  }
}
body.single-post #content .content-wrapper div.authors {
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw;
}
body.single-post #content .content-wrapper div.authors div.author {
  background-color: RGB(255, 255, 255);
  border-radius: 1.333333333vw;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.single-post #content .content-wrapper div.authors div.author .image-container {
  aspect-ratio: 1/1;
  height: 100%;
  max-width: 138px;
  padding-bottom: 0 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
body.single-post #content .content-wrapper div.authors div.author .textual-content {
  flex: 1;
  padding: 1.066666667vw;
  margin-left: 2rem;
}
body.single-post #content .content-wrapper div.authors div.author .textual-content * {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 782px) {
  body.single-post #content .content-wrapper div.authors div.author .textual-content * {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  body.single-post #content .content-wrapper div.authors div.author .textual-content * {
    font-size: 14px;
  }
}
body.single-post #content .content-wrapper .article-body {
  font-size: 20px;
}
@media (min-width: 782px) {
  body.single-post #content .content-wrapper .article-body {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.single-post #content .content-wrapper .article-body {
    font-size: 20px;
  }
}
body.single-post #content .content-wrapper .article-body {
  line-height: 1.3;
}
body.single-product #content {
  padding-top: 0;
}
body.single-product #content header {
  padding: 30px 0 20px 0;
}
@media (min-width: 782px) {
  body.single-product #content header {
    padding: 5.166666667vw 0 4.2vw 0;
  }
}
body.single-product #content header {
  background-color: RGBA(234, 140, 44, 0.6);
}
body.single-product #content header .wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 782px) {
  body.single-product #content header .wrapper {
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
  }
}
body.single-product #content header .wrapper .textual-content h1 {
  font-size: 28px;
}
@media (min-width: 782px) {
  body.single-product #content header .wrapper .textual-content h1 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.single-product #content header .wrapper .textual-content h1 {
    font-size: 50px;
  }
}
body.single-product #content header .wrapper .textual-content p.date {
  font-size: 14px;
}
@media (min-width: 782px) {
  body.single-product #content header .wrapper .textual-content p.date {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.single-product #content header .wrapper .textual-content p.date {
    font-size: 20px;
  }
}
body.single-product #content main .wrapper {
  padding: 5vw 0 5.333333333vw 0;
}
body.single-product #content main .wrapper .content-wrapper {
  margin: 2vw auto 0 auto;
}
@media (min-width: 782px) {
  body.single-product #content main .wrapper .content-wrapper {
    width: 46vw;
    margin: 1.1866666667vw auto 0 auto;
  }
}
body.single-product #content main .wrapper .content-wrapper h1 {
  font-size: 28px;
}
@media (min-width: 782px) {
  body.single-product #content main .wrapper .content-wrapper h1 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.single-product #content main .wrapper .content-wrapper h1 {
    font-size: 50px;
  }
}
body.single-product #content main .wrapper .content-wrapper .ingress {
  font-size: 20px;
}
@media (min-width: 782px) {
  body.single-product #content main .wrapper .content-wrapper .ingress {
    font-size: 1.8vw;
  }
}
@media (min-width: 1500px) {
  body.single-product #content main .wrapper .content-wrapper .ingress {
    font-size: 27px;
  }
}
body.single-product #content main .wrapper .content-wrapper .ingress {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 782px) {
  body.single-product #content main .wrapper .content-wrapper .ingress {
    line-height: 1.3333333333;
  }
}
body.single-product #content main .wrapper .content-wrapper .ingress {
  margin: 1.666666667vw 0 2.466666667vw 0;
}
body.single-product #content main .wrapper .content-wrapper #prices {
  background-color: #f5f5f5;
  display: grid;
  grid-template-areas: "heading heading" "member customer" "button button";
  place-content: space-around;
  align-items: center;
  padding: 5vw;
}
@media (min-width: 782px) {
  body.single-product #content main .wrapper .content-wrapper #prices {
    max-width: 650px;
  }
}
body.single-product #content main .wrapper .content-wrapper #prices {
  margin: 3.33vw 0;
  border-radius: 1.33333333vw;
}
body.single-product #content main .wrapper .content-wrapper #prices .price-heading {
  grid-area: heading;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
@media (min-width: 782px) {
  body.single-product #content main .wrapper .content-wrapper #prices .price-heading {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 1500px) {
  body.single-product #content main .wrapper .content-wrapper #prices .price-heading {
    font-size: 32px;
  }
}
body.single-product #content main .wrapper .content-wrapper #prices .price-heading {
  margin-bottom: 2rem;
}
body.single-product #content main .wrapper .content-wrapper #prices .customer {
  grid-area: customer;
}
body.single-product #content main .wrapper .content-wrapper #prices .member {
  grid-area: member;
}
body.single-product #content main .wrapper .content-wrapper #prices .price {
  font-size: 18px;
}
@media (min-width: 782px) {
  body.single-product #content main .wrapper .content-wrapper #prices .price {
    font-size: 1.6vw;
  }
}
@media (min-width: 1500px) {
  body.single-product #content main .wrapper .content-wrapper #prices .price {
    font-size: 24px;
  }
}
body.single-product #content main .wrapper .content-wrapper #prices .price {
  font-weight: 300;
  text-align: center;
}
body.single-product #content main .wrapper .content-wrapper #prices .price-details {
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 782px) {
  body.single-product #content main .wrapper .content-wrapper #prices .price-details {
    font-size: 2vw;
  }
}
@media (min-width: 1500px) {
  body.single-product #content main .wrapper .content-wrapper #prices .price-details {
    font-size: 30px;
  }
}
body.single-product #content main .wrapper .content-wrapper #prices .price-details {
  font-weight: 500;
  margin: 0 0 2.3vw 0;
}
body.single-product #content main .wrapper .content-wrapper #prices .analysen-button {
  grid-area: button;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-size: 20px;
}
@media (min-width: 782px) {
  body.single-product #content main .wrapper .content-wrapper #prices .analysen-button {
    font-size: 2vw;
  }
}
@media (min-width: 1500px) {
  body.single-product #content main .wrapper .content-wrapper #prices .analysen-button {
    font-size: 30px;
  }
}
body.single-product #content main .wrapper .content-wrapper #prices .analysen-button {
  height: auto;
  font-weight: normal;
}
body.single-product #content #related {
  background-color: RGB(245, 245, 245);
  padding: 2.333333333vw 0 5.933333333vw 0;
}
body.single-product #content #related .wrapper h2 {
  font-size: 30px;
}
@media (min-width: 782px) {
  body.single-product #content #related .wrapper h2 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.single-product #content #related .wrapper h2 {
    font-size: 50px;
  }
}
body.single-product #content #related .wrapper h2 {
  margin-bottom: 4.933333333vw;
}
body.woocommerce-account #content {
  background-color: RGB(245, 245, 245);
  padding-bottom: 4vw;
}
body.woocommerce-account #content .wrapper article .article-content h1 {
  display: none;
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 1.666666667vw;
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 25px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  font-size: 20px;
}
@media (min-width: 782px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 20px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  font-weight: 900;
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: RGB(132, 191, 65);
  text-decoration: underline;
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile {
  display: flex;
  justify-content: space-between;
  --margin-bottom: 2.933333333vw;
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile {
    --margin-bottom: 44px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile {
  margin-bottom: var(--margin-bottom);
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile .user {
  display: flex;
  gap: 1.666666667vw;
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile .user {
    gap: 25px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile .user .image-container {
  aspect-ratio: 10/7;
  background-color: RGB(255, 255, 255);
  padding: 0.5333333333vw 1.066666667vw;
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile .user .image-container {
    padding: 8px 16px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile .user .image-container {
  border-radius: 1.333333333vw;
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile .user .image-container img {
  width: 6.666666667vw;
  height: auto;
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile .user .image-container img {
    width: 100px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile .user .textual-content h4 {
  font-size: 20px;
}
@media (min-width: 782px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile .user .textual-content h4 {
    font-size: 2vw;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content header.profile .user .textual-content h4 {
    font-size: 30px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content > h2 {
  font-size: 25px;
}
@media (min-width: 782px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content > h2 {
    font-size: 2.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content > h2 {
    font-size: 35px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content > h2 {
  --margin-bottom: 1.333333333vw;
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content > h2 {
    --margin-bottom: 20px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content > h2 {
  margin: 0 0 var(--margin-bottom) 0;
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content > h2:last-of-type {
  --margin-top: 4.966666667vw;
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content > h2:last-of-type {
    --margin-top: 74.5px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content > h2:last-of-type {
  margin-top: var(--margin-top);
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content .posts .tease {
  --columns: 2;
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content .posts .tease h3 {
  --margin-top: 1.566666667vw;
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content .posts .tease h3 {
    --margin-top: 23px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content .posts .tease h3 {
  margin-top: var(--margin-top);
  font-size: 20px;
}
@media (min-width: 782px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content .posts .tease h3 {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content .posts .tease h3 {
    font-size: 20px;
  }
}
body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content .posts .tease p {
  font-size: 14px;
}
@media (min-width: 782px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content .posts .tease p {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  body.woocommerce-account #content .wrapper article .article-content .article-body .woocommerce .woocommerce-MyAccount-content .posts .tease p {
    font-size: 14px;
  }
}
body.post-type-archive-product #content {
  background-color: RGB(255, 255, 255);
}
body.post-type-archive-product #content .posts {
  justify-content: flex-start;
  gap: 2rem;
}

#earlier-products {
  padding: 2.333333333vw 0 5.933333333vw 0;
  background-color: RGB(245, 245, 245);
}
#earlier-products .wrapper h2 {
  font-size: 28px;
}
@media (min-width: 782px) {
  #earlier-products .wrapper h2 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  #earlier-products .wrapper h2 {
    font-size: 50px;
  }
}
#earlier-products .wrapper h2 {
  margin-bottom: 4.933333333vw;
}
#earlier-products .wrapper p {
  text-align: center;
}
#earlier-products .wrapper > a {
  margin: 4vw auto 0 auto;
  display: block;
  text-align: center;
  text-decoration: underline;
}
#earlier-products .wrapper > a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}

#posts {
  padding: 6.6vw 0;
}
@media (min-width: 1500px) {
  #posts {
    padding: 99px 0;
  }
}
#posts .wrapper {
  display: flex;
  flex-direction: column;
}
#posts .wrapper header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.733333333vw;
}
@media (min-width: 1500px) {
  #posts .wrapper header {
    margin-bottom: 41px;
  }
}
#posts .wrapper header .more-button {
  margin-top: 0.7rem;
  padding: 1rem;
  background-color: #000;
  border-radius: 100vw;
  color: #fff;
  font-weight: 600;
  align-self: baseline;
}
#posts .wrapper header h2 {
  font-size: 28px;
}
@media (min-width: 782px) {
  #posts .wrapper header h2 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  #posts .wrapper header h2 {
    font-size: 50px;
  }
}
#posts .wrapper header h2 {
  margin: 0;
}
#posts .wrapper .posts {
  --column-gap: 3.4vw;
  margin-bottom: 4.666666667vw;
}
#posts .wrapper .posts .tease .textual-content h3 {
  text-align: left;
}
#posts .wrapper .posts .tease .textual-content .categories {
  font-size: 14px;
}
@media (min-width: 782px) {
  #posts .wrapper .posts .tease .textual-content .categories {
    font-size: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  #posts .wrapper .posts .tease .textual-content .categories {
    font-size: 14px;
  }
}
#posts .wrapper .posts .tease .textual-content .categories {
  margin-top: 0.75rem;
}
#posts .wrapper .posts .tease .textual-content .categories a {
  text-decoration: underline;
}
#posts .wrapper > a {
  align-self: center;
}

#annonser {
  padding-left: 20px;
  padding-right: 20px;
}
#annonser.desktop {
  display: none;
}
@media (min-width: 782px) {
  #annonser.desktop {
    display: block;
  }
}
#annonser.mobil {
  display: block;
}
@media (min-width: 782px) {
  #annonser.mobil {
    display: none;
  }
}
#annonser.skyscraper {
  padding: 0;
  position: absolute;
  right: 0;
}
#annonser.skyscraper .wrapper {
  max-width: 180px;
  padding-top: 0;
}
#annonser.sticky-ad.is-fixed {
  position: fixed;
  right: 0;
  top: 30px;
  z-index: 100;
}
#annonser.sticky-ad.is-bottom {
  position: absolute;
}
#annonser .wrapper {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  padding-top: 30px;
}
#annonser .wrapper p {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 11px;
}
@media (min-width: 782px) {
  #annonser .wrapper p {
    font-size: 13px;
  }
}
#annonser .wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* ----------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------- */
/*!
 * Theme Name: Analysen
 * Description: Wordpress tema for analysen.no
 * Author: Breakfast
 * Version: 1.0.28
 * Text Domain: analysen
*/
/* ----------------------------------------------------------------------------
 * Variables, Fonts, Functions, Mixins, Normalize and WPCore
 * ------------------------------------------------------------------------- */
footer#footer {
  background-color: RGB(27, 25, 26);
  color: RGB(255, 255, 255);
  padding: 6.4375rem 0;
}
footer#footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 782px) {
  footer#footer .wrapper {
    flex-direction: row;
    gap: initial;
  }
}
@media (min-width: 782px) {
  footer#footer .wrapper > div {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
footer#footer .wrapper > div p {
  margin-top: 0;
  line-height: 1.4;
}
footer#footer .wrapper > div.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer .wrapper > div.navigation ul li {
  margin-bottom: 0.3333333333vw;
}
@media (min-width: 1500px) {
  footer#footer .wrapper > div.navigation ul li {
    margin-bottom: 5px;
  }
}
footer#footer .wrapper > div.navigation ul li a {
  color: currentColor;
}
footer#footer .wrapper > div.social-medias ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer .wrapper > div.social-medias ul li a {
  color: currentColor;
}

footer#producer {
  background-color: #000;
  padding: 2rem 0;
}
footer#producer .wrapper p {
  margin: 0;
  text-align: center;
  color: #fff;
}
footer#producer .wrapper p a {
  color: #fff;
}

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