﻿/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* SLSO COLORS */
/*
SLL-blå
#27769f*/
.bg-color-sllblue {
    background: #27769f;
}
/*SLL-blå - Mörk nyans
#1d526d
SLL-blå - Ljusare nyans
#deeaf0

Kornblå
#154198
Kornblå - Mörk nyans
#0f2d6a

Mörk turkos
#297b7b
Mörk turkos - Mörkare nyans
#1d5656

Olivgrön
#73731d
Olivgrön - Mörk nyans
#505014

Rost-orange
#af5700
Rost-orange - Mörk nyans
#7a3d00

Lila
#612361
Lila - Mörk nyans
#441844

Rosa
#a82b69
Rosa - Mörk nyans
#751e49

Brun
#8e6a00
Brun - Mörk nyans
#634a00

Röd
#a93121
Röd - Mörk nyans
#762217

Beige
#f5f3f0
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: '\201C''\201D''\2018''\2019';
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

button,
input {
    line-height: normal;
}

    button,
    html input[type="button"], /* 1 */
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button; /* 2 */
        cursor: pointer; /* 3 */
    }

        button[disabled],
        input[disabled] {
            cursor: default;
        }

    input[type='checkbox'],
    input[type='radio'] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    input[type='search'] {
        -webkit-appearance: textfield; /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; /* 2 */
        box-sizing: content-box;
    }

        input[type='search']::-webkit-search-cancel-button,
        input[type='search']::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.html-body a {
    text-decoration: underline;
}

    .html-body a:hover {
        text-decoration: none;
    }

/**
    FONTELLO
*/

.icon-print {
    font-size: 20px;
}

/*
	NSP - SLSO
*************************** */
@font-face {
    font-family: 'slso';
    src: url('/Static/font/slso.eot');
    src: url('/Static/font/slso.eot?#iefix') format('embedded-opentype'), url('/Static/font/slso.woff') format('woff'), url('/Static/font/slso.ttf') format('truetype'), url('/Static/font/slso.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'slso';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.data_icon_alternative,
.data_icon_alternative_small {
    display: inline-block;
    position: relative;
    padding-right: 17px;
    padding-right: 1.7rem;
}

    .data_icon_alternative[data-icon]:before,
    .data_icon_alternative_small[data-icon]:before {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: -7px;
    }

    .data_icon_alternative_small[data-icon]:before {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: -6px;
    }
/* Use the following CSS code if you want to have a class per icon */
.icon_share,
.icon_search,
.icon_menu,
.icon_left,
.icon_down,
.icon_up,
.icon_right,
.icon_earth,
.icon_arrow_left,
.icon_arrow_down,
.icon_arrow_up,
.icon_arrow_right {
    font-family: 'slso';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .icon_share:before {
        content: '\21aa';
    }

    .icon_search:before {
        content: '\26b2';
    }

    .icon_menu:before {
        content: '\2261';
    }

    .icon_left:before {
        content: '\25c1';
    }

    .icon_down:before {
        content: '\25bd';
    }

    .icon_up:before {
        content: '\25b3';
    }

    .icon_right:before {
        content: '\25b7';
    }

    .icon_earth:before {
        content: '\25c9';
    }

    .icon_arrow_left:before {
        content: '\25c0';
    }

    .icon_arrow_down:before {
        content: '\25bc';
    }

    .icon_arrow_up:before {
        content: '\25b2';
    }

    .icon_arrow_right:before {
        content: '\25b6';
    }

/* Image sprite */
.generatedcontent .sprite {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

    .generatedcontent .sprite:before {
        position: absolute;
        display: block;
        content: '';
        background-image: url('/Static/img/slso_nsp_sprite.png');
        background-repeat: no-repeat;
    }

    .generatedcontent .sprite.share {
        padding-left: 30px;
        min-height: 24px;
        line-height: 24px !important;
    }

        .generatedcontent .sprite.share:before {
            background-position: 0 0;
            width: 24px;
            height: 24px;
            top: 0;
            left: 0;
        }

    .generatedcontent .sprite.earth {
        padding-left: 24px;
        min-height: 27px;
        line-height: 24px !important;
    }

        .generatedcontent .sprite.earth:before {
            background-position: 0 -33px;
            width: 24px;
            height: 25px;
            top: 50%;
            left: 0;
            margin-top: -12px;
        }

    .generatedcontent .sprite.phone {
        padding-left: 37px;
        min-height: 36px;
        line-height: 36px !important;
    }

        .generatedcontent .sprite.phone:before {
            background-position: 0 -66px;
            width: 31px;
            height: 36px;
            top: 50%;
            left: 0;
            margin-top: -18px;
        }

    .generatedcontent .sprite.email {
        padding-left: 31px;
        min-height: 24px;
        line-height: 24px !important;
    }

        .generatedcontent .sprite.email:before {
            background-position: 0 -112px;
            width: 24px;
            height: 246px;
            top: 50%;
            left: 0;
            margin-top: -12px;
        }

/*
	GENERAL
*************************** */
html {
    height: 100%;
    font-size: 62.5%;
}

body {
    min-height: 100%;
    background-color: #ffffff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    color: #000000;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0 0 6px 0;
}

/* Small mobile only - ex iPhone 5 */
@media only screen and (max-width: 320px) {
    h1 {
        font-size: 24px;
    }
}

h1 {
    font-size: 28px;
    line-height: normal;
    padding-bottom: 20px;
    font-weight: bold;
}

    h1:focus,
    h2:focus {
        outline: none;
        text-decoration: underline;
    }

h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
}

h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 600;
}

h4 {
    font-size: 14px;
    font-weight: 600;
}

img {
    display: block;
}

    img.image,
    .body_content img:not(.map) {
        max-width: 100%;
        height: auto;
    }

a {
    color: #27769f;
    text-decoration: none;
}

    a:focus,
    a:hover,
    a:active {
        text-decoration: underline;
    }

.user_tabbing a:not(.skip):focus {
    outline: 1px solid #000000;
    outline-offset: -1px;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    padding: 0;
    margin: 0 0 25px 0;
}

    p.preamble {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.33;
    }

    p.publish_date {
        font-size: 14px;
        margin: 10px 0 !important;
        padding: 0 !important;
    }

        p.publish_date:first-of-type {
            margin-top: 20px !important;
        }

        p.publish_date:last-of-type {
            margin-bottom: 0 !important;
        }

        p.publish_date span.meta_info {
            font-weight: bold;
        }

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 20px;
    word-wrap: break-word;
}

    .wrapper.main {
        padding-top: 1.5em;
        padding-bottom: 30px;
        overflow-x: hidden;
    }

#content-primary:focus {
    outline: none;
}

/*
	MISC
*************************** */

.expander_block ul > li {
    list-style-type: disc !important;
}

.block_container {
    overflow: auto;
    width: 100%;
}

.body_content .block_container {
    overflow: visible;
}

.main_content .block_container {
    margin: 20px 0;
}

.block_row.full_width .block_container {
    margin: 20px 0 0 0;
}

.aside_content .block_container .block_wrapper,
.related_content .block_container .block_wrapper {
    padding-bottom: 10px;
}

.block_area.extra .block_wrapper .content {
    padding-bottom: 2rem;
}

.aside_content .block_container .block_wrapper p,
.related_content .block_container .block_wrapper p,
.extra .block_wrapper .content_wrapper p,
.news_list .block_wrapper .content_wrapper .content p {
    padding-bottom: 0.2em;
}

.content_wrapper .content {
    padding-bottom: 1rem;
    padding-bottom: 14px;
}

.shadow_right {
    position: relative;
}

    .shadow_right:after {
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        display: block;
        width: 10px;
        content: '';
        background-image: url('/Static/img/shadow_right.png');
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: contain;
    }

    .shadow_right.inner:after {
        left: 0;
    }

.js .relative_links {
    position: relative;
    overflow: visible;
}

.relative_header {
    position: relative;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    border-bottom: 1px solid #d4cec8;
    overflow: visible;
}

.js .flipbox-container.shadow_bottom {
    margin-bottom: 1rem;
}

