@charset "UTF-8";
/** Colors */
/** Box Model  */
/** Box Model  */
/** Variables for fluid type */
/** Media queries */
/** Fonts */
@font-face {
  font-family: "TrimPosterWebCompressed";
  src: url("/../fonts/TrimPosterWebCompressed.woff2") format("woff2");
  font-weight: 600; }

@font-face {
  font-family: "DINAlternate-Bold";
  src: url("/../fonts/DINAlternate-Bold.woff") format("woff"); }

@font-face {
  font-family: "DIN2014-Bold";
  src: url("/../fonts/DIN2014-Bold.woff") format("woff"); }

@font-face {
  font-family: "DIN2014-Bold";
  src: url("/../fonts/DIN2014-Bold.woff2") format("woff2"); }

/** Media queries */
/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
/* line 1, resources/assets/styles/common/_global.scss */
html,
body {
  min-height: 100vh;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  max-width: 100vw;
  min-height: 100vh;
  line-height: 1.8;
  scroll-behavior: smooth; }
  @media (min-width: 768px) {
    /* line 1, resources/assets/styles/common/_global.scss */
    html,
    body {
      padding-top: 0; } }

/* line 18, resources/assets/styles/common/_global.scss */
::-moz-selection {
  background: #b3c8e8; }
::selection {
  background: #b3c8e8; }

/* line 22, resources/assets/styles/common/_global.scss */
::-moz-selection {
  background: #b3c8e8; }

/* line 45, resources/assets/styles/common/_mixins.scss */
:root {
  font-size: 16px;
  line-height: 1.4em; }
  @media screen and (min-width: 400px) {
    /* line 45, resources/assets/styles/common/_mixins.scss */
    :root {
      font-size: calc(16px + (20 - 16) * ((100vw - 400px) / 800));
      line-height: calc(1.4em + (1.4 - 1.4) * ((100vw - 400px) / (800 / 20))); } }
  @media screen and (min-width: 1200px) {
    /* line 45, resources/assets/styles/common/_mixins.scss */
    :root {
      font-size: 20px;
      line-height: 1.4em; } }

/* line 30, resources/assets/styles/common/_global.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* line 34, resources/assets/styles/common/_global.scss */
a {
  color: inherit;
  text-decoration: underline;
  font-weight: inherit; }

/* line 40, resources/assets/styles/common/_global.scss */
p > a {
  color: inherit;
  text-decoration: underline;
  font-weight: inherit; }

/* line 51, resources/assets/styles/common/_global.scss */
p {
  font-family: "Roboto", sans-serif;
  font-size: 16px; }

/* line 56, resources/assets/styles/common/_global.scss */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  -ms-hyphens: none;
  hyphens: none; }

/* line 69, resources/assets/styles/common/_global.scss */
h1.rapport__headline {
  font-family: "TrimPosterWebCompressed";
  font-size: 5rem;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 3px;
  margin: 0; }
  @media (min-width: 1500px) {
    /* line 69, resources/assets/styles/common/_global.scss */
    h1.rapport__headline {
      font-size: 6rem; } }

/* line 82, resources/assets/styles/common/_global.scss */
h2.rapport__headline {
  font-family: "TrimPosterWebCompressed";
  font-weight: 300 !important;
  font-size: 2rem !important;
  padding: 10px !important; }

/* line 89, resources/assets/styles/common/_global.scss */
h2.rapport__headline__blue, .rapport-content__sammanfattning__blue {
  margin-bottom: 0 !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  background-color: #6c86c3; }

/* line 95, resources/assets/styles/common/_global.scss */
h2.rapport__headline__pink, .rapport-content__sammanfattning__pink {
  margin-bottom: 0 !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  background-color: #f2685e; }

/* line 101, resources/assets/styles/common/_global.scss */
h2.rapport__headline__green, .rapport-content__sammanfattning__green {
  margin-bottom: 0 !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  background-color: #2db780; }

/* line 107, resources/assets/styles/common/_global.scss */
h2.rapport__headline-double {
  margin-bottom: 0 !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important; }

/* line 112, resources/assets/styles/common/_global.scss */
h3.rapport__headline {
  font-family: "DIN2014-Bold";
  font-size: 1.3rem;
  font-weight: 100; }

/* line 118, resources/assets/styles/common/_global.scss */
h4.rapport__headline {
  font-family: "DIN2014-Bold";
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 100; }

/* line 125, resources/assets/styles/common/_global.scss */
.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* line 134, resources/assets/styles/common/_global.scss */
img {
  max-width: 100%; }

/** Layout */
/* line 140, resources/assets/styles/common/_global.scss */
body,
.site-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media (min-width: 768px) {
  /* line 147, resources/assets/styles/common/_global.scss */
  .site-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

/* line 153, resources/assets/styles/common/_global.scss */
.wrap {
  margin: 0; }
  @media (min-width: 576px) {
    /* line 153, resources/assets/styles/common/_global.scss */
    .wrap {
      margin: 6rem 0 0 0; } }

/* line 161, resources/assets/styles/common/_global.scss */
.site-sidebar {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 300px; }

/* line 167, resources/assets/styles/common/_global.scss */
.page-container {
  margin: 1rem; }
  @media (min-width: 576px) {
    /* line 167, resources/assets/styles/common/_global.scss */
    .page-container {
      margin: 2rem; } }
  @media (min-width: 768px) {
    /* line 167, resources/assets/styles/common/_global.scss */
    .page-container {
      padding: 2rem 4em;
      margin: 0; } }

/* line 180, resources/assets/styles/common/_global.scss */
.page-container__gift {
  padding: 1rem; }
  @media (min-width: 576px) {
    /* line 180, resources/assets/styles/common/_global.scss */
    .page-container__gift {
      padding: 2rem; } }
  @media (min-width: 768px) {
    /* line 180, resources/assets/styles/common/_global.scss */
    .page-container__gift {
      padding: 2rem 4em; } }

/* line 192, resources/assets/styles/common/_global.scss */
.page-container__rapport {
  padding: 1rem; }
  @media (min-width: 576px) {
    /* line 192, resources/assets/styles/common/_global.scss */
    .page-container__rapport {
      padding: 2rem; } }
  @media (min-width: 768px) {
    /* line 192, resources/assets/styles/common/_global.scss */
    .page-container__rapport {
      padding: 6rem; } }

/* line 204, resources/assets/styles/common/_global.scss */
.page-container__more-info {
  padding: 0 1rem 1rem; }
  @media (min-width: 576px) {
    /* line 204, resources/assets/styles/common/_global.scss */
    .page-container__more-info {
      padding: 0 2rem 1rem; } }
  @media (min-width: 768px) {
    /* line 204, resources/assets/styles/common/_global.scss */
    .page-container__more-info {
      padding: 0 6rem 1rem; } }

/* line 216, resources/assets/styles/common/_global.scss */
.page-container__page {
  margin: 0; }
  @media (min-width: 576px) {
    /* line 216, resources/assets/styles/common/_global.scss */
    .page-container__page {
      margin: 2rem 6rem 3rem 6rem; } }
  @media (min-width: 992px) {
    /* line 216, resources/assets/styles/common/_global.scss */
    .page-container__page {
      margin: 2rem 14rem 3rem 14em; } }
  @media (min-width: 1500px) {
    /* line 216, resources/assets/styles/common/_global.scss */
    .page-container__page {
      margin: 2rem 22rem 3rem 22em; } }

/* line 232, resources/assets/styles/common/_global.scss */
.section {
  margin: 2.5em 0; }
  @media (min-width: 768px) {
    /* line 232, resources/assets/styles/common/_global.scss */
    .section {
      margin: 3em 0; } }

/* line 240, resources/assets/styles/common/_global.scss */
.section--narrow {
  width: 100%; }
  @media (min-width: 992px) {
    /* line 240, resources/assets/styles/common/_global.scss */
    .section--narrow {
      width: 60%; } }

/* line 248, resources/assets/styles/common/_global.scss */
.section--narrow-start {
  width: 100%; }
  @media (min-width: 992px) {
    /* line 248, resources/assets/styles/common/_global.scss */
    .section--narrow-start {
      width: 50%; } }
  /* line 255, resources/assets/styles/common/_global.scss */
  .section--narrow-start a {
    text-decoration: none; }

/* line 260, resources/assets/styles/common/_global.scss */
.section--normal {
  margin: 2.5em 0; }

/** Typo */
/* line 266, resources/assets/styles/common/_global.scss */
h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2; }

/* line 273, resources/assets/styles/common/_global.scss */
h2,
h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.2; }

/* line 280, resources/assets/styles/common/_global.scss */
h2 span {
  background-position: 0 calc(100%); }
  @media (min-width: 768px) {
    /* line 280, resources/assets/styles/common/_global.scss */
    h2 span {
      background-position: 0 calc(100% - 6px); } }

/* line 288, resources/assets/styles/common/_global.scss */
.headline-lg {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600; }
  @media (min-width: 768px) {
    /* line 288, resources/assets/styles/common/_global.scss */
    .headline-lg {
      font-size: 4.5rem;
      line-height: 1; } }

/* line 299, resources/assets/styles/common/_global.scss */
.headline-md {
  font-size: 1.75rem;
  line-height: 1.1; }
  @media (min-width: 768px) {
    /* line 299, resources/assets/styles/common/_global.scss */
    .headline-md {
      font-size: 3rem;
      line-height: 1.1; } }

/* line 309, resources/assets/styles/common/_global.scss */
.headline-sm,
.has-large-font-size {
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif; }
  @media (min-width: 768px) {
    /* line 309, resources/assets/styles/common/_global.scss */
    .headline-sm,
    .has-large-font-size {
      font-size: 1.5rem; } }

/* line 320, resources/assets/styles/common/_global.scss */
.headline-xs {
  font-size: 1rem;
  line-height: 1.1; }
  @media (min-width: 768px) {
    /* line 320, resources/assets/styles/common/_global.scss */
    .headline-xs {
      font-size: 1rem;
      line-height: 1.1; } }

/* line 330, resources/assets/styles/common/_global.scss */
.body-xs {
  font-size: 0.825rem;
  line-height: 1.6; }

/* line 342, resources/assets/styles/common/_global.scss */
.alert-warning {
  font-family: "Roboto Condensed", sans-serif; }

/* line 346, resources/assets/styles/common/_global.scss */
.side-quote {
  position: absolute;
  right: 0rem;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 7rem;
  opacity: 0.05;
  z-index: -1; }

/* line 359, resources/assets/styles/common/_global.scss */
.absolute {
  position: absolute; }

/* line 363, resources/assets/styles/common/_global.scss */
.relative {
  position: relative; }

/* line 367, resources/assets/styles/common/_global.scss */
.center {
  display: block;
  text-align: center;
  margin: 0 auto; }

/* line 373, resources/assets/styles/common/_global.scss */
.mb-1 {
  margin-bottom: 1rem; }

/* line 377, resources/assets/styles/common/_global.scss */
.m-1 {
  margin: 1rem; }

/* Reset `button` and button-style `input` default styles */
/* line 2, resources/assets/styles/components/_buttons.scss */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }
  @media (min-width: 768px) {
    /* line 2, resources/assets/styles/components/_buttons.scss */
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button {
      width: auto; } }

/* line 23, resources/assets/styles/components/_buttons.scss */
input::-moz-focus-inner,
button::-moz-focus-inner,
button:focus {
  border: 0;
  padding: 0;
  outline: 0;
  outline: none; }

/* line 32, resources/assets/styles/components/_buttons.scss */
.button {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 0.3em 1em;
  border-radius: 2px;
  background-color: #f2685e;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
  float: right;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (min-width: 768px) {
    /* line 32, resources/assets/styles/components/_buttons.scss */
    .button {
      width: auto;
      font-size: 1rem; } }
  /* line 54, resources/assets/styles/components/_buttons.scss */
  .button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
    background-color: #f2685e;
    color: #fff; }

/* line 62, resources/assets/styles/components/_buttons.scss */
.button--donate {
  background-color: #fddb32;
  font-size: 0.8rem;
  margin: 0 2px;
  color: #000; }
  @media (min-width: 992px) {
    /* line 62, resources/assets/styles/components/_buttons.scss */
    .button--donate {
      font-size: 0.65rem; } }
  /* line 72, resources/assets/styles/components/_buttons.scss */
  .button--donate:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
    opacity: 0.8;
    background-color: #fddb32;
    color: #000; }

/* line 81, resources/assets/styles/components/_buttons.scss */
.button--yellow {
  background-color: #fddb32;
  color: #000; }
  /* line 85, resources/assets/styles/components/_buttons.scss */
  .button--yellow:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
    opacity: 0.8;
    background-color: #fddb32;
    color: #000; }

/* line 94, resources/assets/styles/components/_buttons.scss */
.elm-wrapper {
  margin: 0 auto;
  text-align: center;
  height: 100px;
  margin-top: 2rem; }

/* line 101, resources/assets/styles/components/_buttons.scss */
.elm-button {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 2px;
  background-color: #f2685e;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (min-width: 768px) {
    /* line 101, resources/assets/styles/components/_buttons.scss */
    .elm-button {
      width: auto;
      font-size: 1rem; } }
  /* line 121, resources/assets/styles/components/_buttons.scss */
  .elm-button:hover {
    cursor: pointer;
    outline: none;
    -webkit-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
    background-color: #f2685e;
    color: #fff; }
  /* line 129, resources/assets/styles/components/_buttons.scss */
  .elm-button:focus {
    outline: none;
    background-color: #f2685e;
    color: #fff; }

/* line 136, resources/assets/styles/components/_buttons.scss */
.elm-loading-icon {
  fill: #f2685e;
  height: 0.6em; }

/* line 141, resources/assets/styles/components/_buttons.scss */
.button--sm {
  font-size: 0.65rem;
  padding: 0.3em 1em 0.2em 1em;
  margin-top: 1em;
  margin-bottom: 2em;
  float: none; }

/* line 149, resources/assets/styles/components/_buttons.scss */
.cookies-button {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background-color: #f2685e;
  color: #e6e7e8;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-left: 2em; }

/* line 159, resources/assets/styles/components/_buttons.scss */
.cky-show-desc-btn,
.cky-accordion-header .cky-always-active {
  color: white !important;
  text-decoration: underline !important; }

/* line 165, resources/assets/styles/components/_buttons.scss */
.DesignedButton__button {
  background: #2db780 !important; }

/* line 169, resources/assets/styles/components/_buttons.scss */
input.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  border-radius: 2px;
  background-color: #f2685e;
  color: #fff;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.65rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.7em 1.5em 0.7em 1.5em;
  float: none;
  font-weight: 700; }
  /* line 186, resources/assets/styles/components/_buttons.scss */
  input.wpcf7-form-control.wpcf7-submit:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03); }

/* line 192, resources/assets/styles/components/_buttons.scss */
.wp-block-button__link {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid black !important;
  padding: 0.3rem 0.8rem !important;
  border-radius: 10px !important;
  text-transform: uppercase !important; }

/* line 201, resources/assets/styles/components/_buttons.scss */
.wp-block-button__link:hover {
  -webkit-transform: scale(1.03) !important;
  -o-transform: scale(1.03) !important;
  transform: scale(1.03) !important; }

/* line 207, resources/assets/styles/components/_buttons.scss */
.ub-block-post-grid p {
  color: black !important; }

/* line 211, resources/assets/styles/components/_buttons.scss */
.ub-block-post-grid a {
  color: black !important; }

/* line 215, resources/assets/styles/components/_buttons.scss */
.ub-block-post-grid .ub-block-post-grid-more-link {
  text-decoration: underline !important; }

/* line 219, resources/assets/styles/components/_buttons.scss */
.ub-block-post-grid .ub-block-post-grid-author, .ub-block-post-grid .ub-block-post-grid-date {
  font-size: 0.65rem; }

/* line 223, resources/assets/styles/components/_buttons.scss */
.gform_button {
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: "Roboto", sans-serif;
  padding: 0.5rem 1em !important;
  border-radius: 2px;
  background-color: #f2685e !important;
  color: #fff !important;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
  float: right;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 1em;
  margin-bottom: 2em;
  float: none; }
  /* line 245, resources/assets/styles/components/_buttons.scss */
  .gform_button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
    background-color: #f2685e !important;
    color: #fff !important; }

/* line 253, resources/assets/styles/components/_buttons.scss */
.button-rapport {
  position: fixed;
  cursor: pointer;
  font-family: "DIN2014-Bold";
  line-height: 1.3;
  z-index: 2;
  background-color: white;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: -2px 1px 198px 36px rgba(148, 143, 143, 0.75);
  -webkit-box-shadow: -2px 1px 198px 36px rgba(148, 143, 143, 0.75);
  -moz-box-shadow: -2px 1px 198px 36px rgba(148, 143, 143, 0.75); }
  /* line 267, resources/assets/styles/components/_buttons.scss */
  .button-rapport span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* line 272, resources/assets/styles/components/_buttons.scss */
  .button-rapport img {
    height: 16px; }
  /* line 276, resources/assets/styles/components/_buttons.scss */
  .button-rapport__back {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
    /* line 281, resources/assets/styles/components/_buttons.scss */
    .button-rapport__back img {
      margin: 3px 5px 4px -4px; }
  /* line 286, resources/assets/styles/components/_buttons.scss */
  .button-rapport__arrow {
    margin-right: 11px;
    margin-top: 4px;
    height: 18px; }

/* line 293, resources/assets/styles/components/_buttons.scss */
.button-rapport__menu {
  bottom: 0;
  right: 0;
  z-index: 3; }
  /* line 298, resources/assets/styles/components/_buttons.scss */
  .button-rapport__menu img {
    padding-right: 6px;
    margin-left: -6px;
    margin-top: -1px;
    margin-right: 5pX;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }
  /* line 307, resources/assets/styles/components/_buttons.scss */
  .button-rapport__menu.is-open img {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }

/* line 313, resources/assets/styles/components/_buttons.scss */
.rapport-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
  background-color: white;
  width: 100vw;
  margin: 0;
  z-index: 2;
  box-shadow: 0px 0px 122px 13px rgba(102, 102, 102, 0.25);
  -webkit-box-shadow: 0px 0px 122px 13px rgba(102, 102, 102, 0.25);
  -moz-box-shadow: 0px 0px 122px 13px rgba(102, 102, 102, 0.25); }
  /* line 327, resources/assets/styles/components/_buttons.scss */
  .rapport-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    text-align: center;
    margin-right: 86px;
    margin-left: 0px;
    padding: 0; }
  /* line 337, resources/assets/styles/components/_buttons.scss */
  .rapport-menu li {
    text-decoration: none;
    list-style-type: none;
    background-color: white; }
    /* line 342, resources/assets/styles/components/_buttons.scss */
    .rapport-menu li:nth-child(1) {
      border-left: solid 1px; }
    /* line 346, resources/assets/styles/components/_buttons.scss */
    .rapport-menu li:nth-child(2) {
      border-left: solid 1px; }
    /* line 350, resources/assets/styles/components/_buttons.scss */
    .rapport-menu li:nth-child(3) {
      border-right: solid 1px;
      border-left: solid 1px; }
    /* line 355, resources/assets/styles/components/_buttons.scss */
    .rapport-menu li a {
      display: block;
      font-family: "DIN2014-Bold";
      line-height: 1.3;
      text-transform: uppercase;
      text-decoration: none;
      list-style-type: none;
      padding: 8px 0; }
  /* line 366, resources/assets/styles/components/_buttons.scss */
  .rapport-menu li.is-active {
    background-color: inherit; }
  /* line 370, resources/assets/styles/components/_buttons.scss */
  .rapport-menu li.is-active:nth-child(1) {
    background-color: #f2685e; }
  /* line 374, resources/assets/styles/components/_buttons.scss */
  .rapport-menu li.is-active:nth-child(2) {
    background-color: #6c86c3; }
  /* line 378, resources/assets/styles/components/_buttons.scss */
  .rapport-menu li.is-active:nth-child(3) {
    background-color: #2db780; }

/* line 383, resources/assets/styles/components/_buttons.scss */
.rapport-menu.is-open {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0); }

/* line 387, resources/assets/styles/components/_buttons.scss */
.menu-meny-for-rapport-container {
  right: 4rem;
  position: relative;
  left: 0; }

/* line 393, resources/assets/styles/components/_buttons.scss */
a.button-rapport__deapdive {
  padding: 12px 14px;
  color: black !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

/* line 403, resources/assets/styles/components/_buttons.scss */
.button-rapport__deapdive {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  /* avstånd mellan ikon och text */
  padding: 12px 14px;
  color: black !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  /* line 418, resources/assets/styles/components/_buttons.scss */
  .button-rapport__deapdive--black {
    border: solid 2px;
    margin-top: 0.5rem; }
  /* line 423, resources/assets/styles/components/_buttons.scss */
  .button-rapport__deapdive--blue {
    background-color: #6c86c3 !important; }
  /* line 427, resources/assets/styles/components/_buttons.scss */
  .button-rapport__deapdive--blue-dark {
    background-color: #5369b1 !important; }

/* line 432, resources/assets/styles/components/_buttons.scss */
.button-rapport__deapdive::before {
  display: inline-block;
  width: 14px;
  height: 14px; }

/* line 439, resources/assets/styles/components/_buttons.scss */
.button-rapport__arrow-down {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

/* rotera pilen när öppen */
/* line 444, resources/assets/styles/components/_buttons.scss */
.rapport-more-info__toggle[aria-expanded="true"]
.button-rapport__arrow-down {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg); }

/* line 449, resources/assets/styles/components/_buttons.scss */
.button-rapport__goal {
  top: 0;
  right: 0; }
  /* line 453, resources/assets/styles/components/_buttons.scss */
  .button-rapport__goal img {
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-bottom: 3px; }

/* line 459, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn__title {
  display: inline-block;
  font-family: Helvetica, sans-serif;
  text-transform: none;
  font-weight: 600;
  -webkit-transform: rotate(90deg) translateY(-100%);
       -o-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  white-space: nowrap; }

/* Färg per kapitel (exempel) */
/* line 470, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn.is-01 {
  background-color: #f2685e; }

/* line 474, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn.is-02 {
  background-color: #6c86c3; }

/* line 478, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn.is-03 {
  background-color: #2db780; }

/* line 482, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn.is-collapsed .rapport-chapter-btn__title {
  display: none; }

/* line 486, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn.is-expanded .rapport-chapter-btn__title {
  display: block;
  padding: 10px 0 0 0; }

/* line 491, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn .button-rapport__arrow-down {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease, -o-transform 0.25s ease; }

/* utfälld (pekar uppåt) */
/* line 496, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn.is-expanded .button-rapport__arrow-down {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg); }

/* Själva fixed-knappen/baren */
/* line 501, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 14px;
  padding: 12px 14px;
  /* så inget sticker ut */
  overflow: hidden; }

/* Topprad: MÅL + pil */
/* line 514, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn__top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  white-space: nowrap; }

/* Titeln: vertikal text som i bild 2 */
/* line 522, resources/assets/styles/components/_buttons.scss */
.rapport-chapter-btn__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 10px 0 0 0;
  /* vänd åt "andra hållet" (så den läses som i din bild 2) */
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  /* gör att den inte "trycker ut" layouten */
  max-height: 70vh;
  overflow: hidden; }

/** Search form */
/* line 8, resources/assets/styles/components/_forms.scss */
.button-rapport__search {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }

/* line 14, resources/assets/styles/components/_forms.scss */
.rapport-search__form {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-width 0.3s ease, opacity 0.2s ease;
  -o-transition: max-width 0.3s ease, opacity 0.2s ease;
  transition: max-width 0.3s ease, opacity 0.2s ease;
  pointer-events: none; }

/* line 22, resources/assets/styles/components/_forms.scss */
.rapport-search.is-open .rapport-search__form {
  max-width: 260px;
  opacity: 1;
  pointer-events: auto; }

/* Panel open/close */
/* line 29, resources/assets/styles/components/_forms.scss */
.rapport-search__panel[hidden] {
  display: none; }

/* line 31, resources/assets/styles/components/_forms.scss */
.rapport-search__panel {
  margin-top: 0.75rem; }

/* Highlight */
/* line 36, resources/assets/styles/components/_forms.scss */
.rapport-highlight {
  background: #ffe66d;
  /* byt till din brandfärg om du vill */
  padding: 0 0.12em;
  border-radius: 2px; }

/* Pilrotation (när sök är öppen) */
/* line 43, resources/assets/styles/components/_forms.scss */
.button-rapport__arrow-left {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

/* line 45, resources/assets/styles/components/_forms.scss */
.rapport-search.is-open .button-rapport__arrow-left {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg); }

/* ditt default-läge (du hade -180deg) */
/* line 50, resources/assets/styles/components/_forms.scss */
.button-rapport__search img {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 6px;
  margin-right: -4px; }

/* line 56, resources/assets/styles/components/_forms.scss */
.rapport-search__input {
  border-style: none;
  background: transparent;
  margin-top: -17px;
  border-bottom: 1px solid;
  margin-left: 6px;
  margin-right: 6px; }
  /* line 64, resources/assets/styles/components/_forms.scss */
  .rapport-search__input:focus-visible {
    outline: none; }

/**
* WordPress Generated Classes
* @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
*/
/** Media alignment */
/* line 7, resources/assets/styles/components/_wp-classes.scss */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

/* line 14, resources/assets/styles/components/_wp-classes.scss */
.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto; }

/* line 20, resources/assets/styles/components/_wp-classes.scss */
.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto; }

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */
  .alignleft {
    float: left;
    margin-right: 1rem; }
  /* line 32, resources/assets/styles/components/_wp-classes.scss */
  .alignright {
    float: right;
    margin-left: 1rem; } }

/** Captions */
/** Text meant only for screen readers */
/* line 45, resources/assets/styles/components/_wp-classes.scss */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff; }

/* line 60, resources/assets/styles/components/_wp-classes.scss */
p.has-drop-cap::first-letter {
  font-family: "Roboto Condensed", sans-serif; }

/* line 66, resources/assets/styles/components/_wp-classes.scss */
.entry-content p {
  margin-bottom: 2em; }

/* line 70, resources/assets/styles/components/_wp-classes.scss */
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  margin: 2em 0 1.5em;
  padding: 0 0 0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 80px; }
  @media (min-width: 768px) {
    /* line 70, resources/assets/styles/components/_wp-classes.scss */
    .wp-block-quote,
    .wp-block-quote.is-style-large,
    .wp-block-quote.is-large {
      padding: 0 1em 0 100px;
      margin: 2em 16px; } }
  /* line 84, resources/assets/styles/components/_wp-classes.scss */
  .wp-block-quote p,
  .wp-block-quote.is-style-large p,
  .wp-block-quote.is-large p {
    margin-bottom: 0; }
  /* line 88, resources/assets/styles/components/_wp-classes.scss */
  .wp-block-quote::before,
  .wp-block-quote.is-style-large::before,
  .wp-block-quote.is-large::before {
    position: absolute;
    left: 0;
    width: 30px;
    height: 24px;
    margin-top: 4px;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      /* line 88, resources/assets/styles/components/_wp-classes.scss */
      .wp-block-quote::before,
      .wp-block-quote.is-style-large::before,
      .wp-block-quote.is-large::before {
        width: 80px;
        height: 63px;
        margin-top: 8px; } }

/* line 107, resources/assets/styles/components/_wp-classes.scss */
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
  font-size: 1rem; }
  @media (min-width: 768px) {
    /* line 107, resources/assets/styles/components/_wp-classes.scss */
    .wp-block-quote.is-style-large p,
    .wp-block-quote.is-large p {
      font-size: 1.5rem; } }

/* line 116, resources/assets/styles/components/_wp-classes.scss */
.has-medium-font-size {
  line-height: 1.6;
  font-size: 1rem; }
  @media (min-width: 768px) {
    /* line 116, resources/assets/styles/components/_wp-classes.scss */
    .has-medium-font-size {
      font-size: 1.25rem; } }

/* line 125, resources/assets/styles/components/_wp-classes.scss */
.has-large-font-size {
  margin-bottom: 0.5em; }

/* line 129, resources/assets/styles/components/_wp-classes.scss */
.wp-block-media-text {
  margin: 2em 0; }

/* line 134, resources/assets/styles/components/_wp-classes.scss */
.wp-block-media-text__content .has-large-font-size {
  margin-bottom: 0.5em; }

/* line 139, resources/assets/styles/components/_wp-classes.scss */
textarea {
  font-family: "Roboto", sans-serif; }

/* line 143, resources/assets/styles/components/_wp-classes.scss */
.s1 {
  display: none; }

/* line 147, resources/assets/styles/components/_wp-classes.scss */
.ub-expand-toggle-button {
  color: #f2685e;
  text-decoration: underline;
  font-weight: 600; }

/* line 154, resources/assets/styles/components/_wp-classes.scss */
.wp-block-quote p {
  color: #5369b1;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-family: "Roboto Condensed", sans-serif; }

/* line 164, resources/assets/styles/components/_wp-classes.scss */
.wp-block-quote::before {
  content: "\201D";
  font-size: 8rem;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 0;
  margin-top: -4rem;
  color: #fddb32; }

/* line 175, resources/assets/styles/components/_wp-classes.scss */
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
  color: white !important;
  border-bottom: none !important;
  text-decoration: none !important; }

/* line 181, resources/assets/styles/components/_wp-classes.scss */
.calendar-puff {
  font-family: "Roboto", sans-serif !important;
  width: 100%;
  color: #5369b1;
  font-weight: 600 !important;
  height: 100%; }
  @media (min-width: 992px) {
    /* line 181, resources/assets/styles/components/_wp-classes.scss */
    .calendar-puff {
      width: 35%;
      margin-top: 7rem; } }
  /* line 193, resources/assets/styles/components/_wp-classes.scss */
  .calendar-puff a {
    color: #fff !important;
    text-decoration: none !important;
    border: none !important; }

/* line 200, resources/assets/styles/components/_wp-classes.scss */
.addtoany_list.a2a_kit_size_32 a {
  font-size: 18px !important;
  text-decoration: none; }

/* line 205, resources/assets/styles/components/_wp-classes.scss */
.wp-block-column {
  padding: 1rem !important; }

/* line 209, resources/assets/styles/components/_wp-classes.scss */
.ub-block-post-grid .ub-block-post-grid-image img {
  height: auto; }

/* line 213, resources/assets/styles/components/_wp-classes.scss */
.tribe-events-widget .tribe-events-widget-events-list__view-more {
  text-align: right !important; }

/* line 217, resources/assets/styles/components/_wp-classes.scss */
.tribe-events-single .tribe-events-sub-nav {
  padding: 0 !important;
  list-style-type: none !important;
  text-transform: none !important; }

/* line 223, resources/assets/styles/components/_wp-classes.scss */
iframe {
  max-width: 100%; }

/* line 227, resources/assets/styles/components/_wp-classes.scss */
#powerTip {
  background-color: white !important;
  padding: 1.5rem !important;
  box-shadow: 0px 2px 19px 0px rgba(151, 151, 151, 0.52) !important;
  -webkit-box-shadow: 0px 2px 19px 0px rgba(151, 151, 151, 0.52) !important;
  -moz-box-shadow: 0px 2px 19px 0px rgba(151, 151, 151, 0.52) !important; }
  /* line 234, resources/assets/styles/components/_wp-classes.scss */
  #powerTip a {
    color: inherit !important; }

/* line 239, resources/assets/styles/components/_wp-classes.scss */
#powerTip.e:before,
#powerTip.n:before,
#powerTip.s:before,
#powerTip.w:before {
  display: none; }

/* line 246, resources/assets/styles/components/_wp-classes.scss */
.box_view_html {
  color: black !important; }

/* line 250, resources/assets/styles/components/_wp-classes.scss */
.aioseo-breadcrumb a {
  color: #f2685e !important;
  text-decoration: none; }

/* line 255, resources/assets/styles/components/_wp-classes.scss */
.tribe-compatibility-container {
  background-color: #5369b1;
  padding: 2rem 2rem 4rem;
  width: 100%;
  color: #fff; }
  @media (min-width: 576px) {
    /* line 255, resources/assets/styles/components/_wp-classes.scss */
    .tribe-compatibility-container {
      padding: 1rem 1rem 4rem; } }
  @media (min-width: 992px) {
    /* line 255, resources/assets/styles/components/_wp-classes.scss */
    .tribe-compatibility-container {
      padding: 2rem 2rem 4rem; } }

/* line 270, resources/assets/styles/components/_wp-classes.scss */
.tribe-events-widget {
  margin-bottom: 0; }

/* line 275, resources/assets/styles/components/_wp-classes.scss */
.tribe-common a {
  color: #fff !important; }

/* line 279, resources/assets/styles/components/_wp-classes.scss */
.tribe-common h3 {
  color: #fff !important; }

/* line 284, resources/assets/styles/components/_wp-classes.scss */
.tribe-events-widget-events-list__view-more-link {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 0.3em 1rem !important;
  border-radius: 2px;
  background-color: #fff;
  color: #5369b1;
  text-decoration: none;
  margin-top: 0.5rem;
  margin-bottom: 1em;
  float: right;
  text-align: center;
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  /* line 299, resources/assets/styles/components/_wp-classes.scss */
  .tribe-events-widget-events-list__view-more-link:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
    background-color: #5369b1;
    color: #fff;
    border: 1px solid #fff; }

/* line 308, resources/assets/styles/components/_wp-classes.scss */
.wp-block-button__link {
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  border-radius: 10px; }
  /* line 316, resources/assets/styles/components/_wp-classes.scss */
  .wp-block-button__link:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
    color: #000; }

/* line 323, resources/assets/styles/components/_wp-classes.scss */
.tribe-events-widget .tribe-events-widget-events-list__view-more a {
  color: white !important;
  border-bottom: none !important;
  border: 1px solid white !important;
  font-size: 14px !important;
  background-color: transparent !important; }

/* line 331, resources/assets/styles/components/_wp-classes.scss */
.tribe-common .tribe-common-h--alt {
  color: white !important;
  font-weight: 600 !important; }

/* line 336, resources/assets/styles/components/_wp-classes.scss */
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month, .tribe-events .tribe-events-calendar-list__event-datetime {
  color: white !important; }

/* line 340, resources/assets/styles/components/_wp-classes.scss */
.tribe-events .tribe-events-l-container {
  background-color: #5369b1 !important; }

/* line 344, resources/assets/styles/components/_wp-classes.scss */
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6,
.tribe-common .tribe-common-anchor-thin, .tribe-common .tribe-common-b2 {
  color: white !important;
  font-family: Roboto,sans-serif !important; }

/* line 351, resources/assets/styles/components/_wp-classes.scss */
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common .tribe-common-h2 {
  color: white !important; }

/* line 356, resources/assets/styles/components/_wp-classes.scss */
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  border: 1px solid white !important; }

/* line 360, resources/assets/styles/components/_wp-classes.scss */
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  color: #5369b1 !important;
  font-family: Roboto,sans-serif !important; }

/* line 366, resources/assets/styles/components/_wp-classes.scss */
.tribe-events .tribe-events-c-search__button,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .datepicker .day.active {
  color: white !important;
  background-color: #5369b1 !important; }

/* line 375, resources/assets/styles/components/_wp-classes.scss */
#tribe-events-view-selector-content {
  background-color: #6c86c3 !important; }

/* line 379, resources/assets/styles/components/_wp-classes.scss */
.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:focus,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:hover,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #b3c8e8 !important; }

/* line 386, resources/assets/styles/components/_wp-classes.scss */
.tribe-events .tribe-events-c-nav__next-icon-svg path {
  fill: white !important; }

/* line 390, resources/assets/styles/components/_wp-classes.scss */
.tribe-common .tribe-common-c-svgicon {
  color: white !important; }

/* line 394, resources/assets/styles/components/_wp-classes.scss */
.wp-video {
  width: 100% !important; }

/* line 395, resources/assets/styles/components/_wp-classes.scss */
.wp-video video {
  width: 100% !important;
  height: 100% !important; }

/* line 397, resources/assets/styles/components/_wp-classes.scss */
.tribe-common button,
.tribe-common input[type=button],
.tribe-common input[type=reset],
.tribe-common input[type=submit] {
  color: white !important; }

/* line 404, resources/assets/styles/components/_wp-classes.scss */
.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6, .tribe-common .tribe-common-anchor-thin, .tribe-common .tribe-common-b2 {
  text-decoration: none !important; }

/* line 409, resources/assets/styles/components/_wp-classes.scss */
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: transparent !important; }

/* line 413, resources/assets/styles/components/_wp-classes.scss */
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
  background-color: transparent !important; }

/* line 417, resources/assets/styles/components/_wp-classes.scss */
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover {
  background-color: transparent !important; }

/* line 421, resources/assets/styles/components/_wp-classes.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg path {
  fill: white !important; }

/* line 425, resources/assets/styles/components/_wp-classes.scss */
.addtoany_content {
  margin-top: 2rem !important; }

/* line 429, resources/assets/styles/components/_wp-classes.scss */
.searchandfilter ul li {
  padding-top: 0; }

/* line 433, resources/assets/styles/components/_wp-classes.scss */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem; }
  /* line 438, resources/assets/styles/components/_wp-classes.scss */
  .nav-links a {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.3em 1em;
    border-radius: 2px;
    background-color: #f2685e;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: 1em;
    float: right;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8rem;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (min-width: 768px) {
      /* line 438, resources/assets/styles/components/_wp-classes.scss */
      .nav-links a {
        width: auto;
        font-size: 1rem; } }
    /* line 460, resources/assets/styles/components/_wp-classes.scss */
    .nav-links a:hover {
      cursor: pointer;
      -webkit-transform: scale(1.03);
           -o-transform: scale(1.03);
              transform: scale(1.03);
      background-color: #f2685e;
      color: #fff; }

/* line 469, resources/assets/styles/components/_wp-classes.scss */
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  color: #f2685e;
  font-weight: 600; }

/* line 476, resources/assets/styles/components/_wp-classes.scss */
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
  padding: 0.3em 1em;
  border-radius: 2px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (min-width: 768px) {
    /* line 476, resources/assets/styles/components/_wp-classes.scss */
    .gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
      width: auto;
      font-size: 1rem; } }
  /* line 493, resources/assets/styles/components/_wp-classes.scss */
  .gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
    background-color: #f2685e;
    color: #fff; }

/* line 501, resources/assets/styles/components/_wp-classes.scss */
.editor-styles-wrapper {
  width: 70%;
  margin: 0 auto !important; }

/* line 1, resources/assets/styles/components/_related-posts.scss */
.related-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5em;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    /* line 1, resources/assets/styles/components/_related-posts.scss */
    .related-posts {
      margin-bottom: 4em;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  /* line 13, resources/assets/styles/components/_related-posts.scss */
  .related-posts__item-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    background: #fff; }
    /* line 21, resources/assets/styles/components/_related-posts.scss */
    .related-posts__item-img img {
      position: absolute;
      width: 100%;
      height: auto;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      top: 0;
      left: 0;
      right: 0;
      opacity: 1; }
  /* line 33, resources/assets/styles/components/_related-posts.scss */
  .related-posts__item {
    width: 100%;
    margin-bottom: 1.5em; }
    @media (min-width: 768px) {
      /* line 33, resources/assets/styles/components/_related-posts.scss */
      .related-posts__item {
        width: 31%;
        margin-bottom: 0; } }
    /* line 42, resources/assets/styles/components/_related-posts.scss */
    .related-posts__item:last-child {
      margin-bottom: 0; }
    /* line 46, resources/assets/styles/components/_related-posts.scss */
    .related-posts__item .post__meta {
      display: block;
      margin-top: 0.5em; }
    /* line 51, resources/assets/styles/components/_related-posts.scss */
    .related-posts__item .headline-xs {
      margin-top: 0.8em;
      margin-bottom: 0; }
      /* line 55, resources/assets/styles/components/_related-posts.scss */
      .related-posts__item .headline-xs a {
        color: #000; }
  /* line 61, resources/assets/styles/components/_related-posts.scss */
  .related-posts__item-content {
    margin-top: 0.5em; }

/* line 1, resources/assets/styles/components/_cookies.scss */
.cookies-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  height: 8em;
  width: 100%;
  padding: 1em 3em;
  background-color: #2db780;
  z-index: 2000;
  color: #5369b1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  /* line 17, resources/assets/styles/components/_cookies.scss */
  .cookies-field p {
    font-size: 0.7rem;
    line-height: 1.5; }
  @media (min-width: 768px) {
    /* line 1, resources/assets/styles/components/_cookies.scss */
    .cookies-field {
      font-size: 0.875rem;
      height: 5em; } }

/* line 28, resources/assets/styles/components/_cookies.scss */
.hidden {
  display: none; }

/* line 2, resources/assets/styles/components/_meta.scss */
.post__meta {
  margin-top: 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 0.65rem;
  color: #000; }
  @media (min-width: 768px) {
    /* line 2, resources/assets/styles/components/_meta.scss */
    .post__meta {
      margin-top: 1em; } }

/* line 13, resources/assets/styles/components/_meta.scss */
.post-single .post__meta {
  margin-bottom: 0; }

/* line 18, resources/assets/styles/components/_meta.scss */
.post__tax ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  padding-left: 0;
  list-style-type: none; }

/* line 25, resources/assets/styles/components/_meta.scss */
.post__tax li {
  margin-right: 1em;
  font-size: 0.675rem;
  color: #000;
  font-family: "Roboto", sans-serif; }

/* line 32, resources/assets/styles/components/_meta.scss */
.post__tax a {
  color: #000; }

/* line 37, resources/assets/styles/components/_meta.scss */
.post_cat {
  display: inline-block;
  margin-top: -2px;
  margin-bottom: 0.5em;
  padding: 0 0.7em;
  font-family: "Roboto", sans-serif;
  font-size: 0.675rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff; }
  @media (min-width: 768px) {
    /* line 37, resources/assets/styles/components/_meta.scss */
    .post_cat {
      margin-top: -2px; } }
  /* line 52, resources/assets/styles/components/_meta.scss */
  .post_cat a {
    color: #fff; }
  /* line 56, resources/assets/styles/components/_meta.scss */
  .post_cat--granskning {
    background-color: #000; }
  /* line 60, resources/assets/styles/components/_meta.scss */
  .post_cat--intervjuer {
    background-color: #f2685e; }
  /* line 64, resources/assets/styles/components/_meta.scss */
  .post_cat--roster {
    background-color: #5369b1; }

/* line 1, resources/assets/styles/components/_slider.scss */
.carousel-wrap {
  position: relative;
  margin: 2em -1.5em 1em; }
  @media (min-width: 768px) {
    /* line 1, resources/assets/styles/components/_slider.scss */
    .carousel-wrap {
      margin: 3em -4em 2em; } }

/* line 11, resources/assets/styles/components/_slider.scss */
.author-carousel__item {
  background-repeat: no-repeat;
  width: 88%;
  margin-right: 20px;
  padding-bottom: 50%;
  background-size: 20% auto;
  background-color: #e6e7e8; }
  @media (min-width: 992px) {
    /* line 11, resources/assets/styles/components/_slider.scss */
    .author-carousel__item {
      padding-bottom: 36%;
      background-size: auto 100%; } }

/* line 25, resources/assets/styles/components/_slider.scss */
.author-carousel__img {
  position: absolute;
  width: 30%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    /* line 25, resources/assets/styles/components/_slider.scss */
    .author-carousel__img {
      width: 40%; } }

/* line 38, resources/assets/styles/components/_slider.scss */
.author-carousel__item-two {
  position: absolute;
  width: 60%;
  margin-left: 35%; }
  @media (min-width: 768px) {
    /* line 38, resources/assets/styles/components/_slider.scss */
    .author-carousel__item-two {
      width: 49%;
      margin-left: 46%; } }

/* line 49, resources/assets/styles/components/_slider.scss */
.author-carousel__item-name {
  font-size: 1.4rem;
  margin-top: 1.2em;
  display: block;
  color: #5369b1;
  line-height: 1; }
  @media (min-width: 768px) {
    /* line 49, resources/assets/styles/components/_slider.scss */
    .author-carousel__item-name {
      margin-top: 1em;
      font-size: 2rem; } }

/* line 62, resources/assets/styles/components/_slider.scss */
.author-carousel__item-article {
  margin-top: 1.2em; }
  @media (min-width: 768px) {
    /* line 62, resources/assets/styles/components/_slider.scss */
    .author-carousel__item-article {
      margin-top: 1.5em; } }
  /* line 69, resources/assets/styles/components/_slider.scss */
  .author-carousel__item-article h3 a {
    color: #000; }
  /* line 73, resources/assets/styles/components/_slider.scss */
  .author-carousel__item-article .post__meta {
    display: block;
    margin-top: 0.5em;
    line-height: 1.5; }
  /* line 79, resources/assets/styles/components/_slider.scss */
  .author-carousel__item-article .body-xs {
    display: none;
    margin-top: 0.5em;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      /* line 79, resources/assets/styles/components/_slider.scss */
      .author-carousel__item-article .body-xs {
        display: block; } }

/* line 90, resources/assets/styles/components/_slider.scss */
.author-carousel .button {
  float: none;
  margin-top: 0.6em;
  width: auto; }
  @media (min-width: 576px) {
    /* line 90, resources/assets/styles/components/_slider.scss */
    .author-carousel .button {
      margin-top: 2em; } }
  @media (min-width: 768px) {
    /* line 90, resources/assets/styles/components/_slider.scss */
    .author-carousel .button {
      margin-top: 1.5em; } }

/* line 105, resources/assets/styles/components/_slider.scss */
.flickity-page-dots {
  bottom: -30px; }
  /* line 108, resources/assets/styles/components/_slider.scss */
  .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    margin: 12px 4px; }
    @media (min-width: 768px) {
      /* line 108, resources/assets/styles/components/_slider.scss */
      .flickity-page-dots .dot {
        width: 10px;
        height: 10px;
        margin: 0 8px; } }

/* line 121, resources/assets/styles/components/_slider.scss */
.flickity-button {
  background-color: transparent;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (min-width: 768px) {
    /* line 121, resources/assets/styles/components/_slider.scss */
    .flickity-button {
      width: 44px;
      height: 44px; } }
  /* line 133, resources/assets/styles/components/_slider.scss */
  .flickity-button:hover {
    background-color: transparent;
    opacity: 1; }

/* line 139, resources/assets/styles/components/_slider.scss */
.flickity-prev-next-button.previous {
  left: 0; }
  @media (min-width: 768px) {
    /* line 139, resources/assets/styles/components/_slider.scss */
    .flickity-prev-next-button.previous {
      right: 0.1em; } }

/* line 147, resources/assets/styles/components/_slider.scss */
.flickity-prev-next-button.next {
  right: 0; }
  @media (min-width: 768px) {
    /* line 147, resources/assets/styles/components/_slider.scss */
    .flickity-prev-next-button.next {
      right: 0.1em; } }

/* line 155, resources/assets/styles/components/_slider.scss */
.event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e7e8;
  padding: 1rem;
  margin: 2em -1.5em 1em; }

/* line 162, resources/assets/styles/components/_slider.scss */
.event-item__image {
  width: 50%;
  margin-right: 2rem;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover; }
  /* line 171, resources/assets/styles/components/_slider.scss */
  .event-item__image img {
    width: 100%;
    height: auto; }

/* line 177, resources/assets/styles/components/_slider.scss */
.event-text {
  width: 50%; }

/* line 1, resources/assets/styles/layouts/_header.scss */
#menu-huvudmeny a {
  text-decoration: none; }

/* line 5, resources/assets/styles/layouts/_header.scss */
.nav-header {
  padding: 1rem;
  position: inherit;
  width: 100vw;
  z-index: 999;
  background-color: white;
  -webkit-box-shadow: 0px 6px 7px -3px rgba(83, 105, 177, 0.44);
  box-shadow: 0px 6px 7px -3px rgba(83, 105, 177, 0.44); }
  @media (min-width: 576px) {
    /* line 5, resources/assets/styles/layouts/_header.scss */
    .nav-header {
      padding: 0 2rem;
      position: fixed; } }

/* line 20, resources/assets/styles/layouts/_header.scss */
.nav-header__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 576px) {
    /* line 20, resources/assets/styles/layouts/_header.scss */
    .nav-header__content-box {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

/* line 32, resources/assets/styles/layouts/_header.scss */
.nav-header__desktop {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 992px) {
    /* line 32, resources/assets/styles/layouts/_header.scss */
    .nav-header__desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  /* line 42, resources/assets/styles/layouts/_header.scss */
  .nav-header__desktop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    list-style-type: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      /* line 42, resources/assets/styles/layouts/_header.scss */
      .nav-header__desktop ul {
        padding: 0; } }
    /* line 52, resources/assets/styles/layouts/_header.scss */
    .nav-header__desktop ul li {
      margin-left: 1rem; }
  /* line 57, resources/assets/styles/layouts/_header.scss */
  .nav-header__desktop .nav-header__mobile {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 992px) {
      /* line 57, resources/assets/styles/layouts/_header.scss */
      .nav-header__desktop .nav-header__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    /* line 67, resources/assets/styles/layouts/_header.scss */
    .nav-header__desktop .nav-header__mobile ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: right;
          -ms-flex-pack: right;
              justify-content: right;
      list-style-type: none; }
      /* line 72, resources/assets/styles/layouts/_header.scss */
      .nav-header__desktop .nav-header__mobile ul li {
        margin-left: 2rem; }

/* line 80, resources/assets/styles/layouts/_header.scss */
.nav-header__toprow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0; }
  @media (min-width: 576px) {
    /* line 80, resources/assets/styles/layouts/_header.scss */
    .nav-header__toprow {
      margin-right: 3rem; } }
  @media (min-width: 992px) {
    /* line 80, resources/assets/styles/layouts/_header.scss */
    .nav-header__toprow {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-right: 0; } }

/* line 98, resources/assets/styles/layouts/_header.scss */
.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12rem;
  margin: 20px 0; }
  @media (min-width: 992px) {
    /* line 98, resources/assets/styles/layouts/_header.scss */
    .brand {
      width: 16rem; } }

/* line 108, resources/assets/styles/layouts/_header.scss */
.brand--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  width: 10rem; }

/* line 114, resources/assets/styles/layouts/_header.scss */
.mobile-header__nav {
  height: 100%;
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  z-index: 100;
  top: calc(-110vh);
  left: 0;
  background-color: #b3c8e8 !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0; }
  @media (min-width: 992px) {
    /* line 114, resources/assets/styles/layouts/_header.scss */
    .mobile-header__nav {
      display: none;
      padding: 0;
      position: static;
      top: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  /* line 139, resources/assets/styles/layouts/_header.scss */
  .mobile-header__nav .nav {
    list-style-type: none;
    padding: 0;
    margin-top: 5rem; }
    /* line 144, resources/assets/styles/layouts/_header.scss */
    .mobile-header__nav .nav li {
      margin: 1rem 2rem; }
  /* line 149, resources/assets/styles/layouts/_header.scss */
  .mobile-header__nav a {
    color: #000;
    line-height: 2;
    text-decoration: none; }
  /* line 155, resources/assets/styles/layouts/_header.scss */
  .mobile-header__nav__toprow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  /* line 162, resources/assets/styles/layouts/_header.scss */
  .mobile-header__nav__secondrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  /* line 168, resources/assets/styles/layouts/_header.scss */
  .mobile-header__nav.is-opened {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    left: 0;
    min-width: 100vw;
    overflow-y: scroll; }

/* line 177, resources/assets/styles/layouts/_header.scss */
.menu-huvudmeny-container {
  width: 100%; }

/* line 181, resources/assets/styles/layouts/_header.scss */
.sub-menu {
  position: static; }
  /* line 184, resources/assets/styles/layouts/_header.scss */
  .sub-menu a {
    font-size: 15px;
    font-weight: 500; }

/* line 190, resources/assets/styles/layouts/_header.scss */
.nav-primary {
  text-align: center;
  background-color: #5369b1;
  color: #fff; }
  @media (min-width: 768px) {
    /* line 190, resources/assets/styles/layouts/_header.scss */
    .nav-primary {
      padding: 0;
      text-align: left; } }
  /* line 200, resources/assets/styles/layouts/_header.scss */
  .nav-primary ul {
    padding: 1em;
    margin: 0;
    list-style-type: none; }
    @media (min-width: 1200px) {
      /* line 200, resources/assets/styles/layouts/_header.scss */
      .nav-primary ul {
        padding: 2em; } }
  /* line 210, resources/assets/styles/layouts/_header.scss */
  .nav-primary li {
    padding: 0.2em 0; }
    @media (min-width: 768px) {
      /* line 210, resources/assets/styles/layouts/_header.scss */
      .nav-primary li {
        padding: 0; } }

/* line 219, resources/assets/styles/layouts/_header.scss */
.menu-item-has-children {
  position: relative; }
  /* line 222, resources/assets/styles/layouts/_header.scss */
  .menu-item-has-children.is-expanded .sub-menu {
    display: block !important; }
  /* line 226, resources/assets/styles/layouts/_header.scss */
  .menu-item-has-children:hover .sub-menu {
    display: none; }
  @media (min-width: 992px) {
    /* line 231, resources/assets/styles/layouts/_header.scss */
    .menu-item-has-children:hover .sub-menu {
      display: block; } }
  /* line 236, resources/assets/styles/layouts/_header.scss */
  .menu-item-has-children .sub-menu {
    display: none;
    position: static;
    color: #000;
    padding: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (min-width: 768px) {
      /* line 236, resources/assets/styles/layouts/_header.scss */
      .menu-item-has-children .sub-menu {
        position: absolute;
        z-index: 100000;
        background: #fff; }
        /* line 248, resources/assets/styles/layouts/_header.scss */
        .menu-item-has-children .sub-menu:hover a {
          display: block; } }
    /* line 253, resources/assets/styles/layouts/_header.scss */
    .menu-item-has-children .sub-menu a {
      font-weight: 500;
      display: block;
      padding: 0.5rem 1rem; }
      /* line 258, resources/assets/styles/layouts/_header.scss */
      .menu-item-has-children .sub-menu a:hover {
        color: white; }
    /* line 263, resources/assets/styles/layouts/_header.scss */
    .menu-item-has-children .sub-menu ul {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      /* line 266, resources/assets/styles/layouts/_header.scss */
      .menu-item-has-children .sub-menu ul:hover {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
    /* line 271, resources/assets/styles/layouts/_header.scss */
    .menu-item-has-children .sub-menu li {
      width: 100%;
      border-bottom: 1px solid white;
      margin: 0;
      background-color: #b3c8e8;
      list-style-type: none; }
      /* line 278, resources/assets/styles/layouts/_header.scss */
      .menu-item-has-children .sub-menu li:hover {
        background-color: #6c86c3;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }

/* line 286, resources/assets/styles/layouts/_header.scss */
.menu-item {
  text-transform: none; }
  /* line 289, resources/assets/styles/layouts/_header.scss */
  .menu-item a {
    color: #000;
    font-weight: 600;
    position: relative; }

/* line 296, resources/assets/styles/layouts/_header.scss */
.menu-item-has-children,
.sub-menu,
.menu-item a {
  line-height: 1.5;
  font-weight: 500; }

/* line 303, resources/assets/styles/layouts/_header.scss */
.menu-item-has-children.is-opened .sub-menu {
  display: block; }

/* line 307, resources/assets/styles/layouts/_header.scss */
.menu-item-has-children a {
  display: block;
  width: 100%; }

/* line 312, resources/assets/styles/layouts/_header.scss */
.nav-secondary {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 2em; }
  /* line 318, resources/assets/styles/layouts/_header.scss */
  .nav-secondary__headline {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center; }
    @media (min-width: 768px) {
      /* line 318, resources/assets/styles/layouts/_header.scss */
      .nav-secondary__headline {
        text-align: left; } }
  /* line 329, resources/assets/styles/layouts/_header.scss */
  .nav-secondary__swish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* line 336, resources/assets/styles/layouts/_header.scss */
  .nav-secondary__logo {
    max-width: 20%;
    display: block;
    margin: 0; }
    @media (min-width: 768px) {
      /* line 336, resources/assets/styles/layouts/_header.scss */
      .nav-secondary__logo {
        max-width: 40%; } }
  /* line 346, resources/assets/styles/layouts/_header.scss */
  .nav-secondary__content {
    text-align: center;
    font-size: 0.75rem; }
    @media (min-width: 768px) {
      /* line 346, resources/assets/styles/layouts/_header.scss */
      .nav-secondary__content {
        text-align: left; } }
  /* line 355, resources/assets/styles/layouts/_header.scss */
  .nav-secondary ul {
    margin: 0;
    list-style-type: none;
    text-align: left;
    padding: 0; }
  /* line 362, resources/assets/styles/layouts/_header.scss */
  .nav-secondary li {
    padding: 0.2em 0;
    text-align: center; }
    @media (min-width: 768px) {
      /* line 362, resources/assets/styles/layouts/_header.scss */
      .nav-secondary li {
        padding: 0;
        text-align: left; } }

/* line 373, resources/assets/styles/layouts/_header.scss */
.site-header .nav {
  padding: 1em 2em; }

/* line 377, resources/assets/styles/layouts/_header.scss */
.site-header .nav li {
  display: block; }

/* line 381, resources/assets/styles/layouts/_header.scss */
.hamburger {
  position: fixed;
  z-index: 101;
  top: 1.5rem;
  right: 1.5rem;
  width: 30px;
  height: 30px;
  cursor: pointer; }

/* line 391, resources/assets/styles/layouts/_header.scss */
.hamburger-icon {
  position: relative;
  top: calc(50% - 4px);
  height: 4px;
  width: 100%;
  background-color: #5369b1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  /* line 399, resources/assets/styles/layouts/_header.scss */
  .hamburger-icon::after, .hamburger-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #5369b1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  /* line 409, resources/assets/styles/layouts/_header.scss */
  .hamburger-icon::before {
    top: -10px; }
  /* line 413, resources/assets/styles/layouts/_header.scss */
  .hamburger-icon::after {
    top: 10px; }
  /* line 417, resources/assets/styles/layouts/_header.scss */
  .is-opened .hamburger-icon {
    background-color: transparent; }
    /* line 420, resources/assets/styles/layouts/_header.scss */
    .is-opened .hamburger-icon::before {
      -webkit-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 0; }
    /* line 425, resources/assets/styles/layouts/_header.scss */
    .is-opened .hamburger-icon::after {
      -webkit-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 0; }
  @media (min-width: 992px) {
    /* line 391, resources/assets/styles/layouts/_header.scss */
    .hamburger-icon {
      display: none; } }

/* line 436, resources/assets/styles/layouts/_header.scss */
.sidebar-search__search-form {
  margin: 0 2rem; }
  @media (min-width: 992px) {
    /* line 436, resources/assets/styles/layouts/_header.scss */
    .sidebar-search__search-form {
      margin: 0 0 0 1rem; } }

/* line 444, resources/assets/styles/layouts/_header.scss */
.sidebar-form-search {
  margin-top: 2rem;
  width: 100%; }
  @media (min-width: 992px) {
    /* line 444, resources/assets/styles/layouts/_header.scss */
    .sidebar-form-search {
      margin-top: -10px; } }

/* line 453, resources/assets/styles/layouts/_header.scss */
.sidebar-search__search-field {
  border-style: none;
  background: transparent;
  margin-bottom: 0; }

/* line 459, resources/assets/styles/layouts/_header.scss */
.sidebar-search-desktop {
  display: none; }
  @media (min-width: 992px) {
    /* line 459, resources/assets/styles/layouts/_header.scss */
    .sidebar-search-desktop {
      display: none;
      -webkit-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease; }
      /* line 466, resources/assets/styles/layouts/_header.scss */
      .sidebar-search-desktop.is-opened {
        display: block;
        -webkit-transition: 0.8s ease;
        -o-transition: 0.8s ease;
        transition: 0.8s ease; } }

/* line 473, resources/assets/styles/layouts/_header.scss */
.form-control {
  color: #fff;
  font-size: 0.8rem;
  width: 100%;
  padding: 10px; }
  /* line 479, resources/assets/styles/layouts/_header.scss */
  .form-control:focus {
    outline: none; }
  /* line 483, resources/assets/styles/layouts/_header.scss */
  .form-control::-webkit-input-placeholder {
    color: #fff; }
  .form-control::-moz-placeholder {
    color: #fff; }
  .form-control:-ms-input-placeholder {
    color: #fff; }
  .form-control::-ms-input-placeholder {
    color: #fff; }
  .form-control::placeholder {
    color: #fff; }

/* line 488, resources/assets/styles/layouts/_header.scss */
.search-icon {
  height: 20px;
  width: auto;
  padding: 0;
  background: transparent;
  margin-bottom: -4px;
  margin-left: 1rem;
  cursor: pointer; }

/* line 498, resources/assets/styles/layouts/_header.scss */
.most-read {
  display: none; }
  @media (min-width: 768px) {
    /* line 498, resources/assets/styles/layouts/_header.scss */
    .most-read {
      display: block;
      padding: 0 1em;
      background-color: #e6e7e8;
      color: #000;
      margin-top: 2.5em; }
      /* line 508, resources/assets/styles/layouts/_header.scss */
      .most-read:last-child {
        margin-bottom: 3em; } }
  /* line 513, resources/assets/styles/layouts/_header.scss */
  .most-read__item-content {
    margin-top: 1em; }
  /* line 517, resources/assets/styles/layouts/_header.scss */
  .most-read .button-sidebar {
    margin-top: 0.3em;
    margin-bottom: 0; }

/* line 524, resources/assets/styles/layouts/_header.scss */
.most-read__headline h2 {
  padding: 0 1em; }

/* line 529, resources/assets/styles/layouts/_header.scss */
.instagram-feed {
  display: none;
  margin: 2.5em 1em;
  padding-top: 2em;
  border-top: 2px solid #5369b1; }
  @media (min-width: 768px) {
    /* line 529, resources/assets/styles/layouts/_header.scss */
    .instagram-feed {
      display: block; } }
  /* line 540, resources/assets/styles/layouts/_header.scss */
  .instagram-feed .social-icons .social-icons__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* line 545, resources/assets/styles/layouts/_header.scss */
  .instagram-feed .social-icons img {
    margin-top: 0; }
  /* line 549, resources/assets/styles/layouts/_header.scss */
  .instagram-feed .social-icons span {
    display: inline-block;
    margin: 0.2em 0 0 0.5em;
    font-size: 0.75rem; }
  /* line 556, resources/assets/styles/layouts/_header.scss */
  .instagram-feed div[align="right"] {
    display: none; }
  /* line 560, resources/assets/styles/layouts/_header.scss */
  .instagram-feed #eif_feed {
    background-color: #e6e7e8 !important; }
  /* line 564, resources/assets/styles/layouts/_header.scss */
  .instagram-feed #eif_images {
    margin: 0 !important;
    padding: 0 !important; }
    /* line 568, resources/assets/styles/layouts/_header.scss */
    .instagram-feed #eif_images .eif_item {
      padding: 0.6em 0 0 !important; }

/* line 574, resources/assets/styles/layouts/_header.scss */
.FeedLayout__wrapper {
  background-color: transparent !important; }

/* line 578, resources/assets/styles/layouts/_header.scss */
.donate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 578, resources/assets/styles/layouts/_header.scss */
    .donate {
      grid-template-columns: 1fr; } }

/* line 589, resources/assets/styles/layouts/_header.scss */
.input-group {
  background-color: #6c86c3;
  padding: 5px; }

/* line 594, resources/assets/styles/layouts/_header.scss */
.menu-item-has-children {
  position: relative; }
  /* line 596, resources/assets/styles/layouts/_header.scss */
  .menu-item-has-children::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "\21E9"; }
    @media (min-width: 992px) {
      /* line 596, resources/assets/styles/layouts/_header.scss */
      .menu-item-has-children::after {
        display: none; } }
  /* line 608, resources/assets/styles/layouts/_header.scss */
  .menu-item-has-children.is-expanded::after {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }

/* line 1, resources/assets/styles/layouts/_footer.scss */
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100vw;
  margin-left: 0;
  background-color: #5369b1;
  color: #fff;
  padding: 1rem; }
  @media (min-width: 768px) {
    /* line 1, resources/assets/styles/layouts/_footer.scss */
    .footer-container {
      width: 100vw;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  /* line 17, resources/assets/styles/layouts/_footer.scss */
  .footer-container .container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%; }
    @media (min-width: 992px) {
      /* line 17, resources/assets/styles/layouts/_footer.scss */
      .footer-container .container {
        grid-template-columns: 1fr 1fr 1fr; } }
  /* line 27, resources/assets/styles/layouts/_footer.scss */
  .footer-container__contact a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.5; }
  /* line 37, resources/assets/styles/layouts/_footer.scss */
  .footer-container__contributors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* line 43, resources/assets/styles/layouts/_footer.scss */
    .footer-container__contributors-logo {
      width: 5rem;
      height: auto;
      margin: 0.5rem; }
    /* line 49, resources/assets/styles/layouts/_footer.scss */
    .footer-container__contributors-wilph {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 10rem;
      height: auto; }
      @media (min-width: 992px) {
        /* line 49, resources/assets/styles/layouts/_footer.scss */
        .footer-container__contributors-wilph {
          margin: 0 auto; } }

/* line 61, resources/assets/styles/layouts/_footer.scss */
.footer-container__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  /* line 66, resources/assets/styles/layouts/_footer.scss */
  .footer-container__nav a {
    color: white; }
  /* line 70, resources/assets/styles/layouts/_footer.scss */
  .footer-container__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /* line 74, resources/assets/styles/layouts/_footer.scss */
  .footer-container__nav li {
    list-style-type: none; }

/* line 79, resources/assets/styles/layouts/_footer.scss */
.footer-container__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px; }

/* line 84, resources/assets/styles/layouts/_footer.scss */
.carousel-wrap {
  position: relative; }

/* line 89, resources/assets/styles/layouts/_footer.scss */
.author-carousel__item {
  background-repeat: no-repeat;
  width: 88%;
  margin-right: 20px;
  padding-bottom: 50%;
  background-size: 20% auto;
  background-color: #e6e7e8; }
  @media (min-width: 992px) {
    /* line 89, resources/assets/styles/layouts/_footer.scss */
    .author-carousel__item {
      padding-bottom: 36%;
      background-size: auto 100%; } }

/* line 103, resources/assets/styles/layouts/_footer.scss */
.author-carousel__img {
  position: absolute;
  width: 30%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    /* line 103, resources/assets/styles/layouts/_footer.scss */
    .author-carousel__img {
      width: 40%; } }

/* line 116, resources/assets/styles/layouts/_footer.scss */
.author-carousel__item-two {
  position: absolute;
  width: 60%;
  margin-left: 35%; }
  @media (min-width: 768px) {
    /* line 116, resources/assets/styles/layouts/_footer.scss */
    .author-carousel__item-two {
      width: 49%;
      margin-left: 46%; } }

/* line 127, resources/assets/styles/layouts/_footer.scss */
.author-carousel__item-name {
  font-size: 1.4rem;
  margin-top: 1.2em;
  display: block;
  color: #5369b1;
  line-height: 1; }
  @media (min-width: 768px) {
    /* line 127, resources/assets/styles/layouts/_footer.scss */
    .author-carousel__item-name {
      margin-top: 1em;
      font-size: 2rem; } }

/* line 140, resources/assets/styles/layouts/_footer.scss */
.author-carousel__item-article {
  margin-top: 1.2em; }
  @media (min-width: 768px) {
    /* line 140, resources/assets/styles/layouts/_footer.scss */
    .author-carousel__item-article {
      margin-top: 1.5em; } }
  /* line 147, resources/assets/styles/layouts/_footer.scss */
  .author-carousel__item-article h3 a {
    color: #000; }
  /* line 151, resources/assets/styles/layouts/_footer.scss */
  .author-carousel__item-article .post__meta {
    display: block;
    margin-top: 0.5em;
    line-height: 1.5; }
  /* line 157, resources/assets/styles/layouts/_footer.scss */
  .author-carousel__item-article .body-xs {
    display: none;
    margin-top: 0.5em;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      /* line 157, resources/assets/styles/layouts/_footer.scss */
      .author-carousel__item-article .body-xs {
        display: block; } }

/* line 168, resources/assets/styles/layouts/_footer.scss */
.author-carousel .button {
  float: none;
  margin-top: 0.6em;
  width: auto; }
  @media (min-width: 576px) {
    /* line 168, resources/assets/styles/layouts/_footer.scss */
    .author-carousel .button {
      margin-top: 2em; } }
  @media (min-width: 768px) {
    /* line 168, resources/assets/styles/layouts/_footer.scss */
    .author-carousel .button {
      margin-top: 1.5em; } }

/* line 183, resources/assets/styles/layouts/_footer.scss */
.flickity-page-dots {
  bottom: -30px; }
  /* line 186, resources/assets/styles/layouts/_footer.scss */
  .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    margin: 12px 4px; }
    @media (min-width: 768px) {
      /* line 186, resources/assets/styles/layouts/_footer.scss */
      .flickity-page-dots .dot {
        width: 10px;
        height: 10px;
        margin: 0 8px; } }

/* line 199, resources/assets/styles/layouts/_footer.scss */
.flickity-button {
  background-color: transparent;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (min-width: 768px) {
    /* line 199, resources/assets/styles/layouts/_footer.scss */
    .flickity-button {
      width: 44px;
      height: 44px; } }
  /* line 211, resources/assets/styles/layouts/_footer.scss */
  .flickity-button:hover {
    background-color: transparent;
    opacity: 1; }

/* line 217, resources/assets/styles/layouts/_footer.scss */
.flickity-prev-next-button.previous {
  left: 0; }
  @media (min-width: 768px) {
    /* line 217, resources/assets/styles/layouts/_footer.scss */
    .flickity-prev-next-button.previous {
      right: 0.1em; } }

/* line 225, resources/assets/styles/layouts/_footer.scss */
.flickity-prev-next-button.next {
  right: 0; }
  @media (min-width: 768px) {
    /* line 225, resources/assets/styles/layouts/_footer.scss */
    .flickity-prev-next-button.next {
      right: 0.1em; } }

/* line 233, resources/assets/styles/layouts/_footer.scss */
.nav-footer {
  text-align: center; }
  @media (min-width: 768px) {
    /* line 233, resources/assets/styles/layouts/_footer.scss */
    .nav-footer {
      padding: 0; } }
  /* line 240, resources/assets/styles/layouts/_footer.scss */
  .nav-footer .menu-item-has-children .sub-menu {
    top: -2rem; }
  /* line 244, resources/assets/styles/layouts/_footer.scss */
  .nav-footer ul {
    display: block;
    padding: 1em;
    margin: 0 auto;
    list-style-type: none; }
    @media (min-width: 768px) {
      /* line 244, resources/assets/styles/layouts/_footer.scss */
      .nav-footer ul {
        padding: 2em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 992px) {
      /* line 244, resources/assets/styles/layouts/_footer.scss */
      .nav-footer ul {
        padding: 2em 5em; } }
    @media (min-width: 1200px) {
      /* line 244, resources/assets/styles/layouts/_footer.scss */
      .nav-footer ul {
        padding: 2em 9em; } }
  /* line 265, resources/assets/styles/layouts/_footer.scss */
  .nav-footer li {
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 768px) {
      /* line 265, resources/assets/styles/layouts/_footer.scss */
      .nav-footer li {
        padding: 0; } }

/* line 275, resources/assets/styles/layouts/_footer.scss */
.nav-footer .nav a {
  color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2db780), to(#2db780));
  background-image: -webkit-linear-gradient(#2db780, #2db780);
  background-image: -o-linear-gradient(#2db780, #2db780);
  background-image: linear-gradient(#2db780, #2db780);
  font-size: 0.75rem;
  position: relative;
  text-decoration: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 4px;
  -webkit-transition: background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s; }
  /* line 286, resources/assets/styles/layouts/_footer.scss */
  .nav-footer .nav a:hover {
    background-size: 100% 4px; }

/* line 291, resources/assets/styles/layouts/_footer.scss */
.social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  /* line 296, resources/assets/styles/layouts/_footer.scss */
  .social-icons img {
    height: 26px;
    width: auto;
    padding: 0;
    background: transparent;
    margin-top: 0.2em; }

/* line 305, resources/assets/styles/layouts/_footer.scss */
a.social-icons__icon {
  margin: 0 5px; }

/* line 309, resources/assets/styles/layouts/_footer.scss */
.right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

/* line 315, resources/assets/styles/layouts/_footer.scss */
.copy-text {
  text-align: center;
  margin: 0 auto;
  font-size: 12px; }

/* line 322, resources/assets/styles/layouts/_footer.scss */
.menu-footer-navigation-container ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 1rem 0; }
  /* line 330, resources/assets/styles/layouts/_footer.scss */
  .menu-footer-navigation-container ul li {
    margin: 0 0.5rem;
    text-decoration: none;
    line-height: 1.8; }
    /* line 335, resources/assets/styles/layouts/_footer.scss */
    .menu-footer-navigation-container ul li a {
      color: #fff;
      text-decoration: none; }

/* line 343, resources/assets/styles/layouts/_footer.scss */
.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 1rem 0;
  width: 100%; }
  /* line 350, resources/assets/styles/layouts/_footer.scss */
  .footer-contacts .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

/* line 1, resources/assets/styles/layouts/_pages.scss */
.page-header {
  margin-bottom: 2em; }

/* line 6, resources/assets/styles/layouts/_pages.scss */
.front-page__title {
  margin-top: 0; }
  /* line 9, resources/assets/styles/layouts/_pages.scss */
  .front-page__title a {
    color: #000;
    text-decoration: none; }

/* line 15, resources/assets/styles/layouts/_pages.scss */
.front-page__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%; }
  @media (min-width: 992px) {
    /* line 15, resources/assets/styles/layouts/_pages.scss */
    .front-page__hero {
      width: 60%; } }
  /* line 26, resources/assets/styles/layouts/_pages.scss */
  .front-page__hero__image {
    margin-top: 2em;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    left: 0;
    -webkit-box-shadow: 8px -8px 0 0 #5369b1;
            box-shadow: 8px -8px 0 0 #5369b1; }
    /* line 36, resources/assets/styles/layouts/_pages.scss */
    .front-page__hero__image img {
      width: 100%;
      height: auto;
      position: absolute;
      -webkit-perspective: 1000px;
      perspective: 1000px;
      top: 0;
      left: 0;
      right: 0;
      opacity: 1; }
  /* line 49, resources/assets/styles/layouts/_pages.scss */
  .front-page__hero__quote {
    position: absolute;
    bottom: 0.5em;
    width: 100%;
    padding: 0 1em;
    text-align: center; }
  /* line 57, resources/assets/styles/layouts/_pages.scss */
  .front-page__hero__content {
    margin-top: 1.5em;
    padding-left: 0;
    font-weight: normal; }
  @media (min-width: 992px) {
    /* line 64, resources/assets/styles/layouts/_pages.scss */
    .front-page__hero__content {
      padding-left: 3rem; } }

/* line 71, resources/assets/styles/layouts/_pages.scss */
.front-page__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  /* line 77, resources/assets/styles/layouts/_pages.scss */
  .front-page__promo .headline-md {
    margin-top: 0; }
    /* line 80, resources/assets/styles/layouts/_pages.scss */
    .front-page__promo .headline-md a {
      color: #000; }

/* line 87, resources/assets/styles/layouts/_pages.scss */
.archive.author > .wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }

/* line 95, resources/assets/styles/layouts/_pages.scss */
.page-header__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 500px;
  padding: 1em 2em;
  background-size: cover;
  background-position-y: 0%;
  background-position-x: center; }
  @media (min-width: 576px) {
    /* line 95, resources/assets/styles/layouts/_pages.scss */
    .page-header__author {
      padding: 0 2em; } }
  @media (min-width: 992px) {
    /* line 95, resources/assets/styles/layouts/_pages.scss */
    .page-header__author {
      padding: 0 3em; } }
  @media (min-width: 1500px) {
    /* line 95, resources/assets/styles/layouts/_pages.scss */
    .page-header__author {
      height: 700px; } }
  /* line 116, resources/assets/styles/layouts/_pages.scss */
  .page-header__author h1 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    color: #f2685e; }
  /* line 121, resources/assets/styles/layouts/_pages.scss */
  .page-header__author__bio {
    color: #fff;
    width: 100%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-top: 1em;
    padding-right: 1em;
    font-size: 0.75rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    border-top: 6px solid #f2685e; }
    @media (min-width: 768px) {
      /* line 121, resources/assets/styles/layouts/_pages.scss */
      .page-header__author__bio {
        width: 40%;
        -ms-flex-item-align: center;
            align-self: center; } }

/* line 139, resources/assets/styles/layouts/_pages.scss */
.page-header__author__quote,
.front-page__hero__quote {
  color: #000;
  line-height: 1.4; }
  /* line 144, resources/assets/styles/layouts/_pages.scss */
  .page-header__author__quote span,
  .front-page__hero__quote span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2685e), to(#f2685e));
    background-image: -webkit-linear-gradient(#f2685e, #f2685e);
    background-image: -o-linear-gradient(#f2685e, #f2685e);
    background-image: linear-gradient(#f2685e, #f2685e);
    background-position: 0 calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    -webkit-transition: background-size 0.3s;
    -o-transition: background-size 0.3s;
    transition: background-size 0.3s;
    line-height: 1; }
    @media (min-width: 768px) {
      /* line 144, resources/assets/styles/layouts/_pages.scss */
      .page-header__author__quote span,
      .front-page__hero__quote span {
        background-position: 0 calc(100%);
        background-size: 100% 6px; } }

/* line 160, resources/assets/styles/layouts/_pages.scss */
.template-info .section--narrow {
  margin: 0 auto;
  padding: 3em;
  background-color: #e6e7e8; }

/* line 168, resources/assets/styles/layouts/_pages.scss */
.template-sassy .wp-block-image {
  padding-right: 8px;
  margin-bottom: 2.5em; }
  /* line 172, resources/assets/styles/layouts/_pages.scss */
  .template-sassy .wp-block-image img {
    margin: 8px 8px 0 0;
    -webkit-box-shadow: 8px -8px 0 0 #f2685e;
            box-shadow: 8px -8px 0 0 #f2685e; }
  /* line 177, resources/assets/styles/layouts/_pages.scss */
  .template-sassy .wp-block-image figcaption strong {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    line-height: 1.1;
    color: #f2685e; }
    @media (min-width: 768px) {
      /* line 177, resources/assets/styles/layouts/_pages.scss */
      .template-sassy .wp-block-image figcaption strong {
        font-size: 1rem;
        line-height: 1.1; } }

/* line 193, resources/assets/styles/layouts/_pages.scss */
.error404 .page-header {
  padding-bottom: 2rem; }
  /* line 196, resources/assets/styles/layouts/_pages.scss */
  .error404 .page-header h1 {
    font-size: 10rem;
    color: #f2685e;
    margin-bottom: 0; }

/* line 203, resources/assets/styles/layouts/_pages.scss */
.error404 .alert {
  margin-top: 3em; }

/* line 208, resources/assets/styles/layouts/_pages.scss */
.section-events {
  margin: 2.5em 1em;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 2px solid #5369b1; }

/* line 215, resources/assets/styles/layouts/_pages.scss */
.front-page__second {
  color: #000;
  margin-top: 0; }

/* line 220, resources/assets/styles/layouts/_pages.scss */
.intro-headline {
  font-weight: 600;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  text-align: left; }
  /* line 226, resources/assets/styles/layouts/_pages.scss */
  .intro-headline__author {
    font-style: italic;
    font-weight: 400;
    margin: 0;
    color: white; }

/* line 234, resources/assets/styles/layouts/_pages.scss */
.intro-content {
  position: absolute;
  bottom: 1rem;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 1rem; }
  @media (min-width: 576px) {
    /* line 234, resources/assets/styles/layouts/_pages.scss */
    .intro-content {
      padding: 1rem 2rem; } }
  @media (min-width: 1500px) {
    /* line 234, resources/assets/styles/layouts/_pages.scss */
    .intro-content {
      padding: 1rem 20em; } }

/* line 251, resources/assets/styles/layouts/_pages.scss */
.intro-headline__text {
  margin: 0;
  color: #fff; }

@media (min-width: 768px) {
  /* line 256, resources/assets/styles/layouts/_pages.scss */
  h1.intro-headline__text {
    font-size: 2.2rem; } }

@media (min-width: 1500px) {
  /* line 256, resources/assets/styles/layouts/_pages.scss */
  h1.intro-headline__text {
    font-size: 3rem; } }

/* line 266, resources/assets/styles/layouts/_pages.scss */
.highlighted-text {
  color: #000;
  background-color: #fddb32; }

/* line 271, resources/assets/styles/layouts/_pages.scss */
.section-quote-start {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 47.25%;
  height: 0;
  left: 0;
  margin: 0; }
  @media (min-width: 768px) {
    /* line 271, resources/assets/styles/layouts/_pages.scss */
    .section-quote-start {
      padding-top: 38.25%; } }
  @media (min-width: 1200px) {
    /* line 271, resources/assets/styles/layouts/_pages.scss */
    .section-quote-start {
      padding-top: 30.25%; } }
  @media (min-width: 1500px) {
    /* line 271, resources/assets/styles/layouts/_pages.scss */
    .section-quote-start {
      padding-top: 26.25%; } }
  /* line 292, resources/assets/styles/layouts/_pages.scss */
  .section-quote-start img {
    width: 100%;
    height: auto;
    position: absolute;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1; }

/* line 305, resources/assets/styles/layouts/_pages.scss */
.main-gift-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  /* Viewport Height */ }

/* line 311, resources/assets/styles/layouts/_pages.scss */
.gift-background {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto; }

/* line 319, resources/assets/styles/layouts/_pages.scss */
.gift-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    /* line 319, resources/assets/styles/layouts/_pages.scss */
    .gift-layout {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin: 0 0 5rem 0; } }

/* line 330, resources/assets/styles/layouts/_pages.scss */
.brand-gift {
  margin: 0; }

/* line 334, resources/assets/styles/layouts/_pages.scss */
.gift-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0; }
  @media (min-width: 768px) {
    /* line 334, resources/assets/styles/layouts/_pages.scss */
    .gift-content {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 40%; } }

/* line 346, resources/assets/styles/layouts/_pages.scss */
.member-box {
  width: 100%;
  padding: 1rem 2rem 2rem;
  background-color: #5369b1;
  color: white;
  margin: 2rem 0; }

/* line 358, resources/assets/styles/layouts/_pages.scss */
.member-form {
  width: 100%;
  height: 100%;
  padding: 1rem;
  margin: 2rem 0;
  background-color: white;
  color: #000;
  position: relative;
  left: 0;
  -webkit-box-shadow: 8px -8px 0 0 #5369b1;
          box-shadow: 8px -8px 0 0 #5369b1; }
  /* line 369, resources/assets/styles/layouts/_pages.scss */
  .member-form .wp-block-image img {
    width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    /* line 358, resources/assets/styles/layouts/_pages.scss */
    .member-form {
      width: 50%;
      margin: 6rem 0 0 0; } }

/* line 380, resources/assets/styles/layouts/_pages.scss */
.member-image {
  width: 100%;
  color: white;
  margin: 2rem 0;
  -webkit-box-shadow: 8px -8px 0 0 #5369b1;
          box-shadow: 8px -8px 0 0 #5369b1; }

/* line 391, resources/assets/styles/layouts/_pages.scss */
.icon {
  width: 40px;
  margin-bottom: 10px; }

/* line 396, resources/assets/styles/layouts/_pages.scss */
.icon-bar {
  position: relative;
  width: 40px;
  height: 10px;
  margin: 0 auto 5px auto;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background-color: #5369b1; }
  /* line 404, resources/assets/styles/layouts/_pages.scss */
  .icon-bar:last-child {
    margin-bottom: 0; }
  /* line 408, resources/assets/styles/layouts/_pages.scss */
  .icon-bar:before, .icon-bar:after {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  /* line 419, resources/assets/styles/layouts/_pages.scss */
  .icon-bar:before {
    left: -15px; }
  /* line 423, resources/assets/styles/layouts/_pages.scss */
  .icon-bar:after {
    right: -15px; }

/* line 429, resources/assets/styles/layouts/_pages.scss */
.icon-grid .icon-bar {
  width: 10px; }
  /* line 432, resources/assets/styles/layouts/_pages.scss */
  .icon-grid .icon-bar:before, .icon-grid .icon-bar:after {
    opacity: 1; }
  /* line 437, resources/assets/styles/layouts/_pages.scss */
  .icon-grid .icon-bar:before {
    left: 0;
    -webkit-transform: translateX(-15px);
         -o-transform: translateX(-15px);
            transform: translateX(-15px); }
  /* line 442, resources/assets/styles/layouts/_pages.scss */
  .icon-grid .icon-bar:after {
    right: 0;
    -webkit-transform: translateX(15px);
         -o-transform: translateX(15px);
            transform: translateX(15px); }

/* line 449, resources/assets/styles/layouts/_pages.scss */
.main-rapport-container p {
  font-family: Helvetica, sans-serif;
  line-height: 1.6; }

/* line 454, resources/assets/styles/layouts/_pages.scss */
.brand-rapport {
  margin: 2rem;
  text-decoration: none;
  position: absolute;
  z-index: 2; }
  /* line 460, resources/assets/styles/layouts/_pages.scss */
  .brand-rapport img {
    width: 4rem; }

/* line 465, resources/assets/styles/layouts/_pages.scss */
.rapport-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem; }
  /* line 470, resources/assets/styles/layouts/_pages.scss */
  .rapport-hero h1 {
    font-family: "TrimPosterWebCompressed";
    font-size: 5rem;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 3px;
    margin: 3rem 0 0 0; }
    @media (min-width: 1500px) {
      /* line 470, resources/assets/styles/layouts/_pages.scss */
      .rapport-hero h1 {
        font-size: 6rem; } }
  /* line 483, resources/assets/styles/layouts/_pages.scss */
  .rapport-hero h2 {
    font-family: "TrimPosterWebCompressed";
    font-weight: 300;
    font-size: 2rem;
    background-color: #5369b1;
    padding: 6px 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  /* line 492, resources/assets/styles/layouts/_pages.scss */
  .rapport-hero__text {
    margin-top: 10rem;
    font-family: Helvetica, Arial, sans-serif; }

/* line 498, resources/assets/styles/layouts/_pages.scss */
.rapport-hero__number {
  height: 5rem; }

/* line 502, resources/assets/styles/layouts/_pages.scss */
.rapport-content {
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem; }
  /* line 509, resources/assets/styles/layouts/_pages.scss */
  .rapport-content__headline h4 {
    margin-top: -6px;
    padding: 0 10px 6px 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  /* line 516, resources/assets/styles/layouts/_pages.scss */
  .rapport-content__headline h4 {
    font-family: "DIN2014-Bold"; }

/* line 521, resources/assets/styles/layouts/_pages.scss */
.rapport-content__headline h2,
h2.wp-block-heading.rapport-content__headline {
  font-family: "TrimPosterWebCompressed" !important;
  font-weight: 300 !important;
  font-size: 2rem !important;
  padding: 6px 10px !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 0 !important; }

/* line 531, resources/assets/styles/layouts/_pages.scss */
.rapport-hero__facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8rem;
  text-align: center;
  margin-top: 10rem; }
  /* line 538, resources/assets/styles/layouts/_pages.scss */
  .rapport-hero__facts-fact {
    margin: 0 auto; }
    /* line 541, resources/assets/styles/layouts/_pages.scss */
    .rapport-hero__facts-fact--number-1 {
      letter-spacing: -6px; }
    /* line 545, resources/assets/styles/layouts/_pages.scss */
    .rapport-hero__facts-fact--number-2 {
      letter-spacing: -3px; }
    /* line 549, resources/assets/styles/layouts/_pages.scss */
    .rapport-hero__facts-fact--number-3 {
      letter-spacing: -2px; }
    /* line 553, resources/assets/styles/layouts/_pages.scss */
    .rapport-hero__facts-fact h2 {
      font-family: "DINAlternate-Bold";
      font-size: 6rem;
      color: #5369b1;
      margin: 0; }
    /* line 560, resources/assets/styles/layouts/_pages.scss */
    .rapport-hero__facts-fact p {
      font-family: "DIN2014-Bold";
      line-height: 1.3; }
    /* line 565, resources/assets/styles/layouts/_pages.scss */
    .rapport-hero__facts-fact a {
      font-family: "DIN2014-Bold";
      line-height: 1.3;
      text-decoration: none; }

/* line 572, resources/assets/styles/layouts/_pages.scss */
.rapport-more-info {
  background-color: white; }
  /* line 575, resources/assets/styles/layouts/_pages.scss */
  .rapport-more-info__download {
    text-align: center; }
  /* line 579, resources/assets/styles/layouts/_pages.scss */
  .rapport-more-info button {
    padding: 12px 14px;
    color: black !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

/* line 590, resources/assets/styles/layouts/_pages.scss */
button.rapport-more-info__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  gap: 0.5rem;
  background: none;
  border: 0;
  padding: 14px 0;
  text-decoration: none;
  cursor: pointer; }

/* line 604, resources/assets/styles/layouts/_pages.scss */
.rapport-more-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 14px;
  text-decoration: none;
  cursor: pointer; }

/* line 614, resources/assets/styles/layouts/_pages.scss */
.rapport-more-info img {
  height: 16px;
  -webkit-transform: rotateZ(-90deg);
       -o-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  margin-top: -3px; }

/* line 620, resources/assets/styles/layouts/_pages.scss */
.rapport-hidden {
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  -o-transition: -o-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease, -o-transform 2s ease;
  padding: 1rem 0; }

/* line 625, resources/assets/styles/layouts/_pages.scss */
.rapport-more-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  /* mellanrum mellan allt */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2rem;
  padding: 0 4rem;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    /* line 625, resources/assets/styles/layouts/_pages.scss */
    .rapport-more-info__content {
      padding: 0 6rem; } }
  @media (min-width: 992px) {
    /* line 625, resources/assets/styles/layouts/_pages.scss */
    .rapport-more-info__content {
      padding: 0 8rem; } }
  @media (min-width: 1200px) {
    /* line 625, resources/assets/styles/layouts/_pages.scss */
    .rapport-more-info__content {
      padding: 0 12rem; } }
  @media (min-width: 1500px) {
    /* line 625, resources/assets/styles/layouts/_pages.scss */
    .rapport-more-info__content {
      padding: 0 24rem; } }
  /* line 653, resources/assets/styles/layouts/_pages.scss */
  .rapport-more-info__content a {
    padding: 0;
    text-decoration: underline; }
  /* line 658, resources/assets/styles/layouts/_pages.scss */
  .rapport-more-info__content--numbers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12rem;
    text-align: center;
    margin: 0 10rem; }

/* line 667, resources/assets/styles/layouts/_pages.scss */
.rapport-more-info__numbers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center; }
  /* line 672, resources/assets/styles/layouts/_pages.scss */
  .rapport-more-info__numbers a {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: underline;
    padding: 0; }

/* line 679, resources/assets/styles/layouts/_pages.scss */
.rapport-hero__facts-fact p,
.rapport-hero__facts-fact > div {
  position: relative;
  z-index: 1; }

/* line 685, resources/assets/styles/layouts/_pages.scss */
h2.rapport-hero__facts-fact--number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "DINAlternate-Bold";
  font-size: 9rem;
  color: #5369b1;
  margin: 0;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none; }

/* line 698, resources/assets/styles/layouts/_pages.scss */
a.rapport-hero__facts-fact--headline {
  font-family: "DIN2014-Bold";
  line-height: 1.3;
  text-decoration: none; }

/* line 704, resources/assets/styles/layouts/_pages.scss */
.rapport-quote {
  background-color: #6c86c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  /* line 710, resources/assets/styles/layouts/_pages.scss */
  .rapport-quote img {
    position: absolute;
    height: 4rem; }
  /* line 715, resources/assets/styles/layouts/_pages.scss */
  .rapport-quote p {
    line-height: 1.3;
    font-size: 12px; }
  /* line 720, resources/assets/styles/layouts/_pages.scss */
  .rapport-quote__text {
    position: relative;
    width: 28%;
    text-align: center;
    top: 1.5rem; }

/* line 728, resources/assets/styles/layouts/_pages.scss */
.rapport-content__text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  width: 100%; }

/* line 735, resources/assets/styles/layouts/_pages.scss */
.rapport {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 8rem 6rem; }
  /* line 741, resources/assets/styles/layouts/_pages.scss */
  .rapport__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /* line 745, resources/assets/styles/layouts/_pages.scss */
  .rapport-01 {
    background-color: #f2685e; }
  /* line 749, resources/assets/styles/layouts/_pages.scss */
  .rapport-02 {
    background-color: #6c86c3; }
  /* line 753, resources/assets/styles/layouts/_pages.scss */
  .rapport-03 {
    background-color: #2db780; }

/* line 758, resources/assets/styles/layouts/_pages.scss */
h2.rapport__number {
  position: absolute;
  left: 65%;
  bottom: -5rem;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "DINAlternate-Bold";
  font-size: 17rem;
  color: white;
  margin: 0; }
  /* line 768, resources/assets/styles/layouts/_pages.scss */
  h2.rapport__number-01 {
    letter-spacing: -35px; }
  /* line 772, resources/assets/styles/layouts/_pages.scss */
  h2.rapport__number-02 {
    letter-spacing: -13px; }
  /* line 775, resources/assets/styles/layouts/_pages.scss */
  h2.rapport__number-03 {
    letter-spacing: -13px; }

/* line 780, resources/assets/styles/layouts/_pages.scss */
.rapport-recomendations {
  background-size: cover;
  background-position: center;
  padding: 2rem 6rem; }
  /* line 785, resources/assets/styles/layouts/_pages.scss */
  .rapport-recomendations__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: white;
    padding: 1rem 2rem; }
    /* line 793, resources/assets/styles/layouts/_pages.scss */
    .rapport-recomendations__content--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  /* line 799, resources/assets/styles/layouts/_pages.scss */
  .rapport-recomendations p {
    margin-top: 0; }
  /* line 803, resources/assets/styles/layouts/_pages.scss */
  .rapport-recomendations h2 {
    font-family: "TrimPosterWebCompressed";
    font-weight: 300 !important;
    font-size: 3rem !important;
    line-height: 1;
    margin: 1rem 0; }

/* line 2, resources/assets/styles/layouts/_posts.scss */
.post h1 {
  margin-top: 0.3em; }

/* line 6, resources/assets/styles/layouts/_posts.scss */
.post__byline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0 0 0;
  background: #e6e7e8;
  font-size: 0.75rem; }
  /* line 14, resources/assets/styles/layouts/_posts.scss */
  .post__byline-img {
    max-width: 15%; }
  /* line 18, resources/assets/styles/layouts/_posts.scss */
  .post__byline .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    margin-top: 0.75em; }
    /* line 25, resources/assets/styles/layouts/_posts.scss */
    .post__byline .social-icon .insta-name {
      font-size: 0.675rem;
      margin-right: 0.5em;
      margin-top: 0.2em;
      color: #f2685e; }
    /* line 32, resources/assets/styles/layouts/_posts.scss */
    .post__byline .social-icon .social-icon__img {
      width: 100%; }

/* line 38, resources/assets/styles/layouts/_posts.scss */
.post__byline-bio {
  padding: 0 1.5em; }
  /* line 41, resources/assets/styles/layouts/_posts.scss */
  .post__byline-bio .post__byline-name {
    display: block;
    font-family: "Roboto Condensed", sans-serif; }
  /* line 46, resources/assets/styles/layouts/_posts.scss */
  .post__byline-bio a {
    color: #5369b1; }
  /* line 50, resources/assets/styles/layouts/_posts.scss */
  .post__byline-bio .post__byline-title {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 0.65rem;
    color: #000; }

/* line 58, resources/assets/styles/layouts/_posts.scss */
.post-summary {
  margin-bottom: 3.5em; }

/* line 62, resources/assets/styles/layouts/_posts.scss */
.heateor_sss_sharing_container {
  margin: 2.5em 0; }
  /* line 65, resources/assets/styles/layouts/_posts.scss */
  .heateor_sss_sharing_container .heateor_sss_sharing_title {
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0.5em; }
  /* line 72, resources/assets/styles/layouts/_posts.scss */
  .heateor_sss_sharing_container .heateorSssSharingRound i {
    margin-right: 0.5em; }
  /* line 76, resources/assets/styles/layouts/_posts.scss */
  .heateor_sss_sharing_container .heateorSssSharingRound:last-child i {
    margin-right: 0; }

/* line 82, resources/assets/styles/layouts/_posts.scss */
.post-ingress {
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7; }

/* line 89, resources/assets/styles/layouts/_posts.scss */
.page-header__author {
  margin: -2em -1.5em 0 -1.5em;
  height: 200px; }
  @media (min-width: 768px) {
    /* line 89, resources/assets/styles/layouts/_posts.scss */
    .page-header__author {
      height: 500px;
      margin: -5em -4em 0 -4em; } }
  @media (min-width: 1500px) {
    /* line 89, resources/assets/styles/layouts/_posts.scss */
    .page-header__author {
      height: 700px; } }

/* line 103, resources/assets/styles/layouts/_posts.scss */
.bsf-rt-reading-time {
  color: #5369b1;
  font-weight: 600; }

/* line 108, resources/assets/styles/layouts/_posts.scss */
.post-categories {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /* line 114, resources/assets/styles/layouts/_posts.scss */
  .post-categories li {
    list-style-type: none;
    margin-right: 0.5rem; }
  /* line 119, resources/assets/styles/layouts/_posts.scss */
  .post-categories a {
    color: #f2685e;
    text-decoration: underline;
    font-weight: 600; }

/* line 126, resources/assets/styles/layouts/_posts.scss */
ul.post-categories {
  line-height: 1.5; }

/* line 130, resources/assets/styles/layouts/_posts.scss */
.searchandfilter {
  margin-bottom: 2rem; }
  /* line 133, resources/assets/styles/layouts/_posts.scss */
  .searchandfilter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 0; }
    /* line 141, resources/assets/styles/layouts/_posts.scss */
    .searchandfilter ul li {
      margin-right: 1rem; }

/* line 2, resources/assets/styles/layouts/_post-feed.scss */
.post-list:not(.post-list__publications) {
  grid-template-columns: 1fr;
  display: grid;
  grid-gap: 4rem 0; }
  @media (min-width: 768px) {
    /* line 2, resources/assets/styles/layouts/_post-feed.scss */
    .post-list:not(.post-list__publications) {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 2rem; } }
  /* line 12, resources/assets/styles/layouts/_post-feed.scss */
  .post-list:not(.post-list__publications) .post__header__title {
    margin-bottom: 0.1em; }
    /* line 15, resources/assets/styles/layouts/_post-feed.scss */
    .post-list:not(.post-list__publications) .post__header__title a {
      color: #000;
      text-decoration: none; }

/* line 22, resources/assets/styles/layouts/_post-feed.scss */
.has-post-thumbnail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  /* line 27, resources/assets/styles/layouts/_post-feed.scss */
  .has-post-thumbnail .post__thumb {
    position: relative; }
    /* line 32, resources/assets/styles/layouts/_post-feed.scss */
    .has-post-thumbnail .post__thumb figure {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-top: 56.25%;
      height: 0;
      left: 0;
      margin: 0; }
  /* line 44, resources/assets/styles/layouts/_post-feed.scss */
  .has-post-thumbnail .post__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0; }

/* line 50, resources/assets/styles/layouts/_post-feed.scss */
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  display: block; }

/* line 54, resources/assets/styles/layouts/_post-feed.scss */
.entry-title a {
  color: #000; }

/* line 58, resources/assets/styles/layouts/_post-feed.scss */
.publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* line 63, resources/assets/styles/layouts/_post-feed.scss */
.publication-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem 0;
  border-bottom: 1px solid black;
  padding-bottom: 1rem; }
  @media (min-width: 576px) {
    /* line 63, resources/assets/styles/layouts/_post-feed.scss */
    .publication-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

/* line 77, resources/assets/styles/layouts/_post-feed.scss */
.publication-content-image img {
  width: 100%;
  height: auto; }

/* line 83, resources/assets/styles/layouts/_post-feed.scss */
.publication-content__thumb {
  width: 100%; }
  @media (min-width: 576px) {
    /* line 83, resources/assets/styles/layouts/_post-feed.scss */
    .publication-content__thumb {
      width: 25%; } }

/* line 91, resources/assets/styles/layouts/_post-feed.scss */
.publication-content__text {
  width: 100%; }
  @media (min-width: 576px) {
    /* line 91, resources/assets/styles/layouts/_post-feed.scss */
    .publication-content__text {
      width: 70%; } }

/* line 99, resources/assets/styles/layouts/_post-feed.scss */
.tags-badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  padding: 2px 14px;
  background-color: #5369b1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

/* line 112, resources/assets/styles/layouts/_post-feed.scss */
.related-posts__headline {
  text-decoration: none; }

/* line 116, resources/assets/styles/layouts/_post-feed.scss */
.grid {
  display: grid;
  grid-row: 1fr; }

/* line 121, resources/assets/styles/layouts/_post-feed.scss */
.grid.small-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem; }
  /* line 126, resources/assets/styles/layouts/_post-feed.scss */
  .grid.small-grid p {
    display: none; }
  @media (min-width: 576px) {
    /* line 121, resources/assets/styles/layouts/_post-feed.scss */
    .grid.small-grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 768px) {
    /* line 121, resources/assets/styles/layouts/_post-feed.scss */
    .grid.small-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

/* line 140, resources/assets/styles/layouts/_post-feed.scss */
.grid.small-grid .publication-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.5rem 0;
  border-bottom: 0.5px solid gray;
  padding-bottom: 0.5rem;
  border-bottom: none; }

/* line 149, resources/assets/styles/layouts/_post-feed.scss */
.grid.small-grid .publication-content__thumb {
  width: 100%; }

/* line 154, resources/assets/styles/layouts/_post-feed.scss */
#toggleGrid {
  margin-bottom: 0.5rem; }
  /* line 157, resources/assets/styles/layouts/_post-feed.scss */
  #toggleGrid img {
    width: 1.5rem; }

/* line 162, resources/assets/styles/layouts/_post-feed.scss */
.list-grid-toggle {
  margin-bottom: 1rem; }

/* line 167, resources/assets/styles/layouts/_post-feed.scss */
.entry-summary a {
  display: none; }

/* line 1, resources/assets/styles/layouts/_tinymce.scss */
body#tinymce {
  margin: 12px !important; }

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