@charset "UTF-8";
.color-primary {
  background-color: #FFD100;
}

.color-primary__text {
  background-color: #000;
}

.color-secondary {
  background-color: #CF003E;
}

.color-secondary__text {
  background-color: #FFF;
}

.color-secondary__border {
  background-color: #db3567;
}

.color-secondary--darker {
  background-color: #c5003b;
}

.color-primary__new {
  background-color: #dce3d9;
}

.color-base {
  background-color: #F2F1EF;
}

.color-supplement-1 {
  background-color: #7f755c;
}

.color-supplement-1__text {
  background-color: #FFF;
}

.color-supplement-2 {
  background-color: #fef3c2;
}

.color-supplement-2__text {
  background-color: #000;
}

.color-supplement-2__border {
  background-color: #ece0ac;
}

.color-supplement-3 {
  background-color: #458606;
}

.color-supplement-3__text {
  background-color: #FFF;
}

.color-supplement-3__base {
  background-color: #EEFFD9;
}

.color-supplement-3__border {
  background-color: #d2e5bb;
}

.color-supplement-4 {
  background-color: #443f31;
}

.color-supplement-4__border {
  background-color: #d1ccc1;
}

.color-border {
  background-color: #E6E4DF;
}

.color-border {
  background-color: #665f4f;
}

.color-text {
  background-color: #000;
}

.color-text--subtle {
  background-color: #55565B;
}

.color-action {
  background-color: #CF003E;
}

.color-action__text {
  background-color: #FFF;
}

.color-action--hover {
  background-color: #CF003E;
}

.color-action--focus {
  background-color: #CF003E;
}

.color-action--active {
  background-color: #CF003E;
}

.color-anchor {
  background-color: #CF003E;
}

.color-anchor--hover {
  background-color: #ad0033;
}

.color-anchor--focus {
  background-color: #c20039;
}

.color-anchor--active {
  background-color: #c20039;
}

.color-anchor--visited {
  background-color: #CF003E;
}

.color-warning {
  background-color: #fffdbd;
}

.color-warning__border {
  background-color: #f1ee9c;
}

.color-error {
  background-color: #ffe0e1;
}

.color-error__border {
  background-color: #ffa1a3;
}

.color-success {
  background-color: #d9fbb6;
}

.color-success__border {
  background-color: #7ed321;
}

/*
Färger

Markup:
<div class="color color-base"></div> $color-base <br/>
<div class="color color-primary"></div> $color-primary <br/>
<div class="color color-primary__text"></div> $color-primary__text <br/>
<div class="color color-secondary"></div> $color-secondary <br/>
<div class="color color-secondary__text"></div> $color-secondary__text <br/>
<div class="color color-secondary__border"></div> $color-secondary__border <br/>
<div class="color color-secondary--darker"></div> $color-secondary--darker <br/>
<div class="color color-supplement-1"></div> $color-supplement-1 <br/>
<div class="color color-supplement-1__text"></div> $color-supplement-1__text <br/>
<div class="color color-supplement-2"></div> $color-supplement-2 <br/>
<div class="color color-supplement-2__text"></div> $color-supplement-2__text <br/>
<div class="color color-supplement-2__border"></div> $color-supplement-2__border <br/>
<div class="color color-supplement-3"></div> $color-supplement-3 <br/>
<div class="color color-supplement-3__text"></div> $color-supplement-3__text <br/>
<div class="color color-supplement-3__base"></div> $color-supplement-3__base <br/>
<div class="color color-supplement-3__border"></div> $color-supplement-3__border <br/>
<div class="color color-supplement-4"></div> $color-supplement-4 <br/>
<div class="color color-supplement-4__border"></div> $color-supplement-4__border <br/>
<div class="color color-border"></div> $color-border <br/>
<div class="color color-text"></div> $color-text <br/>
<div class="color color-text--subtle"></div> $color-text--subtle <br/>
<div class="color color-action"></div> $color-action <br/>
<div class="color color-action__text"></div> $color-action__text <br/>
<div class="color color-action--hover"></div> $color-action--hover <br/>
<div class="color color-action--focus"></div> $color-action--focus <br/>
<div class="color color-action--active"></div> $color-action--active <br/>
<div class="color color-anchor"></div> $color-anchor <br/>
<div class="color color-anchor--hover"></div> $color-anchor--hover <br/>
<div class="color color-anchor--focus"></div> $color-anchor--focus <br/>
<div class="color color-anchor--active"></div> $color-action--active <br/>
<div class="color color-anchor--visited"></div> $color-anchor--visited <br/>
<div class="color color-error"></div> $color-error <br/>
<div class="color color-error__border"></div> $color-error__border <br/>
<div class="color color-warning"></div> $color-warning <br/>
<div class="color color-warning__border"></div> $color-warning__border <br/>
<div class="color color-success"></div> $color-success <br/>
<div class="color color-success__border"></div> $color-success__border <br/>

Styleguide 19.0
*/
.color {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 1em 1em 1em 0;
  border-radius: 50%;
  vertical-align: middle;
}

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