.js .shadow_bottom:after {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    background-image: url('/Static/img/shadow_bottom.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.border_bottom {
    border-bottom: 1px solid #27769f;
}

    .border_bottom.alternative {
        border-bottom-color: #4e4e4e;
    }

.image.border_bottom {
    margin-bottom: 1em;
}

.content li {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
}

.main .block_wrapper .content_wrapper .relative_links ul li a {
    font-size: 16px;
}

.content p img {
    max-width: 100%;
    height: auto;
}

.main_content.wideblockpage .body_extra .content_wrapper.alternative {
    position: relative;
}

.js .main_content.wideblockpage .body_extra .content_wrapper.alternative:after {
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    background-image: url('/Static/img/shadow_bottom.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.remove_margin {
    margin: 0px !important;
}

.remove_margin_bottom {
    margin-bottom: 0px !important;
}

.remove_padding {
    padding: 0 !important;
}

.remove_padding_bottom {
    padding-bottom: 0px !important;
}

/*
	LAYOUT
*************************** */
.page_wrapper {
    background: #f5f3f0;
    position: relative;
    overflow: visible;
}

    .page_wrapper.bupwrapper {
        overflow: hidden !important;
    }


/*.page_wrapper .bottom_border,
    .bottom_border {
        display: block;
        speak: none;
        height: 12px;
        content: "";
        background-image: url('/Static/img/themeA/background_page_footer.png');
        background-repeat: repeat-x;
    }*/

.sub_nav,
.main_content,
.related_content {
    display: block;
    float: left;
    width: 98.407643312%;
    margin: 0 0.796178344%;
    width: 100%;
    margin: 0;
}

.sub_nav,
.related_content {
    overflow: auto;
}

.mo,
.mo_content {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
}

    .mo .mo_content {
        padding-top: 0;
    }

    .mo .right {
        float: right;
        margin-left: 1.592356688%;
    }

    .mo .left {
        float: left;
        margin-right: 1.592356688%;
    }

.no-js iframe.video {
    display: none;
}

.js iframe.video {
    display: block;
}

/*
	SITE HEADER
*************************** */
header {
    background: #ffffff;
}

.site_header .wrapper {
    position: relative;
    display: block;
    overflow: visible;
    border-bottom: 2px solid #27769f;
    max-width: 1210px !important;
}

    .site_header .wrapper:before {
        content: '';
        display: table;
        clear: both;
    }

    .site_header .wrapper:after {
        content: '';
        display: table;
        clear: both;
    }

.site_header .logo {
    margin: 20px 0 14px 20px;
}

    .site_header .logo img {
        width: auto;
        max-height: 48px;
        max-width: 346px;
    }

        .site_header .logo img[src$='.svg'] {
            height: auto;
            width: 220px;
        }

.campaignlistpage .site_header.logo_has_text.hide_start .logotype_text,
.macrostartpage .site_header.logo_has_text.hide_start .logotype_text,
.startpage .site_header.logo_has_text.hide_start .logotype_text {
    display: none;
}

.campaignlistpage .mobile-menu .wrapper a.logo.hide_start,
.macrostartpage .mobile-menu .wrapper a.logo.hide_start,
.startpage .mobile-menu .wrapper a.logo.hide_start {
    margin-top: 13px;
}

.site_header .logotype_text {
    background-color: #d5e4ec;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin: 11px 0 0 0;
    padding: 0 20px;
    position: relative;
    left: -20px;
    width: 100%;
}

.site_search {
    border: 0 none;
    margin: 0 -3.2%;
    border-top: 1px solid #c3bbb1;
    padding: 0.5em 1.5em 2.5em 1.5em;
}

    .site_search .switch_lang {
        text-align: right;
        width: 22px;
        width: 22rem;
        position: absolute;
        right: 0;
        top: 4px;
    }

    .site_search.cloned .switch_lang {
        display: none;
    }

    .site_search .switch_lang ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .site_search .switch_lang li {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .site_search .search_field {
        width: 100%;
    }

.topmenu {
    float: right;
    content: '';
    position: relative;
    color: #222 !important;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 18px;
    padding-left: 1.8rem;
    background-size: 15px;
}

    .topmenu.wrapper {
        display: flex;
        justify-content: flex-end;
    }

.header_wrapper .topmenu button:before,
.header_wrapper .topmenu a:before {
    position: absolute;
    left: -7px;
    top: 3px;
    font-size: 18px;
}

.header_wrapper .topmenu.readability,
.header_wrapper .topmenu.sign-lang {
    margin-left: 20px;
}

.read-and-sign .topmenu.readability,
.read-and-sign .topmenu.sign-lang {
    margin-left: 0;
}

.topmenu-container--read-sign .topmenu:first-child {
    margin-right: 20px;
}

.topmenu.readability a:hover,
.topmenu.sign-lang a:hover {
    text-decoration: none;
}

.topmenu.readability a:before {
    font-size: 14px !important;
    top: 1px !important;
    left: -4px !important;
}

.topmenu.sign-lang a:before {
    font-size: 15px !important;
    top: -1px !important;
}

.header_wrapper .topmenu.language {
    margin-right: 0;
}

    .header_wrapper .topmenu.language button:before {
        left: -8px;
    }

.cloned .listen {
    margin-right: 20px;
}

.topmenu > span {
    cursor: pointer;
}

.topmenu > button {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.topmenu .language-link {
    color: #000000;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 400;
}

    .topmenu .language-link:before {
        left: -8px;
        line-height: 18px;
    }

    .topmenu .language-link:hover:before {
        text-decoration: none;
    }

.topmenu > button:focus {
    outline: none;
}

    .topmenu > button:focus span {
        text-decoration: underline;
    }

.user_tabbing .topmenu > button:focus {
    outline: 1px solid #000000;
}

.changelanguage {
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 100000;
    width: 330px;
    padding: 20px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    font-size: 13px;
    font-size: 1.3rem;
    border: 1px solid #c3bbb1;
    border-top: 5px solid #222;
    background: #e8e5e1;
}

    .changelanguage:before {
        content: '';
        position: absolute;
        top: -12px;
        right: 15px;
        z-index: 50;
        width: 15px;
        height: 15px;
        margin: 0;
        padding: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background: #222;
    }

    .changelanguage:after {
        content: '';
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 50;
        width: 15px;
        height: 15px;
        margin: 0;
        padding: 0;
        background: #e8e5e1;
    }

    .changelanguage.active {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .changelanguage:focus {
        outline: none;
    }

    .changelanguage .close {
        position: absolute;
        top: 14px;
        right: 14px;
        z-index: 200;
        display: inline-block;
        width: 18px;
        height: 18px;
        overflow: hidden;
    }

        .changelanguage .close:after {
            color: #000000;
            content: '\e803';
            font-family: 'fontello';
            font-weight: normal;
            position: absolute;
            right: 3px;
            top: 10px;
            font-size: 20px;
        }

        .changelanguage .close span {
            position: absolute;
            right: -1000px;
        }

    .changelanguage div.heading {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .changelanguage p {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 2px 0 6px 0;
    }

    .changelanguage a {
        text-transform: none;
    }

.site_search .switch_lang .changelanguage ul,
.toggle_nav_search .switch_lang .changelanguage ul {
    margin: 2px 0 10px;
    padding: 0;
}

    .site_search .switch_lang .changelanguage li,
    .toggle_nav_search .switch_lang .changelanguage ul li {
        display: block;
    }

        .site_search .switch_lang .changelanguage li a,
        .toggle_nav_search .switch_lang .changelanguage ul li a {
            text-transform: none;
            font-size: 13px;
            font-size: 1.3rem;
        }

        .site_search .switch_lang .changelanguage li.lang-active a,
        .toggle_nav_search .switch_lang .changelanguage ul li.lang-active a {
            font-weight: bold;
        }

        .site_search .switch_lang .changelanguage li a:after,
        .toggle_nav_search .switch_lang .changelanguage ul li a:after {
            font-family: 'slso';
            content: '\25b7';
            font-weight: 600;
            font-variant: normal;
            text-transform: none;
            line-height: 0.6;
            display: inline-block;
            speak: none;
            vertical-align: middle;
        }

        .site_search .switch_lang .changelanguage li a:hover,
        .toggle_nav_search .switch_lang .changelanguage ul li a:hover {
            color: #000;
        }

.changelanguage select {
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

#google_translate_element span,
#google_translate_element span * {
    display: inline;
}

.toggle_nav_search .switch_lang.cloned {
    display: inline-block;
    padding-left: calc(97% - 300px);
    vertical-align: top;
    margin-top: 10px;
}

.site_search .switch_lang a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #524a3f;
    text-decoration: none;
    text-transform: uppercase;
    height: 25px;
}

    .site_search .switch_lang a [data-icon] {
        margin-right: 0.5em;
        text-shadow: 1px 1px #fff;
    }

.earthIcon {
    display: none;
    float: left;
}

.language_dropdown {
    display: block;
    border: none;
    background-color: #f5f3f0;
    width: 90px;
    cursor: default;
    color: #222 !important;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}

    .language_dropdown:focus,
    .language_dropdown:active {
        outline: none;
    }

.language_dropdown_container {
    display: inline;
    float: none;
    font-size: 12px;
    font-size: 1.2rem;
}

.site_search label {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #847766;
    text-shadow: 1px 1px #fff;
    line-height: 1.5;
}

.site_search .mo_content.container {
    background: #fff;
}

.site_search .mo_content.search {
    border: 1px solid #666666;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 0;
}

.site_search .input_site_search {
    -webkit-appearance: none;
    border: 0 none;
    margin: 0;
    padding: 6px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    width: 100%;
    height: 26px;
}

.site_search .input_search_button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 0 none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #27769f;
    height: 40px;
    width: 57px;
}

.site_header .toggle_nav_search {
    display: none;
}

/*
	MAIN NAVIGATION
*************************** */
.main_nav {
    background: #27769f;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
}

.main_nav_container {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    /*align-items: center;*/
}

.js .main_nav {
    display: none;
}

.main_nav ul {
    display: block;
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    overflow: visible;
    max-width: 1240px;
}

.main_nav li {
    display: block;
    overflow: auto;
    background: #fff;
}

.main_nav ul.parent li > a {
    z-index: 2;
}

.main_nav ul.parent > li.keyboard-active.has_child {
    position: relative;
}

    .main_nav ul.parent > li.keyboard-active.has_child:before {
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        display: block;
        width: 1px;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .main_nav ul.parent > li.keyboard-active.has_child:after {
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        display: block;
        width: 10px;
        height: 100%;
        margin: 0;
        padding: 0;
    }

.main_nav a {
    display: block;
    margin: 0;
    padding: 13px 7px;
    color: #222;
    text-decoration: none;
}

.main_nav ul.parent > li.active a {
    position: relative;
}

.main_nav ul.parent > li.active.has_child > .mo a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.main_nav ul.parent > li.keyboard-active.has_child > .mo a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -10px;
    display: block;
    width: 10px;
    height: 1px;
    margin: 0;
    padding: 0;
}

.main_nav li.has_child a {
    float: left;
    width: 98%;
}

.main_nav li.has_child span.expand {
    display: block;
    float: right;
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.main_nav li.has_child .child li span.expand {
    display: none;
}

.main_nav li.has_child .child li.has_child span.expand {
    display: block;
}

.main_nav li.has_child .child li.has_child .thirdLevel span.expand {
    display: none;
}

.main_nav a:focus {
    text-shadow: none;
}

.main_nav li.current > a,
.main_nav li.active > a,
.main_nav a:hover,
.main_nav a:active,
.main_nav li:hover a {
    text-shadow: none;
}

.main_nav li ul.child {
    background: #fff;
    text-transform: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    min-width: 100%;
}

    .main_nav li ul.child li {
        float: none;
        clear: left;
        border-bottom: 1px solid #d4cec8;
    }

        .main_nav li ul.child li a {
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: 400;
            color: #222;
            text-shadow: none;
            margin: 0;
            padding: 0.8em 5%;
            white-space: nowrap;
            max-width: 90%;
        }

        .main_nav li ul.child li .thirdLevel li a {
            color: #222;
            font-weight: 400;
            text-shadow: none;
        }

        .main_nav li ul.child li a:focus,
        .main_nav li ul.child li a:hover,
        .main_nav li ul.child li a:active {
            color: #27769f;
        }

/*
    INTERNETPSYKIATRI
 ************************* */
.internetPsykiatri > .branchLeft {
    left: 0;
    top: 0;
    float: left;
    position: absolute;
    display: none;
}

.internetPsykiatri > .branchRight {
    right: 0;
    top: 0;
    float: right;
    position: absolute;
    display: none;
}

/*
    Block Width
*************************** */
.block_row {
    margin: 0 auto 20px auto;
    max-width: 1170px;
}

    .block_row.full_width {
        margin: 20px auto 0 auto;
        max-width: 100%;
        width: 100%;
    }

        .block_row.full_width .block_wrapper {
            background-color: transparent;
        }

        .block_row.full_width .block_wrapper {
            max-width: 100%;
            width: 100%;
        }

    .block_row .full,
    .block_row .twoThird,
    .block_row .half,
    .block_row .oneThird {
        width: 100% !important;
    }

.featured .block_area.split_content,
.featured .block_area.related_list {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.featured .block_area.split_content {
    overflow: hidden;
}

    .featured .block_area.split_content p {
        padding-bottom: 0;
    }

    .featured .block_area.split_content .background_container {
        background-position: 50% 50%;
        background-size: cover;
        height: 335px;
        position: relative;
    }
    /* WIDE IMAGE BLOCK */

    .background_container .heading,
    .rgba .featured .block_area.split_content .background_container .content .heading,
    .rgba .featured .block_area.split_content .carousel .content .heading,
    .featured .block_area.split_content .carousel .background_container .heading {
        font-size: 36px;
        font-weight: 500;
        margin: 0;
        padding: 0.2em 0 0.225em 0;
    }

    /* CAROUSEL */
    .featured .block_area.split_content .background_container.old .content {
        bottom: 0px;
    }

    .featured .block_area.split_content .background_container.old .related {
        bottom: 0px;
    }

    .featured .block_area.split_content .background_container .content,
    .featured .block_area.split_content .carousel .content {
        position: absolute;
        max-height: 250px;
        min-height: 110px;
        right: 0;
        bottom: 0;
        left: 0;
        background: #f5f3f0;
        padding: 10px 30px 80px 30px;
        padding: 1rem 3rem 8rem 3rem;
    }

.rgba .featured .block_area.split_content .background_container .content,
.rgba .featured .block_area.split_content .carousel .content {
    color: #fff;
}

    .rgba .featured .block_area.split_content .background_container .content .heading,
    .rgba .featured .block_area.split_content .background_container .content p,
    .rgba .featured .block_area.split_content .background_container .content a,
    .rgba .featured .block_area.split_content .carousel .content .heading,
    .rgba .featured .block_area.split_content .carousel .content p,
    .rgba .featured .block_area.split_content .carousel .content a {
        color: #fff;
    }

.featured .block_area.split_content .carousel .background_container .heading,
.featured .block_area.split_content .carousel .content .heading {
    -ms-word-break: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    padding-top: 0;
}

.featured .block_area.split_content .carousel .background_container p,
.featured .block_area.split_content .carousel .content p {
    font-size: 17px;
    font-size: 1.7rem;
}

.featured .block_area.split_content .background_container a,
.featured .block_area.split_content .carousel a {
    font-weight: 600;
}

    .featured .block_area.split_content .background_container a:after,
    .featured .block_area.split_content .carousel a:after {
        line-height: 0.65;
    }

.featured .block_area.split_content .background_container .related,
.featured .block_area.split_content .carousel .related {
    position: absolute;
    bottom: 0px;
    left: 15px;
    left: 1.5rem;
    line-height: 1.35;
    background: #27769f;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    padding: 1rem 1rem 1rem 2rem;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
}

.featured .teaserIntro {
    margin-right: 1em;
}

.block_area.related_list {
    padding-bottom: 2rem;
    overflow: hidden;
}

    .block_area.related_list.shadow_right.inner:after {
        display: none;
    }

    .block_area.related_list h2,
    .block_area.related_list h3 {
        margin: 0 0 15px 0;
        margin: 0 0 1.5rem 0;
        padding: 30px 0 0 40px;
        padding: 3rem 0 0 4rem;
        color: #003565;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        text-transform: uppercase;
        background-position: 100%;
        background-repeat: no-repeat;
    }

    .block_area.related_list img {
        margin-right: 0;
        margin-left: auto;
        display: block;
    }

    .block_area.related_list a.first {
        padding-left: 65px;
        padding-left: 6.5rem;
        font-weight: 700;
        color: #ff5c1c;
        background: #fff;
        background-image: url('/Static/img/headline_plus_emergency.png');
        background-repeat: no-repeat;
        background-position: 20px 5px;
    }

    .block_area.related_list a.second {
        padding-left: 65px;
        padding-left: 6.5rem;
        background-image: url('/Static/img/related_list_jour.png');
        background-repeat: no-repeat;
        background-position: 20px 5px;
    }

        .block_area.related_list a.second.no_icon,
        .block_area.related_list a.first.no_icon {
            color: #003565;
            font-weight: 600;
            padding-left: 20px;
            padding-left: 2rem;
            background-image: none;
            background: none;
            background-repeat: no-repeat;
        }

    .block_area.related_list ul {
        padding: 0;
        margin: 0;
        list-style: none outside;
    }

        .block_area.related_list ul li {
            border-top: 1px solid #fff;
        }

    .block_area.related_list li a {
        display: block;
        position: relative;
        padding: 10px 10px 10px 20px;
        padding: 1rem 1rem 1rem 2rem;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        color: #003565;
        min-height: 22px;
    }

        .block_area.related_list li a:after {
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -0.5em;
            font-family: 'slso';
            speak: none;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            content: '\25b7';
        }

.wrapper.blocks .block_area.extra .block_wrapper .border_top {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #27769f;
}

.wrapper.blocks .block_area.extra .block_wrapper .content_wrapper.alternative .image.shadow {
    visibility: hidden;
}

.block_wrapper div.image.shadow {
    width: 100%;
    height: 20px;
    height: 2em;
    background-image: url('/Static/img/shadow_top_border_left-right.png');
    background-position: 0 0;
    content: ' ';
    display: block;
    background-repeat: repeat-x;
    background-size: 100% 35px;
}

.wrapper.blocks .block_area.extra .block_wrapper .content h2 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-bottom: 0;
    padding: 0.2em 0 0.225em 0;
}

.wrapper.blocks .block_area.extra .block_wrapper .alternative .content h2 {
    padding: 0.7em 0 0 0;
}

/*
    SPINNING / FLIP BLOCKS Internetpsykiatri
*************************** */
.flip_blocks {
    height: 200px;
    position: relative;
}

    .flip_blocks.flip-front h2 {
        text-align: center;
        vertical-align: middle;
        color: #27769f;
        font-weight: normal;
        font-size: 26px;
        font-size: 2.4rem;
    }

    .flip_blocks h3 {
        vertical-align: middle;
        color: #27769f;
        font-weight: normal;
        text-align: center;
    }

    .flip_blocks.flip-back h3 {
        text-align: left;
    }

    .flip_blocks.flip-front h3 {
        font-style: italic;
    }

    .flip_blocks div.centeredHeading {
        padding-top: 16%;
    }

    .flip_blocks .flip_arrow {
        position: absolute;
        right: 8px;
        bottom: 2px;
    }

        .flip_blocks .flip_arrow img {
            display: inline-block;
            margin-left: 2px;
        }

        .flip_blocks .flip_arrow span {
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 1.5;
            color: #27769f;
        }

            .flip_blocks .flip_arrow span:hover {
                cursor: pointer;
            }

    .flip_blocks a:hover h3,
    .flip_blocks a:hover h2,
    .flip_blocks a:hover p {
        color: #0179ff;
    }

    .flip_blocks .content {
        margin-left: 10%;
        margin-right: 10%;
    }

.flip-back {
    background-color: #f5f3f0;
}

    .flip-back .content {
        margin-top: 10%;
    }

        .flip-back .content a p {
            width: auto;
            height: 90px;
        }

.flipbox-container {
    position: relative;
    height: 200px;
    border: 1px solid #c3bbb1;
    box-sizing: border-box;
}

    .flipbox-container .content_link_icon_right {
        padding: 0;
        bottom: 17px;
        position: absolute;
    }

.flip_blocks {
    background-repeat: no-repeat;
}

.Bakgrundstyp1 {
    background-image: url('/Static/img/InternetPsykiatri/branchLeftBackgroundFlipBlocks.png');
}

.Bakgrundstyp2 {
    background-image: url('/Static/img/InternetPsykiatri/branchRightBackgroundFlipBlocks.png');
    background-position: 100% 0%;
}

.Ingenbakgrund {
    background-image: none;
}

/*
	MAIN CONTENT
*************************** */
.main_content p a:not(.print-button) {
    text-decoration: underline;
}

.main_content p a:hover {
    text-decoration: none !important;
}

.body_content ol li,
.body_content ul li {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .body_content ol li,
    .body_content ul li {
        font-size: 14px;
    }
}

.body_content ol,
.body_content ul,
.main_body ol,
.main_body ul,
.main_content ul {
    margin: 0 0 10px 20px;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
}

.body_content ul,
.main_body ul,
.main_content ul {
    list-style: disc outside;
}

    .body_content ul li,
    .body_content ol li,
    .main_body ul li,
    .main_body ol li,
    .main_content ul li,
    .main_content ol li {
        padding-bottom: 10px;
        padding-bottom: 1rem;
    }

        .main_content ul li p.news_list.date_time,
        .main_content ol li p.news_list.date_time {
            font-style: italic;
            color: #888888;
            font-size: 14px;
            font-size: 1.4rem;
        }

        .main_content ul li p,
        .main_content ul li h2,
        .main_content ol li p,
        .main_content ol li h2 {
            margin: 0;
            padding: 0 0 0.5em 0;
            line-height: 1.5;
        }

        .main_content ul li a,
        .main_content ol li a {
            color: #222;
            text-decoration: none;
        }

.main_content .body_extra {
    margin: 20px 0;
}

    .main_content .block_container .block_wrapper,
    .main_content .body_extra .block_wrapper {
        margin-bottom: 20px;
    }

        .main_content .body_extra .block_wrapper:last-of-type {
            margin-bottom: 0;
        }

    .main_content .body_content ul li a,
    .main_content .body_content ol li a,
    .main_content .body_extra ul li a,
    .main_content .body_extra ol li a {
        color: #27769f;
        text-decoration: none;
    }

        .main_content .body_content ul li a:hover,
        .main_content .body_content ol li a:hover {
            text-decoration: underline;
        }

.main_content ol {
    margin: 0 0 10px 20px;
    padding: 0;
    list-style: disc outside;
    list-style-type: decimal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.main_content .content_wrapper {
    padding: 0;
}

    .main_content .content_wrapper.pennant_top .content {
        padding: 0 5% 3% 5%;
    }

.boxshadow .main_content .content_wrapper .content.shadow_bottom {
    margin-bottom: 0;
    border-bottom: 0 none;
    overflow: auto;
}

    .boxshadow .main_content .content_wrapper .content.shadow_bottom:after {
        display: none;
    }

.main_content_footer {
    border-top: 1px solid #d4c7b4;
    margin-top: 1em;
    padding: 2em 0 1em 0;
}

    .main_content_footer p {
        font-size: 12px;
        font-size: 1.2rem;
        font-style: italic;
    }

        .main_content_footer p.register_vote {
            font-weight: 700;
            font-style: normal;
            color: #6b6153;
            text-transform: uppercase;
        }

            .main_content_footer p.register_vote span {
                display: block;
            }

    .main_content_footer a.share_page {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #6b6153;
        text-transform: uppercase;
        text-decoration: none;
    }

        .main_content_footer a.share_page [data-icon] {
            margin-right: 0.5em;
        }

        .main_content_footer a.share_page:focus,
        .main_content_footer a.share_page:hover,
        .main_content_footer a.share_page:active {
            color: #222;
        }

    .main_content_footer p.register_vote a {
        display: inline-block;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1;
        color: #fff;
        background: #62a622;
        border-radius: 5px;
        margin: 0.5em 1em 0 0;
        padding: 0.3em 0.6em 0.5em 0.6em;
    }

/*
	WIDE BLOCK PAGE SPECIFICS
*************************** */
.main_content.wideblockpage .body_content {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

/*
	RELATED INFORMATION
*************************** */
.related_content .block_wrapper {
    width: 100%;
}

.related_content a {
    font-weight: 600;
}

.related_content .relative_links a {
    font-weight: 400;
}

.related_content .border_top {
    border-top-width: 3px;
    border-top-style: solid;
}

.related_content_mobile.hide-for-large-up .content_wrapper {
    margin: 10px 0;
}

.border_top.standard {
    border-top: 3px solid #27769f;
}

.related_content .content_wrapper {
    overflow: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .related_content .content_wrapper .image {
        padding-bottom: 10px;
        width: 100%;
    }

    .related_content .content_wrapper.shadow_top .content {
        margin-top: -7%;
        margin-top: -0.7rem;
    }

    .related_content .content_wrapper .content.list_content ul {
        margin: 2px 0 20px 0;
        margin: 0.2rem 0 2rem 0;
        padding: 0;
        list-style: none outside;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }

        .related_content .content_wrapper .content.list_content ul li a:before,
        .block_area.news_list .content_wrapper .content.list_content ul li a:before,
        .block_area.extra .content_wrapper .content.list_content ul li a:before {
            font-family: 'slso';
            content: '\25b7';
            font-weight: 600;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            position: absolute;
            right: 0;
            font-size: 14px;
            font-size: 1.4rem;
            speak: none;
        }

.main_content .content_wrapper .content.list_content ul li a:before {
    font-family: 'slso';
    content: '\25b7';
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    speak: none;
}

.related_content .content_wrapper.alternative .content {
}

.content_wrapper.pennant_top {
    box-shadow: inset 0 1px 0 #fff, inset 0 2px 0 #c3bbb1;
    margin-bottom: 1em;
}

    .content_wrapper.pennant_top .content h2 {
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        font-size: 1.8rem;
        padding-top: 10px;
        padding-top: 1rem;
        padding-bottom: 16px;
        padding-bottom: 1.6rem;
    }

.wrapper.blocks .block_area.extra .block_wrapper .content_wrapper.pennant_top .content h2 {
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.generatedcontent .content_wrapper.pennant_top .content h2 {
    position: relative;
    padding-left: 36px;
}

    .generatedcontent .content_wrapper.pennant_top .content h2:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 26px;
        height: 38px;
        content: '';
    }

/*
	RELATED INFORMATION (MAIN AND RIGHT COLUMN)
*************************** */
.content_wrapper.alternative .content h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    font-style: normal;
    color: #4e4e4e !important;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding-top: 15px;
}

.page_footer .content_wrapper.alternative .content h2,
.page_footer .content_wrapper .content h2 {
    color: #000000 !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 5px;
    padding: 0 !important;
}

.aside_content .content_wrapper.alternative .content h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    color: #003565 !important;
    padding-top: 15px;
}

.aside_content .content_wrapper .content h2 {
    font-size: 18px;
}

.content_wrapper.alternative .content p {
}

.content_wrapper.alternative .content a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}

.page_footer .content_wrapper.alternative .content a,
.page_footer .content_wrapper .content a {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: normal;
    color: #27769f !important;
    text-decoration: underline !important;
}

    .page_footer .content_wrapper .content a.icon-link-ext {
        text-decoration: none !important;
    }

    .page_footer .content_wrapper.alternative .content a:hover,
    .page_footer .content_wrapper .content a:hover {
        text-decoration: none !important;
    }

.page_footer .content_wrapper .content h2:before {
    font-size: 20px;
    margin: 0;
}

.page_footer .content_wrapper .content h2.icon-location {
    margin-left: -3px;
}

.content_wrapper.alternative.care_contact .content h2 {
    background-image: url('/Static/img/headline_arrows_left-right.png');
    background-position: 0 10px;
    background-position: 0 1rem;
    min-height: 38px;
    background-repeat: no-repeat;
    padding-left: 41px !important;
}

.content h2.background_icon {
    background-image: url('/Static/img/rss.png');
    background-position: 0 35%;
    background-size: 24px;
    min-height: 38px;
    background-repeat: no-repeat;
    padding-left: 34px !important;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.content_wrapper.alternative.emergency .content {
    cursor: pointer;
    cursor: hand;
}

    .content_wrapper.alternative.emergency .content h2 {
        text-shadow: 1px 1px #fff;
        background-image: url('/Static/img/headline_plus_emergency.png');
        background-position: 0 10px;
        background-position: 0 1rem;
        min-height: 35px;
        background-repeat: no-repeat;
        padding-left: 41px !important;
    }

    .content_wrapper.alternative.emergency .content a {
        color: #ff5c1c;
    }

.related_content.wideblockpage.block_container.block_wrapper {
    display: inline-block;
    width: 22%;
}

.content_wrapper.alternative.headerwithhover .content {
    background-color: transparent !important;
    padding: 0;
    border-top: none;
    cursor: pointer;
    width: 100%;
}

    .content_wrapper.alternative.headerwithhover .content a {
        position: absolute;
        bottom: 15px;
        bottom: 1.5em;
        right: 5px;
        right: 0.5em;
    }

    .content_wrapper.alternative.headerwithhover .content h2 {
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: uppercase;
        padding: 10px 0 15px 10px;
        padding: 1em 0 1.5em 1em;
        margin: 0;
    }

    .content_wrapper.alternative.headerwithhover .content .header_container {
        background: #f5f3f0;
        background-image: url('/Static/img/rightArrow.png');
        background-position: 95% 50%;
        background-position: top 50% right 20px;
        background-repeat: no-repeat;
        position: relative;
        height: 45px;
    }

    .content_wrapper.alternative.headerwithhover .content .text-container {
        width: 100%;
        height: 100px;
        overflow: hidden;
        display: none;
    }

    .content_wrapper.alternative.headerwithhover .content .top_test {
        -webkit-transition: height 0.4s;
        -moz-transition: height 0.4s;
        transition: height 0.4s;
        position: absolute;
        bottom: 0;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #ff5c1c;
        display: none;
    }

    .content_wrapper.alternative.headerwithhover .content:hover .top_test {
        height: 5px;
        display: none;
    }

.headerwithhover .content_link_icon_right {
    display: none;
}

.js .headerwithhover .shadow_bottom {
    margin-bottom: 0;
    border-bottom: none;
    overflow: hidden;
}

.content_wrapper.alternative.quotes .content {
    background-image: url('/Static/img/background_alternative_quotes.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.content_link_icon_right {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.35;
}

    .content_link_icon_right a:after,
    a.content_link_icon_right:after {
        font-family: 'slso';
        content: '\25b7';
        font-weight: 600;
        font-variant: normal;
        text-transform: none;
        line-height: 0.6;
        display: inline-block;
        speak: none;
        vertical-align: middle;
    }

a.content_link_icon_right:after {
    font-style: normal;
    line-height: 1;
}

.extra .image {
    padding-bottom: 10px;
}

/*
    BENEFIT OF SITE & COMMENTS
 ************************** */
.benefit {
    background: #ffffff;
    border-top: 6px solid #27769f;
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    overflow: auto;
    padding: 8px 15px;
}

    .benefit .button-container {
        margin-top: 15px;
        min-width: 220px;
    }

    .benefit button,
    .comments_shadow_container button {
        border: 1px solid #27769f;
        border-radius: 22.5px;
        background: #ffffff;
        float: left;
        height: 42px;
        cursor: pointer;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        color: #000000;
        padding: 0;
        width: 100px;
    }

        .benefit button:hover,
        .comments_shadow_container button:hover,
        .benefit button:focus,
        .comments_shadow_container button:focus {
            background: rgba(39, 118, 159, 0.1);
        }

        .benefit button.button-yes {
            margin-left: 0;
        }

            .benefit button.button-yes:before {
                color: #6dd400;
                margin: 0 5px 0 0;
            }

        .benefit button.button-no {
            margin-left: 10px;
            padding-right: 3px;
        }

            .benefit button.button-no:before {
                color: #a93121;
                margin: 0 3px 0 0;
                top: 2px;
            }

            .benefit button.button-yes:before,
            .benefit button.button-no:before {
                font-size: 18px;
                position: relative;
                top: 1px;
            }

.benefit_result {
    padding-top: 20px;
    padding-top: 2rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
}

.benefit .benefit_question {
    line-height: 1.44;
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    width: 100%;
}

.standard_layout .main_content .benefit .benefit_question {
    margin: 0;
}

.no-js .benefit .benefit_question {
    width: 100%;
    padding-bottom: 0;
}

.benefit input:checked + label {
    opacity: 0.5;
}

.comments_shadow_container {
    display: block;
    position: relative;
    overflow: visible;
    background: #ffffff;
    margin: 0 0 20px 0;
    top: -138px;
}

.js .comments_shadow_container {
    display: none;
}

.comments_shadow_container .close_comment {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 21px;
    height: 20px;
    cursor: pointer;
}

    .comments_shadow_container .close_comment.icon-cancel:before {
        font-size: 18px;
        margin: 0;
    }

.comments_wrapper {
    overflow: auto;
    padding: 8px 15px;
}

    .comments_wrapper h3 {
        font-size: 18px;
        font-weight: normal;
        padding: 0 0 6px 0;
        width: calc(100% - 20px);
    }

    .comments_wrapper p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        max-width: 98%;
        float: left;
    }

    .comments_wrapper .text-button-container {
        width: 100%;
    }

    .comments_wrapper textarea {
        padding: 10px;
        margin: 0;
        border-radius: 2px;
        border-color: #000000;
        height: 44px;
        font-size: 12px;
        width: calc(100% - 22px);
    }

    .comments_wrapper button {
        margin: 10px 0 0 0;
        padding: 0;
        width: 100px;
    }

.no_js_benefit {
    overflow: auto;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.js .no_js_benefit {
    display: none;
}

.no_js_benefit input[type='radio'],
.no_js_benefit .no_js_label {
    display: block;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-right: 5px;
    margin-right: 0.5rem;
}

.no_js_benefit input[type='radio'] {
    height: 25px;
}

.js .no_js_benefit input[type='radio'],
.js .no_js_benefit .no_js_label {
    display: none;
}

.no-js .benefit button {
    display: none;
}

/*
	PAGE FOOTER
*************************** */
.page_footer {
    background: #ffffff;
    border-top: 8px solid #27769f;
}

    .page_footer .block_container {
        margin: 0;
    }

    .page_footer h2 {
        color: #222222;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 10px;
        margin-bottom: 1rem;
    }

    .page_footer.contact .wrapper,
    .flexbox .page_footer.contact .wrapper {
        display: block;
        text-align: center;
        padding-top: 20px;
        padding-top: 2rem;
        padding-bottom: 10px;
        padding-bottom: 1rem;
        min-height: 163px;
    }

        .page_footer.contact .wrapper p {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.5;
        }

            .page_footer.contact .wrapper p strong {
                display: block;
            }

            .page_footer.contact .wrapper p.contact_extra {
                line-height: 36px;
            }

            .page_footer.contact .wrapper p span {
                display: block;
            }

                .page_footer.contact .wrapper p span.phone_text.separator {
                    display: none;
                }

                .page_footer.contact .wrapper p span .sprite_background {
                    display: inline-block;
                    height: 36px;
                    background-image: url('/Static/img/slso_nsp_sprite.png');
                    background-repeat: no-repeat;
                }

                    .page_footer.contact .wrapper p span .sprite_background.phone {
                        background-position: 0 -66px;
                        padding-left: 37px;
                    }

                    .page_footer.contact .wrapper p span .sprite_background.email {
                        background-position: 0 -106px;
                        padding-left: 32px;
                    }

    .page_footer ul {
        list-style-type: none;
        padding: 0;
        overflow: auto;
    }

    .page_footer .content {
        padding: 20px 20px 0 20px;
        font-size: 16px;
    }

        .page_footer .content p {
            font-size: 16px;
            margin: 0 0 15px 0;
            padding: 0;
        }

        .page_footer .content .content_link_icon_right a:after,
        .page_footer .content a.content_link_icon_right:after {
            content: '';
        }

    .page_footer .content_wrapper.alternative .content p.content_link_icon_right a {
        text-decoration: underline;
    }

    .page_footer .content_wrapper.alternative .content p.content_link_icon_right a,
    .page_footer .content p.content_link_icon_right {
        font-size: 16px;
        font-weight: normal;
    }

        .page_footer .content_wrapper.alternative .content p.content_link_icon_right a:hover,
        .page_footer .content_wrapper.alternative .content p.content_link_icon_right:hover {
            text-decoration: none !important;
        }

    .page_footer .content .content_wrapper .image {
        display: none;
    }

    .page_footer .content .content_wrapper .content {
        width: 100%;
        padding: 0;
        border: 0 none;
        overflow: hidden;
        margin: 0;
    }

        .page_footer .content .content_wrapper .content.shadow_bottom:after {
            display: none;
        }

    .page_footer .content.first {
        border-top: 0 none;
    }

    .page_footer .puff-block .content_link_icon_right {
        margin: 8px 0 0 0 !important;
    }

    .page_footer .border_top.standard {
        border-top: none;
    }

    .page_footer .content.third ul li a {
        position: relative;
        padding-right: 17px;
        padding-right: 1.7rem;
    }

    .page_footer .content.fourth {
        border-bottom: 0 none;
    }

        .page_footer .content.fourth a img {
            height: auto;
            max-width: 100%;
        }

    .page_footer .content ul li {
        margin-bottom: 10px;
        margin-bottom: 1rem;
        font-size: 14px;
        font-weight: 700;
    }

        .page_footer .content ul li:last-child {
            margin-bottom: 0;
        }

    .page_footer .block_wrapper .puff-block .puff-block_image {
        display: none;
    }

    .page_footer .block_container .puff-block .content,
    .page_footer .block_container .puff-block .content h2,
    .page_footer .block_container .puff-block .content h2:before,
    .page_footer .block_container .puff-block .content a span,
    .page_footer .block_container .puff-block .content a,
    .page_footer .block_container .puff-block .content a:before,
    .page_footer .block_container .puff-block .content a.footer_puff_link,
    .page_footer .block_container .puff-block .content a.footer_puff_link:before {
        background-color: #ffffff !important;
        color: #000000 !important;
    }

/*
	FLUID VIDEO CONTAINER
*************************** */
.fluid-width-video-wrapper {
    margin-bottom: 1.5em;
}

/*
    XFORMS
*************************** */
.xform table {
    display: block;
    width: 100%;
    max-width: 300px;
}

    .xform table tr {
        display: block;
        padding-bottom: 16px;
        padding-bottom: 1.6rem;
    }

        .xform table tr td {
            display: block;
        }

.xform fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.xform legend {
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
}

.xform label {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
}

.xform .radiobutton_field label,
.xform .checkbox_field label {
    line-height: 2;
    font-weight: 400;
}

.xform input[type='text'],
.xform input[type='url'],
.xform input[type='tel'],
.xform input[type='number'],
.xform input[type='email'],
.xform input[type='search'],
.xform textarea {
    width: 100%;
    max-width: 300px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    outline: 0 none;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.55);
    line-height: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    padding: 0.4rem;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.xform textarea {
    min-height: 125px;
    line-height: 1.35;
    -moz-appearance: textarea;
    -webkit-appearance: textfield-multiline;
    appearance: textarea;
}

.xform select {
    width: 100%;
    max-width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.xform input[type='checkbox'] {
    display: inline;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

.xform input[type='radio'] {
    display: inline;
    -moz-appearance: radio;
    -webkit-appearance: radio;
    appearance: radio;
}

.xform button,
.xform input[type='button'],
.xform input[type='submit'] {
    width: auto;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    border-radius: 4px;
    outline: 0 none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 22px;
    padding: 0.8rem 2.2rem;
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    background: #eee; /* Fallback */
    text-align: center;
    cursor: pointer;
}

    .xform button:hover,
    .xform button:focus,
    .xform input[type='button']:hover,
    .xform input[type='button']:focus,
    .xform input[type='submit']:hover,
    .xform input[type='submit']:focus {
        border-color: #bbb;
        border-bottom-color: #999;
        background: #ddd;
    }

    .xform button:active,
    .xform input[type='button']:active,
    .xform input[type='submit']:active {
        border-color: #aaa;
        border-bottom-color: #888;
        box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
        padding: 9px 22px 7px 22px;
        padding: 0.9rem 2.2rem 0.7rem 2.2rem;
    }

/*
    Formblock
*********************/
.form_block {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
}

.related_content .form_block textarea {
    width: 100%;
}

/*
    Video block
*************************/
.video-block,
.video-block h2,
.video-block a {
    background-color: #ffffff;
    color: #000000;
}

    .video-block .content {
        padding: 15px 20px 24px 20px;
    }

        .video-block .content p {
            margin: 0 !important;
        }

    .video-block h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
    }

    .video-block p {
        font-size: 16px;
        line-height: 1.38;
    }

/*
    Youtube size
*************************/
.you-tube-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .you-tube-container iframe,
    .you-tube-container object,
    .you-tube-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*
    EPiServer view fixes
*************************/
/*.wrapper.blocks .block_area .overflow-hidden,
.internetPsykiatri .wrapper .extraPuffs .overflow-hidden {
	overflow: hidden !important;
}*/

.flip_blocks_area .epi-injected-minSize {
    min-height: 0 !important;
}

.main_content .right-container {
    display: none;
}

.main_content .print-button:hover,
.main_content .print-button:focus {
    text-decoration: none;
}

.main_content .print-button .icon-print:before {
    color: #000000;
    font-size: 26px;
    margin: 0;
}

.main_content .print-button:hover:before {
    opacity: 0.6;
}

/*
    IE8 fix
******************/
.ie8-only {
    display: none;
}

/*
    Slider
******************/
.carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.owl-theme .owl-controls {
    z-index: 2;
    position: relative;
    margin-top: -62px;
    text-align: center;
    width: 46%;
    margin-left: auto;
    margin-right: auto;
}

    .owl-theme .owl-controls .owl-buttons div {
        background: none repeat scroll 0 0 #2b2b2b;
        color: #ffffff;
        opacity: 0.7;
        border: 1px solid #e0dad4;
    }

    .owl-theme .owl-controls .owl-page span {
        background: none repeat scroll 0 0 #2b2b2b;
        color: #ffffff;
        opacity: 0.7;
        border: 1px solid #e0dad4;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        opacity: 0.7;
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=70); /*IE7 fix*/
        opacity: 0.7;
        text-decoration: none;
    }

    .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=70); /*IE7 fix*/
        opacity: 0.7;
    }

    .owl-theme .owl-controls .owl-page.active span {
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.45;
    }

/* COOKIE BANNER */
#cookie_banner {
    background-color: #f5f3f0;
}

    #cookie_banner div {
        margin: 0 3%;
    }

    #cookie_banner p {
        color: #000000;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 12px 0;
        width: 1240px;
    }

        #cookie_banner p,
        #cookie_banner p span {
            font-size: 12px;
        }

            #cookie_banner p a {
                color: #000000;
                font-size: 12px;
                text-decoration: underline;
                font-weight: normal;
            }

                #cookie_banner p a:hover {
                    text-decoration: none;
                }

    #cookie_banner input {
        margin-left: 0;
        margin-top: 16px;
        padding: 8.5px 20px;
        width: 100%;
    }

