﻿body {
    font-family: Lato;
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.9);
}

a {
    color: inherit;
}

a:hover {
    cursor: pointer;
    color: #d10074;
}

.top-bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: -1.75rem;
    position: absolute;
    right: 1rem;
}

footer {
    min-height: 15rem;
    background-color: #031e2f;
    color: #fff;
    font-size: 1rem;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #f5f5f5;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer .logo-img {
    text-align: center;
    width: 33%;
}

footer .logo-img img {
    max-width: 5rem;
    -webkit-filter: brightness(0.5) contrast(2) grayscale(1) invert(1);
    filter: brightness(0.5) contrast(2) grayscale(1) invert(1);
    max-height: 3rem;
}

footer .logo-img img:hover {
    -webkit-filter: none;
    filter: none;
}

footer .logo-img.invert img {
    -webkit-filter: invert(0.5);
    filter: invert(0.5);
}

footer .logo-img.invert img:hover {
    -webkit-filter: invert(0);
    filter: invert(0);
}

footer .some svg {
    background-color: #fff;
    border-radius: 50%;
    min-height: 1.25rem;
    margin-right: 1rem;
    min-width: 2.1875rem;
    min-height: 2.1875rem;
    padding: 0.5rem;
    color: #000;
}

footer .some a:hover svg {
    background-color: #d10074;
    color: #fff;
}

footer .some a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 2;
}

footer .adress ul li {
    margin-bottom: 0.2rem;
}

footer .adress ul li:last-child {
    margin-top: 1.5rem;
}

@media (max-width: 575px) {
    footer .adress ul,
    footer .some ul {
        margin-bottom: 2rem;
    }
}

footer .rapporter ul li,
footer .some ul li {
    margin-bottom: 1rem;
}