body {
  font-family: roboto, arial, sans-serif;
  font-size: 16px;
  background-color: #F2F1EF;
  line-height: 1.555556;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

i {
  font-style: italic;
}

h1 {
  font-family: roboto, arial, sans-serif;
  line-height: 1.25;
  font-size: 3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-family: roboto, arial, sans-serif;
  line-height: 1.25;
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 1.2916666667em;
  margin-bottom: 0.3333333333em;
}

h3 {
  font-family: roboto, arial, sans-serif;
  line-height: 1.25;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.55em;
  margin-bottom: 0.4em;
}

a {
  color: #CF003E;
  text-decoration: underline;
  transition: color 150ms, background 150ms;
}
a:visited {
  color: #CF003E;
}
a:hover {
  color: #ad0033;
}
a:active {
  color: #c20039;
}
a:focus {
  text-decoration: underline;
}
a:focus-visible {
  text-decoration: none;
  outline: 0.125em solid;
  outline-offset: 0.125em;
}

button:focus-visible {
  outline: 0.125em solid;
  outline-offset: 2px;
}

input:focus-visible {
  outline: 0.125em solid;
}

a[href^="mailto:"] {
  white-space: nowrap;
}

p {
  font-size: 1.125em;
  margin-bottom: 0.625em;
}

ul,
ol {
  font-size: 1.125em;
  margin: 1.2222222222em 0 1.4444444444em;
  padding-left: 2em;
}
ul li,
ol li {
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

blockquote {
  margin-left: 3.0769230769em;
  display: inline-block;
  margin-bottom: 1.4230769231em;
  margin-top: 0.9615384615em;
  font-weight: 500;
  line-height: 1.2;
  font-style: italic;
  position: relative;
  font-size: 1.5em;
  width: 75%;
}
blockquote:before {
  content: "";
  border-left: 6px solid #CF003E;
  top: 0.1538461538em;
  bottom: 0.0384615385em;
  position: absolute;
  left: -1.1538461538em;
}

q {
  quotes: "“" "”" "‘" "’";
  font-style: italic;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 1.5em 0 2em;
}
.table-container table {
  margin: 0;
}

table {
  width: 100%;
  margin: 1.625em 0 2.125em;
  border-bottom: 1px solid #E6E4DF;
  overflow: auto;
}

/*p + table,
p + .table-container {
	margin-top:em(30px)
}

h2 + table,
h2 + .table-container {
	margin-top:em(24px);
}*/
tr:nth-child(odd) td {
  background: #F2F1EF;
}

th,
td {
  font-size: 1em;
  padding: 14px 16px 16px;
}

th {
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #E6E4DF;
  padding-bottom: 14px;
  padding-top: 0.125em;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}

.table-td--right {
  text-align: right;
}

th:first-child,
td:first-child {
  padding-left: 16px;
}

th:last-child,
td:last-child {
  padding-right: 16px;
}

video {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 719px) {
  h1 {
    font-size: 2.25em;
  }
  blockquote {
    margin-left: 45px;
  }
}
.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.default-color {
  color: #000 !important;
}

.normal {
  font-size: 1em;
}

.smaller {
  font-size: 0.875em;
}

.larger {
  font-size: 1.125em;
}

.inline {
  display: inline-block;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.icon {
  display: inline-block;
}

.icon--fixed {
  width: 0.8em;
}

.icon__svg {
  display: block;
  position: relative;
  font-size: 75%;
  padding: 0;
  padding-right: 1px;
  fill: #000;
}

.icon--larger .icon__svg {
  font-size: 100%;
  position: relative;
  bottom: -0.125em;
}
.icon--larger.icon--fixed {
  width: 1.5em;
}

.icon--2x .icon__svg {
  font-size: 125%;
  position: relative;
  bottom: -0.125em;
}

a .icon__svg {
  fill: #CF003E;
}
a:hover .icon__svg {
  fill: #ad0033;
}
a:focus .icon__svg {
  fill: #c20039;
}
a:active .icon__svg {
  fill: #c20039;
}

/*
Ikoner (.icon)

Ikonerna sparas i mappen /frontendresources/icons och genererar en svg-sprite. Använd helpern ```@html.icon("namn")```.

<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__address-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#address"></use>
  </svg>
</span> address
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__alert-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#alert"></use>
  </svg>
</span> alert
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__cross-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#cross"></use>
  </svg>
</span> cross
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__document-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#document"></use>
  </svg>
</span> document
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__group-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#group"></use>
  </svg>
</span> group
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__hand-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#hand"></use>
  </svg>
</span> hand
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__handshake-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#handshake"></use>
  </svg>
</span> handshake
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__language-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#language"></use>
  </svg>
</span> language
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__like-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#like"></use>
  </svg>
</span> like
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__link-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#link"></use>
  </svg>
</span> link
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__link-external-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#link-external"></use>
  </svg>
</span> link-external
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__mail-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#mail"></use>
  </svg>
</span> mail
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__map-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#map"></use>
  </svg>
</span> map
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__minus-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#minus"></use>
  </svg>
</span> minus
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__mobile-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#mobile"></use>
  </svg>
</span> mobile
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__nav-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#nav"></use>
  </svg>
</span> nav
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__persons-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#persons"></use>
  </svg>
</span> persons
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__phone-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#phone"></use>
  </svg>
</span> phone
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__plus-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#plus"></use>
  </svg>
</span> plus
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__print-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#print"></use>
  </svg>
</span> print
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__read-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#read"></use>
  </svg>
</span> read
</div>
<div>
<span class="icon icon--fixed">
  <svg aria-hidden="true" class="icon__svg icon__search-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#search"></use>
  </svg>
</span> search
</div>


Markup:
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__address-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#address"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__alert-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#alert"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__cross-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#cross"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__document-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#document"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__group-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#group"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__hand-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#hand"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__handshake-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#handshake"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__language-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#language"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__like-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#like"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__link-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#link"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__link-external-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#link-external"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__mail-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#mail"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__map-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#map"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__minus-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#minus"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__mobile-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#mobile"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__nav-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#nav"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__persons-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#persons"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__phone-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#phone"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__plus-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#plus"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__print-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#print"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__read-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#read"></use>
  </svg>
</span>
<span class="icon">
  <svg aria-hidden="true" class="icon__svg icon__search-dims">
    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#search"></use>
  </svg>
</span>

Styleguide 1.
*/
.icon__address-dims {
  height: 1em;
  width: 1.1111111111em;
}

.icon__alert-dims {
  height: 1em;
  width: 1em;
}

.icon__cross-dims {
  height: 1em;
  width: 1em;
}

.icon__document-dims {
  height: 1em;
  width: 0.8em;
}

.icon__group-dims {
  height: 1em;
  width: 1.109375em;
}

.icon__hand-dims {
  height: 1em;
  width: 1.2272727273em;
}

.icon__handshake-dims {
  height: 1em;
  width: 1.347826087em;
}

.icon__language-dims {
  height: 1em;
  width: 1.7429347826em;
}

.icon__like-dims {
  height: 1em;
  width: 0.8388493912em;
}

.icon__link-dims {
  height: 1em;
  width: 1em;
}

.icon__link-external-dims {
  height: 1em;
  width: 1em;
}

.icon__mail-dims {
  height: 1em;
  width: 1.25em;
}

.icon__map-dims {
  height: 1em;
  width: 0.7em;
}

.icon__minus-dims {
  height: 1em;
  width: 1em;
}

.icon__mobile-dims {
  height: 1em;
  width: 0.6133333333em;
}

.icon__nav-dims {
  height: 1em;
  width: 1.1785714286em;
}

.icon__persons-dims {
  height: 1em;
  width: 1.3157894737em;
}

.icon__phone-dims {
  height: 1em;
  width: 1em;
}

.icon__plus-dims {
  height: 1em;
  width: 1em;
}

.icon__print-dims {
  height: 1em;
  width: 1.1111111111em;
}

.icon__read-dims {
  height: 1em;
  width: 0.9047619048em;
}

.icon__search-dims {
  height: 1em;
  width: 0.9952380952em;
}

/*
Knappar (.button)

Any element can be used as a button e.g. `<a>` and `<button>`. Make sure to use aria role attribute `role="button"` if `<a>` is used as actual buttons rather than anchors.

Markup:
<a href="/" class="button {$modifiers}" role="button">Lorem ipsum</a>

Styleguide 2.
*/
.button {
  appearance: none;
  background: #CF003E;
  border: none;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5555556;
  padding: 0.3125em 0.9375em 0.375em;
  text-decoration: none;
  transition: background 150ms ease;
}
.button:hover {
  background: #CF003E;
  color: #FFF;
}
.button:active {
  background: #CF003E;
  color: #FFF;
}
.button:focus {
  background: #CF003E;
  color: #FFF;
}
.button:visited {
  background: #CF003E;
  color: #FFF;
}
.button--large {
  padding: 0.625em 1.5625em;
}
.button--yellow {
  background-color: #FFD100;
  color: #000;
}
.button--yellow:visited, .button--yellow:active {
  background-color: #FFD100;
  color: #000;
}
.button--yellow:hover, .button--yellow:focus {
  background-color: #CF003E;
  color: #FFF;
}

.button--outline {
  background: #fff;
  border: 2px solid #CF003E;
  padding: 0.1875em 0.9375em 0.25em;
  color: #CF003E;
}
.button--outline:hover {
  background: #fff;
  color: #CF003E;
}

.button .icon__svg {
  fill: #FFF;
  font-size: 0.7222222222em;
}
.button:hover .icon__svg, .button:active .icon__svg, .button:focus .icon__svg {
  fill: #FFF;
}

.textbody:after {
  content: "";
  display: table;
  clear: both;
}
.textbody a[href^=http]:after,
.textbody a[target=_blank]:after {
  content: "";
  padding-right: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTYiIGhlaWdodD0iMTQ2IiB2aWV3Qm94PSIwIDAgMjE2IDE0NiI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4gIA0KCS5zdDB7ZmlsbDojRDAwMDNEO30NCjwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE0Ny4xIDgzLjRoLTUuMmMtMC44IDAtMS40IDAuMi0xLjkgMC43IC0wLjUgMC41LTAuNyAxLjEtMC43IDEuOXYyNi4xYzAgMy42LTEuMyA2LjctMy44IDkuMnMtNS42IDMuOC05LjIgMy44SDU4LjVjLTMuNiAwLTYuNy0xLjMtOS4yLTMuOHMtMy44LTUuNi0zLjgtOS4yVjQ0LjNjMC0zLjYgMS4zLTYuNyAzLjgtOS4yIDIuNi0yLjYgNS42LTMuOCA5LjItMy44aDU3LjRjMC44IDAgMS40LTAuMiAxLjktMC43IDAuNS0wLjUgMC43LTEuMSAwLjctMS45di01LjJjMC0wLjgtMC4yLTEuNC0wLjctMS45IC0wLjUtMC41LTEuMS0wLjctMS45LTAuN0g1OC41Yy02LjUgMC0xMiAyLjMtMTYuNiA2LjlDMzcuMyAzMi4zIDM1IDM3LjkgMzUgNDQuM3Y2Ny44YzAgNi41IDIuMyAxMiA2LjkgMTYuNiA0LjYgNC42IDEwLjEgNi45IDE2LjYgNi45aDY3LjhjNi41IDAgMTItMi4zIDE2LjYtNi45IDQuNi00LjYgNi45LTEwLjEgNi45LTE2LjZWODZjMC0wLjgtMC4yLTEuNC0wLjctMS45QzE0OC41IDgzLjcgMTQ3LjkgODMuNCAxNDcuMSA4My40eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNzkuNSAxMmMtMS0xLTIuMy0xLjUtMy43LTEuNWgtNDEuN2MtMS40IDAtMi42IDAuNS0zLjcgMS41IC0xIDEtMS41IDIuMy0xLjUgMy43czAuNSAyLjYgMS41IDMuN2wxNC4zIDE0LjNMOTEuNiA4Ni44Yy0wLjUgMC41LTAuOCAxLjItMC44IDEuOSAwIDAuNyAwLjMgMS4zIDAuOCAxLjlsOS4zIDkuM2MwLjUgMC41IDEuMiAwLjggMS45IDAuOHMxLjMtMC4zIDEuOS0wLjhsNTMuMS01My4xTDE3Mi4xIDYxYzEgMSAyLjMgMS41IDMuNyAxLjVzMi42LTAuNSAzLjctMS41IDEuNS0yLjMgMS41LTMuN1YxNS42QzE4MSAxNC4yIDE4MC41IDEzIDE3OS41IDEyeiIvPjwvc3ZnPg==");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 100% 4px;
}

.textbody__editor {
  min-height: 200px;
}

.textbody__introduction {
  font-size: 1.3125em;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.1428571429em;
}
.textbody__introduction:last-child {
  margin-bottom: 0.625em;
}

.textbody + .list {
  margin-top: -0.9375em;
  border-top: none;
}

.textbody + .list--simple {
  margin-top: 1.25em;
}

@media only screen and (max-width: 719px) {
  .textbody img {
    width: 100%;
    height: auto;
  }
}

/*
Innehållsförteckning (.index)    

Use index to create alfabethic anchor links. Add modifier `index--scroll` for some fancy animation.

.index--scroll   - Animate

Markup:
    <ul class="index ">
        <li class="index__item"><a href="#a">A</a></li>
        <li class="index__item index__item--no-match">B</li>
        <li class="index__item"><a href="#c">C</a></li>
        <li class="index__item"><a href="#d">D</a></li>
        <li class="index__item"><a href="#e">E</a></li>
        <li class="index__item"><a href="#f">F</a></li>
        <li class="index__item"><a href="#g">G</a></li>
        <li class="index__item"><a href="#h">H</a></li>
        <!-- You know... -->
    </ul>

Styleguide 14.
*/
.index {
  list-style: none;
  padding: 0;
  margin: 2.8125em 0 1.875em 0;
  font-size: 100%;
  width: auto;
}

h2 + .index {
  margin-top: 0;
}

.index__item {
  margin: 0;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  margin-right: 1.0625em;
  margin-bottom: 0.875em;
}
.index__item a {
  font-weight: 600;
}

.index__item--no-match {
  color: #777;
}

.index--emphasized .index__item {
  font-size: 1.1875em;
  font-weight: 700;
  margin-right: 0.8947368421em;
  margin-bottom: 0.7368421053em;
}
.index--emphasized .index__item a {
  font-weight: 700;
}

/*
Metadata (.meta)    

Use for page meta data, published date, categories, writer etc.

Markup:
<div class="meta">
	<div class="meta_inner">
		Lorem ipsum dolor sit amet.
	</div>
</div>

Styleguide 16.
*/
.meta:after {
  content: "";
  display: table;
  clear: both;
}
.meta {
  border-top: 1px solid #E6E4DF;
  border-bottom: 1px solid #E6E4DF;
  padding-top: 0.625em;
  padding-bottom: 0.75em;
  margin-bottom: 1.25em;
  min-height: 2.9375em;
}

.meta + .meta {
  border-top: 0;
  margin-top: -1.25em;
}

p + .meta {
  margin-top: 3.125em;
}

.meta + p {
  margin-top: -0.625em;
}

h1 + .meta {
  margin-top: -1em;
}

.lead + .meta {
  margin-top: 1.5625em;
}

.meta__inner {
  float: left;
}

.meta__inner--right {
  float: right;
}

a.meta__anchor--icon {
  color: #000;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
a.meta__anchor--icon .icon {
  position: absolute;
  font-size: 42px;
  left: 0;
  top: -3px;
}

.image {
  margin-bottom: 32px;
  margin-top: 26px;
}
.image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.image .video {
  margin: 0;
}

.image__caption {
  font-size: 0.9375em;
  display: block;
  color: #000;
  line-height: 1.2;
  font-style: italic;
  margin: 10px 0 -8px;
  padding: 0;
  width: 100%;
}
.image__caption i {
  white-space: nowrap;
}

.image__caption__photographer {
  font-weight: 300;
  white-space: nowrap;
}

.image--wrap, .image--right, .image--left {
  max-width: 41.3%;
  margin-top: 7px;
  margin-bottom: 18px;
}

.image--left {
  float: left;
  margin-right: 29px;
}

.image--right {
  float: right;
  margin-left: 29px;
}

@media only screen and (max-width: 719px) {
  .image__caption i {
    white-space: normal;
  }
  .image--wrap, .image--left, .image--right {
    max-width: 50%;
  }
  .image--left {
    margin-right: 20px;
  }
  .image--right {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 410px) {
  .image--wrap, .image--left, .image--right {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
    margin-top: 30px;
    max-width: none;
  }
}
/*
Sökväg eller brödsmula (.path)    

Markup:
<nav class="path" aria-label="Du är här">
    <a href="/">Lorem ipsum</a><span class="path-separator">/</span><a href="/">Lorem ipsum</a><span class="path-separator">/</span>Lorem ipsum
</nav>

Styleguide 18.
*/
.path {
  color: #55565B;
  font-size: 0.8125em;
  line-height: 1.3333;
}

.path__anchor {
  font-weight: 400;
}

.path__separator {
  width: 0.4615384615em;
  text-align: center;
  display: inline-block;
}

/*
Inboxad ruta (.container)

```.container``` är en inboxad ruta med information. En ```.container``` kan visas med eller utan rubrik:

.container--supplement   - Grön färg som främst används i webshoppen
.container--supplement-2    - Gul färg som används främst för pressbildsinformation

Markup:
<div class="container {$modifiers}">
	<div class="container__body">
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris tincidunt, justo sit amet viverra ullamcorper</p>
	</div>
</div>
<div class="container {$modifiers}">
    <h2 class="container__heading {$modifiers}">
		Lorem ipsum dolor sit amet
	</h2>
	<div class="container__body">
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris tincidunt, justo sit amet viverra ullamcorper</p>
	</div>
</div>

Styleguide 3.0
*/
/*
Rubriker

Olika varianter av rubriker till en ```.container```. Den gula färgen används till länklistor och relaterad information.

.container__heading--secondary   - Använder sekundär färg. Används främst för kontaktinformation.
.container__heading--black   - Använder svart färg. Används främst för verksamhetskontor.

Markup:
<div class="container">
	<h2 class="container__heading {$modifiers}">
		Lorem ipsum dolor sit amet
	</h2>
	<div class="container__body">
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris tincidunt, justo sit amet viverra ullamcorper</p>
	</div>
</div>

Styleguide 3.1
*/
.container {
  background: #F2F1EF;
  border-bottom: 2px solid #e6e4df;
  margin-bottom: 2.0625em;
}

.container__heading {
  font-size: 1.125em;
  padding: 0.8333333333em 1.3888888889em 0.7222222222em;
  margin: 0;
  background: #FFD100;
}

.container__heading + .container__body {
  padding-top: 0.875em;
}

.container__body,
.container__actions {
  padding: 1.125em 1.5625em 0.625em;
}

.container__actions {
  padding-bottom: 1.5625em;
  padding-top: 0;
}
.container__actions .button {
  margin-right: 0.5625em;
}

.container__footer {
  border-top: 1px solid #E6E4DF;
  margin: 0em 1.3888888889em 0.5555555556em;
  padding-top: 0.3888888889em;
  padding-bottom: 0.2777777778em;
  font-size: 1.125em;
}

.container__contact {
  padding: 0.625em 1.5625em 0em;
  margin-top: -1.1875em;
  margin-bottom: 0.9375em;
}

.container__border {
  padding-top: 0.625em;
  border-top: 1px solid #E6E4DF;
}

.container__heading--secondary {
  background: #CF003E;
  color: #FFF;
}

.container__heading--black {
  background: #000;
  color: #FFF;
}

.container--supplement {
  background: #EEFFD9;
  border-color: #d2e5bb;
}
.container--supplement .container__heading {
  background: #458606;
  color: #FFF;
}
.container--supplement .container__footer {
  border-color: #d2e5bb;
}

.container--supplement-2 {
  background: #fef3c2;
  border-bottom: 2px solid #ece0ac;
}
.container--supplement-2 .container__heading {
  background: #ece0ac;
  color: #000;
}
.container--supplement-2 .container__footer {
  border-color: 1px solid #ece0ac;
}

p + .container {
  margin-top: 21px;
}

.container + p {
  margin-top: -12px;
}

.content__sidebar .container:first-child {
  margin-top: 1.5em;
}

@media only screen and (max-width: 560px) {
  .container__actions .button {
    width: 100%;
  }
  .container__actions .button:not(:last-child) {
    display: block;
    margin-bottom: 0.875em;
  }
}
/*
Listgrupp (.listgroup)

Displays a delimited collection of elements. Can also be used in a [container](/docs/section-2.html#section-2.2).

.listgroup--simple - Display list without borders.

Markup:
<ul class="listgroup {$modifiers}">
    <li class="listgroup__item">
        Lorem ipsum
    </li>
    <li class="listgroup__item">
        <span class="icon icon-search icon--fw icon--lg" aria-hidden="true"></span>
        Lorem ipsum
    </li>
</ul>

Styleguide 4.
*/
.listgroup {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  font-size: 100%;
}

.listgroup:not(:first-child) {
  border-top: 1px solid #E6E4DF;
  margin-top: 20px;
}

.listgroup__item {
  box-sizing: content-box;
  position: relative;
  padding: 0.8333333333em 0 0.8333333333em;
  margin-bottom: 0;
  font-size: 1.125em;
}

.listgroup__anchor {
  display: block;
}

.listgroup__item:not(:last-child) {
  border-bottom: 1px solid #E6E4DF;
}

.listgroup__item--icon .listgroup__anchor {
  padding-left: 50px;
}

.listgroup__icon {
  position: absolute;
  left: 0;
}
.listgroup__icon .icon__svg {
  fill: #443f31 !important;
}

.listgroup__icon--doc {
  top: 0.6428571429em;
  font-size: 1.5555555556em;
}

.listgroup__icon--link {
  top: 0.8em;
  font-size: 1.3888888889em;
}

.container__body .listgroup:first-child {
  margin-top: -0.8125em;
}
.container__body .listgroup:last-child {
  margin-bottom: 0.5625em;
}

@media only screen and (max-width: 719px) {
  .listgroup__item--icon .listgroup__anchor {
    padding-left: 37px;
  }
}
@media only screen and (max-width: 1080px) {
  #epi-quickNavigator {
    display: none !important;
  }
}
.grid {
  text-align: justify;
  margin: 0 0 -1em;
}
.grid:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.grid {
  font-size: 0.1px;
}

.grid__col, .grid__col-4, .grid__col-2, .grid__col-3, .grid__col-1 {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
}

.grid__col-1 {
  width: 100% !important;
}

.grid__col-3 {
  width: 31.63265306% !important;
}

.grid__col-2 {
  width: 48.5% !important;
}

.grid__col-4 {
  width: 22% !important;
}

@media only screen and (max-width: 719px) {
  .grid {
    text-align: left;
  }
  .grid__col, .grid__col-1, .grid__col-3, .grid__col-2, .grid__col-4 {
    display: block;
    width: auto !important;
  }
}
/*
Listor (.list)

Listor kan lista t ex ```.bulletin```. För mindre listor som t ex relaterad information kan ```.listgroup``` användas istället.

.list--thicker  - Tjockare linjer

Markup:
<ul class="list {$modifiers}">
    <li class="list__item">
        <p>Lorem ipsum</p>
    </li>
    <li class="list__item">
        <p>Lorem ipsum</p>
    </li>
</ul>

Styleguide 11.
*/
.list {
  font-size: 100%;
  list-style: none;
  padding: 0;
  margin: 2.5em 0;
  border-top: 1px solid #E6E4DF;
}
.divider + .list {
  border-top: none;
  margin-top: 0;
}

.list--search {
  border-top: 1px solid #db3567;
}

.list--thicker {
  border-width: 6px;
}
.list--thicker .list__item {
  border-width: 6px;
}

.list--simple {
  border: 0;
  margin-top: 1.375em;
}
.list--simple .list__item {
  border: 0;
  padding: 0;
  margin-bottom: 1.875em;
}

.list__item {
  border-bottom: 1px solid #E6E4DF;
  padding-top: 1.75em;
  padding-bottom: 1.375em;
}
.list__item p:last-child {
  margin-bottom: 0.5em;
}

/*
Fristående artikel (.bulletin)

Används t ex i listningar för nyheter, artiklar i webbshop, dokumentlistningar.

.bulletin--contained   - Inramning

Markup:
<div class="bulletin {$modifiers}">
    <div class="bulletin__inner">
        <h2 class="bulletin__heading">
            <a href="/">Lorem ipsum dolor sit amet</a>
        </h2>
        <div class="bulletin__body">
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras a mollis lorem. Praesent rhoncus cursus suscipit. Pellentesque iaculis id tortor a porta.</p>
        </div>
    </div>
</div>

Styleguide 10.
*/
.textbody + .bulletin {
  margin-top: 0.75em;
}

.bulletin--imagelist {
  position: relative;
  margin-bottom: 2.0625em;
  border-bottom: 3px solid #E6E4DF;
  border-left: 1px solid #E6E4DF;
  border-right: 1px solid #E6E4DF;
  border-top: 1px solid #E6E4DF;
  padding-left: 1.875em;
  padding-top: 2.5em;
  padding-bottom: 1.875em;
  padding-right: 1.875em;
}
.bulletin--imagelist .bulletin__image {
  position: relative;
  display: inline-block;
  padding-left: 1.875em;
}
.bulletin--imagelist .bulletin__image .icon .icon__svg {
  fill: #ffffff;
}
.bulletin--imagelist .bulletin__image .icon {
  position: absolute;
  text-align: center;
  font-size: 26px;
  vertical-align: text-bottom;
  top: 2.1923076923em;
  left: 4.6923076923em;
  background-color: #CF003E;
  border-radius: 50%;
  width: 1.5384615385em;
  height: 1.5384615385em;
}
.bulletin--imagelist .bulletin__image .icon .icon__svg {
  display: inline-block;
}
.bulletin--imagelist .bulletin__info {
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
  vertical-align: top;
  padding-top: 1.875em;
}
.bulletin--imagelist .bulletin__heading {
  color: #CF003E;
}
.bulletin--imagelist .bulletin__body {
  padding-top: 0.625em;
  position: relative;
  display: block;
  padding-left: 1.6666666667em;
}
.bulletin--imagelist .bulletin__body__link--icon a {
  padding-left: 1.6666666667em;
  margin-left: -1.6666666667em;
  position: relative;
}
.bulletin--imagelist .bulletin__body__link--icon .icon {
  display: block;
  font-size: 1.5555555556em;
  position: absolute;
  left: 0;
  top: 0px;
}
.bulletin--imagelist .bulletin__body__link--icon .icon .icon__svg {
  fill: #000;
}

.bulletin--contained {
  border: 1px solid #E6E4DF;
  border-bottom-width: 3px;
  padding: 20px;
}
h2.divider + .bulletin--contained {
  margin-top: 1.25em;
}

.bulletin__inner {
  position: relative;
}
.bulletin--indent .bulletin__inner {
  padding-left: 11.0625em;
}

.bulletin__heading {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  margin-bottom: 0.5em;
}

.bulletin__heading--smaller {
  font-size: 1.125em;
}
.list__item .bulletin__heading--smaller {
  margin-top: -0.6666666667em;
}
.bulletin__heading--smaller:last-child {
  margin-bottom: 0;
}

.bulletin__body p:last-child {
  margin-bottom: 0;
}

.bulletin__body + .bulletin__body {
  margin-top: 2em;
}

/*
Bulletin med meta

Används ofta som nyhet eller i en lista.

.bulletin--indent   - Indrag med meta till vänster

Markup:
<div class="bulletin bulletin--contained bulletin--meta {$modifiers}">
    <div class="bulletin__inner">
        <h2 class="bulletin__heading">
            <a href="/">Lorem ipsum dolor sit amet</a>
        </h2>
        <div class="bulletin__meta">
            1 november 2016
        </div>
        <div class="bulletin__body">
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras a mollis lorem. Praesent rhoncus cursus suscipit. Pellentesque iaculis id tortor a porta.</p>
        </div>
    </div>
</div>

Styleguide 10.1.
*/
.bulletin--meta:not(.bulletin--indent) .bulletin__inner {
  padding-top: 1.75em;
}

.bulletin--meta {
  min-height: 3.625em;
}

.bulletin__meta {
  color: #7f755c;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.bulletin--indent .bulletin__meta {
  left: 0;
  top: 0.125em;
  width: 9.375em;
}
.bulletin__meta .tag {
  margin-top: 0.3571428571em;
}

/*
Bulletin med länk

Länk under text med eller utan ikon. Använd t ex ```@html.icon("document")``` istället för svg-koden till ikonen nedan.

.bulletin__body__link--icon - Länk med ikon

Markup:
<div class="bulletin bulletin--contained">
    <div class="bulletin__inner">
        <h2 class="bulletin__heading">
            <a href="/">Lorem ipsum dolor sit amet</a>
        </h2>
        <div class="bulletin__body">
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras a mollis lorem. Praesent rhoncus cursus suscipit. Pellentesque iaculis id tortor a porta.</p>
            <p class="bulletin__body__link {$modifiers}">                    
                <a href="/">
                    <span class="icon">
                      <svg aria-hidden="true" class="icon__svg icon__document-dims">
                        <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#document"></use>
                      </svg>
                    </span>
                    Lorem ipsum dolor
                </a>    
            </p>
        </div>
    </div>
</div>

Styleguide 10.2.
*/
.bulletin__body__link {
  font-size: 1.125em;
  margin-top: 1.3888888889em;
  margin-bottom: 0;
}
.bulletin__body__link a {
  display: inline-block;
}
.bulletin__body__link .icon {
  display: none;
}
.bulletin__body__link + p:not(.bulletin__body__link) {
  margin-top: 28px;
}

.bulletin__body__link--icon a {
  padding-left: 1.6666666667em;
  position: relative;
}
.bulletin__body__link--icon .icon {
  display: block;
  font-size: 1.5555555556em;
  position: absolute;
  left: 0;
  top: 4px;
}
.bulletin__body__link--icon .icon .icon__svg {
  fill: #000;
}

/*
Bulletin i listor

Markup:
<ul class="list">
    <li class="list__item">
        <div class="bulletin">
            <div class="bulletin__inner">
                <h2 class="bulletin__heading">
                    <a href="/">Lorem ipsum dolor sit amet</a>
                </h2>
                <div class="bulletin__body">
                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras a mollis lorem. Praesent rhoncus cursus suscipit. Pellentesque iaculis id tortor a porta.</p>                    
                </div>
            </div>
        </div>
    </li>
    <li class="list__item">
        <div class="bulletin">
            <div class="bulletin__inner">
                <h2 class="bulletin__heading">
                    <a href="/">Lorem ipsum dolor sit amet</a>
                </h2>
                <div class="bulletin__body">
                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras a mollis lorem. Praesent rhoncus cursus suscipit. Pellentesque iaculis id tortor a porta.</p>
                    <p class="bulletin__body__link {$modifiers}">                    
                        <a href="/">
                            <span class="icon">
                              <svg aria-hidden="true" class="icon__svg icon__document-dims">
                                <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#document"></use>
                              </svg>
                            </span>
                            Lorem ipsum dolor
                        </a>    
                    </p>
                </div>
            </div>
        </div>
    </li>
</ul>

Styleguide 10.3.
*/
.bulletin--icon {
  position: relative;
  padding-left: 2.8125em;
}

.bulletin__icon {
  position: absolute;
  left: 0;
  top: 0;
}
.bulletin__icon .icon {
  font-size: 2.625em;
}

@media only screen and (max-width: 719px) {
  .bulletin__inner {
    position: relative;
  }
  .bulletin--indent .bulletin__inner {
    padding-left: 0em;
    padding-top: 0em;
  }
  .bulletin__heading {
    word-break: break-word;
    font-size: 1.25em;
    font-weight: normal;
    margin: 0;
    margin-bottom: 0.5em;
    padding-top: 2.8125em;
  }
  .bulletin__heading--nometa {
    padding-top: 0;
  }
  .bulletin__heading--smaller {
    font-size: 1.125em;
    padding-top: 0;
  }
  .list__item .bulletin__heading--smaller {
    margin-top: -0.6666666667em;
  }
  .bulletin__heading--smaller:last-child {
    margin-bottom: 0;
  }
  .bulletin__meta {
    position: absolute;
  }
  .bulletin__meta .tag {
    margin-top: -0.1em;
  }
  .bulletin--imagelist {
    position: relative;
    margin-bottom: 2.0625em;
    border-bottom: 3px solid #E6E4DF;
    border-left: 1px solid #E6E4DF;
    border-right: 1px solid #E6E4DF;
    border-top: 1px solid #E6E4DF;
    padding-left: 1.875em;
    padding-top: 2.5em;
    padding-bottom: 1.875em;
    padding-right: 1.875em;
  }
  .bulletin--imagelist .bulletin__image {
    position: relative;
    display: table-cell;
    padding-left: 1.875em;
  }
  .bulletin--imagelist .bulletin__info {
    display: block;
    position: relative;
    padding-left: 1.875em;
    vertical-align: top;
    padding-top: 0em;
  }
  .bulletin--imagelist .bulletin__heading {
    color: #CF003E;
    padding-top: 1.25em;
  }
  .bulletin--imagelist .bulletin__body {
    padding-top: 0em;
    position: relative;
    display: block;
  }
  .bulletin--imagelist .bulletin__body__link--icon a {
    padding-left: 1.6666666667em;
    position: relative;
  }
  .bulletin--imagelist .bulletin__body__link--icon .icon {
    display: block;
    font-size: 1.5555555556em;
    position: absolute;
    left: 0;
  }
  .bulletin--imagelist .bulletin__body__link--icon .icon .icon__svg {
    fill: #000;
  }
}
/*
Bulletin i webbshop

Markup:
<div class="bulletin bulletin--contained">
    <div class="bulletin__inner">
        <h2 class="bulletin__heading">
            <a href="/">Lorem ipsum dolor sit amet</a>
        </h2>
        <div class="bulletin__body">
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras a mollis lorem. Praesent rhoncus cursus suscipit. Pellentesque iaculis id tortor a porta.</p>
        </div>
		<div class="bulletin__body bulletin__body--image">
			<p>
				Författare: Tove Pettersson<br />
				Pris: 160,00 kr
			</p>
            <p class="bulletin__body__link bulletin__body__link--icon">                    
                <a href="/">
                    <span class="icon">
                      <svg aria-hidden="true" class="icon__svg icon__link-dims">
                        <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#link"></use>
                      </svg>
                    </span>
                    <span class="default-color">Läs mer:</span> Lorem ipsum dolor sit amet consectetur adipiscing elit.
                </a>    
            </p>
			<p class="bulletin__body__link bulletin__body__link--icon">                    
                <a href="/">
                    <span class="icon">
                        <svg aria-hidden="true" class="icon__svg icon__document-dims">
                        <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#document"></use>
                        </svg>
                    </span>
                    <span class="default-color">Ladda ner:</span> Lorem ipsum dolor sit amet consectetur adipiscing elit.
                </a>    
            </p>
            <img src="http://placehold.it/250x340" width="125" height="170" alt="" class="bulletin__body__image" />	
            <div class="bulletin__actions bulletin__actions--indent">
                <button class="button">Lägg i varukorg</button>
            </div>
		</div>
    </div>
</div>

Styleguide 10.5.
*/
.bulletin__body--image {
  position: relative;
  min-height: 240px;
  padding-right: 12em;
  overflow: hidden;
}
.bulletin__body--image .bulletin__body__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 10em;
}

.bulletin__actions {
  margin-top: 1.625em;
  margin-bottom: 0.75em;
}

.bulletin__actions--indent {
  padding-left: 2.0625em;
}

.bulletin__body__link--icon .icon__link-dims {
  font-size: 19px;
  margin-top: 1px;
}

@media only screen and (max-width: 500px) {
  .bulletin__body--image {
    padding-right: 0;
  }
  .bulletin__body--image .bulletin__body__image {
    position: static;
    margin: 1.875em 0 1.5em 2em;
  }
}
/*
Expanderbar lista (.accordion)

Accordion with expandable stuff. Use with `toggle`.

Markup:
<div class="accordion">
    <h2 class="accordion__heading">Lorem ipsum</h2>
    <ul class="accordion__list {$modifiers}">
        <li class="accordion__item toggle toggle--collapsed">
            <a href="#" class="accordion__item__heading toggle__control">
                Lorem ipsum dolor sit amet
                <span class="toggle__icon" aria-hidden="true">
                    <span class="icon">
                      <svg aria-hidden="true" class="icon__svg icon__plus-dims">
                        <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#plus"></use>
                      </svg>
                    </span>
                    <span class="icon hidden">
                      <svg aria-hidden="true" class="icon__svg icon__minus-dims">
                        <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#minus"></use>
                      </svg>
                    </span>
                </span>
            </a>
            <div class="accordion__body toggle__area">
                <p>Lorem ipsum dolor</p>
            </div>
        </li>  
        <li class="accordion__item toggle toggle--collapsed">
            <a href="#" class="accordion__item__heading toggle__control">
                Lorem ipsum dolor sit amet
                <span class="toggle__icon" aria-hidden="true">
                    <span class="icon">
                      <svg aria-hidden="true" class="icon__svg icon__plus-dims">
                        <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#plus"></use>
                      </svg>
                    </span>
                    <span class="icon hidden">
                      <svg aria-hidden="true" class="icon__svg icon__minus-dims">
                        <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#minus"></use>
                      </svg>
                    </span>
                </span>
            </a>
            <div class="accordion__body toggle__area">
                <p>Lorem ipsum dolor</p>
            </div>
        </li>      
    </ul>
</div> 

Styleguide 9.0
*/
.accordion {
  margin-top: 0.375em;
  margin-bottom: 2.5em;
}
.accordion .toggle__control {
  position: relative;
}
.accordion .toggle__icon {
  position: absolute;
  right: 0;
  display: block;
  top: 0;
  width: 2.8333333333em;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2.8333333333em;
}
.accordion .toggle__icon .icon {
  width: 2.3181818182em;
  font-size: 1.2222222222em;
}
.accordion .toggle__icon .icon__svg {
  margin: 0 auto;
}

.accordion + .content__main__footer {
  margin-top: -0.75em;
}

.accordion__heading {
  display: block;
  background: #7f755c;
  color: #FFF;
  margin: 0;
  font-size: 1.125em;
  font-weight: 600;
  padding: 0.7222222222em 1em 0.8333333333em;
}

.accordion__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 100%;
  border-bottom: 1px solid #E6E4DF;
}

.accordion__item {
  border-bottom: 1px solid #E6E4DF;
}

.accordion__item__heading {
  color: #000 !important;
  font-weight: 600;
  display: block;
  font-size: 1.125em;
  padding: 0.6111111111em 2.7777777778em 0.6666666667em 1em;
  transition: none;
}
.toggle--expanded .accordion__item__heading {
  background: #E6E4DF;
}

.accordion__body:after {
  content: "";
  display: table;
  clear: both;
}
.accordion__body {
  background: #fef3c2;
  color: #000;
  padding: 1.875em 2.1875em;
}

@media only screen and (max-width: 719px) {
  .accordion-body {
    padding: 1.125em;
  }
}
/*
Toggle    

Toggle stuff. See container or accordian for real examples.

Markup:
<div class="toggle toggle--collapsed">
	<a href="#" class="toggle-control">Lorem ipsum dolor	</a>
	<div class="toggle-area">
		Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lectus risus.
	</div>
</div>

Styleguide 20.
*/
/*
Toggle inline    

You can also use `.toggle-area` directly after `.toggle` if you are unable to wrap. Useful in e.g a definition list.

Markup:
<dl>
	<dt class="toggle toggle--collapsed">
		<a href="#" class="toggle-control">Lorem ipsum</a>
	</dt>
	<dd class="toggle-area">Lorem ipsum dolor</dd>
</dl>

Styleguide 20.1.
*/
/*
Toggle async    

Use `toggle--async` to use javascript to load content (the example below doesn't work here).

Markup:
<script>
    var data = {
        id: pageId, //You can use any kind of id
        actionMethod: "mycontrolleraction"
    }
    $('#myasynccontainer').trigger('toggle-async', data);
    $('#myasynccontainer').on('toggle-async-complete', function (event) {
        event.stopPropagation();
        alert('complete');
    });
</script>
<div class="container toggle toggle--collapsed toggle--async" id="myasynccontainer">
    <h2 class="container-heading toggle-control">Lorem ipsum dolor <span class="toggle-icon" aria-hidden="true">Visa</span></h2>
    <div class="container-body toggle-area"><!-- Your content will be inserted here --></div>
</div>

Styleguide 20.1.
*/
.toggle {
  position: relative;
}

.toggle__control {
  cursor: pointer;
}

.toggle--collapsed > .toggle__area {
  display: none;
}

.toggle--expanded > .toggle__area {
  display: block;
}

.no-js .toggle__area {
  display: block;
}

.no-js .toggle-icon {
  display: none;
}

.block-preview {
  background: #fff;
}
.block-preview .block-preview__property {
  display: block;
}

.block-preview__inner {
  max-width: 638px;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin: 0 auto;
}

.block-preview__property {
  display: none;
}

/*
Pagination (.pagination)

Displays pagination.

.pagination - Display pagination.

Markup:
<div class="pagination-container">
    <ul class="pagination">
        <li class="PagedList-skipToPrevious">
            <a rel="prev">Prev</a>
        </li>
        <li >
            <a>1</a>
        </li>
        <li class="active">
            <a>2</a>
        </li>
        <li >
           <a>3</a>
        </li>
        <li class="PagedList-skipToNext">
            <a rel="next">Next</a>
        </li>
    </ul>
</div>

Styleguide 21.
*/
.pagination-container {
  margin-bottom: 30px;
  margin-top: -12px;
}

.pagination,
.container .pagination {
  text-align: center;
  padding: 0;
  position: relative;
}

.pagination {
  margin: 0;
}

.pagination li a {
  border: 1px solid #d1ccc1;
  background-color: #E6E4DF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-decoration: none !important;
  font-weight: bold;
  color: black;
}

.pagination li {
  border: 0;
  display: inline-block;
  margin: 0 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.pagination li.active a {
  background: #fef3c2;
}

.pagination li.disabled {
  display: none;
}

.pagination .PagedList-skipToNext,
.pagination .PagedList-skipToPrevious {
  position: absolute !important;
  right: 0;
}

.pagination .PagedList-skipToPrevious {
  left: 0;
  right: auto;
}

.pagination .PagedList-skipToNext a,
.pagination .PagedList-skipToPrevious a {
  width: auto;
  font-weight: normal;
  border: none;
  background-color: transparent;
}

.pagination .PagedList-skipToNext a {
  font-weight: bold;
}

@media only screen and (max-width: 1080px) {
  .pagination .PagedList-skipToNext a,
  .pagination .PagedList-skipToPrevious a {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  .pagination .PagedList-skipToNext a,
  .pagination .PagedList-skipToPrevious a {
    width: auto;
    font-weight: normal;
    border: none;
    padding: 40px;
    background-color: transparent;
    display: none;
  }
}
/*
Avdelare (.divider)

Avdelare kan användas för att göra ett lite tjockare streck mellan olika typer av innehåll.

.divider--emphasized  - Röd linje

Markup:
<div class="divider {$modifiers}"></div>

Styleguide 40.
*/
.divider {
  border-bottom: 6px solid #E6E4DF;
}

.divider--emphasized {
  border-color: #CF003E;
}

/*
Rubrik med avdelare

.divider--emphasized  - Röd linje

Markup:
<h2 class="divider {$modifiers}">Lorem ipsum</div>

Styleguide 40.1
*/
h2.divider {
  font-size: 1.5em;
  padding-bottom: 0.25em;
}
.meta + h2.divider {
  margin-top: 0;
}

.list + h2.divider {
  margin-top: -0.9166666667em;
}

.tag {
  border-top: 1px solid #E6E4DF;
  border-bottom: 1px solid #E6E4DF;
  border-left: 1px solid #E6E4DF;
  border-right: 1px solid #E6E4DF;
  padding-top: 0.2142857143em;
  padding-bottom: 0.2857142857em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-radius: 3px;
  display: inline-block;
  color: #000;
  font-size: 0.875em;
}

.entrance {
  text-align: center;
}
.entrance a {
  display: block;
  text-decoration: none;
  padding: 0.5em 0 0.5em 0;
}
.entrance a:hover, .entrance a:focus-visible {
  text-decoration: underline !important;
  color: #000;
  background-color: #f1f1f1;
}

.entrance__icon {
  display: inline-block;
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  background-color: #a4b99b;
  text-align: center;
  margin-bottom: 0.5625em;
}
.entrance__icon .icon {
  font-size: 5em;
  position: relative;
}
.entrance__icon .icon .icon__svg {
  fill: #FFF;
}
.entrance__icon.entrance__icon--handshake .icon {
  font-size: 4.8125em;
  top: 0.3506493506em;
}
.entrance__icon.entrance__icon--persons .icon {
  font-size: 4em;
  top: 0.2987012987em;
}
.entrance__icon.entrance__icon--group .icon {
  font-size: 5.375em;
  top: 0.2207792208em;
}
.entrance__icon.entrance__icon--mobile .icon {
  font-size: 5.25em;
  top: 0.2337662338em;
}

.entrance__text {
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

.entrance-edit {
  min-height: 171px;
}

@media only screen and (max-width: 1080px) {
  .entrance {
    transform: scale(0.78);
    -webkit-transform: scale(0.78);
    -moz-transform: scale(0.78);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
  }
  .entrance-edit {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 719px) {
  .entrance {
    transform: scale(1);
    margin-bottom: 1.875em;
  }
  .entrance-edit {
    margin-bottom: 0;
  }
}
.iframe {
  border-width: 0;
  margin-top: 0;
  padding-top: 0;
  height: 64em;
  width: 110%;
  left: 0;
  top: 0;
  position: relative;
  display: block;
}

@media only screen and (max-width: 1080px) {
  .iframe {
    width: 100%;
  }
}
.teaser {
  position: relative;
  height: 14.4375em;
  background: #ff6600;
  display: block;
  margin-bottom: 1.875em;
  background: #F2F1EF;
  border-bottom: 2px solid #E6E4DF;
  box-sizing: content-box;
  overflow: hidden;
  text-decoration: none;
}
.teaser:focus, .teaser:active {
  outline-offset: 4px;
}

.teaser__heading {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0.125em;
  color: #CF003E;
}
.teaser__heading:last-child {
  margin-bottom: 0.5em;
}

.teaser__body {
  position: absolute;
  /*bottom:em(6px);*/
  right: 1.1875em;
  left: 1.4375em;
  overflow: hidden;
  padding: 3px;
}
.teaser--image .teaser__body {
  left: auto;
  width: 12.8125em;
}

.teaser__text {
  vertical-align: bottom;
  height: 100%;
  color: #000;
}

.teaser__image {
  position: absolute;
  top: 0;
  width: 309px;
  overflow: hidden;
}
.teaser__image img {
  transform: scale(1);
  transition: transform 1000ms;
}
.teaser:hover .teaser__image img {
  transform: scale(1.05);
}

.teaser__image-edit {
  width: 309px;
}

.block-preview .teaser {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 553px;
}

@media only screen and (max-width: 1080px) and (min-width: 719px) {
  .teaser {
    height: auto;
    padding-top: 70%;
  }
  .teaser__body {
    position: static;
    width: auto;
    padding-left: 1.1875em;
    padding-right: 1.1875em;
  }
  .teaser--image .teaser__body {
    width: auto;
  }
  .teaser__image {
    left: 0;
    right: 0;
    top: 0;
    width: auto;
  }
  .teaser__image img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 525px) {
  .teaser {
    height: auto;
    padding-top: 70%;
  }
  .teaser__body {
    position: static;
    width: auto;
    padding-left: 1.1875em;
    padding-right: 1.1875em;
  }
  .teaser--image .teaser__body {
    width: auto;
  }
  .teaser__image {
    left: 0;
    right: 0;
    top: 0;
    width: auto;
  }
  .teaser__image img {
    width: 100%;
    height: auto;
  }
  .teaser {
    height: auto;
  }
}
.banner {
  display: block;
  background-color: #f2f1ef;
  color: #000;
  text-decoration: none;
}
.banner h2 {
  font-size: 2em;
  margin-top: 0.5em;
}
.banner .banner__container {
  height: 100%;
}
.banner .banner__image {
  width: 100%;
  height: 100%;
}
.banner .banner__image img {
  min-height: 280px;
  width: 100%;
}
.banner .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  padding-right: 26px;
}
@media only screen and (max-width: 1080px) {
  .banner .flex {
    padding-left: 20px;
  }
}

.banner.banner--text-image .banner__image img {
  width: 100%;
  height: 100%;
}

a.banner {
  color: #000;
}
a.banner:visited, a.banner:active {
  color: #000;
}
a.banner:hover {
  text-decoration: underline !important;
}

.EPiServerForms,
form[data-f-type=form] {
  background: #F2F1EF;
  font: inherit;
}

.Form__Title {
  font-size: 1.125em;
  padding: 0.8333333333em 1.3888888889em 0.7222222222em;
  margin: 0;
  background: #000;
  color: #FFF;
}

.Form__Description {
  font-size: 0.875em;
  margin-bottom: 0.625em;
  padding: 0.875rem 1.5625rem 0;
}

.Form__MainBody {
  padding: 0 1.5625em 0.625em;
}

.Form__Status {
  display: none;
}

.Form__Status:has(.Form__Status__Message:not(.hide):not(.hidden):not(:empty)) {
  display: block;
  padding: 1.125em 1.5625em;
}

.Form__Element {
  margin: 0 0;
}
.Form__Element .Form__Element__Caption {
  display: block;
  padding: 0.625em 0 0.25em 0;
}
.Form__Element .Form__Element__ValidationError {
  display: block;
  font-size: 0.875em;
  margin-top: 0.125em;
}
.Form__Element .Form__Element__ValidationError.hidden, .Form__Element .Form__Element__ValidationError.hide {
  display: none;
}

.FormTextbox__Input,
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=password],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=url],
input[type=file],
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.5555555556em;
  border: 1px solid var(--field-bd, #665f4f);
  background: var(--field-bg, #fff);
  font-size: 1.125em;
  line-height: 1.3;
}
.FormTextbox__Input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=url]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: 0.125em solid;
}
.FormTextbox__Input.input-validation-error,
input[type=text].input-validation-error,
input[type=email].input-validation-error,
input[type=tel].input-validation-error,
input[type=number].input-validation-error,
input[type=search].input-validation-error,
input[type=password].input-validation-error,
input[type=date].input-validation-error,
input[type=time].input-validation-error,
input[type=datetime-local].input-validation-error,
input[type=url].input-validation-error,
input[type=file].input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
  --field-bg: #ffe0e1;
  --field-bd: #ffa1a3;
}

.input-validation-error {
  --field-bg: #ffe0e1;
  --field-bd: #ffa1a3;
}

.Form__Element:is(.is-invalid, .ValidationFail) {
  --field-bg: #ffe0e1;
  --field-bd: #ffa1a3;
}

.Form__Element.FormChoice.is-invalid,
.Form__Element.FormChoice.ValidationFail {
  --choice-bg: #ffe0e1;
  --choice-bd: #ffa1a3;
}

.Form__Element.FormChoice:is(.is-invalid, .ValidationFail) fieldset > div:first-of-type {
  border-top: 2px solid var(--choice-bd, #ffa1a3);
  background: var(--choice-bg, #ffe0e1);
}

.Form__Element.FormChoice:is(.is-invalid, .ValidationFail) fieldset > div:not(:first-of-type) {
  background: var(--choice-bg, #ffe0e1);
}

.Form__Element.FormChoice.FormChoice--Image:is(.is-invalid, .ValidationFail) .FormChoice--Image__Item img,
.Form__Element.FormCaptcha:is(.is-invalid, .ValidationFail) .FormCaptcha__Image {
  border-color: #ffa1a3;
}

.Form__Element[data-had-error="1"] input.valid,
.Form__Element[data-had-error="1"] select.valid,
.Form__Element[data-had-error="1"] textarea.valid {
  --field-bg: #d9fbb6;
  --field-bd: #7ed321;
}

.Form__Element[data-had-error="1"] :is(input, select, textarea).valid.input-validation-error {
  --field-bg: #d9fbb6;
  --field-bd: #7ed321;
}

.FormRange__Wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.FormRange__Wrapper > *:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.FormRange__Wrapper input[type=range] {
  flex: 1 1 auto;
  width: auto;
}
.FormRange__Wrapper > *:last-child {
  margin-left: auto;
}

.FormChoice--Image__Item {
  display: block;
  width: 100%;
  margin-bottom: 0.75em;
  cursor: pointer;
}
.FormChoice--Image__Item:last-of-type {
  margin-bottom: 0;
}
.FormChoice--Image__Item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 1px #665f4f;
}
.FormChoice--Image__Item input[type=radio]:checked ~ img,
.FormChoice--Image__Item input[type=checkbox]:checked ~ img {
  border-color: #000;
  box-shadow: none;
}

.FormCaptcha {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.FormCaptcha > .Form__Element__Caption {
  padding-bottom: 0;
}

.Form__Element.FormCaptcha .FormCaptcha__Refresh {
  align-self: flex-start;
  width: auto;
  inline-size: auto;
}

.FormSubmitButton,
.FormResetButton {
  appearance: none;
  background: #CF003E;
  border: none;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5555556;
  padding: 0.3125em 0.9375em 0.375em;
  text-decoration: none;
  margin-bottom: 2.25em;
}

.FormSubmitButton + .FormResetButton {
  margin-left: 0.75em;
}

.FormSubmitButton:focus-visible,
.FormResetButton:focus-visible {
  outline: 3px solid #000;
  outline-offset: 2px;
}

form[data-f-type=form] .Form__Element:not(.FormSubmitButton):not(.FormResetButton):has(+ :is(.FormSubmitButton, .FormResetButton))::after {
  content: "";
  display: block;
  height: 0;
  border-top: 1px solid #E6E4DF;
  margin: 1.125em 0;
}

.Form__Element.ValidationRequired:not(.FormChoice) .Form__Element__Caption::before,
.Form__Element.FormChoice.ValidationRequired legend.Form__Element__Caption::before {
  content: "* ";
  color: #000;
  font-weight: 700;
}

.Form__Element.FormChoice .FormChoice__Label::before {
  content: none;
}

.ac_results {
  list-style: outside none none;
  border: 1px solid #E6E4DF;
  background: none repeat scroll 0 0 #fff;
  z-index: 1100;
  padding: 0;
  position: absolute;
  cursor: default;
  border-radius: 3px;
  margin-top: 4px;
  min-width: 220px !important;
}

.ac_results ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.ac_results li {
  cursor: pointer;
  margin: 0;
  padding: 3px 14px;
  font-size: 16px;
}

.ac_results li.ac_over {
  background-color: #E6E4DF;
}

.ac_results span {
  display: none;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px 0;
}

.share-buttons a,
.share-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background-color: #0f0e0c;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 5px 10px 5px 0;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  gap: 8px;
}

.share-buttons a:hover,
.share-buttons button:hover {
  background-color: #f2f2f2;
  color: #0f0e0c;
  cursor: pointer;
}

.share-buttons i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.1em;
  flex-shrink: 0;
}

.share-buttons span {
  position: relative;
  top: 1px;
}

.share-buttons button {
  background-color: #0f0e0c;
}

/*
Meddelanden (.message)

Systemmeddelanden som visas t ex vid postning av formulär.

.message--warning - Används vid varning eller valideringsfel i formulär.
.message--success - Ok
.message--error - Fel

Markup:
<div class="message message--icon {$modifiers}">
    <strong class="message__heading">Oj, det blev något fel!</strong>
    <p>Du måste fylla i alla fält med stjärna/asterisk (*)</p>
    <span class="icon">
        <svg aria-hidden="true" class="icon__svg icon__alert-dims">
            <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/static/icons/sprite.svg#alert"></use>
        </svg>
    </span>
</div>

Styleguide 22.
*/
.message {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  background: #fffdbd;
  border-bottom: 2px solid #f1ee9c;
  position: relative;
  margin-bottom: 1.6875em;
}
.message p {
  font-size: 1.125em;
  margin: 0;
}
.message ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.message__heading {
  font-size: 1.125em;
}

.message--icon {
  padding-left: 5em;
}
.message--icon .icon {
  position: absolute;
  left: 0.3636363636em;
  top: 0.4em;
  font-size: 3.4375em;
}
.message--icon .icon .icon__svg {
  fill: #f1ee9c;
}

.message--warning {
  background: #fffdbd;
  border-color: #f1ee9c;
}
.message--warning .icon .icon__svg {
  fill: #f1ee9c;
}

.message--success {
  background: #d9fbb6;
  border-color: #7ed321;
}
.message--success .icon .icon__svg {
  fill: #7ed321;
}

.message--error {
  background: #ffe0e1;
  border-color: #ffa1a3;
}
.message--error .icon .icon__svg {
  fill: #ffa1a3;
}

.infobar {
  background: #7f755c;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.375em 0 0 0;
  z-index: 9999;
  height: auto;
  opacity: 0.9;
  transition: transform 200ms ease;
  transform: translate(0, 7.5em);
}
.infobar a,
.infobar a:hover,
.infobar a:focus,
.infobar a:active {
  color: #FFF;
  text-decoration: underline;
}

.infobar--init {
  display: block;
}

.infobar--visible {
  transform: translate(0, 0);
}

.infobar__wrap {
  position: relative;
  font-size: 0.9em !important;
}

.infobar--bottom {
  bottom: 0;
  top: auto;
}

.infobar__text {
  width: 86%;
}

.infobar__button,
.infobar__button:active,
.infobar__button:focus,
.infobar__button:hover {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}

.infobar__button {
  text-decoration: none !important;
  position: absolute;
  right: 2%;
  top: 0.875em;
}

.filterListSubmit {
  width: 197px;
}

@media only screen and (max-width: 1080px) {
  .infobar {
    /*height:em(135px);*/
    height: auto;
    transform: translate(0, 135px);
  }
  .infobar--visible {
    transform: translate(0, 0);
  }
  .infobar__text {
    width: 86%;
  }
  .infobar__button {
    right: 5%;
  }
}
@media only screen and (max-width: 719px) {
  .infobar {
    text-align: center;
    height: auto;
    padding-bottom: 2.1875em;
    transform: translate(0, 300px);
  }
  .infobar--visible {
    transform: translate(0, 0);
  }
  .infobar__text {
    width: auto;
  }
  .infobar__button {
    right: auto;
    top: auto;
    position: static;
    margin-top: 0.625em;
  }
}
.splash {
  min-height: 100vh;
  min-width: 100%;
  z-index: 1000000;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
}
.splash .bg-img {
  min-height: 100vh;
  min-width: 33.33%;
  max-height: 100vh;
  max-width: 33.33%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
  overflow: hidden;
}
.splash .img-full {
  display: block;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.splash .img1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.splash .img2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.splash .img3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.splash a {
  color: white;
  text-decoration: none;
}
.splash .continue {
  color: white;
  position: fixed;
  z-index: 200;
  top: 30px;
  right: 30px;
  font-size: 30px;
}
.splash .heading {
  position: fixed;
  font-size: 87px;
  z-index: 200;
  bottom: 30px;
  text-align: center;
  left: 0px;
  right: 0px;
  color: white;
  font-weight: 700;
  font-family: sans-serif;
  letter-spacing: -4px;
}
.splash .logo {
  position: absolute;
  top: 30px;
  left: 100px;
}

@media only screen and (max-width: 768px) {
  .splash .logo {
    left: 30px;
  }
  .splash .logo img {
    width: 130px;
    height: 100px;
  }
  .splash .bg-img {
    float: none;
    min-height: 33.33vh;
    min-width: 100%;
    display: block;
  }
  .splash .heading {
    position: absolute;
    left: auto;
    right: 10%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    line-height: 100%;
    width: 100px;
  }
  .splash .continue {
    left: 5%;
    bottom: 3%;
    position: absolute;
    top: auto;
  }
}
/* TABLET */
@media only screen and (min-width: 425px) and (max-width: 768px) {
  .splash .heading {
    font-size: 72px;
    right: 15%;
  }
  .splash .continue {
    font-size: 24px;
  }
}
/* MOBILE */
@media only screen and (max-width: 425px) {
  .splash .heading {
    font-size: 50px;
    right: 10%;
  }
  .splash .continue {
    font-size: 16px;
  }
}
/* Quad / 4K */
@media only screen and (min-width: 2560px) {
  .splash .logo img {
    width: 260px;
    height: 200px;
  }
  .splash .heading {
    font-size: 72px;
  }
  .splash .continue {
    font-size: 32px;
  }
}
.questionnaire .message {
  display: none;
}
.questionnaire ul {
  padding-left: 0;
  margin-bottom: 1em;
}
.questionnaire .question {
  display: block;
  border-bottom: 1px solid #e6e4df;
  padding: 1em 0;
  position: relative;
}
.questionnaire .question .questionnaire--content {
  width: 80%;
  display: inline-block;
}
.questionnaire .question .questionnaire--answer {
  display: inline-block;
}
.questionnaire .question .questionnaire--answer .questionnaire--answer-yes {
  margin-right: 1em;
}
.questionnaire #questionnaire--submit {
  background: #cf003e;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1.55556;
  padding: 0.3125em 0.9375em 0.375em;
  text-decoration: none;
}
.questionnaire .questionnaire--search-divider {
  display: inline-block;
  width: 85%;
  height: 1px;
}

button[data-autoscroll-running=true] .autoscroll-start {
  display: none;
}
button[data-autoscroll-running=true] .autoscroll-pause {
  display: inline-block;
}

button[data-autoscroll-running=false] .autoscroll-pause {
  display: none;
}
button[data-autoscroll-running=false] .autoscroll-start {
  display: inline-block;
}

.wrap, .footer__wrap, .content__wrap, .nav__wrap, .header__wrap, .infobar__wrap {
  max-width: 73.75em;
  margin: 0 auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media only screen and (max-width: 1080px) {
  .wrap, .footer__wrap, .content__wrap, .nav__wrap, .header__wrap, .infobar__wrap {
    max-width: 50em;
  }
}
@media only screen and (max-width: 719px) {
  .wrap, .footer__wrap, .content__wrap, .nav__wrap, .header__wrap, .infobar__wrap {
    max-width: 37em;
  }
}
.header {
  background: #fff;
  color: #000;
  height: 12.5em;
}

.header__wrap {
  position: relative;
}

@media only screen and (max-width: 1080px) {
  .header {
    height: 6.875em;
    border-bottom: 6px solid #CF003E;
  }
  .header__wrap {
    max-width: none;
  }
}
.header__logotype {
  position: absolute;
  left: 1em;
  top: 2.125em;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.header__logotype img, .header__logotype a {
  display: block;
}

.ie-legacy .header__logotype img {
  display: none;
}
.ie-legacy .header__logotype__legacy {
  display: block !important;
}

@media only screen and (max-width: 1080px) {
  .header__logotype {
    left: 1em;
    top: -0.5625em;
  }
  .header__logotype img {
    width: 6.875em;
  }
}
.header__controls {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .header__controls {
    display: block;
  }
  .header__controls button {
    cursor: pointer;
    appearence: none;
    background: none;
    border: none;
    font-size: 100%;
    font-family: roboto, arial, sans-serif;
  }
  .header__controls button .icon {
    font-size: 1.4375em;
    margin-bottom: 0.375em;
    display: block;
  }
  .header__controls button .icon__svg {
    font-size: 1.25em;
    margin: 0 auto;
  }
  .header__controls__nav {
    position: absolute;
    top: 1.25em;
    right: 0.8125em;
  }
  .header__controls__search {
    position: absolute;
    top: 1.25em;
    right: 4.375em;
  }
}
/* ##Search */
.header__search {
  position: absolute;
  width: 495px;
  top: 3.375em;
  right: 1.75em;
  transform: translateY(0px);
}

.header__search__field {
  appearance: none;
  border-radius: 4px 0 0 4px;
  border: 1px solid #000;
  font-size: 1.5em;
  width: 18.0833333333em;
  padding: 0 0.5em 1px 0.5em;
  height: 2.5833333333em;
  font-family: roboto, arial, sans-serif;
  font-weight: 200;
}
.header__search__field:focus-visible {
  outline: 0.125em solid #000;
}

.header__search__button {
  background-color: #000;
  appearance: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  font-size: 1.875em;
  width: 2.0666666667em;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 0.3125em;
  text-indent: 2.0666666667em;
  overflow: hidden;
  white-space: nowrap;
}
.header__search__button .icon {
  position: absolute;
  left: 0.6333333333em;
  top: 0.6666666667em;
}
.header__search__button:focus-visible {
  outline: 0.125em solid #CF003E;
  outline-offset: 0.125em;
}

@media only screen and (max-width: 1080px) {
  .site {
    transform: translateY(0);
    transition: transform 200ms;
  }
  body.search-expanded .site {
    transform: translateY(62px);
  }
  .header__search {
    position: absolute;
    width: 100%;
    top: -62px;
    right: 0;
    display: block;
  }
  .header__search__field {
    border-radius: 0;
    width: 100%;
    padding-right: 2.7083333333em;
  }
  .header__search__field:focus, .header__search__field:active {
    outline: 0;
  }
  .header__search__button .icon__svg {
    fill: #ffffff;
  }
  .header__search__button {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    right: 0.375em;
    top: 0.25em;
    padding-top: 0.0625em;
    padding-left: 0.4375em;
    border-radius: 50%;
    font-size: 30px;
  }
  .header__search__button .icon {
    left: 0.4333333333em;
    top: 0.3666666667em;
  }
}
.header__tools {
  display: block;
  position: absolute;
  top: 0.375em;
  right: 1.75em;
  margin: 0;
}

.header__tools__item {
  display: inline;
  padding-left: 19px;
}

a.header__tools__anchor {
  font-size: 18px;
  color: #000;
}
a.header__tools__anchor .icon {
  position: relative;
  font-size: 30px;
  padding-right: 0;
  top: 0.125em;
  margin-right: 2px;
}
a.header__tools__anchor .icon .icon__svg {
  fill: #000;
}

@media only screen and (max-width: 1080px) {
  .header__tools {
    display: none;
  }
  .nav-mobile .header__tools {
    display: block;
    position: static;
    padding: 0;
    margin-top: 0.625em;
    margin-bottom: 1.875em;
  }
  .nav-mobile .header__tools__item {
    display: block;
    padding: 0;
  }
  .nav-mobile .header__tools__anchor {
    padding-left: 0.7777777778em;
  }
  .nav-mobile .header__tools__anchor .icon {
    display: none;
  }
}
.header__entrances {
  position: absolute;
  top: 8.5625em;
  right: 1.5625em;
  list-style: none;
  font-size: 100%;
  padding: 0;
  margin: 0;
}

.header__entrances__item {
  display: inline-block;
  padding-left: 1.25em;
}

a.header__entrances__anchor {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 2.3333333333em;
  height: 2.2222222222em;
  padding-left: 3.1666666667em;
}
a.header__entrances__anchor .icon .icon__svg {
  fill: #ffffff;
}
a.header__entrances__anchor .icon {
  position: absolute;
  text-align: center;
  font-size: 26px;
  top: 0;
  left: 0;
  background-color: #CF003E;
  border-radius: 50%;
  width: 1.5384615385em;
  height: 1.5384615385em;
}
a.header__entrances__anchor .icon .icon__svg {
  display: inline-block;
}

a.header__entrances__anchor--forsocialservice .icon__svg {
  top: 2px;
}

@media only screen and (max-width: 1080px) {
  .header__entrances {
    display: none;
  }
}
.skip-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.skip-links a {
  font-size: 0.8125em;
  font-weight: 600;
  position: fixed;
  z-index: 1000;
  top: -999px;
  transition: none;
}
.skip-links a:focus {
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 2.5em;
  background: #CF003E;
  outline: 0;
  color: #FFF;
  border: 0;
}
.skip-links a:before {
  margin-right: 4px;
  margin-top: -2px;
  display: inline-block;
}
.skip-links li {
  line-height: 1;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1080px) {
  .skip-links__link--nav {
    display: none;
  }
}
.header__campaign {
  color: #FFF;
  background-color: #0f0e0c;
  background-size: cover;
  background-position-y: -80%;
}
.header__campaign a {
  color: #FFF;
}
.header__campaign .header__controls svg {
  fill: white;
}
.header__campaign .header__campaign-text {
  font-size: 64px;
  position: absolute;
  top: 0.8em;
  left: 3.8em;
  font-weight: bold;
  font-family: sans-serif;
  letter-spacing: -3px;
}
.header__campaign {
  /*.header__campaign-img {
      height: 100%;
      width: 71%;
      float: right;
      background-size: 128%;
      background-position-y: 41%;
  }*/
}
.header__campaign .header__campaign-img {
  height: 100%;
  width: 100%;
  float: right;
  background-size: 100%;
  /*background-position-y: 41%;*/
  background-position-y: 42%;
  /*background-size: contain;
  background-repeat: no-repeat;
  background-position: center;*/
}

.header__search {
  top: 8.2em;
  right: 1em;
  max-width: 400px;
}
.header__search .header__search__field {
  font-size: 1.3em;
  width: 16.3em;
  height: 2.58333em;
}

.start .header__search {
  max-width: 100%;
}

.header__entrances {
  top: 3.5625em;
  right: 1em;
  text-align: right;
}
.header__entrances li {
  display: block;
  margin-bottom: -10px;
  padding-left: 0;
}
.header__entrances li a {
  padding-left: 0;
}
.header__entrances li span {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .header__campaign .header__campaign-img {
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-position-y: 35%;
  }
}
@media only screen and (max-width: 500px) {
  .header__campaign .header__campaign-img {
    background-size: 50%;
    /*background-size: contain;*/
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  }
}
@media only screen and (min-width: 2560px) {
  .header__campaign .header__campaign-img {
    height: 100%;
    width: 54%;
    float: right;
    background-size: 72%;
    background-repeat: no-repeat;
    background-position-y: 36%;
  }
}
@media only screen and (max-width: 1080px) {
  .header__campaign .header__campaign-text {
    top: 2.8em;
    font-size: 24px;
    right: 0.6em;
    left: auto;
    letter-spacing: -2px;
  }
  .header__search {
    position: absolute;
    width: 100%;
    top: -62px;
    right: 0;
    display: block;
    max-width: 100%;
  }
  .header__search .header__search__field {
    font-size: 1.5em;
    width: 100%;
  }
}
.nav {
  background: #dce3d9;
  color: #000;
  height: 3.75em;
}
.nav a:hover, .nav a:focus-visible {
  text-decoration: underline !important;
  color: #000;
  background-color: #f1f1f1;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
  white-space: nowrap;
}
.nav li {
  margin: 0;
  padding: 0;
  vertical-align: top;
  display: inline-block;
}
.nav li:first-child .nav__anchor:not(.nav__anchor--selected) {
  padding-left: 0;
}

.nav__wrap .flex__menu-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.nav__anchor {
  color: #CF003E;
  text-decoration: none;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  min-height: 3em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 1.25em;
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  min-height: 3em;
  padding-top: 0.7em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.nav__anchor:visited, .nav__anchor:active, .nav__anchor:focus, .nav__anchor:hover {
  color: #000;
}

.nav__anchor--selected {
  background: #fff;
  border-top: 0.3em solid #CF003E;
  color: #000;
  margin-top: -0.25em;
  min-height: 3.25em;
  padding-top: 0.65em;
  padding-right: 1em;
}
.nav__anchor--selected:visited, .nav__anchor--selected:active, .nav__anchor--selected:focus, .nav__anchor--selected:hover {
  color: #000;
}

@media only screen and (max-width: 1080px) {
  .nav {
    display: none;
  }
}
.nav-tree {
  background: #E6E4DF;
  border-top: 1px solid #E6E4DF;
  margin: 0;
  padding: 0;
  padding-left: 0.3125em;
  list-style: none;
  font-size: 100%;
}
.nav-tree li {
  border-top: 1px solid #E6E4DF;
  background: #fff;
  padding: 0;
  margin: 0;
}

.nav-tree--level-0 {
  border-top: 0;
}
.nav-tree--level-0 li:first-child {
  border-top: 0;
}

.nav-tree--level-0 {
  border-bottom: 1px solid #E6E4DF;
}

.nav-tree--level-1 {
  border-left: 0.625em solid #E6E4DF;
}

.nav-tree--level-2 {
  border-left: 0.625em solid #E6E4DF;
}

.nav-tree--level-3 {
  border-left: 0.625em solid #E6E4DF;
}

.nav-tree--level-4 {
  border-left: 0.625em solid #E6E4DF;
}

.nav-tree--level-5 {
  border-left: 0.625em solid #E6E4DF;
}

.nav-tree__item {
  position: relative;
}

.nav-tree__anchor {
  display: block;
  font-size: 1.1875em;
  color: #000;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  padding-left: 0.8125em;
  padding-right: 3.9375em;
  text-decoration: none;
  font-weight: bold;
  transition: none;
  overflow-wrap: anywhere;
}
.nav-tree__anchor:hover {
  background-color: #fef3c2;
  color: #000;
  text-decoration: underline !important;
}
.nav-tree__anchor:visited, .nav-tree__anchor:active, .nav-tree__anchor:focus {
  color: #000;
}

.nav-tree__anchor--selected {
  background-color: #fef3c2;
  color: #000;
}

nav:not(.nav-mobile) .nav-tree--level-0 > li > div .nav-tree__anchor--expanded {
  background-color: #E6E4DF;
}
nav:not(.nav-mobile) .nav-tree--level-0 > li > div .nav-tree__anchor--expanded + .nav-tree__expander {
  border-color: #cecac1;
}

.nav-tree__expander {
  font-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  border-left: 1px solid #E6E4DF;
  background: transparent;
  width: 3.125em;
  cursor: pointer;
}
.nav-tree__expander .icon__svg {
  fill: #7f755c;
}

.no-js .nav-tree__expander {
  display: none;
}

.nav-tree__anchor--expanded.nav-tree__anchor--selected {
  background-color: #fef3c2;
  color: #000;
}

nav:not(.nav-mobile) .nav-tree--level-0 > li > div .nav-tree__anchor--expanded.nav-tree__anchor--selected {
  background-color: #fef3c2;
  color: #000;
}

.nav-mobile {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  top: -9999px;
  transform: translateY(15px);
  transition: transform 200ms ease-out, opacity 300ms, top 1ms linear 1000ms;
  opacity: 0;
  background: #E6E4DF;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.nav-mobile .nav-tree--level-0 {
  background-color: #dce3d9;
}
.nav-mobile .nav-tree--level-0 > li {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #dce3d9;
}
.nav-mobile .nav-tree--level-0 > li > div .nav-tree__anchor:not(.nav-tree__anchor--selected) {
  color: #000;
}
.nav-mobile .nav-tree--level-0 > li > div .nav-tree__anchor:not(.nav-tree__anchor--selected) + .nav-tree__expander {
  border-color: rgba(255, 255, 255, 0.2);
}
.nav-mobile .nav-tree--level-0 > li > div .nav-tree__anchor:not(.nav-tree__anchor--selected) + .nav-tree__expander .icon__svg {
  fill: #000;
}
.nav-mobile .nav-tree--level-0 > li > div .nav-tree__anchor:not(.nav-tree__anchor--selected):hover {
  background: #dce3d9;
  color: #FFF;
}
.nav-mobile .nav-tree--level-1 {
  border-left: none;
}
.nav-mobile .nav-tree--level-1 > li > div .nav-tree__anchor--expanded {
  background-color: #E6E4DF;
}
.nav-mobile .nav-tree--level-1 > li > div .nav-tree__anchor--expanded + .nav-tree__expander {
  border-color: #cecac1;
}
.nav-mobile--expanded {
  top: 6.875em;
  transform: translateY(0);
  transition: transform 200ms ease-out, opacity 300ms, top 1ms linear 1ms;
  opacity: 1;
}

@media only screen and (max-width: 1080px) {
  .nav-expanded .nav-mobile {
    display: block;
  }
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
.content {
  background-color: #fff;
  min-height: 25em;
  padding-bottom: 3.75em;
}

.content__wrap--full {
  max-width: none;
  padding: 0;
}

.content__header {
  border-bottom: 1px solid #E6E4DF;
  padding-top: 1em;
  padding-bottom: 0.6875em;
  min-height: 2.8125em;
}

.content__main {
  width: 56%;
  float: left;
}
.content__main--full {
  float: none;
  width: 100%;
}

.content__sidebar {
  width: 32%;
  float: right;
}

.content__sidebar__nav:not(:first-child) {
  border-top: 1px solid #E6E4DF;
}

.container + .content__sidebar__nav {
  margin-top: -0.5em;
}

.content__nav {
  display: none;
}

.content__main__image {
  margin-bottom: 1.6875em;
}
.content__main__image img {
  width: 100%;
  height: auto;
}

.main__content__image--editor {
  min-height: 50px;
  margin-bottom: 1.6875em;
}

.content__main__meta + .content__main__footer {
  margin-top: 7.1428571429em;
}

.content__main__footer {
  margin-top: 0.5714285714em;
  padding-top: 0.7857142857em;
  padding-bottom: 1.7857142857em;
  font-size: 0.875em;
  border-top: 1px solid #E6E4DF;
}

.content__main__aside {
  margin-top: 1.5em;
}

.content__main__aside__editor {
  margin-bottom: 2.5em;
}

.content__main__aside + .content__main__footer {
  margin-top: -0.8125em;
}

.iframe-container-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
}

.aspect-16x9 {
  padding-bottom: 56.25%;
}

.aspect-4x3 {
  padding-bottom: 75%;
}

.iframe-container-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1080px) {
  .content__main {
    float: none;
    width: auto;
  }
  .content__sidebar {
    display: none;
  }
}
.footer {
  min-height: 17.5em;
  padding-top: 2em;
}
.footer .icon .icon__svg {
  fill: #CF003E;
}

.footer__logotype {
  width: 236px;
  margin-left: 17px;
  margin-top: 5px;
}
.ie-legacy .footer__logotype {
  display: none;
}

.footer__heading {
  display: inline-block;
  margin-bottom: 0.2222222222em;
  white-space: nowrap;
}

.footer__detail {
  position: relative;
  padding-left: 2em;
  display: inline-block;
  min-height: 1.1666666667em;
}
.footer__detail .icon {
  font-size: 1.4444444444em;
  position: absolute;
  left: 0;
  top: 0.1153846154em;
}

.footer__detail--mail {
  margin-top: 4px;
}
.footer__detail--mail .icon {
  font-size: 1.2777777778em;
  top: 0.2173913043em;
}

.footer__detail--visit {
  padding-left: 1.2777777778em;
}
.footer__detail--visit .icon {
  font-size: 1.6666666667em;
  top: 0.0555555556em;
}

.footer__detail--city {
  padding-left: 1.2777777778em;
}

@media only screen and (max-width: 1080px) {
  .footer__logotype {
    width: 90%;
    width: calc(100% - 3em);
  }
}
@media only screen and (max-width: 719px) {
  .footer .grid__col-3:not(:first-child) {
    width: 48% !important;
    display: inline-block;
  }
  .footer {
    padding-bottom: 3.125em;
  }
  .footer__logotype {
    width: 160px;
    margin-left: 0;
    margin-bottom: 1.875em;
  }
}
@media only screen and (max-width: 545px) {
  .footer .grid__col-3:not(:first-child) {
    width: auto !important;
    display: block;
  }
  .footer {
    padding-bottom: 1.5em;
  }
  /*.footer__logotype {
      width: 236px;
      margin-left:auto;
      margin-right:auto;
      margin-bottom:em(30px);
  }*/
}
.documents-page__list h2.divider:first-child {
  margin-top: 0;
}
.textbody + .documents-page__list {
  margin-top: 0.4375em;
}
.documents-page__list .list:first-child {
  margin-top: 0.6875em;
}

.documents-page__list[data-epi-property-name] {
  margin-top: 27px;
}

.start .header__entrances {
  display: none;
}
.start .content {
  padding-bottom: 1.875em;
}

.start__entrances {
  margin-bottom: 2.625em;
}

.start__banner {
  margin-bottom: 2.625em;
}

.start__news {
  float: left;
  width: 65.7%;
  position: relative;
}
.edit-mode .start__news {
  margin-top: 35px !important;
}
.edit-mode .start__news .start__news__heading {
  margin-top: 5px;
}
.start__teasers + .start__news {
  margin-top: -2.8125em;
}

.start__news__heading {
  margin-bottom: -0.25em;
}

.start__news__archive {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0.25em;
}

.start__info {
  float: right;
  width: 31.6%;
  margin-top: 1.3125em;
}
.start__info .container {
  background: #fef3c2;
  border-color: #ece0ac;
}

.start__info__heading-small {
  font-size: 0.9375em;
  text-transform: uppercase;
  font-weight: normal;
}

.start__info__heading {
  font-size: 1.5em;
  font-weight: 400;
  color: #CF003E;
  margin-top: 0.5416666667em;
}

.start__newsletter {
  float: left;
  width: 65.7%;
  position: relative;
}

@media only screen and (min-width: 1080px) {
  .start .content__wrap {
    padding-top: 2em;
  }
  .start .header__search {
    position: static;
    width: 100%;
    padding-right: 4.125em;
    margin-bottom: 3em;
  }
  .start .header__search__field {
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    height: 2.1666666667em;
    background: #F2F1EF;
    border: 1px solid #665f4f;
  }
  .start .header__search__button {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
  }
  .start .header__search__button .icon {
    top: 0.4em;
    left: 0.4333333333em;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 719px) {
  .start .content__wrap {
    padding-top: 2.5em;
  }
  .start__entrances {
    margin-bottom: -0.5em;
  }
}
@media only screen and (max-width: 1080px) {
  .start__news {
    float: none;
    width: auto;
  }
  .start__news .list {
    padding-bottom: 2.1875em;
  }
  .start__newsletter {
    float: none;
    width: auto;
  }
  .start__info {
    float: none;
    width: auto;
    margin-top: -1.625em;
  }
}
@media only screen and (max-width: 719px) {
  .start .content__wrap {
    padding-top: 1.25em;
  }
  .start__entrances {
    margin-bottom: -0.625em;
  }
}
@media only screen and (min-width: 1080px) {
  .iframe-page .content__main {
    width: 60%;
  }
}
@media only screen and (min-width: 1080px) {
  .search .content__main .header__search {
    position: inherit;
    width: auto;
    padding-right: 4.125em;
    margin-top: 0.75em;
    margin-bottom: 1.375em;
  }
  .search .content__main .header__search__field {
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    height: 2.1666666667em;
    background: #F2F1EF;
    border: 1px solid #E6E4DF;
  }
  .search .content__main .header__search__button {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
  }
  .search .content__main .header__search__button .icon {
    top: 0.4em;
    left: 0.4333333333em;
  }
  .search .header .header__search {
    display: none;
  }
  .search .container--filter {
    background-color: white;
  }
  .search .container--filter .container__body {
    padding: 0;
  }
  .search .list--filter {
    margin: 0;
  }
  .search .list--filter .list__item {
    padding: 0.875em;
  }
  .expand {
    display: none;
  }
  .expand #expandButton {
    background: #FFF;
    border: none;
  }
}
@media only screen and (max-width: 1080px) {
  .content__sidebar {
    display: block !important;
    width: 100%;
  }
  .content__sidebar .container {
    margin-bottom: 1em;
  }
  .content__sidebar .container--filter {
    display: none;
    overflow: hidden;
  }
  .content__sidebar .container--filter .list {
    margin: 0px;
  }
  .content__sidebar .container--filter .list .list__item {
    padding: 5px 0px;
  }
  .content__sidebar.open .container--filter {
    display: block;
  }
  .content__sidebar.open .expand {
    padding: 0px 0px 10px 0px;
  }
  .content__sidebar .expand {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0px;
  }
  .content__sidebar .expand #expandButton {
    color: #fff;
    background-color: #cf003e;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .content__sidebar .content__sidebar__nav {
    border: none;
  }
  .content__header {
    border: none;
  }
}
.cart .table-container {
  margin: 0;
  margin-top: -5px;
  -webkit-overflow-scrolling: touch;
}

.cart__content {
  margin: 0;
  border-color: #d2e5bb;
  min-width: 450px;
}
.cart__content tr th,
.cart__content tr td {
  background: none;
  border-color: #d2e5bb;
  padding-bottom: 0.375em;
}
.cart__content tr th:first-child,
.cart__content tr td:first-child {
  padding-left: 0;
}
.cart__content tr th:last-child,
.cart__content tr td:last-child {
  padding-right: 0;
  text-align: right;
}
.cart__content tr th {
  padding-top: 0;
}
.cart__content tr td {
  padding-top: 0.5555555556em;
  padding-bottom: 0.6666666667em;
  font-size: 1.125em;
}
.cart__content th:first-child {
  width: 70%;
}
.cart__content th:nth-child(n+2) {
  width: 10%;
  text-align: right;
}
.cart__content td:nth-child(n+2) {
  white-space: nowrap;
  text-align: right;
}
.cart__content th {
  white-space: nowrap;
}

.cart__total {
  text-align: right;
  padding-top: 0.625em;
}

.cart__number {
  appearance: none;
  font-family: roboto, arial, sans-serif;
  font-size: 16px;
  text-align: center;
  width: 35px;
  border: none;
  padding: 2px 0 4px;
  border-top: 2px solid #d2e5bb;
}
.cart__number[type=number] {
  -moz-appearance: textfield;
}
.cart__number::-webkit-outer-spin-button, .cart__number::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.publication .bulletin__body--image .bulletin__body__image {
  margin-left: 0;
}

.checkout__cart {
  margin-top: 2.375em;
}
.checkout__cart .cart__content,
.checkout__cart .cart__content tr th {
  border-color: #E6E4DF;
}

body.error-page .content__main {
  margin: 0 auto;
  float: none;
  padding-top: 2em;
}
body.error-page h1 {
  margin-top: 0;
}

@media only screen and (max-width: 1080px) {
  body.error-page .content p {
    width: auto;
  }
}
@media only screen and (max-width: 719px) {
  body.error-page h1 {
    font-size: 2.25em;
  }
  body.error-page .content {
    width: auto;
    padding-bottom: 40px;
  }
}
.freejobdetail .freejobdetail_preline {
  white-space: pre-line;
}
.freejobdetail p, .freejobdetail h2, .freejobdetail span, .freejobdetail h3, .freejobdetail h1 {
  font-style: normal !important;
}

.freejobs .freejobs_filter h3 {
  background: #ffd100;
  font-weight: normal;
  margin: 0;
  padding: 10px 15px;
}
.freejobs .freejobs_filter form {
  background: #F2F1EF;
  padding: 10px 15px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .freejobs .freejobs_filter form {
    text-align: right;
  }
}
.freejobs .freejobs_filter form div {
  display: inline-block;
}
@media only screen and (max-width: 719px) {
  .freejobs .freejobs_filter form div {
    text-align: left;
    display: block;
    margin-bottom: 10px;
  }
}
.freejobs .freejobs_filter form div label {
  display: block;
  font-size: 18px;
}
@media only screen and (max-width: 719px) {
  .freejobs .freejobs_filter form div select:active {
    font-size: 18px;
  }
}
.freejobs .freejobs_filter form div select {
  /*background: #F2F1EF;*/
  /*border: solid 2px #000;*/
  border-radius: 3px;
  padding: 5px 10px;
}
@media only screen and (max-width: 719px) {
  .freejobs .freejobs_filter form div select {
    width: 100%;
    font-size: 18px;
  }
}
.freejobs .freejobs_filter .freejobs_filter_submit {
  background: #F2F1EF;
  border: solid 2px #000;
  border-radius: 3px;
  padding: 6px 10px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.freejobs .freejobs_filter .freejobs_filter_submit:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 719px) {
  .freejobs .freejobs_filter .freejobs_filter_submit {
    position: relative;
    display: inline-block;
    bottom: 0;
    right: 0;
  }
}

.introctablock {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  max-width: none;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .introctablock {
    min-height: 500px;
  }
}
.introctablock img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.introctablock__text-container {
  width: 100%;
  min-height: 100%;
  min-height: 700px;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .introctablock__text-container {
    min-height: 500px;
  }
}
.introctablock__text-content {
  position: absolute;
  right: 75px;
  top: 75px;
  text-align: right;
  padding: 10px;
}
@media only screen and (max-width: 719px) {
  .introctablock__text-content {
    top: auto;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.introctablock__heading {
  font-size: 124px;
  width: 550px;
  color: #fff;
  margin: 0;
  line-height: 0.85;
  margin-bottom: 21px;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.introctablock__heading span {
  display: inline-block;
}
.introctablock__heading span:first-child {
  padding-right: 2.5em;
}
@media only screen and (max-width: 719px) {
  .introctablock__heading {
    width: 66%;
    font-size: 60px;
  }
}
.introctablock__text {
  font-size: 34px;
  color: #FFD100;
  font-weight: 600;
}
.introctablock .button {
  font-weight: 600;
}

.jobdescriptionlist {
  background-color: #F2F1EF;
}
.jobdescriptionlist__container {
  max-width: 1500px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px 0px;
  margin: 0 auto;
}
@supports (display: grid) {
  .jobdescriptionlist__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 350px);
  }
  @media only screen and (max-width: 719px) {
    .jobdescriptionlist__container {
      grid-template-columns: repeat(auto-fill, 100%);
    }
  }
}

.jobdescription__job {
  max-width: 350px;
  overflow: hidden;
  margin: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 719px) {
  .jobdescription__job {
    max-width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .jobdescription__job {
    max-width: 350px !important;
  }
}
.jobdescription__heading {
  margin-top: 0.5em;
}
@media only screen and (max-width: 719px) {
  .jobdescription__heading {
    font-size: 20px;
  }
}
.jobdescription__image-container {
  width: 100%;
  height: 196px;
  flex: 0 0 auto;
}
.jobdescription__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobdescription__description {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 719px) {
  .jobdescription__description {
    font-size: 16px;
  }
}
.jobdescription__link {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
}
@media only screen and (max-width: 719px) {
  .jobdescription__link {
    font-size: 16px;
  }
}

.widevideo {
  height: 800px;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
  .widevideo {
    height: 500px;
  }
}
@media only screen and (max-width: 719px) {
  .widevideo {
    height: 300px;
  }
}
.widevideo__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 1025px) {
  .widevideo__video {
    height: 500px;
  }
}
@media only screen and (max-width: 719px) {
  .widevideo__video {
    height: 264px;
  }
}
.widevideo__content {
  position: relative;
  display: block;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 719px) {
  .widevideo__content {
    top: 0;
    transform: none;
    height: 96%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.widevideo__heading {
  position: relative;
  font-size: 100px;
  margin: 30px 0;
  color: #fff;
}
@media only screen and (max-width: 719px) {
  .widevideo__heading {
    font-size: 28px;
  }
}
.widevideo .button {
  font-weight: bold;
}
.widevideo__toggle-button {
  background: none;
  color: inherit;
  border: none;
  padding: 5px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: absolute;
  top: 5%;
  right: 2%;
  z-index: 100;
  height: 80px;
  width: 80px;
}
.widevideo__toggle-button--pause {
  display: none;
}
.widevideo__toggle-button--pause > span {
  width: 6px;
  height: 25px;
  display: inline-block;
  background-color: #fff;
  margin: 0 5px;
}
.widevideo__toggle-button--start {
  display: inline-block;
}
.widevideo__toggle-button--start > span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #fff;
}
.widevideo__toggle-button.running .widevideo__toggle-button--start {
  display: none;
}
.widevideo__toggle-button.running .widevideo__toggle-button--pause {
  display: inline-block;
}
@media only screen and (max-width: 719px) {
  .widevideo__toggle-button {
    height: 44px;
    width: 44px;
  }
}

.textimagecolumn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 500px;
  overflow: hidden;
  max-width: 1500px;
  margin: 100px auto 0 auto;
}
@media only screen and (max-width: 719px) {
  .textimagecolumn {
    margin-top: 50px;
    min-height: 250px;
    height: auto;
  }
}
@media only screen and (max-width: 375px) {
  .textimagecolumn {
    margin: 50px 0;
    flex-direction: column;
    max-height: none;
  }
}
.textimagecolumn__image-container, .textimagecolumn__text-container {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 375px) {
  .textimagecolumn__image-container, .textimagecolumn__text-container {
    width: 100%;
  }
}
.textimagecolumn__text-container {
  background-color: #F2F1EF;
}
.textimagecolumn__image {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
  max-width: 750px;
}
.textimagecolumn__image--right {
  margin-right: auto;
}
.textimagecolumn__image--left {
  margin-left: auto;
}
.textimagecolumn__text-content {
  text-align: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.textimagecolumn__text-content--left {
  padding-right: 75px;
  text-align: right;
}
@media only screen and (max-width: 719px) {
  .textimagecolumn__text-content--left {
    padding-right: 0;
    padding: 15px;
  }
}
.textimagecolumn__text-content--right {
  padding-left: 75px;
  text-align: left;
}
@media only screen and (max-width: 719px) {
  .textimagecolumn__text-content--right {
    padding-left: 0;
    padding: 15px;
  }
}
@media only screen and (max-width: 719px) {
  .textimagecolumn__text-content {
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .textimagecolumn__text-content {
    text-align: center;
    top: 0;
    transform: none;
    padding: 20px;
  }
}
.textimagecolumn__heading {
  margin: 0;
  font-size: 64px;
  word-break: break-word;
}
@media only screen and (max-width: 719px) {
  .textimagecolumn__heading {
    font-size: 28px;
  }
}
.textimagecolumn .button {
  margin-top: 25px;
  font-weight: 600;
}
@media only screen and (max-width: 719px) {
  .textimagecolumn .button {
    margin-top: 15px;
    font-size: 14px;
  }
}

.availablejobs {
  padding: 50px;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .availablejobs {
    padding: 25px;
  }
}
.availablejobs__heading {
  margin-top: 0;
  font-size: 42px;
}
@media only screen and (max-width: 719px) {
  .availablejobs__heading {
    font-size: 28px;
  }
}
.availablejobs__content {
  display: flex;
}
@media only screen and (max-width: 719px) {
  .availablejobs__content {
    flex-direction: column;
  }
}
.availablejobs__toggle-button {
  background: none;
  color: inherit;
  border: none;
  padding: 5px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: absolute;
  top: 0;
  right: -8px;
  z-index: 100;
  background-color: #fff;
  height: 44px;
  width: 44px;
}
.availablejobs__toggle-button--pause > span {
  width: 6px;
  height: 25px;
  display: inline-block;
  background-color: #CF003E;
  margin: 0 5px;
}
.availablejobs__toggle-button--start > span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #CF003E;
}
.availablejobs__jobs-container {
  max-width: 60%;
  position: relative;
}
.availablejobs__jobs-container ul {
  padding-left: 0;
  list-style: none;
  max-height: 350px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 2rem;
}
.availablejobs__jobs-container li {
  margin-bottom: 2.5rem;
}
.availablejobs__jobs-container li:last-child {
  margin-bottom: 0;
}
.availablejobs__jobs-container:after {
  content: "";
  width: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 719px) {
  .availablejobs__jobs-container {
    max-width: 100%;
  }
}
.availablejobs__job__link {
  font-size: 24px;
  color: #CF003E;
  font-weight: 600;
}
.availablejobs__job__info {
  font-size: 18px;
  margin: 0;
}
.availablejobs__job__info:first-of-type {
  margin-top: 0.2rem;
}
.availablejobs__link-container {
  flex: 1 0 auto;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 719px) {
  .availablejobs__link-container {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.availablejobs .button {
  font-weight: 600;
}

.wideimagecta {
  max-height: 700px;
  overflow: hidden;
  margin: 50px auto;
  max-width: 1500px;
  position: relative;
}
.wideimagecta__heading {
  text-align: center;
  font-size: 100px;
  font-weight: 400;
  margin-top: 0;
}
@media only screen and (max-width: 719px) {
  .wideimagecta__heading {
    font-size: 28px;
  }
}
.wideimagecta__link-container {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
}
.wideimagecta__link {
  display: inline-block;
  min-width: 150px;
  font-weight: 600;
}
@media only screen and (max-width: 719px) {
  .wideimagecta__link {
    min-width: 100px;
  }
}
.wideimagecta__image {
  width: 100%;
  height: auto;
}

.wideimagetext__text-content {
  padding: 5% 10%;
  max-width: calc(1500px + 20%);
  margin: 0 auto;
}
.wideimagetext__text-content h2, .wideimagetext__text-content h3 {
  margin-top: 0;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 719px) {
  .wideimagetext__text-content h2, .wideimagetext__text-content h3 {
    margin-bottom: 1em;
  }
}
.wideimagetext__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 719px) {
  .wideimagetext__image {
    display: none;
  }
}
.wideimagetext__container {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  max-width: none;
  margin: 0 auto;
}
.wideimagetext__heading-container {
  position: absolute;
  bottom: 15%;
  width: 100%;
  max-width: 1500px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 719px) {
  .wideimagetext__heading-container {
    position: static;
    transform: none;
  }
}
.wideimagetext__heading {
  font-size: 94px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  line-height: 0.9;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .wideimagetext__heading {
    font-size: 28px;
    width: auto;
    margin: 0 10%;
    padding-top: 10%;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1921px) {
  .wideimagetext__heading {
    font-size: 6vw;
  }
}
.wideimagetext__vertical-divider {
  width: 2px;
  min-height: 100%;
  display: inline-block;
  background-color: #ccc;
  flex-shrink: 0;
  margin: 0 10%;
}
.wideimagetext__columns {
  display: flex;
}
@media only screen and (max-width: 719px) {
  .wideimagetext__columns {
    flex-direction: column;
  }
}

.wideimagevideo {
  max-width: 1500px;
  margin: 0 auto;
}
.wideimagevideo > p {
  position: relative;
  padding-top: 56.25%;
}
.wideimagevideo > p iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wideimagevideo video {
  width: 100%;
  max-height: 700px;
}
@media only screen and (max-width: 719px) {
  .wideimagevideo video {
    height: auto;
  }
}
.wideimagevideo__images {
  display: flex;
  margin-bottom: 5px;
}
@media only screen and (max-width: 719px) {
  .wideimagevideo__images {
    display: none;
  }
}
.wideimagevideo__image-container {
  flex: 1;
  width: 33%;
  height: 300px;
}
.wideimagevideo__image-container img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}
.wideimagevideo__image-container:nth-child(2) {
  margin: 0 5px;
}

.workingatsis {
  margin-bottom: 3.75rem;
  background-color: #f2f1ef;
}
.workingatsis .banner {
  background-color: #fff;
}

.workingatsis__banner {
  max-width: 73.75em;
  margin: 3.125em auto 0 auto;
  padding: 0 0.625em;
}

@media only print {
  @page {
    size: auto;
    margin: 15mm 0 30mm 0;
  }
  body {
    padding: 0 15mm;
  }
  .content__sidebar,
  .nav,
  .header__entrances,
  .header__search,
  .header__tools,
  .header__controls,
  .infobar,
  .content__main__meta,
  .footer,
  .button,
  .message,
  .start__entrances,
  .start__teasers,
  .start__banner,
  .start__news__archive {
    display: none;
  }
  .content__main {
    width: auto;
    float: none;
  }
  .container {
    border: 1pt solid #777;
  }
  .container__heading {
    color: #222 !important;
    border-bottom: 1px solid #999;
  }
  .header__logotype img {
    width: 4cm;
    height: auto;
  }
  .header {
    height: 4.5cm;
  }
  .bulletin--contained {
    border-color: #777;
  }
  .cart__number {
    border-top: none;
  }
  .start__news {
    margin-top: 2.5em !important;
  }
  .start__news,
  .start__info {
    width: auto;
    float: none;
  }
}