/* BUTTON PRIMARY */
.button-primary {
    background-color: transparent;
    color: #000000;
    border: 1px solid #27769f;
    border-radius: 22px;
    padding: 10.5px 20px;
    font-size: 14px;
    font-weight: bold;
}

    .button-primary:focus {
        background-color: #27769f;
        color: #ffffff;
        text-decoration: none;
    }

    .button-primary:active {
        background-color: #deeaf0 !important;
        color: #000000 !important;
    }

    .button-primary:focus {
        outline: none;
    }

.user_tabbing .button-primary:focus {
    outline: 1px solid #000000;
}

.block_wrapper {
    overflow: hidden;
}

.body_content .block_wrapper {
    overflow: visible;
}

body ul.ui-autocomplete {
    /* font-family to all */
    background-color: #ffffff;
    max-width: 100px;
    list-style-type: none;
    padding: 0;
    margin: 0px;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    overflow: hidden;
}

ul.ui-autocomplete li {
    border: 1px solid #d4cec8;
}

    ul.ui-autocomplete li span {
        padding-left: 3px;
        padding-right: 3px;
        color: #796e5f;
        color: #222;
    }

    ul.ui-autocomplete li .selected-language {
        color: #eee;
    }

ul.ui-autocomplete a {
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
}

body ul.ui-autocomplete .ui-menu-item .ui-corner-all {
    /* all <a> */
    display: block;
}