@media (max-width: 575px) {
    footer .rapporter ul li,
    footer .some ul li {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 575px) {
    footer .adress,
    footer .some{
        width: 50%;
    }
}

footer .rapporter a {
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
    display: block;
    text-align: center;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    font-size: 0.85em;
}

footer .rapporter a:hover {
    background: #fff;
    color: #000;
}

footer .footerinfo {
    font-size: 0.75em;
    text-align: center;
}

footer .footerinfo a {
    text-decoration: underline;
}

.scroll-up-button {
    position: fixed;
    border-radius: 3rem;
    bottom: 1.25rem;
    right: 1.875rem;
    z-index: 99;
    border: none;
    height: 3rem;
    padding: 0 1rem;
    align-items: center;
    display: none;
    cursor: pointer;
}

.scroll-up-button-text {
    font-size: 1rem;
    font-weight: bold;
    height: auto;
    width: auto;
    color: #d10074; 
}

.scroll-up-button-icon {
    height: 0.9375rem;
    transform: rotate(-90deg) translateX(-25%);
    transition: transform .3s ease 0s;
    width: 1rem;
    margin-left: 0.5em;
    color: #d10074;
}

.scroll-up-button .scroll-up-button-icon .svg-arrow__line {
    transform: scaleX(0);
    transform-origin: right center;
    transition: all .3s ease 0s;
}

.scroll-up-button:hover .scroll-up-button-icon .svg-arrow__line {
    transform: scaleX(1);
}

.scroll-up-button:hover .scroll-up-button-icon {
    transform: rotate(-90deg) translateX(0);
}


.navbar {
    padding: 2.5rem 2rem;
    z-index: 1;
}

@media (max-width: 992px) {
    .navbar {
        margin: 0;
    }
}

.navbar-toggler {
    border: 0;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .navbar-nav {
        margin-top: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .navbar .nav-item {
        margin: 0 1rem;
    }
}

.navbar .nav-item .dropdown-menu {
    border: 0;
}

.nav-justified .nav-item {
    text-align: left;
}

.nav-item-header:hover {
    border-color: #000;
}

a.nav-item-header:hover {
    color: #414042;
    text-decoration: none;
}

@media (max-width: 768px) {
    .ng-menu .nav-item .nav-link {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .ng-menu .nav-item .dropdown-item {
        padding-left: 1rem;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: rgba(0, 123, 255, 0.05);
}

.ng-menu .nav-item .dropdown-item.active {
    background-color: #e9faff;
    font-weight: 600;
    color: #414042;
}

.ng-menu .nav-item .menu-header {
    border-bottom: 0.125rem solid #00cdff;
    padding: 1rem 0;
    margin: 0;
}

@media (min-width: 1200px) {
    .ng-menu .nav-item .menu-header {
        padding: 0;
    }
}

.ng-menu .nav-item .menu-header:hover {
    border-color: #000;
}

.displayBlock {
    display: block !important;
}

.displayBlock-results {
    display: block !important;
}

@media (max-width: 768px) {
    .dropdown-menu-1,
    .dropdown-menu-2,
    .dropdown-menu-3,
    .dropdown-menu-4,
    .dropdown-menu-5,
    .dropdown-menu-6 {
        display: none;
        padding: 1rem 0 0.5rem 1rem;
    }

    #dropdown-menu-1,
    #dropdown-menu-2,
    #dropdown-menu-3,
    #dropdown-menu-4,
    #dropdown-menu-5,
    #dropdown-menu-6 {
        display: none;
    }
}

.dropdown-toggle .fa-w-16 {
    color: #d10074;
    margin-right: 0.25rem;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown.show .dropdown-toggle .fa-w-16 {
    -webkit-transition: 0.15s;
    transition: 0.15s;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.breadcrumb {
    padding-top: 0;
    color: #000;
    margin: 0.625rem 0 auto 1.75rem;
    position: relative;
    font-size: 1rem;
}

@media (max-width: 992px) {
    .breadcrumb {
        margin-left: 0;
        font-size: 0.8em;
        top: 0;
    }
}

.breadcrumb-item.active {
    color: #171717;
    /* font-size:1rem */
}

.btn {
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 0.02rem;
    text-decoration: none !important;
}

.btn-full {
    background: #d10074;
    border-color: #d10074;
}

.btn-full:hover {
    background: #5a0334;
    border-color: #5a0334;
}

.btn-out {
    border-color: #d10074;
    color: #d10074;
}

.btn-out:hover {
    color: #fff;
    background-color: #5a0334;
    border-color: #5a0334;
}

.btn-full,
.btn-out {
    font-size: 1rem;
    width: 15rem;
    white-space: normal;
}

.btn-out-src {
    color: #d10074;
    border-color: #d10074;
    background-color: #fff;
}

.btn-out-src:hover {
    color: #fff;
    background-color: #5a0334;
    border-color: #5a0334;
}

.text-white .btn.btn-outline-primary.btn-out {
    border-color: #fff;
    color: #fff;
}

.text-white .btn.btn-outline-primary.btn-out:hover {
    background: #5a0334;
    border-color: #5a0334;
    color: #fff;
}

.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 0, 116, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(209, 0, 116, 0.5);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d10074;
    border-color: #d10074;
}

.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 0, 116, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(209, 0, 116, 0.5);
}

.form-control {
    border-radius: 0;
}

.leftnav a {
    color: rgba(0, 0, 0, 0.9);
}

.leftnav .nav-item .nav-link:hover {
    text-decoration: underline;
}

.leftnav .nav-item.active .nav-link {
    text-decoration: underline;
}

.leftnav .nav-item {
    font-weight: 600;
}

.leftnav .sub-link {
    list-style: none;
    padding-left: 1rem;
}

.leftnav .sub-link .sub-link-item {
    font-weight: 400;
}

.leftnav .nav-item.active .sub-link {
    display: block;
    text-decoration: none;
}

.leftnav .nav-item .sub-link-item {
    text-decoration: none;
}

.welcome-banner {
    padding: 8rem 0;
}

@media (max-width: 992px) {
    .welcome-banner {
        padding: 4rem 0;
    }
}

.card {
    border: 0;
    margin-bottom: 2rem;
}

.card a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.9);
}

.card a:hover {
    color: #d10074;
}

.card h5 a {
    text-decoration: none;
}

.card .card-img-top {
    border-radius: 0;
}
.card-text {
    margin-bottom: 0.5rem;
}

.card-title {
    line-height: 1.25;
}

.tema .card-img-top {
    height: 320px; 
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    .tema .card-img-top {
        max-height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .tema .card-img-top {
        height: auto;
        max-height: 320px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    /* margin-bottom: 1rem; */
}

h1 {
    font-size: 2.75rem;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
}

.artikkel-innhold {
    padding-bottom: 2rem;
}

.artikkel-innhold h1,
.artikkel-innhold h2,
.artikkel-innhold h3,
.artikkel-innhold h4 {
    margin-top: 2rem;
}

.display-3,
.display-4 {
    font-weight: 600;
    margin-top: 0;
}

@media (max-width: 992px) {
    .display-3 {
        font-size: 3.5rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .display-3 {
        font-size: 2.333rem;
    }

    .display-4 {
        font-size: 2rem;
    }
}

.lead {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.ingressOnly {
    padding: 3rem;
}

.ingressOnly p {
    font-size: 1.75rem;
    font-weight: 500;
    margin-top: 0 !important;
}

.headerOnly h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.share-icons img {
    height: 2rem;
    margin-right: 0.5rem;
    cursor: pointer;
}

@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(1px, 1px) rotate(0);
    }

    10% {
        -webkit-transform: translate(-1px, -1px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-1px, 0) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0, 1px) rotate(0);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-1px, 1px) rotate(0);
    }

    70% {
        -webkit-transform: translate(1px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(1px, 1px) rotate(0);
    }

    100% {
        -webkit-transform: translate(1px, -1px) rotate(-1deg);
    }
}

@keyframes spaceboots {
    0% {
        -webkit-transform: translate(1px, 1px) rotate(0);
    }

    10% {
        -webkit-transform: translate(-1px, -1px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-1px, 0) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0, 1px) rotate(0);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-1px, 1px) rotate(0);
    }

    70% {
        -webkit-transform: translate(1px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(1px, 1px) rotate(0);
    }

    100% {
        -webkit-transform: translate(1px, -1px) rotate(-1deg);
    }
}

.share-icons img:focus,
.share-icons img:hover {
    animation-name: spaceboots;
    animation-duration: 0.1s;
    transform-origin: 50% 50%;
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.1s;
    -webkit-transform-origin: 50% 50%;
}

.nav-link {
    padding: 0.25rem 0;
}

.nav-link.active,
.sub-link-item .active {
    text-decoration: underline;
}

.bg-light-blue {
    background-color: #d0f5ff;
}

.arkiv .arkiv-tab {
    text-decoration: underline;
    text-align: center;
    padding: 1rem 0;
}

.arkiv .arkiv-tab:hover {
    cursor: pointer;
}

.arkiv .arkiv-content {
    padding: 1rem 2rem 1rem 2rem;
    list-style: none;
}

.arkiv .arkiv-content ul {
    list-style: none;
}

.arkiv .arkiv-content a {
    text-decoration: underline;
}

.arkiv .arkiv-content a:hover {
    color: #d10074;
}

.arkiv ul li {
    margin-bottom: 0.25rem;
}

.arkiv h2,
.innsats h3 {
    border-bottom: 0.25rem solid #00cdff;
    padding-bottom: 1rem;
    display: inline-block;
}

.gridtab-resultater > dt.is-active {
    background: inherit !important;
}

.gridtab--1 > dt {
    padding: 1rem !important;
}

dl {
    margin: 0;
}

.resultater-tab {
    border-bottom: 0.25rem solid #fff !important;
}

.gridtab .resultater-content {
    padding: 1rem;
}

.gridtab .resultater-content .hideColumn {
    display: none;
}

.toggle-all {
    background: #d10074;
    border-color: #d10074;
    color: #fff !important;
}

.resultater-tab .open-close {
    background-color: #fff;
    border-radius: 50%;
    color: #d10074;
    padding: 0 0.62rem;
    line-height: 2;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.resultater-tab.greycross .open-close {
    background-color: #fff;
    color: #a9a3a6;
}

.resultater-tab.is-active .open-close {
    -webkit-transition: 0.15s;
    transition: 0.15s;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.resultater-tab .open-close svg {
    margin: 0;
}

.resultater-tab svg {
    margin-right: 1rem;
}

.resultater-tab svg:hover {
    cursor: pointer;
}

.resultater-tab.greycross svg:hover {
    cursor: default;
}

.resultater-tab .col {
    line-height: 2;
}

.resultater-undertittel {
    font-size: 1.15em;
    font-weight: 600;
    color: #00cdff;
    border-bottom: 0.125rem solid #00cdff;
    padding-bottom: 0.5rem;
}

.prosenttall {
    font-size: 1.5em;
    margin: 1rem 0;
    font-weight: 600;
}

.resultat-face .svg-inline--fa {
    font-size: 2em;
}

.resultat-face .fa-frown {
    background: url("/Images/icons/sad.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 3rem;
    min-width: 3rem;
}

.resultat-face .fa-smile {
    background: url("/Images/icons/happy.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 3rem;
    min-width: 3rem;
}

.resultat-face .fa-meh {
    background: url("/Images/icons/meh.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 3rem;
    min-width: 3rem;
}

.artikkel-banner .img-fluid {
    margin-top: 0.9rem;
}

.artikkel-bakgrunn {
    text-decoration: none;
}

.lesMer {
    margin-bottom: 2rem;
}

.lesMer a {
    text-decoration: underline;
}

.lesMer a:hover {
    color: #d10074;
}

.caser h1,
.latest-news h1,
.related-articles h1,
.siste-nytt h1,
.tile-list-block h1,
.latest-news-slider-block h1 {
        border-bottom: 0.25rem solid #00cdff;
    padding-bottom: 1rem;
    display: inline-block;
}

.caser h1 {
    margin-top: 0;
}

.caser .card-img-top {
    max-height: 153px;
    height: 160px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .caser .card-img-top {
        max-height: 320px;
    }
}

.caser .card-body {
    padding: 1rem 0;
}

.caser--story-telling{
    margin-top: 1.875rem;
}

.caser--story-telling .caser-row {
    margin: 0 -1.875rem;
}

.caser--story-telling .card-img-top {
    max-height: none;
    height: 217px;
}

.caser--story-telling .card-body {
    min-height: auto;
}

.siste-nytt .card-img-top,
.related-articles .card-img-top {
    max-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    .siste-nytt .card-img-top,
    .related-articles .card-img-top {
        height: auto;
        max-height: 240px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .siste-nytt .card-img-top,
    .related-articles .card-img-top {
        height: auto;
        max-height: 240px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.artikkelinnhold a {
    text-decoration: underline;
}

.artikkelinnhold h3 {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.artikkelinnhold img {
    max-width: 100%;
    height: auto;
}

.jumbotron {
    margin: 0;
    min-height: 30rem;
    background-color: #fff;
}

@media (max-width: 768px) {
    .jumbotron {
        min-height: 20rem;
    }
}

.noPadding {
    padding: 0;
}

.mt-2rem {
    margin-top: 2rem;
}

.img-grid .innsats-box {
    padding: 0;
    text-align: center;
}

.innsats-box img {
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s;
}

.innsats-box a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .img-grid .innsats-box {
        margin-bottom: 2rem;
    }
}

.innsatslink {
    font-size: 0.85em;
    padding: 0.5rem 0.5rem;
}

@media (max-width: 768px) {
    .innsatslink {
        font-size: 1em;
    }
}

.bg-lighter-grey {
    background-color: #e9ecef;
}

.bg-lighter-blue {
    background-color: #e9faff;
}
.bg-creme-light {
    background-color: #fbedd9;
}

.gridtab {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gridtab * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gridtab > dd {
    z-index: 1;
    display: none;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.gridtab > dd > .gridtab__controls {
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.gridtab > dd > .gridtab__controls > .gridtab__close {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin-left: 1px;
}

.gridtab > dd > .gridtab__controls > .gridtab__close:after,
.gridtab > dd > .gridtab__controls > .gridtab__close:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.gridtab > dd > .gridtab__controls > .gridtab__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow,
.gridtab > dd > .gridtab__controls > .gridtab__close {
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    overflow: hidden;
    background: #666;
    text-indent: -999px;
    position: relative;
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow:after,
.gridtab > dd > .gridtab__controls > .gridtab__arrow:before,
.gridtab > dd > .gridtab__controls > .gridtab__close:after,
.gridtab > dd > .gridtab__controls > .gridtab__close:before {
    position: absolute;
    width: 0.1875rem;
    height: 0.8125rem;
    content: "";
    display: block;
    background: #fff;
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow:after,
.gridtab > dd > .gridtab__controls > .gridtab__arrow:before {
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    margin: -0.4375rem 0 0 -0.1875rem;
    height: 0.625rem;
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow:after {
    margin-top: -0.25rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow.is-disabled {
    opacity: 0.25;
}

.gridtab > dd > .gridtab__controls > .gridtab__next {
    -webkit-transform: scale(-1);
    transform: scale(-1);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.gridtab > dt {
    -webkit-transition: background 0.15s;
    transition: background 0.15s;
}

.gridtab > dt:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}

.gridtab > dt.is-disabled {
    pointer-events: none;
}

.gridtab > dt.is-active {
    z-index: 2;
}

.gridtab > dt > img {
    max-width: 100%;
    float: left;
    height: auto;
}

.gridtab[dir="rtl"] > dd > .gridtab__controls {
    right: auto;
    left: 0.3125rem;
}

.gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__next {
    -webkit-transform: none;
    transform: none;
}

.gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__prev {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__close {
    margin-right: 0.0625rem;
    margin-left: 0;
}

/*IE11 meny fix*/

@media (min-width: 962px) and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .navbar-toggler {
        position: absolute;
        top: 0;
        left: 0;
    }

    *::-ms-backdrop,
    .ng-menu .nav-item .dropdown-item {
        white-space: normal;
    }
}

/*TEMP FIX FOR OLD WEB*/

.mainLeft ul {
    list-style: none;
    padding-left: 0;
}

.mainLeft ul li {
    padding: 0.2rem 0;
}

.mainLeft .firstLevelExpanded {
    font-weight: 100;
}

.mainLeft .currentLeftMenuItem ul li a {
    font-weight: normal;
}

.mainLeft .firstLevelExpanded a {
    text-decoration: underline;
}

.mainLeft .firstLevelExpanded ul {
    margin-left: 1rem;
    list-style: square;
}

.mainLeft .firstLevelExpanded ul li a {
    text-decoration: none;
    font-size: 0.85em;
    font-weight: normal;
}

.mainLeft .firstLevelExpanded .currentLeftMenuItem.firstLevelExpanded a {
    font-weight: 600;
}

.mainLeft a {
    font-weight: 600;
}

.reports-rightmenu ul {
    list-style: none;
    padding-left: 0;
}

.reports-rightmenu ul li {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.reports-rightmenu ul li a {
    max-width: 12.5rem;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #031e2f;
    padding: 0.5rem 1rem;
}

.articleMainBody .mainIntro {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

div.articleListImageItem {
    min-height: 9.0625rem;
    overflow: hidden;
}

ul.articleList {
    margin: 0.4375rem 0 0;
    padding: 0;
    list-style: none;
}

ul.articleList p {
    margin-bottom: 0.1875rem;
}

ul.articleList li {
    padding: 1rem 0;
}

.articleMainBody ul.articleList li {
    border-top: 1px solid #bcc3c6;
    padding-top: 0.625rem !important;
}

ul.articleList li.articleListFirstItem {
    border-top: none;
}

ul.articleList li strong {
    color: #031e2f;
    font-weight: bold;
}

ul.articleList h4 a {
    color: #031e2f;
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.3125rem;
}

ul.articleList h4 a:hover,
.articleListReadMore a:hover {
    text-decoration: none;
}

ul.articleList div.articleListImage {
    float: left;
    margin-right: 0.625rem;
    width: 14.5625rem;
}

.articleListImage img {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.vacancyMainBody #vacancy-send-application-iframe {
    width: 100%;
    height: 218.75rem;
}

.vacancyMainBody #vacancy-main-image {
    width: 100%;
    max-width: 43.125rem;
    margin-bottom: 1.875rem;
}

.vacancyMainBody .textblock {
    margin-top: -0.4375rem;
    width: 28.75rem;
}

.vacancyMainBody .vacancy-related h3 {
    font-family: "ff-clan-web-1", sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 0 0 0.125rem;
    text-transform: uppercase;
}

.vacancyMainBody .vacancy-related ul.vacancyInfo {
    margin: 0 0 2.8125rem;
    padding: 0;
    text-align: left;
    width: 100%;
    list-style: none;
}

.vacancyMainBody .vacancy-related ul.vacancyInfo li {
    border-top: 1px dashed #bcc3c6;
    padding: 0.3125rem 0;
    width: 100%;
}

.vacancyMainBody .vacancy-related ul.vacancyInfo li strong {
    font-weight: bold;
}

.vacancyMainBody .vacancy-related .bannerImage {
    clear: both;
}

.vacancyMainBody .textblock h2 {
    color: #031e2f;
    font-size: 2.375rem;
    line-height: 3rem;
    margin: 0 0 1.25rem;
}

.vacancyMainBody .textblock h3 {
    color: #031e2f;
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 0 0 0.1875rem;
}

.vacancyMainBody .textblock .vacancyDescription {
    margin-bottom: 0.9375rem;
}

.vacancyMainBody .textblock .vacancyDescription ul {
    color: #031e2f;
    margin-bottom: 1.25rem;
}

.vacancySendApplication a {
    background: none repeat scroll 0 0 #009fda;
    border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "ff-clan-web-1", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.0313rem;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
    padding: 0.5rem 1.5625rem 0.4375rem;
    text-decoration: none;
    text-transform: uppercase;
}

.vacancySendApplication a:hover {
    background: none repeat scroll 0 0 #031e2f;
    color: white !important;
    text-shadow: -0.0625rem -0.0625rem 0 black;
}

.vacancySendApplication a span {
    background: url("/Images/icon-goto-white.png") no-repeat scroll 0 0.1875rem transparent;
    color: white;
    display: inline-block;
    padding: 0.125rem 0 0.1875rem 1.375rem;
}

@media (max-width: 992px) {
    .vacancySendApplication:nth-of-type(2) {
        display: none;
    }
}

.vacancyMainBody .textblock .vacancyAbout {
    color: #616f78;
    font-style: italic;
    margin: 0.3125rem 0 0.9375rem;
}

.vacancyMainBody table td.selskap img {
    background-position: center;
    max-width: 100%;
}

ul.tabs,
ul.facetList {
    border-bottom: 0.0625rem solid #031e2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.25rem;
    padding: 0;
    overflow: hidden;
}

ul.tabs li,
ul.facetList li {
    display: block;
    margin-bottom: 0;
}

ul.tabs li a,
ul.facetList li a {
    color: white;
    cursor: pointer;
    display: block;
    font-family: "ff-clan-web-1", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.0313rem;
    margin: 0 0.0625rem 0 0;
    text-decoration: none;
    text-shadow: -0.0625rem -0.0625rem 0 #616f78;
    text-transform: uppercase;
    width: auto;
}

div.filter {
    margin: 0 0 1.5625rem;
    position: relative;
}

table.career {
    margin: 0 0 1.25rem;
}

table.career th.headerSortDown h5 a {
    background: url("/Images/icon-down.png") no-repeat scroll right center transparent;
    color: #031e2f;
    padding-right: 1.25rem;
}

table.career th {
    background: url("/Images/border-top.png") repeat-x scroll left top transparent;
    border-top: medium none;
    color: #031e2f;
}

table.career th a:hover {
    text-decoration: none;
}

table.career th h5 a {
    color: #031e2f;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin-bottom: 0.1875rem;
    text-transform: none;
}

table.career tr td {
    border-top: medium none;
    font-size: 0.875rem;
    padding: 0.5rem;
}

table.career .stilling a {
    text-decoration: underline;
}

table.career tr:nth-child(odd) {
    background-color: #fff;
}

table.career tr:nth-child(even) {
    background-color: #f0f4f7;
}

table.career tr td.selskap img {
    max-height: 1.25rem;
}

.filter select {
    color: #031e2f;
    display: inline-block;
    font-size: 1rem;
    margin: 0 0 0.625rem;
    outline: medium none;
    padding: 0.1875rem 0.125rem;
    width: 13.75rem;
}

/* vacancy end */

.personInfo {
    margin-bottom: 2rem;
}

.personInfo h4 {
    margin: 0.25rem 0;
}

.personInfo div {
    font-size: 1rem;
}

.personViewName {
    font-weight: bold;
}

.user .personViewContactContainer .personViewPosition {
    color: #616f78;
    font-style: italic;
    margin-bottom: 0.875rem;
}

.user .personViewContactContainer .personViewPhone,
.user .personViewContactContainer .personViewCellular,
.user .personViewContactContainer .personViewEmail {
    border-top: 0.0625rem dashed #bfced4;
    padding-bottom: 0.3125rem;
    padding-top: 0.25rem;
}

.bannerImage {
    display: none;
}

.user .personViewContactContainer .personViewWebsite .sprite {
    background: url("../images/icon.png") no-repeat scroll 0 -0.9375rem transparent;
    width: 1.25rem;
    height: 1.25rem;
    float: left;
}

.user .personViewContactContainer .personViewCellular .sprite {
    background: url("../images/icon.png") no-repeat scroll 0 -5.375rem transparent;
    width: 1.25rem;
    height: 1.25rem;
    float: left;
}

.user .personViewContactContainer .personViewPhone .sprite {
    background: url("../images/icon.png") no-repeat scroll 0 -2.75rem transparent;
    width: 1.25rem;
    height: 1.25rem;
    float: left;
}

.user .personViewContactContainer .personViewEmail .sprite {
    background: url("../images/icon.png") no-repeat scroll 0 -7.6875rem transparent;
    width: 1.25rem;
    height: 1.25rem;
    float: left;
}

/* contactView start */

.user {
    float: left;
    margin: 0 0.625rem 0.9375rem 0;
    width: 45%;
    height: 28.125rem;
    padding: 0.9375rem 0 0 0;
}

.articleRelated .user {
    float: none;
    height: auto;
    width: auto;
}

.articleRelated h3 {
    margin: 1rem 0;
}

.user .personViewImage {
    margin: 0 0 0.9375rem;
    padding: 0;
}

.user .personViewImage img {
    display: block;
}

.user .personViewContactContainer .personViewName {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 0.3125rem;
}

.user .personViewContactContainer .personViewCompany {
    color: #031e2f;
    font-weight: bold;
}

.user .personViewContactContainer .personViewPosition {
    color: #616f78;
    font-style: italic;
    margin-bottom: 0.875rem;
    min-height: 3.375rem;
}

.user .personViewContactContainer .personViewPhone,
.user .personViewContactContainer .personViewCellular,
.user .personViewContactContainer .personViewEmail {
    border-top: 0.0625rem dashed #bfced4;
    padding-bottom: 0.3125rem;
    padding-top: 0.25rem;
}

.user .personViewContactContainer .personViewWebsite .sprite {
    background: url("../images/icon.png") no-repeat scroll 0 -0.9375rem transparent;
    width: 1.25rem;
    height: 1.25rem;
    float: left;
}

.user .personViewContactContainer .personViewCellular .sprite {
    background: url("../images/icon.png") no-repeat scroll 0 -5.375rem transparent;
    width: 1.25rem;
    height: 1.25rem;
    float: left;
}

.user .personViewContactContainer .personViewPhone .sprite {
    background: url("../images/icon.png") no-repeat scroll 0 -2.75rem transparent;
    width: 1.25rem;
    height: 1.25rem;
    float: left;
}

.user .personViewContactContainer .personViewEmail .sprite {
    background: url("../images/icon.png") no-repeat scroll 0 -7.6875rem transparent;
    width: 1.25rem;
    height: 1.25rem;
    float: left;
}

/* contactView end */

.social-share {
    float: right;
}

.social-share img {
    width: 2.1875rem;
    height: 2.1875rem;
}

.social-share a {
    text-decoration: none;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

h3.v2 {
    color: #031e27;
    text-transform: uppercase;
    padding-bottom: 1.875rem;
    background: url(/images/new/design-element_FAKTA.png) no-repeat 0 2.125rem;
}

li.related {
    background: url("/images/new/pil-oransje.png") no-repeat 0 0;
    list-style-type: none;
    padding-left: 2.1875rem;
    padding-top: 0.8125rem;
    background-position: 0 1.25rem;
    background-size: 1.25rem 0.9375rem;
}

.articlePageHead {
    display: none;
}

.tabellmal tr {
    background-color: White;
}

.tabellmal tr:first-child {
    background-color: transparent;
}

.tabellmal tr th {
    color: #031e2f;
    padding: 0.375rem 0.3125rem 0.4375rem 0.625rem;
    background: url("../images/border-top.png") repeat-x scroll left top transparent;
    border-left: none;
    font-weight: bold;
    text-align: left;
}

.tabellmal tr td {
    background-color: #e2e9ee;
    border-color: #f0f4f7;
    font-size: 0.875rem;
    padding: 0.375rem 0.3125rem 0.375rem 0.625rem;
    border-left: 0.0625rem solid white;
    border-bottom: 0.0625rem solid #f0f4f7;
}

.tabellmal tr:nth-of-type(even) td {
    background-color: #ffffff;
}

.tabellmal tr td:first-child {
    border-left: none;
}

.whiteFrame {
    border: 0.4375rem solid white;
}

.blueUnderline {
    border-bottom: 0.0625rem solid #00cdff;
}

.lineheight-1 {
    line-height: 1.4;
}

.lineheight-2 {
    line-height: 1.6;
}

.lineheight-3 {
    line-height: 1.8;
}

.imageWrapper.right {
    float: right;
    margin-left: 1.25rem;
    margin-bottom: 1.5625rem;
}

/* Financial Reports */

.financialtable {
    font-size: 0.75rem;
}

.financialtable .sum td {
    font-weight: bold;
    border-bottom: 0.125rem solid black;
}

.financialtable tr td:not(:first-child) {
    text-align: right;
    white-space: nowrap;
}

.financialtable tr td:nth-last-child(3) {
    background-color: #e9f0f4;
}

.financialtable thead tr th {
    font-weight: bold;
    text-align: center;
}

.financialtable .headers td:not(:first-child) {
    font-weight: bold;
}

.financialtable .headers td:first-child {
    font-size: 0.625rem;
}

.excel,
.indesign {
    font-size: 0.8125rem;
}

.excel table tr td:not(:first-child) {
    text-align: right;
    white-space: nowrap;
}

.excel-highlightedcolumn table tr td:nth-last-child(3) {
    background-color: #e9f0f4;
}

.excel-bigtable {
    font-size: 0.6875rem;
}

.excel-bigtable table tr td {
    padding: 0.25rem;
}

.table-responsive {
    display: block;
    overflow-x: auto;
}

@media (min-width: 768px) {
    .table-responsive {
        display: table;
    }
}

.table-responsive a {
    text-decoration: underline;
}

.articleMainBody h1,
.articleMainBody h2,
.articleMainBody h3 {
    margin: 1rem 0;
}

/* =documentlist start */

.documentListWebpartZone {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.documentListWebpartZone {
    list-style-type: none;
    margin-left: 0;
    margin-top: 0.5rem;
}

ul.documentListWebpartZone li {
    background: none;
    padding: 0;
    width: 100%;
}

.articleListItem {
    padding-top: 0.625rem;
    float: left;
}

h4.listHeading {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 0 0.0625rem 0 0;
    cursor: pointer;
    color: White;
    height: 2.1875rem;
}

.documentsList ul {
    list-style-type: square;
    /* position: absolute; */
    border-top: 0.0625rem solid;
    /* width: 100%; */
    padding-top: 0.625rem;
    /* margin-bottom: 32px; */
}

.documentListWebpartZone table .documentsList ul {
    display: none;
}

.documentsList ul li {
    margin: 0 0 0 0.9375rem;
}

.documentsList ul li span.arrow {
    display: none;
}

.documentListWebpartZone ul.linkList {
    margin-left: 0;
}

.tabMiddleBackground {
    background: url("../Images/tabs-bg.png") repeat-x scroll left top transparent;
    padding: 0.5rem 0.625rem 0.4375rem;
}

li.articleListItem .tabMiddleBackground {
    padding: 0.3125rem 1.875rem 0;
}

h4.show .tabLeftBackground,
.ActiveAktiv .tabLeftBackground,
.tabs li.selected .tabLeftBackground {
    background-position: 0 0;
}

h4.show .tabRightBackground,
.ActiveAktiv .tabRightBackground,
.tabs li.selected .tabRightBackground {
    background-position: -9.0625rem 0;
}

h4.show .tabMiddleBackground,
.ActiveAktiv .tabMiddleBackground,
.tabs li.selected .tabMiddleBackground {
    background: #031e2f;
}

h4.listHeading:hover .tabLeftBackground,
ul.facetList li a:hover .tabLeftBackground,
.tabs li a:hover .tabLeftBackground {
    background-position: -10.6875rem 0;
}

h4.listHeading:hover .tabRightBackground,
ul.facetList li a:hover .tabRightBackground,
.tabs li a:hover .tabRightBackground {
    background-position: -22.4375rem 0;
}

h4.listHeading:hover .tabMiddleBackground,
ul.facetList li a:hover .tabMiddleBackground,
.tabs li a:hover .tabMiddleBackground {
    background: #009fda;
}

/* common tabs end */

/* Navigation element */

.c_navigationelement {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.625rem 0;
    height: 12.5rem;
}

.c_navigationelement div {
    color: #000;
    text-align: center;
    padding: 0 5rem;
    margin-top: 1.25rem;
}

.c_navigationelement div.text-bottom {
    margin-top: auto;
}

.c_navigationelement div h3 {
    color: #000;
    font-weight: bold;
    font-size: 1.375rem;
}

.c_navigationelement p {
    font-size: 0.8125rem;
}

/* Significant Values Block */

.sv_container .sv_background {
    margin: 0.625rem 0;
    padding: 1.25rem;
    height: 12.5rem;
}

@media (max-width: 768px) {
    .sv_container .sv_background {
        height: auto;
    }
}

.sv_container .notVisibleMobile div {
    float: left;
    text-align: center;
    padding-top: 2.1875rem;
}

.sv_container .notVisibleMobile h3 {
    color: #000;
    font-weight: bold;
    font-size: 2em;
    margin: 0;
}

.sv_container .notVisibleMobile h4 {
    color: #000;
    font-weight: bold;
    font-size: 0.75em;
}

.sv_container .notVisibleMobile p {
    font-size: 0.75em;
}

.sv_container .visibleMobile h3 {
    margin: 0;
    font-size: 1.2em;
}

.visibleMobile {
    display: block;
}

.notVisibleMobile {
    display: none;
}

@media (min-width: 768px) {
    .notVisibleMobile {
        display: block;
    }

    .visibleMobile {
        display: none;
    }
}

.navigation_white * {
    color: white !important;
}

a.nounderline {
    text-decoration: none;
}

.searchfield {
    background: url("/Images/border-top.png") repeat-x scroll left top transparent;
    padding-bottom: 1.25rem;
    padding-top: 0.9375rem;
}

.searchRelated h3 {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
    text-transform: uppercase;
}

ul#SearchResultList li a {
    color: #031e2f;
}

ul#SearchResultList li {
    background: url("../images/border-top.png") repeat-x scroll left top transparent;
    list-style-type: none;
    padding-top: 0.625rem;
}

ul#SearchResultList h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.3125rem;
}

p.searchResultShortText {
    color: #031e2f;
    font-weight: bold;
    margin-bottom: 0.1875rem;
    margin-top: 0;
}

ol.search {
    list-style-type: none;
}

ol.search li {
    background: url("/Images/border-top.png") repeat-x scroll left top transparent;
    margin: 0 0 1.25rem;
    padding-top: 0.625rem;
}

ol.search li h3 a {
    color: #031e2f;
    font-family: "ff-clan-web-1", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.625rem;
    margin-bottom: 0.3125rem;
}

ol.search li h3 a:hover {
    text-decoration: none;
}

span.searchTextHighlight {
    color: #d10074;
    font-weight: bold;
}

.imageHighLighter {
    color: #d10074;
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
    padding: 0 0 0.625rem;
}

.mainBody a {
    text-decoration: underline;
}

.mainBody img {
    max-width: 100%;
    height: auto;
}

.documentListWebpartZone > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.parentHeading {
    display: none;
}

#MainContainer_uxArchiveSearchPanel {
    margin-bottom: 2rem;
}

.searchblock .searchText,
.searchfield .searchText {
    background: url("/Images/icon-inline-search.png") no-repeat scroll 0.4375rem 0.4375rem white !important;
    border: 0.0625rem solid #ced4da;
    font-size: 1rem;
    padding: 0.25rem 2rem;
}

ul.archive {
    padding: 0;
}

ul.archive div.item {
    border-top: 0.0625rem solid #ced4da;
    margin: 0 0 1.25rem;
    padding-top: 1.25rem;
}

ul.archive div.archiveDate {
    color: #031e2f;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1.375rem;
    margin-bottom: 0.1875rem;
}

ul.archive h3 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.625rem;
    margin-bottom: 0.3125rem;
}

ol.pages {
    border-top: 0.0625rem solid #ced4da;
    list-style-type: none;
    margin-top: 1.875rem;
    padding-top: 0.625rem;
}

ol.pages li {
    float: left;
    margin-right: 0.625rem;
}

ol.pages li a,
ol.pages li span {
    color: #031e2f;
    display: inline-block;
    height: 1.5rem;
    margin: 0 0.0625rem 0 0;
    text-align: center;
    text-decoration: none;
    width: 1.5rem;
}

ol.pages li a:hover {
    background-color: #d10074;
    color: white;
}

ol.pages li span {
    background-color: #031e2f;
    color: white;
}

ol.pages li.PrevItem a,
ol.pages li.PrevItem a:hover {
    width: 3.75rem;
}

ol.pages li.NextItem a,
ol.pages li.NextItem a:hover {
    width: 3.125rem;
}

.mainRight {
    margin-bottom: 4rem;
}

.mainArticleTitle {
    margin: 1rem 0;
}

#contentPageVideo {
    width: 100%;
    height: auto;
}

#VideoStartPageContainer {
    width: 100%;
    max-height: 37.5rem;
    overflow: hidden;
    top: 0;
    right: 0;
}

#VideoStartPage {
    width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    transform: translate(0%, -50%);
    margin-top: 18.75rem;
}

.BannerTextStartPageVideo {
    transform: translate(0%, -150%);
    margin-bottom: -9.375rem;
}

@media (max-width: 1440px) {
    .BannerTextStartPageVideo h1 {
        font-size: 2.875rem;
    }
}

@media (max-width: 1260px) {
    .BannerTextStartPageVideo {
        position: unset;
        top: 0;
        left: 50%;
        transform: translate(0, 10%);
        margin-bottom: 0;
    }

    .textWhiteBlack {
        color: #000000 !important;
    }

    #VideoStartPageContainer {
        max-height: 34.375rem;
    }
}

@media (max-width: 659px) {
    #VideoStartPage {
        margin-top: 0;
        transform: translate(0, 0);
    }
}

.vacancy-table__vacancy-link {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vacancy-table__vacancy-link:hover {
    text-decoration: none;
    color: #000000;
}

.filter-list-item-wrapper {
    float: right;
    padding: 1.875rem;
    border: 0.0625rem solid #d4d4d4;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 0;
}

.filter-list-item-title {
    color: #009fda;
    margin: 0;
    text-align: left;
    width: 90%;
    position: relative;
    z-index: 2;
    font-size: 1.875rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .filter-list-item-title {
        font-size: 1.575rem;
    }
}

@media (max-width: 576px) {
    .filter-list-item-title {
        font-size: 1.275rem;
    }

    .filter-list-item-wrapper {
        padding: 1.25rem 1.25rem 0 1.25rem;
    }
}

.filter-list-item-wrapper:hover {
    border: 0.0625rem solid #009fda;
}

.filter-list-item-wrapper:hover .filter-list-item-title {
    text-decoration: underline;
    color: #009fda;
}

.filter-list-item__main {
    text-align: left;
    flex-grow: 2;
    position: relative;
    z-index: 2;
}

.filter-list-item__side {
    top: 50%;
    color: #000000;
    text-align: right;
    width: 35%;
    position: relative;
}

.showHideFiltersButton {
    display: none;
}

.showHideFiltersButton:hover {
    cursor: pointer;
    font-weight: 600;
}

.filter-menu {
    float: left;
}

.filter-menu h2 {
    margin-bottom: 0.625rem;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 0.125rem solid #009fda;
    text-transform: uppercase;
}

.filter-menu ul {
    list-style: none;
    padding-left: 0;
}

.filter-menu li label {
    margin-left: 0.625rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 0.0625rem solid #d4d4d4;
}

.filter-menu li label:hover {
    font-weight: 600;
    border-bottom: 0.0625rem solid #009fda;
    cursor: pointer;
}

.filter-menu li input {
    display: none;
}

.filter-menu li input:checked + label::before {
    content: "\2713";
    display: inline-block;
    color: #009fda;
    position: relative;
    padding: 0 0.375rem 0 0;
    margin-left: -1.25rem;
}

.filter-menu li input:checked + label {
    font-weight: 700;
    border-bottom: 0.125rem solid #009fda;
}

.filters:not(:first-child) {
    margin-top: 1.25rem;
}

.totalVacancies {
    float: left;
    margin-bottom: 0.9375rem;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 0.125rem solid #009fda;
    text-transform: uppercase;
}

.emptyFilter {
    float: right;
    margin-bottom: 0.9375rem;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 0.125rem solid #009fda;
    text-transform: uppercase;
}

.emptyFilter a:hover {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
}

.filter-top {
    display: none;
}

@media (max-width: 768px) {
    .filter-menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 99;
        top: 0;
        left: 0;
        overflow: scroll;
        margin-top: 0;
        background-color: #ffffff;
    }

    .showHideFiltersButton {
        display: block;
        margin-bottom: 1.875rem;
        background-color: #009fda;
        padding: 0.3125rem;
        text-align: center;
        color: #ffffff;
    }


    .filter-top {
        margin: 1.5rem 0.5rem;
    }

    .filter__search {
        position: fixed;
        width: 100%;
        display: block;
        bottom: 0;
        left: 0;
        background-color: #009fda;
        padding: 0.625rem;
        text-align: center;
        color: #ffffff;
        margin-top: 1.25rem;
        border: none;
    }

    .filter__search:hover {
        cursor: pointer;
        background-color: #0780ad;
    }

    #MainContainer_VacancyTable_uxCompanyList {
        margin-bottom: 1.875rem;
    }

    .filter-top h3 {
        display: inline-block;
        font-weight: normal;
        font-size: 1.125rem;
    }
    .filter-top h3 span {
        display: inline-block;
    }
    .filter-top h3:first-child span{
        border-bottom: 0.125rem solid #009fda;
    }
    .filter-top h3:last-child span{
        border-bottom: 0.125rem solid #009fda;
    }
    .filter__close {
        text-align: left;
        width: 20%;
    }
    .filter__close:hover {
        font-weight: bold;
        cursor: pointer;
    }

    .filter__result {
        text-align: center;
        width: 60%;
    }
    .filter__reset {
        text-align: right;
        width: 20%;
    }
    .filter__reset:hover {
        font-weight: bold;
        cursor: pointer;
    }
}

.hero {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.hero__content {
    padding: 6.25rem 0 1.875rem 1.875rem;
    flex: 0 0 100%;
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
}

.hero__content a {
    text-decoration: underline;
}

.hero__title {
    font-size: 2rem;
}

.hero__read-more {
    margin-top: auto;
    margin-bottom: 2.5rem;
}

.hero__image {
    padding: 2% 0 2% 0;
}

.hero video {
    object-fit: contain;
    float: right;
    height: 100%;
    width: 100%;
    max-height: 31.25rem;
}
.hero img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1799px) {
    .hero__title {
        font-size: 1.8rem;
    }

    .hero__content {
        flex-basis: 50%;
        padding: 3.125rem 1.875rem 1.875rem 1.875rem;
    }
}

@media (max-width: 1349px) {
    .hero__title {
        font-size: 1.7rem;
    }
    .hero__content {
        flex-basis: 65%;
        padding: 1.875rem 1.875rem 1.875rem 1.875rem;
    }
}

@media (max-width: 1199px) {
    .hero__image {
        padding: 0;
    }

    .hero__content {
        padding: 3.125rem 1.875rem 1.875rem 1.875rem;
        flex-basis: 100%;
    }

    .hero__title {
        font-size: 1.6rem;
    }

    .hero video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 899px) {
    .hero__title {
        font-size: 1.2rem;
    }
}

@media (max-width: 697px) {
    .hero__content {
        padding: 1.5625rem 1.25rem 1.5625rem 1.25rem;
    }
    .hero__read-more {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 697px) {
    .hero__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.infobox {
    background-color: #e9faff;
    margin: 2rem 0;
}

.infobox__content {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.infobox__heading {
    line-height: 4.375rem;
    font-size: 2rem;
    margin-top: 0 !important;
    font-weight: bold;
    border-bottom: 0.1875rem solid #009fe3;
}

.infobox__intro {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 1.875rem;
}

.infobox_link {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .infobox__heading {
        line-height: normal;
    }
}
.keyfigures .container {
    padding: 2rem 1.875rem;
}

.keyfigure__block {
    padding-left: 1.5rem;
}

@media (max-width: 991px) {

    .keyfigure__block {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .keyfigure__block:not(:nth-last-of-type(1)) {
        border-bottom: 0.13rem dotted #A9A9A9;
    }

    .keyfigure__heading, .arrow{
        display: inline
    }

    .keyfigure__description_normal{
        display:none;
    }
}

@media (min-width: 992px) {
    .keyfigure__block:not(:nth-last-of-type(1)) {
        border-right: 2px dotted #A9A9A9;
    }
    .keyfigure__description_small {
        display: none;
    }
}

.keyfigure__heading {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 4rem;
    color: #033819;
}

.keyfigure__description {
    color: #033819;
}

.keyfigure__source {
    font-size: 0.875rem;
}

.keyfigure__intro {
    margin-right: 2rem;
}

.arrow {
    padding: 0 0 1rem 0;
}

.arrow-icon {
    border-radius: 5rem;
    background-color: #0095BA;
    height: 2rem;
    width: 2rem;
    padding: 0.35rem;
    color: #ffffff;
}

.arrow-icon-positive {
    transform: rotate(-90deg) translateX(0);
}

.arrow-icon-negative {
    transform: rotate(90deg) translateX(0);
}

.arrow-icon-hidden {
    display: none;
}

    .themes .container {
        padding: 0;
    }

    .theme {
        padding: 3rem 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .theme__title {
        padding: 2rem 4rem 0 4rem;
        font-size: 3.5rem;
    }

    .theme__intro {
        padding: 1rem 4rem 1rem 4rem;
        line-height: 1.4;
    }

    .theme img {
        width: 100%;
        max-height: 14.0625rem;
        min-height: 14.0625rem;
        object-fit: cover;
    }

    .theme__block {
        flex: 0 0 100%;
        display: flex;
        background-color: #ffffff;
        margin: 1rem 0;
    }

    .theme__image {
        padding: 0 !important;
        max-height: 14.0625rem;
    }

    .theme__links {
        padding: 1.5rem 0.5rem 1rem 3rem;
        max-height: 14.0625rem;
        text-decoration: underline;
    }

        .theme__links h1 {
            text-decoration: underline;
        }

    @media (min-width: 1199px) {
        .theme__links a {
            font-size: 1.25rem;
        }

        .theme__links {
            padding: 1.5rem 1rem 1rem 3rem;
            max-height: 12.5rem;
        }
    }

    @media (max-width: 768px) {
        .theme {
            padding: 1rem;
        }

        .theme__intro {
            padding: 1rem;
            text-align: center;
        }

        .theme__block {
            display: block;
        }

        .theme__links {
            text-align: center;
            padding: 1rem 0;
        }
    }

    @media (max-width: 598px) {
        .theme__intro {
            font-size: 1.3rem;
        }
    }

    .archive-pages {
        display: flex;
        text-align: center;
    }

        .archive-pages a {
            padding: 0 0.8rem;
        }

            .archive-pages a.SelectedPagingItem {
                background: #031e2f;
                color: white;
            }
            
            
/* Cookie consent styling */
.cookie-banner__page {
    position: fixed;
    inset: 0;
    background: #fff;
    padding: 20px;
    z-index: 10000;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .cookie-banner__page {
        width: auto;
        top: auto;
        right: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }
}

.cookie-banner__summary {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cookie-banner__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.logo svg {
    height: 40px;
}

.cookie-banner__headline {
    font-size: 17px;
    margin: 0;
    color: #333;
}

/* Grid layout for categories */
.cookie-banner__categories-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .cookie-banner__categories-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(225px, 1fr));
    }
}

.block-content {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.cookie-banner__category-description {
    font-size: 0.9em;
    color: #555;
}

.cookie-banner__category-description p:last-child {
    margin-bottom: 0;
}

button {
    padding: 10px 20px;
    font-size: 1em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}
.cookie-banner__accept,
.cookie-banner__decline {
    width: 60%;
    max-width: 180px;
}

.cookie-banner__policy {
    color: #c8102e;
    text-decoration: none;
    font-size: 0.9em;
}

.cookie-banner__policy:hover {
    text-decoration: underline;
}