@import url(https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root{--color-primary: #f6893d;--color-content-text: #231f20;--color-content-bg: #e7e7e8;--color-footer-bg: #fff;--color-footer-bg-height: 150px}body>header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}body>footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.container{width:100%;max-width:1240px;margin:0 auto}.post-type-archive-sotarportalen h2,.tax-sotarportalen_category h2{margin:0;margin-bottom:calc(15px * 2);text-align:center}.post-type-archive-sotarportalen,.tax-sotarportalen_category,.single-sotarportalen{padding:0;margin:0}.post-type-archive-sotarportalen *,.tax-sotarportalen_category *,.single-sotarportalen *{box-sizing:border-box}.post-type-archive-sotarportalen .wp-block-embed,.tax-sotarportalen_category .wp-block-embed,.single-sotarportalen .wp-block-embed{margin:0 0 1em;word-wrap:break-word}.post-type-archive-sotarportalen .wp-block-embed .wp-block-embed__wrapper,.tax-sotarportalen_category .wp-block-embed .wp-block-embed__wrapper,.single-sotarportalen .wp-block-embed .wp-block-embed__wrapper{position:relative}.post-type-archive-sotarportalen .wp-block-embed .wp-block-embed__wrapper:before,.tax-sotarportalen_category .wp-block-embed .wp-block-embed__wrapper:before,.single-sotarportalen .wp-block-embed .wp-block-embed__wrapper:before{padding-top:56.25%;content:"";display:block}.post-type-archive-sotarportalen .wp-block-embed .wp-block-embed__wrapper iframe,.tax-sotarportalen_category .wp-block-embed .wp-block-embed__wrapper iframe,.single-sotarportalen .wp-block-embed .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;max-width:100%}.post-type-archive-sotarportalen h1,.post-type-archive-sotarportalen h2,.post-type-archive-sotarportalen h3,.post-type-archive-sotarportalen h4,.post-type-archive-sotarportalen h5,.post-type-archive-sotarportalen h6,.tax-sotarportalen_category h1,.tax-sotarportalen_category h2,.tax-sotarportalen_category h3,.tax-sotarportalen_category h4,.tax-sotarportalen_category h5,.tax-sotarportalen_category h6,.single-sotarportalen h1,.single-sotarportalen h2,.single-sotarportalen h3,.single-sotarportalen h4,.single-sotarportalen h5,.single-sotarportalen h6{font-weight:900;line-height:1.15}.post-type-archive-sotarportalen h1,.tax-sotarportalen_category h1,.single-sotarportalen h1{font-size:3.8rem}@media screen and (min-width: 576px){.post-type-archive-sotarportalen h1,.tax-sotarportalen_category h1,.single-sotarportalen h1{font-size:5.8rem}}.post-type-archive-sotarportalen h2,.tax-sotarportalen_category h2,.single-sotarportalen h2{font-size:3.2rem}@media screen and (min-width: 576px){.post-type-archive-sotarportalen h2,.tax-sotarportalen_category h2,.single-sotarportalen h2{font-size:4.2rem}}.post-type-archive-sotarportalen h3,.tax-sotarportalen_category h3,.single-sotarportalen h3{font-size:2.2rem}@media screen and (min-width: 576px){.post-type-archive-sotarportalen h3,.tax-sotarportalen_category h3,.single-sotarportalen h3{font-size:3.2rem}}.post-type-archive-sotarportalen h4,.tax-sotarportalen_category h4,.single-sotarportalen h4{font-size:2rem}@media screen and (min-width: 576px){.post-type-archive-sotarportalen h4,.tax-sotarportalen_category h4,.single-sotarportalen h4{font-size:2.2rem}}.post-type-archive-sotarportalen a,.tax-sotarportalen_category a,.single-sotarportalen a{text-decoration:none;font-weight:900}.post-type-archive-sotarportalen .back-to-home,.tax-sotarportalen_category .back-to-home,.single-sotarportalen .back-to-home{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;margin:15px 0;text-transform:uppercase;color:#f6893d;color:var(--color-primary)}.post-type-archive-sotarportalen .back-to-home svg,.tax-sotarportalen_category .back-to-home svg,.single-sotarportalen .back-to-home svg{margin-right:5px}.post-type-archive-sotarportalen #site-header img,.tax-sotarportalen_category #site-header img,.single-sotarportalen #site-header img{width:100%;height:auto;display:block}@media screen and (max-width: 576px){.post-type-archive-sotarportalen #site-header img.image-desktop,.tax-sotarportalen_category #site-header img.image-desktop,.single-sotarportalen #site-header img.image-desktop{display:none}}@media screen and (min-width: 576px){.post-type-archive-sotarportalen #site-header img.image-mobile,.tax-sotarportalen_category #site-header img.image-mobile,.single-sotarportalen #site-header img.image-mobile{display:none}}.post-type-archive-sotarportalen #site-footer .background,.tax-sotarportalen_category #site-footer .background,.single-sotarportalen #site-footer .background{background-color:#fff;background-position:bottom center;background-repeat:no-repeat;background-size:cover;min-height:var(--footer-bg-height);margin-top:calc(15px * 2)}.post-type-archive-sotarportalen #site-footer.text-above-image .inner,.tax-sotarportalen_category #site-footer.text-above-image .inner,.single-sotarportalen #site-footer.text-above-image .inner{background-color:#fff;background-position:bottom center;background-repeat:no-repeat;background-size:cover;min-height:var(--footer-bg-height);margin-top:calc(15px * 2);padding-top:calc(15px * 2)}.post-type-archive-sotarportalen #site-footer .inner,.tax-sotarportalen_category #site-footer .inner,.single-sotarportalen #site-footer .inner{background-color:#fff;background-color:var(--color-footer-bg)}.post-type-archive-sotarportalen #site-footer .inner .content,.tax-sotarportalen_category #site-footer .inner .content,.single-sotarportalen #site-footer .inner .content{color:#fff;padding:0 calc(15px * 2)}@media screen and (min-width: 768px){.post-type-archive-sotarportalen #site-footer .inner .content,.tax-sotarportalen_category #site-footer .inner .content,.single-sotarportalen #site-footer .inner .content{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.post-type-archive-sotarportalen #site-footer .inner .content a,.tax-sotarportalen_category #site-footer .inner .content a,.single-sotarportalen #site-footer .inner .content a{color:#fff;font-weight:normal}.post-type-archive-sotarportalen #site-footer .inner .text,.tax-sotarportalen_category #site-footer .inner .text,.single-sotarportalen #site-footer .inner .text{margin-bottom:calc(15px * 2)}@media screen and (min-width: 768px){.post-type-archive-sotarportalen #site-footer .inner .text,.tax-sotarportalen_category #site-footer .inner .text,.single-sotarportalen #site-footer .inner .text{-ms-flex:0 0 50%;flex:0 0 50%;width:50%;max-width:50%;justify-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}.post-type-archive-sotarportalen #site-footer .inner .logotypes,.tax-sotarportalen_category #site-footer .inner .logotypes,.single-sotarportalen #site-footer .inner .logotypes{margin-bottom:calc(15px * 2);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 768px){.post-type-archive-sotarportalen #site-footer .inner .logotypes,.tax-sotarportalen_category #site-footer .inner .logotypes,.single-sotarportalen #site-footer .inner .logotypes{-ms-flex:0 0 50%;flex:0 0 50%;width:50%;max-width:50%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center}}.post-type-archive-sotarportalen #site-footer .inner .logotypes div,.tax-sotarportalen_category #site-footer .inner .logotypes div,.single-sotarportalen #site-footer .inner .logotypes div{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;width:200px;height:100%}@media screen and (min-width: 768px){.post-type-archive-sotarportalen #site-footer .inner .logotypes div,.tax-sotarportalen_category #site-footer .inner .logotypes div,.single-sotarportalen #site-footer .inner .logotypes div{-ms-flex:0 1 auto;flex:0 1 auto;margin-bottom:15px;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:end;align-items:flex-end}}.post-type-archive-sotarportalen #site-footer .inner .logotypes div img,.tax-sotarportalen_category #site-footer .inner .logotypes div img,.single-sotarportalen #site-footer .inner .logotypes div img{max-width:150px;max-height:100px}.post-type-archive-sotarportalen main,.tax-sotarportalen_category main,.single-sotarportalen main{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:calc(15px * 1) 0}@media screen and (min-width: 992px){.post-type-archive-sotarportalen main,.tax-sotarportalen_category main,.single-sotarportalen main{padding:calc(15px * 2) 0}}@media screen and (min-width: 1320px){.post-type-archive-sotarportalen main,.tax-sotarportalen_category main,.single-sotarportalen main{background-color:#e7e7e8;background-color:var(--color-content-bg)}}.post-type-archive-sotarportalen main section.content,.tax-sotarportalen_category main section.content,.single-sotarportalen main section.content{margin-bottom:calc(15px * 2);padding:0 calc(15px * 1)}@media screen and (min-width: 1320px){.post-type-archive-sotarportalen main section.content,.tax-sotarportalen_category main section.content,.single-sotarportalen main section.content{-ms-flex:0 0 calc((3/4) * 100%);flex:0 0 calc((3/4) * 100%);max-width:calc((3/4) * 100%);width:calc((3/4) * 100%);margin-bottom:0;padding:0 calc(15px * 2)}}.post-type-archive-sotarportalen main section.content article,.tax-sotarportalen_category main section.content article,.single-sotarportalen main section.content article{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.post-type-archive-sotarportalen main section.content article:after,.tax-sotarportalen_category main section.content article:after,.single-sotarportalen main section.content article:after{content:"";margin:calc(15px * 2) 0;border-bottom:1px solid #231f20;border-bottom:1px solid var(--color-content-text);width:100%}.post-type-archive-sotarportalen main section.content article:last-child:after,.tax-sotarportalen_category main section.content article:last-child:after,.single-sotarportalen main section.content article:last-child:after{content:"";margin:0;border-bottom:none;width:100%}.post-type-archive-sotarportalen main section.content article .image,.tax-sotarportalen_category main section.content article .image,.single-sotarportalen main section.content article .image{width:100%;max-width:100%;position:relative;overflow:hidden;margin-bottom:calc(15px * 2)}.post-type-archive-sotarportalen main section.content article .image:before,.tax-sotarportalen_category main section.content article .image:before,.single-sotarportalen main section.content article .image:before{content:"";display:block;height:0;padding-top:56.25%}.post-type-archive-sotarportalen main section.content article .image:not(.image-default) img,.tax-sotarportalen_category main section.content article .image:not(.image-default) img,.single-sotarportalen main section.content article .image:not(.image-default) img{margin:auto;width:auto;height:auto;min-width:1000%;max-width:none;min-height:1000%;max-height:none;position:absolute;left:-10000%;right:-10000%;top:-10000%;bottom:-10000%;z-index:10;transform:scale(0.1)}.post-type-archive-sotarportalen main section.content article .image .byline,.tax-sotarportalen_category main section.content article .image .byline,.single-sotarportalen main section.content article .image .byline{position:absolute;bottom:0;right:0;z-index:12;padding:5px 10px;background-color:#4a4a49;font-size:1.2rem;color:#fff;line-height:1}.post-type-archive-sotarportalen main section.content article h1,.post-type-archive-sotarportalen main section.content article h2,.tax-sotarportalen_category main section.content article h1,.tax-sotarportalen_category main section.content article h2,.single-sotarportalen main section.content article h1,.single-sotarportalen main section.content article h2{font-size:3.2rem;margin-bottom:0;text-align:center}@media screen and (min-width: 576px){.post-type-archive-sotarportalen main section.content article h1,.post-type-archive-sotarportalen main section.content article h2,.tax-sotarportalen_category main section.content article h1,.tax-sotarportalen_category main section.content article h2,.single-sotarportalen main section.content article h1,.single-sotarportalen main section.content article h2{font-size:4.2rem;margin-top:20px}}.post-type-archive-sotarportalen main section.content article .category,.tax-sotarportalen_category main section.content article .category,.single-sotarportalen main section.content article .category{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-bottom:0}.post-type-archive-sotarportalen main section.content article .category span,.post-type-archive-sotarportalen main section.content article .category a,.tax-sotarportalen_category main section.content article .category span,.tax-sotarportalen_category main section.content article .category a,.single-sotarportalen main section.content article .category span,.single-sotarportalen main section.content article .category a{background-color:#f6893d;background-color:var(--color-primary);-ms-flex:0 0 auto;flex:0 0 auto;padding:calc(15px * 0.5) 15px;text-transform:uppercase;color:#fff;font-weight:900}.post-type-archive-sotarportalen main section.content article .category span:after,.post-type-archive-sotarportalen main section.content article .category a:after,.tax-sotarportalen_category main section.content article .category span:after,.tax-sotarportalen_category main section.content article .category a:after,.single-sotarportalen main section.content article .category span:after,.single-sotarportalen main section.content article .category a:after{content:":"}.post-type-archive-sotarportalen main section.content article .content a.read-more,.tax-sotarportalen_category main section.content article .content a.read-more,.single-sotarportalen main section.content article .content a.read-more{display:inline-block;margin-top:0}.post-type-archive-sotarportalen main aside,.tax-sotarportalen_category main aside,.single-sotarportalen main aside{padding-right:calc(15px * 1);padding-left:calc(15px * 1);-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;width:100%}@media screen and (min-width: 1320px){.post-type-archive-sotarportalen main aside,.tax-sotarportalen_category main aside,.single-sotarportalen main aside{-ms-flex:0 0 calc((1/4) * 100%);flex:0 0 calc((1/4) * 100%);max-width:calc((1/4) * 100%);width:calc((1/4) * 100%);padding-left:0;border-left:2px solid #f6893d;border-left:2px solid var(--color-primary);padding-right:calc(15px * 2)}}.post-type-archive-sotarportalen main aside section h3,.tax-sotarportalen_category main aside section h3,.single-sotarportalen main aside section h3{background-color:#f6893d;background-color:var(--color-primary);padding:1rem calc(15px * 1);text-transform:uppercase;color:#fff;margin:0;font-weight:900;font-size:1.8rem;line-height:1.8rem}.post-type-archive-sotarportalen main aside section .content,.tax-sotarportalen_category main aside section .content,.single-sotarportalen main aside section .content{padding:calc(15px * 1)}.post-type-archive-sotarportalen main aside section.categories nav ul,.tax-sotarportalen_category main aside section.categories nav ul,.single-sotarportalen main aside section.categories nav ul{padding:0;margin:0;list-style-type:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.post-type-archive-sotarportalen main aside section.categories nav ul li,.tax-sotarportalen_category main aside section.categories nav ul li,.single-sotarportalen main aside section.categories nav ul li{padding:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.post-type-archive-sotarportalen main aside section.categories nav ul li a,.tax-sotarportalen_category main aside section.categories nav ul li a,.single-sotarportalen main aside section.categories nav ul li a{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;width:100%;font-weight:900;font-size:1.7rem;padding:5px 0;text-decoration:none;border-bottom:1px dotted #231f20;border-bottom:1px dotted var(--color-content-text)}.post-type-archive-sotarportalen main aside section.categories nav ul li a:hover,.tax-sotarportalen_category main aside section.categories nav ul li a:hover,.single-sotarportalen main aside section.categories nav ul li a:hover{color:#f6893d;color:var(--color-primary)}.post-type-archive-sotarportalen main aside section.most-viewed,.tax-sotarportalen_category main aside section.most-viewed,.single-sotarportalen main aside section.most-viewed{margin-top:10px}.post-type-archive-sotarportalen main aside section.most-viewed nav ul,.tax-sotarportalen_category main aside section.most-viewed nav ul,.single-sotarportalen main aside section.most-viewed nav ul{padding:0;margin:0}.post-type-archive-sotarportalen main aside section.most-viewed nav ul li,.tax-sotarportalen_category main aside section.most-viewed nav ul li,.single-sotarportalen main aside section.most-viewed nav ul li{padding:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;margin:0 calc(calc(15px * 1) * -1);padding:calc(calc(15px * 1) * 1);border-bottom:2px solid #f6893d;border-bottom:2px solid var(--color-primary);overflow:hidden;word-wrap:break-word}.post-type-archive-sotarportalen main aside section.most-viewed nav ul li a,.tax-sotarportalen_category main aside section.most-viewed nav ul li a,.single-sotarportalen main aside section.most-viewed nav ul li a{font-weight:400;font-size:1.3rem;line-height:1}.post-type-archive-sotarportalen main aside section.most-viewed nav ul li .image,.tax-sotarportalen_category main aside section.most-viewed nav ul li .image,.single-sotarportalen main aside section.most-viewed nav ul li .image{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;width:25%;margin-right:15px;width:100%;max-width:100%;position:relative;overflow:hidden}@media screen and (min-width: 1320px){.post-type-archive-sotarportalen main aside section.most-viewed nav ul li .image,.tax-sotarportalen_category main aside section.most-viewed nav ul li .image,.single-sotarportalen main aside section.most-viewed nav ul li .image{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%;width:45%}}.post-type-archive-sotarportalen main aside section.most-viewed nav ul li .image:before,.tax-sotarportalen_category main aside section.most-viewed nav ul li .image:before,.single-sotarportalen main aside section.most-viewed nav ul li .image:before{content:"";display:block;height:0;padding-top:56.25%}.post-type-archive-sotarportalen main aside section.most-viewed nav ul li .image img,.tax-sotarportalen_category main aside section.most-viewed nav ul li .image img,.single-sotarportalen main aside section.most-viewed nav ul li .image img{margin:auto;width:auto;height:auto;min-width:1000%;max-width:none;min-height:1000%;max-height:none;position:absolute;left:-10000%;right:-10000%;top:-10000%;bottom:-10000%;z-index:10;transform:scale(0.1)}.post-type-archive-sotarportalen main aside section.most-viewed nav ul li .title,.tax-sotarportalen_category main aside section.most-viewed nav ul li .title,.single-sotarportalen main aside section.most-viewed nav ul li .title{-ms-flex:0 0 75%;flex:0 0 75%;max-width:200px;width:75%;line-height:1}@media screen and (min-width: 1320px){.post-type-archive-sotarportalen main aside section.most-viewed nav ul li .title,.tax-sotarportalen_category main aside section.most-viewed nav ul li .title,.single-sotarportalen main aside section.most-viewed nav ul li .title{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%;width:55%}}.post-type-archive-sotarportalen main aside section.most-viewed nav ul li .title a,.tax-sotarportalen_category main aside section.most-viewed nav ul li .title a,.single-sotarportalen main aside section.most-viewed nav ul li .title a{line-height:1}.post-type-archive-sotarportalen main aside section.most-viewed nav ul li:first-child,.tax-sotarportalen_category main aside section.most-viewed nav ul li:first-child,.single-sotarportalen main aside section.most-viewed nav ul li:first-child{margin-top:calc(calc(15px * 1) * -1)}.post-type-archive-sotarportalen main aside section.most-viewed nav ul li:first-child .image,.post-type-archive-sotarportalen main aside section.most-viewed nav ul li:first-child .title,.tax-sotarportalen_category main aside section.most-viewed nav ul li:first-child .image,.tax-sotarportalen_category main aside section.most-viewed nav ul li:first-child .title,.single-sotarportalen main aside section.most-viewed nav ul li:first-child .image,.single-sotarportalen main aside section.most-viewed nav ul li:first-child .title{padding-top:0}.single-sotarportalen main .content article h1{text-align:center;margin-bottom:10px !important}.single-sotarportalen main .content .content p{margin:calc(15px) 0 !important}.single-sotarportalen main .content .content p:first-child{margin-bottom:25px !important}.single-sotarportalen main .content .content p a{font-weight:inherit;text-decoration:underline}.single-sotarportalen main .content .content .indrag{display:inline-block;width:20px}.single-sotarportalen main .content .content blockquote{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff;padding-left:calc(15px * 8);padding-right:calc(15px * 2);border:none;min-height:90px;font-size:2.5rem;line-height:1.4;margin-top:25px;margin-bottom:25px}.single-sotarportalen main .content .content blockquote:before{position:absolute;top:calc(15px * 1);left:calc(15px * 2);content:"";font-size:22rem;line-height:.75;background-color:#f6893d;background-color:var(--color-primary);width:70px;height:70px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z' class=''%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z' class=''%3E%3C/path%3E%3C/svg%3E")}.single-sotarportalen main .content .content figure figcaption{margin-top:10px;font-style:italic;font-weight:bold}@media screen and (max-width: 576px){.single-sotarportalen main .content .content .wp-block-gallery .blocks-gallery-item{width:100%}.single-sotarportalen main .content .content .wp-block-gallery .blocks-gallery-item figure{display:block}.single-sotarportalen main .content .content .wp-block-gallery .blocks-gallery-item figure img{height:auto}.single-sotarportalen main .content .content .wp-block-gallery .blocks-gallery-item figure figcaption{position:static;padding:0;color:#231f20;color:var(--color-content-text);font-size:1.4rem;background:none}}.single-sotarportalen main .content .share{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;color:#f6893d;color:var(--color-primary)}.single-sotarportalen main .content .share a{border:1px solid #231f20;border:1px solid var(--color-content-text);color:#231f20;color:var(--color-content-text);height:30px;width:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;padding:5px;border-radius:50%;margin-left:5px}.single-sotarportalen main .content .share a:hover{border:1px solid #f6893d;border:1px solid var(--color-primary);background-color:#f6893d;background-color:var(--color-primary)}.single-sotarportalen main .content .share a:hover svg{color:#fff}.single-sotarportalen main .content .share a svg{height:100%}:root{font-size:62.5%}*{box-sizing:border-box}html,body{font-family:"Libre Franklin",sans-serif;font-weight:300;font-size:1.4rem;line-height:1.4;background-color:#fff;color:#231f20}@media screen and (min-width: 576px){html,body{font-size:1.8rem;line-height:1.4}}@media screen and (max-width: 992px){html.primary-navigation-active,body.primary-navigation-active{overflow:hidden}}html .no-scrolling,body .no-scrolling{overflow:hidden}body{overflow-x:hidden}a{color:#231f20}img{max-width:100%;height:auto}strong{font-weight:700}[v-cloak]>*{display:none}