body ul.ui-autocomplete .ui-menu-item .ui-state-focus {
    /* selected <a> */
    background-color: #f5f3f0;
}

/*
    EkData block    
**********************/
.ekdata_block {
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    font-family: 'Open Sans', Arial, sans-serif;
}

    .ekdata_block .info_container {
        width: 100%;
    }

    .ekdata_block .ekLabel {
        font-weight: bold;
    }

    .ekdata_block .info_container span {
        font-size: 16px;
    }

.map {
    width: 100% !important;
    height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#map img {
    max-width: none;
}

.ek_contact_area h2 {
    padding-top: 0px !important;
}

.ek_contact_area ul {
    margin-bottom: 0;
}

    .ek_contact_area ul li {
        padding-bottom: 0;
    }

.ek_content_wrapper {
    background: none !important;
    margin-bottom: 1rem !important;
}

.ek_description {
    margin-top: 3rem;
}

html,
body {
    height: 100%;
    margin: 0;
}

.mapFullscreen {
    z-index: 9998;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
}

#mapContainer {
    z-index: 100;
}

.mapResizeButton {
    margin-top: 11px;
    position: absolute;
    z-index: 9999;
    /*left: 768px;*/
    /*right: 10px;
    top: 39px;*/
    height: 29px;
    width: 100px;
    background-color: white;
    text-align: center;
    line-height: 28px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
    border-radius: 2px;
    float: right;
    padding-left: 5px;
}

.mapResizeButtonExpand {
    right: 10px;
    top: 39px;
    position: relative;
}

.mapResizeButton:hover {
    background-color: #f5f3f0;
}

@media (max-width: 800px) {
    .mapResizeButton:hover {
        background-color: white;
    }

    .mapResizeButton {
        height: 34px;
        font-size: 12px;
        line-height: 34px;
    }
}

.mapResizeButtonExpand::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 5px;
    z-index: 1;
    background: url(/Content/themes/base/images/ui-icons_454545_256x240.png) no-repeat -145px -48px;
}

.mapResizeButtonMinimize::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
    background: url(/Content/themes/base/images/ui-icons_454545_256x240.png) no-repeat -78px -16px;
}

.mapResizeButtonMobileExpand::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 9px;
    z-index: 1;
    background: url(/Content/themes/base/images/ui-icons_454545_256x240.png) no-repeat -145px -48px;
}

.mapResizeButtonMobileMinimize::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 9px;
    z-index: 1;
    background: url(/Content/themes/base/images/ui-icons_454545_256x240.png) no-repeat -78px -16px;
}

ul.units_visible {
    list-style-type: none;
    padding: 0;
}

a.unit_visible_name {
    line-height: 1.5;
    font-size: 2rem;
}

li.unit_info_visible {
    font-size: 1.5rem;
    border-bottom: 2px solid #eaebe9;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

.unit_visible_name {
    margin-bottom: 10px;
}

.teaser_image_frame {
    margin-bottom: 30px;
    width: 100%
}

    .teaser_image_frame img {
        width: 100%
    }

/*
    Job listing block    
**********************/
.job-listing {
    margin-top: 20px;
}

    .job-listing h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.65;
        padding: 0 0 15px 0;
    }

    .job-listing h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
        padding: 0 0 10px 0;
    }

    .job-listing .show-more-container {
        line-height: 42px;
        text-align: center;
        margin: 25px 0 15px 0;
        width: 100%;
    }

        .job-listing .show-more-container a {
            padding-left: 48px;
            padding-right: 48px;
        }

            .job-listing .show-more-container a:hover,
            .job-listing .show-more-container a:focus,
            .job-listing .show-more-container a:active {
                text-decoration: none;
            }

    .job-listing ul li {
        background: #ffffff;
        margin-bottom: 5px;
        padding: 20px 26px;
    }

        .job-listing ul li .info-container {
        }

            .job-listing ul li .info-container .job-info,
            .job-listing ul li .info-container .job-link {
                font-size: 14px;
                font-weight: normal;
                line-height: 1.43;
            }

                .job-listing ul li .info-container .job-info .pipe {
                    display: inline-block;
                    margin: 0 6px;
                    font-size: 18px;
                    font-weight: 200;
                }

                .job-listing ul li .info-container .job-info .job-date {
                    margin-top: 5px;
                }

                    .job-listing ul li .info-container .job-info .job-date .pipe {
                        display: none;
                    }

            .job-listing ul li .info-container .job-link {
                margin-top: 24px;
            }

                .job-listing ul li .info-container .job-link a:before {
                    color: #000000;
                    font-size: 16px;
                    margin: 0 6px 0 0;
                    position: relative;
                    top: 2px;
                }

                .job-listing ul li .info-container .job-link a span {
                    text-decoration: underline;
                }

                .job-listing ul li .info-container .job-link a:hover span {
                    text-decoration: none;
                }

.generatedcontent .main_content .job-listing ul {
    margin: 0;
}

.generatedcontent .main_content .job-listing li:before {
    content: '';
}

/* ----------------
    ICONS 
-------------------*/

.icon-close:before {
    content: url('/Static/img/slso-icon-close.svg');
}

.mobile-menu-open {
    overflow: hidden;
}

.italic {
    font-style: italic;
}

.show-in-print {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.show-for-sr {
    position: absolute;
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    white-space: nowrap;
}

.related-links-heading {
    margin: 0 0 1.5rem 0;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3rem 0 0 4rem;
    color: #000000;
}

.clear_all_container a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    text-decoration: none;
}

    .clear_all_container a:focus,
    .clear_all_container a:active {
        outline: none;
    }

    .clear_all_container a:before {
        margin: 0 6px 0 0;
    }

    .clear_all_container a:hover span,
    .clear_all_container a:focus span {
        text-decoration: underline;
    }

    .clear_all_container a span,
    .clear_all_container a:before {
        color: #a93121;
    }

.filter_content {
    background: white;
    display: flex;
    justify-content: center;
}

.filter-body {
    min-width: 780px;
    padding: 20px 0;
    width: 780px;
}

.filter-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 20px;
}

.filter-btn-wrapper-show {
    display: flex !important;
}

.filter-btn-item {
    margin-right: 10px;
    position: relative;
    width: calc(100% - 10px);
    max-width: 20%;
}

.filter-show-btn {
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background: #297b7b;
    padding: 10px 0;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    display: none;
    height: 50px;
}

.filter-btn-clear {
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border: 2px solid #a93121;
    background: white;
    padding: 10px 0;
    font-size: 1.2rem;
    color: #a93121;
    font-weight: bold;
    height: 50px;
}

.filter-btn-clear-desktop {
    background: none;
    border: none;
    font-size: 1.2rem;
}

    .filter-btn-clear-desktop h4 {
        color: #a93121;
    }

    .filter-btn-clear-desktop:hover {
        text-decoration: underline;
        text-decoration-color: #a93121;
    }

.filter-btn-clear-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.filter-btn {
    border-radius: 0px !important;
    background-color: white;
    color: black;
    padding: 5px 10px;
    font-size: 16px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: background 0.35s ease-in-out;
}

.filter-btn-search {
    align-items: center;
    border-radius: 0;
    border: none;
    background: #27769f;
    margin: 5px !important;
    padding: 10px 55px;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    transition: background ease-in-out 0.35s;
}

    .filter-btn-search:hover {
        transition: background ease-in-out 0.35s;
        background: #1d526d;
    }

.filter-general-teasertext {
    font-size: 16px;
}

.filter-btn:active {
    outline: none;
}

.filter-btn:focus {
    outline: none;
}

.reference-btn-p {
    max-width: 90px;
}

.filter-btn-text {
    width: 100%;
    font-size: 12px;
    margin: 0 !important;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter-btn img {
    transform: rotate(90deg);
    margin-left: 20px;
}

.filter-btn-content {
    display: none;
    position: absolute;
    margin-top: 0;
    background: white;
    max-height: 200px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    z-index: 10000;
}

.filter-btn-content-wrapper {
    border-style: solid;
    border-color: black;
    border-width: 1px;
    background: white;
}

.filter-btn-content-scrollarea {
    overflow-y: auto;
    background: white;
    max-height: 200px;
}

.filter-btn-content-show {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.filter-btn-content .filter-btn-option:hover {
    cursor: pointer;
}

.filter-btn-option {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: flex;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: black;
    justify-content: space-between;
    font-size: 1.2rem;
    width: 200px;
}

.no-border-bottom {
    border: none !important;
}

.filter-btn-option:nth-child(1) {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: black;
}

.filter-btn-search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid black;
    padding: 5px 0;
}

    .filter-btn-search-wrapper div {
        font-weight: bold;
        font-size: 1.2rem;
        text-align: center;
        cursor: pointer;
        margin: 0 10px 0 0 !important;
    }

        .filter-btn-search-wrapper div:hover {
            text-decoration: underline;
        }

.filterList-heading {
    border: none !important;
    text-align: left;
    padding: 0 !important;
    font-weight: bold;
    margin: 0 0 0 0 !important;
    display: flex;
    align-items: center;
}

    .filterList-heading h2 {
        padding: 0;
    }

    .filterList-heading:hover {
        transition: none !important;
        background: transparent !important;
        color: black;
        text-decoration: underline !important;
        text-decoration-color: black !important;
    }

.filterList-icon {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.filter-btn-option-active {
    background: #d5e4ec !important;
}

.filter-btn-option-active {
    font-weight: bold;
}

.filter-btn-option input {
    margin-right: 5px;
    justify-content: flex-end;
}

.filter-btn:hover {
    transition: background 0.35s ease-in-out;
    background: #00000005;
}

.filter-btn-option-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter-btn-option span {
    display: none;
    transform: rotate(45deg);
    height: 8px;
    width: 4px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    margin-right: 10px;
}

.filter-btn-option-checkmark-show {
    display: inline-block !important;
}

.filter-btn-option-checkmark {
    display: inline-block;
    transform: rotate(45deg);
    height: 8px;
    width: 4px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
}

.filter-mobile {
    display: none;
}

.filter-desktop {
    display: flex;
    margin: 0 !important;
}

    .filter-desktop h4 {
        font-weight: bold;
        margin-bottom: 5px;
    }

.filter-btn-filterCount-wrapper {
    width: 20px;
}

.filter-btn-filterCount {
    display: none;
    border-radius: 1000px;
    background: #27769f;
    min-width: 16px;
    justify-content: center;
    align-items: center;
    height: 16px;
    color: white;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 25px;
    top: 5.5px;
}

.filter-page-search {
    margin: 0 !important;
    border-top: none;
    padding: 0 0 20px 0;
}

.filter-no-hits-wrapper {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.filter-mobile-flex {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .filter-btn-content-scrollarea {
        overflow-x: hidden;
    }

    .filter-no-hits-wrapper {
        margin-top: 25px;
    }
}

.filter-no-hits-wrapper h2 {
    font-size: 24px;
    font-weight: bold;
}

.filter-no-hits-wrapper p {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
}

.show {
    display: flex;
}

.filter-search-hits {
    font-weight: bold;
    margin-bottom: 15px;
}

.filter-option-border-last-child {
    border: none;
}

.filter-option-last-child {
    border: none !important;
}

.filter-main {
    display: flex;
    justify-content: center;
}

.filter-minWidth {
    min-width: 780px;
}

.filter-pagenumber {
    display: flex;
    justify-content: center;
    align-content: center;
}

    .filter-pagenumber p {
        margin: 0 !important;
    }

.filter-pagination {
    margin: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
}

.filter-pagination-btn {
    background: #f5f3f0;
    font-weight: bold;
    color: black;
    width: 90px;
    height: 40px;
    border-radius: 40px;
    font-size: 12px;
    border: 1px solid #297b7b;
    transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

    .filter-pagination-btn:hover {
        background: #297b7b;
        color: white;
        transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
    }

.inactive {
    color: #666666;
    pointer-events: none;
    border-color: #f5f3f0;
    border: 1px solid #666666;
}

.filter-result-header {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.filter-pagination-wrapper {
    display: flex;
    justify-content: center;
}

.filter-result-block {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.filter-result-block-header {
    align-items: center;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    background: #d5e4ec;
}

    .filter-result-block-header a {
        border: 1px solid #27769f;
        padding: 5px 20px;
        color: black;
        font-size: 14px;
        font-weight: bold;
    }

        .filter-result-block-header a:hover {
            color: white;
            background: #27769f;
            text-decoration: none;
            transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
        }

.filter-result-block-body {
    position: relative;
    background: white;
    padding: 10px 20px;
}

    .filter-result-block-body p {
        margin: 0 !important;
    }

.filter-result-block-header h3 {
    padding: 0;
}

.filter-result-meta {
    display: flex;
    background: #f2f7f9;
    padding: 10px 20px;
    align-items: center;
}

.filter-result-meta-item {
    display: flex;
    align-items: center;
}

    .filter-result-meta-item p {
        margin: 0 20px 0 0 !important;
        position: relative;
    }

.hidden {
    display: none;
}

.filter-body-link {
    margin: 0 !important;
    align-items: center;
}

/* FILTER STYLES FOR MOBILE */
@media only screen and (max-width: 1025px) {
    .filter-btn-search-wrapper {
        padding: 0;
    }

    .search-field {
        font-size: 1.5rem !important;
    }

    .filter-btn-content-wrapper {
        width: calc(100% + 40px);
        overflow-y: initial;
        border-width: 0;
        margin-right: -20px;
        margin-left: -20px;
    }

    .filter-body {
        padding: 20px;
        width: 100%;
        min-width: initial;
    }

    .filter-minWidth {
        min-width: 100%;
    }

    .filter-option-last-child {
        margin-bottom: 0;
    }

    .filter-result-block {
        background: #fff;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .filter-result-block-body {
        padding-bottom: 0 !important;
    }

    .filter-body-link {
        border: 1px solid black;
        padding: 10px 20px;
        color: black;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        margin: 20px 0;
    }

    .filter-general-link {
        margin-top: 20px !important;
    }

    .no-margin-top {
        margin-top: 0;
    }

    .filter-body-link:hover {
        color: white;
        background: #27769f;
        text-decoration: none;
        transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
    }

    .filter-pagination-btn {
        width: 250px;
    }

    .filter-pagenumber p {
        margin: 20px !important;
    }

    .filter-pagination {
        margin: 20px 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }

    .filter-btn-option-active {
        background: #27769f33;
    }

    .filter-btn-item {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .filter-btn-filterCount {
        min-width: 25px;
        height: 25px;
    }

    .unscrollable {
        overflow: hidden;
        height: 100vh;
    }

    .scrollable {
        overflow: auto;
        height: 100vh;
    }

    .filter-mobile {
        display: block;
    }

    .filter-mobile-flex {
        display: flex;
    }

    .filter-desktop {
        display: none !important;
    }

    .filter-show-btn {
        display: block;
    }

    .filter-btn-wrapper {
        justify-content: flex-start;
        height: calc(100vh - 40px);
        display: none;
        flex-direction: column;
        position: fixed;
        z-index: 100;
        background: white;
        left: 0;
        top: 0;
        right: 0;
        padding: 30px 20px 40px 20px;
    }

    .filter-btn-option {
        width: 97%;
        background: #f5f3f0;
        padding: 15px 0 15px 30px;
        margin-right: -20px;
        margin-left: -20px;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: black;
    }

        .filter-btn-option span {
            margin-right: 20px;
        }

    .filter-btn-content {
        position: inherit;
        margin-top: 0;
        overflow-y: inherit;
    }

    .filter-btn-option-arrow {
        display: none;
    }

    .filter-btn {
        width: calc(100% + 40px);
        padding: 15px 20px 15px 20px;
        margin-right: -20px;
        margin-left: -20px;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: black;
    }

    .filter-btn-first-child {
        border-top: 1px solid black;
    }

    .filter-btn p {
        font-size: 16px;
        margin: 0 !important;
        text-align: left;
    }

    .filter-btn[aria-pressed='true'] p {
        font-weight: bold;
    }

    .filter-btn-filterCount {
        top: 13.5px;
    }
}

@media only screen and (min-width: 320px) {
    .filter-btn-option-arrow:nth-child(1) {
        position: absolute;
        top: -8px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid gray;
        margin-left: 20px;
        background: transparent;
    }
}

@media only screen and (min-width: 320px) {
    .filter-btn-content .filter-btn-option:hover {
        background: #27769f33;
        cursor: pointer;
    }
}

/*  LEGIBLE (LÄTTLÄST) PAGES */

.legible-page p {
    line-height: 40px;
    font-size: 24px;
}

.legible-page ul > li {
    line-height: 40px;
    font-size: 24px;
}

.legible-page ol > li {
    line-height: 40px;
    font-size: 24px;
}

.legible-preamble {
    line-height: 40px !important;
}

.title-container {
    display: flex;
    width: 100%;
}

.reference-btn {
    margin-bottom: 20px;
    border: 2px solid black;
    height: 100%;
    margin-bottom: 20px !important;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 5px 25px 5px 25px;
    border-radius: 33px;
}

    .reference-btn:hover {
        text-decoration-color: black;
    }

.reference-btn-legible {
    background: white;
}

.reference-btn img {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    border-radius: 33px;
}

.reference-btn-p,
.reference-btn-p:hover {
    max-width: 90px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    margin: 0 !important;
    word-wrap: break-word;
}

.related_content-legible {
    margin-top: 128px !important;
}

.image-legible-container {
    display: flex;
}

    .image-legible-container img {
        margin-right: 20px;
        margin-bottom: 20px;
    }

.link-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-list_item {
    background: white;
    padding: 15px;
    margin-bottom: 10px;
    color: black;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .list-list_item img {
    }

.filter-btn-content {
    border-top: none;
    border-bottom: none;
}

.sort-btn-option {
    z-index: 0;
}

@media only screen and (max-width: 1023px) {
    .reference-btn-p {
        max-width: initial;
    }
}

/* ----------------
    Emergency Banner
-------------------*/

.emergency-banner-wrapper {
    min-height: 50px;
    width: 90%;
    border-radius: 10px;
    border: 1px dashed black;
    background-color: #fff8e0;
    margin: auto;
    margin-top: 10px;
    padding: 20px 0;
}

    .emergency-banner-wrapper .info-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
    }

        .emergency-banner-wrapper .info-container p {
            margin: 0;
            font-size: 16px;
        }

        .emergency-banner-wrapper .info-container .icon-container {
            font-size: 55px;
            align-items: center;
        }

        .emergency-banner-wrapper .info-container .info-text {
            padding-right: 20px;
        }

.reportModal.active {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

    .reportModal.active .reportModalWrapper {
        display: flex;
        justify-content: center;
        height: 100%;
    }

.reportModal .closeReportModal {
    display: none;
}

.reportModal.active .closeReportModal {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    position: fixed;
    right: 20px;
    top: 5px;
    width: 35px;
    height: 35px;
    padding: 0;
    background-color: #fff;
}

    .reportModal.active .closeReportModal:hover,
    .reportModal.active .closeReportModal:focus {
        cursor: pointer;
        text-decoration: none;
    }

.openReportModal {
    margin-top: 20px;
    display: inline-block;
}

.reportPage {
    max-width: 1170px;
    width: 100% !important;
    margin: 35px auto !important;
    float: none;
}

.reportModal .reportModalWrapper > *,
.reportModal .reportModalWrapper .report {
    height: 600px;
}

.reportModal.active .reportModalWrapper > *,
.reportModal.active .reportModalWrapper .report {
    width: calc(100% - 40px) !important;
    height: calc(100% - 70px) !important;
    max-width: 2000px !important;
}

.news-teaser .teaser-text {
    background-color: #27769f;
}

.table-wrapper {
    display: inline-block !important;
    overflow: auto !important;
    width: 100% !important;
}

table {
    border: none !important;
    margin: 0 !important;
}

    table caption {
        font-size: 16px !important;
        font-weight: bold !important;
        margin-bottom: 12px !important;
        text-align: left !important;
    }

    table th, table td {
        padding: 12px !important;
        font-size: 18.5px !important;
        border: none !important;
    }

    table thead th, table thead td {
        background-color: #27769f !important;
        font-weight: bold !important;
        color: #ffffff !important;
    }

    table tbody tr {
        border-bottom: 1px solid #27769f !important;
    }
