/* Hedera Group AB */

/* Fonts */
@import url("https://use.typekit.net/ner2fpi.css");

/* Animationer */
@import url('/resources/scripts/aos/2.3.1/aos.css');

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 75, 132, 61;
    --primary-light-color: 244, 249, 241;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 130, 130, 130;
    --gray-light-color: 243, 241, 237;
    --white-color: 255, 255, 255;

    --doctornurse-color: 83, 181, 227;
    --assistans-color: 247, 144, 77;
    --lifescience-color: 226, 5, 19;

    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 7.5rem;
    --menu-height-scrolled: 7.5rem;
    --section-width: 150rem;

    /* 	Typography */
    --base-size: 1.7rem;

    /* 	Mobile nav */
    --activate-mobile-menu: 1050;
    --mobile-menu-height: 7.5rem;
    --mobile-menu-bg: var(--white-color);
    --menu-color: var(--black-color);
}

@media only screen and (max-width: 580px) {
    :root {
        --base-size: 1.5rem;
    }
}

/* Layout
========================================================================== */
.section-block {
    padding: 10rem 5rem;
}

/* Paddings */
.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 2rem;
}

.pt-2 .section-block,
.pt-2:not(.section-wrapper) {
    padding-top: 2rem;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0;
}

/* Margins */
.mt-3 {
    margin-top: 3rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

/* Bredder */


/* Ovriga klasser */


@media only screen and (max-width: 1024px) {
    .section-block {
        padding: 8rem 3rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-block {
        padding: 5rem 2rem;
    }
}

/* Text och typsnitt
========================================================================== */
body {
    font-family: sofia-pro, sans-serif;
}

/* Rubriker */
.text-label {
    padding-bottom: 1em;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(var(--primary-color));
}

.section-title {
    padding-bottom: .5em;
    font-size: 4rem;
    font-weight: 200;
    line-height: 1.2;
}

.small-title {
    padding-bottom: .3em;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.4;
}

.ingress {
    font-size: calc(var(--base-size) * 1.1);
}

.text-small {
    font-size: calc(var(--base-size) * .9);
}

/* Brodtext och lankar */
p,
li {
    font-weight: 300;
    color: rgb(var(--gray-dark-color));
}

/* Ovriga klasser */
.text-block {
    max-width: 70rem;
}

.text-block-center {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

.text-block-right {
    max-width: 70rem;
    margin-left: auto;
    margin-right: 0;
}

.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

.text-center {
    text-align: center;
}

/* Listor */
.list-bg-primary {
    padding: 0;
    list-style: none;
}

.list-bg-primary li:nth-child(odd) {
    background: rgb(var(--primary-light-color));
}

.list-bg-primary a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    color: rgb(var(--primary-color));
    text-decoration: none;
}

.list-bg-primary a:hover {
    text-decoration: underline;
}

.list-bg-primary i {
    padding-right: 1.5rem;
    font-size: 2.3rem;
}

@media only screen and (max-width: 1200px) {
    .section-title {
        font-size: 3.8rem;
    }

    .small-title {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-title {
        font-size: 2.5rem;
    }

    .small-title {
        font-size: 2rem;
    }

    .text-label {
        font-size: 1.2rem;
    }
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
    margin-top: 2rem;
}

.btn-wrapper.center {
    text-align: center;
}

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 1.2rem 2rem;
    margin: 7px;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 2rem;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}

.btn-primary-filled,
.ContactSubmit {
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--primary-color));
    background-color: rgb(var(--primary-color));
}

.btn-primary-filled:hover,
.ContactSubmit:hover {
    color: rgb(var(--primary-color));
    border: 1px solid rgb(var(--primary-color));
    background-color: transparent;
}

/* Arrow link */
.arrow-link {
    padding-right: 1rem;
    font-size: var(--base-size);
    color: rgb(var(--primary-color));
    text-decoration: none;
}

.arrow-link::after {
    content: ' \f105';
    display: inline-block;
    margin-left: 1rem;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    transition: transform .4s ease;
}

.arrow-link:hover::after {
    transform: translateX(1rem);
    transition: transform .4s ease;
}

/* Cirkelikon */
.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: 2px;
    font-size: 0;
    color: rgb(var(--white-color));
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid rgb(var(--primary-color));
    background-color: rgb(var(--primary-color));
    transition: .3s ease;
}

.circle-icon:hover {
    color: rgb(var(--primary-color));
    background-color: rgb(var(--white-color));
}

.circle-icon em:before,
.circle-icon i:before {
    font-size: 1.4rem;
}

@media only screen and (max-width: 580px) {
    .btn {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
}

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-gray-light {
    background-color: rgb(var(--gray-light-color));
}

.bg-white {
    background-color: rgb(var(--white-color));
}

.bg-primary {
    background-color: rgb(var(--primary-color));
}

/* Text */
.text-primary {
    color: rgb(var(--primary-color));
}

.text-white {
    color: rgb(var(--white-color));
}

/* Grafiska element
========================================================================== */
/* Border radius */
.br-1 {
    border-radius: 1rem;
    overflow: hidden;
}

/* Object position */
.of-wrapper img.op-50-100 {
    object-position: 50% 100%;
}

.of-wrapper img.op-50-25 {
    object-position: 50% 25%;
}

.of-wrapper .scale-down {
    object-fit: scale-down;
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    overflow: hidden;
}

.bg-image-wrapper,
.bg-video-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video */
.bg-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Parallax */
.parallax {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax .section-block {
    min-height: 40rem;
    background-color: rgb(var(--black-color), .65)
}

.parallax-hjarta {
    background-image: url('/assets/images/hjarta-trad-2000px.jpg');
}

.parallax-skog {
    background-image: url('https://media.gettyimages.com/id/AR3261-001/sv/foto/sun-streaming-through-dawn-mist-over-forest-washington-usa.jpg?s=1024x1024&w=gi&k=20&c=2co2KxfhLoNoIKrDQ9ubAGuBGRJ2VKW11ANdAqYQuqk=');
}

@media only screen and (hover:none) {
    .parallax {
        background-attachment: scroll;
        background-position: center center;
    }
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cards-wrapper:not(.w-100) {
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Card item */
.card-item {
    border-radius: 2rem;
    overflow: hidden;
}

a.card-item {
    text-decoration: none;
    transition: .3s ease;
}

/* Bredder */
.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-50 .card-item {
    width: calc((100% / 2) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-100 .card-item {
    width: 100%;
    margin: 1rem 0;
}

@media only screen and (max-width: 1050px) {
    .cards-wrapper.w-33:not(.w-100) {
        margin-left: 0;
        margin-right: 0;
    }

    .cards-wrapper.w-33 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 750px) {
    .cards-wrapper:not(.w-100) {
        margin-left: 0;
        margin-right: 0;
    }

    .cards-wrapper.w-50 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

/* Card 1-1 */
.card-1-1 .card-item {
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 0;
}

.card-1-1 .card-item:not(:last-of-type) {
    border-bottom: 1px solid rgb(var(--white-color));
}

.card-1-1 a.card-item:hover {
    background-color: rgb(var(--white-color));
}

.card-1-1 .date {
    padding-bottom: 0;
    font-weight: 500;
    color: rgb(var(--primary-color));
    line-height: 1.2;
}

.card-1-1 .name {
    padding-bottom: 0;
}

/* Card 1-2 */
.card-1-2 .card-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 35rem;
    padding: 2rem;
}

.card-1-2 a.card-item.bg-gray-light:hover {
    background-color: rgb(var(--gray-color));
}

.card-1-2 a.card-item.bg-gray-light:hover .small-title,
.card-1-2 a.card-item.bg-gray-light:hover p {
    color: rgb(var(--white-color));
}

/* Card 1-3 */
.card-1-3 .card-item {
    border: 1px solid rgb(var(--white-color), .5);
    background: rgb(var(--white-color), .25);
    backdrop-filter: blur(9px);
}

/* Card 3-4 */
.card-3-4 .card-item {
    display: flex;
    flex-wrap: wrap;
}

.card-3-4 .image-wrapper {
    width: 25rem;
    height: 100%;
}

.card-3-4 .card-body {
    width: calc(100% - 25rem);
}

@media only screen and (max-width: 1450px) {
    .card-3-4 .image-wrapper {
        width: 100%;
        max-width: 20rem;
        height: unset;
        padding: 2rem 2rem 0;
    }

    .card-3-4 .card-body {
        width: 100%;
    }
}

/* Card 3-6 */
.card-3-6 .card-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 35rem;
}

.card-3-6 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-3-6 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--black-color), .5);
    transition: .3s ease;
}

.card-3-6 .card-item:hover .image-wrapper::after {
    background-color: rgb(var(--white-color), .8);
}

.card-3-6 .logo-wrapper {
    z-index: 1;
    position: relative;
    filter: brightness(0) invert(1);
    height: 6rem;
    transition: .3s ease;
}

.card-3-6 .card-item:hover .logo-wrapper {
    filter: none;
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 1rem;
    overflow: hidden;
}

.split-wrapper.reverse {
    flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 5rem;
}

.split-image,
.split-video {
    width: 50%;
}

.split-video video,
.split-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Centrera content */
.split-wrapper .align-center {
    align-self: center;
}

@media screen and (max-width: 1300px) {
    .split-content {
        padding: 3rem;
    }
}

@media screen and (max-width: 1000px) {

    .split-wrapper,
    .split-wrapper.reverse {
        flex-direction: column;
    }

    .split-content {
        width: 100%;
        padding: 2rem;
    }

    .split-image {
        width: 100%;
        min-height: 20rem;
    }

    /* Centrera content */
    .split-wrapper .align-center {
        align-self: flex-start;
    }
}

/* Header / Navigation
========================================================================== */
header {
    border-bottom: 1px solid rgb(var(--gray-light-color));
}

.IndexPage header:not(.scrolled) {
    border-color: transparent;
    background-color: transparent;
}

/* Logo */
.header-logo {
    flex: 1 1 0px;
}

/* Nav */
.TemplateMenu a {
    font-size: 1.6rem;
    font-weight: 500;
    color: rgb(var(--black-color));
}

/* Dropdown */
.TemplateMenu ul {
    min-width: 25rem;
}

.TemplateMenu ul a {
    font-size: 1.5rem;
}

/* Mobilmeny */
.mobile-menu .Padding {
    padding-bottom: 10rem;
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 100vh;
    padding-top: var(--menu-height);
    margin-top: calc(var(--menu-height) * -1);
    background-color: rgb(var(--black-color), .2);
    background-image: linear-gradient(180deg, rgb(var(--white-color), .85) 0%, transparent 52%, rgb(var(--white-color), .1) 100%);
}

.top-section .section-block {
    width: 100%;
}

.top-section .section-title {
    font-size: 6.7rem;
    font-weight: 300;
}

@media only screen and (max-width: 820px) {
    .top-section {
        min-height: 90vh;
    }
    
    .top-section .section-title {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 580px) {
    .top-section .section-title {
        font-size: 3rem;
    }
}

/* Pressmeddelanden
========================================================================== */
.pressrelease-wrapper .card-item {
    background-color: rgb(var(--gray-light-color));
}

.IndexPage .pressrelease-wrapper .card-item {
    background-color: rgb(var(--white-color));
}

.pressrelease-wrapper .small-title,
.pressrelease-wrapper .name {
    padding-bottom: .3em;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
}

.pressrelease-wrapper .text-label,
.pressrelease-wrapper .date {
    font-weight: 600;
    color: rgb(var(--primary-color));
}

.btn-cards-wrapper {
    display: flex;
}

.btn-cards-wrapper .btn-side {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 10rem;
    margin: 1rem 0 1rem 1rem;
    border-radius: 2rem;
    background: rgb(var(--primary-color));
    text-decoration: none;
    transition: .3s ease;
}

.btn-cards-wrapper .btn-side:hover {
    background-color: rgb(var(--gray-light-color));
}

.btn-cards-wrapper .btn-side p {
    flex-shrink: 0;
    transform: rotate(-90deg);
}

.btn-cards-wrapper .btn-side:hover p {
    color: rgb(var(--gray-dark-color));
}

@media only screen and (max-width: 680px) {
    .btn-cards-wrapper {
        flex-direction: column;
    }

    .btn-cards-wrapper .btn-side {
        width: auto;
        padding: 1rem;
    }

    .btn-cards-wrapper .btn-side p {
        transform: none;
    }
}

/* Gridsplit
========================================================================== */
.grid-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 15rem 1fr;
    gap: 2rem;
}

.grid-split>* {
    width: 100%;
    min-height: 25rem;
    border-radius: 1rem;
}

.grid-split>*:nth-of-type(1) {
    grid-row: 1 / 3;
}

.grid-split>*:nth-of-type(3) {
    grid-row: 2 / 4;
    grid-column-start: 2;
}

.grid-split img {
    position: absolute;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1000px) {
    .grid-split>* {
        min-height: none;
    }

    .grid-split {
        display: flex;
        flex-wrap: wrap;
    }

    .grid-split .split-image {
        min-height: 45rem;
    }
}

@media only screen and (max-width: 580px) {
    .grid-split .split-content {
        padding: 2rem;
    }

    .grid-split .split-image {
        min-height: 25rem;
    }
}

/* ==========================================================================
Undersidor
========================================================================== */

/* Hero - Grundkod
========================================================================== */
.hero {
    display: flex;
    align-items: center;
    text-align: center;
}

.hero.bg-image,
.hero.bg-video {
    min-height: 50vh;
    background-color: rgb(var(--black-color), .5);
}

.hero:not(.bg-image) {
    min-height: 40vh;
    background: rgb(var(--gray-light-color));
}

.hero .section-block {
    width: 100%;
}

.hero .section-title {
    font-size: 6rem;
    font-weight: 300;
}

@media only screen and (max-width: 580px) {
    .hero {
        min-height: 30rem;
    }

    .hero .section-title {
        font-size: 4rem;
    }
}

/* ==========================================================================
Undersida: Om oss > Var ledning
========================================================================== */
.team-wrapper .small-title {
    font-size: 2rem;
}

.team-wrapper p {
    font-size: 1.6rem;
}

/* ==========================================================================
Undersida: Verksamheter
========================================================================== */
.split-wrapper .split-image.doctornurse::after,
.split-wrapper .split-image.assistans::after,
.split-wrapper .split-image.lifescience::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s ease;
}

.split-wrapper .split-image:hover.doctornurse::after,
.split-wrapper .split-image:hover.assistans::after,
.split-wrapper .split-image:hover.lifescience::after,
.card-3-6 .card-item.doctornurse:hover .image-wrapper::after,
.card-3-6 .card-item.assistans:hover .image-wrapper::after,
.card-3-6 .card-item.lifescience:hover .image-wrapper::after {
    background-color: rgb(var(--white-color), .8);
}

/* Farger */
.split-wrapper .split-image.doctornurse::after,
.card-3-6 .card-item.doctornurse .image-wrapper::after {
    background-color: rgb(var(--doctornurse-color), .8);
}

.split-wrapper .split-image.assistans::after,
.card-3-6 .card-item.assistans .image-wrapper::after {
    background-color: rgb(var(--assistans-color), .8);
}

.split-wrapper .split-image.lifescience::after,
.card-3-6 .card-item.lifescience .image-wrapper::after {
    background-color: rgb(var(--lifescience-color), .8);
}

/* Logga */
.split-wrapper .split-image .logo-wrapper {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
    transition: .3s ease;
}

.split-wrapper .split-image .logo-wrapper:hover {
    filter: none;
}

/* ==========================================================================
Undersida: Investor Relations
========================================================================== */

/* Counter
========================================================================== */
.section-counter .section-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-counter .card-item:not(:last-of-type) {
    border-right: 1px solid rgb(var(--white-color));
}

@media only screen and (max-width: 1050px) {
    .section-counter .card-item:not(:last-of-type) {
        border-right: none;
    }
}

/* Pressmeddelanden / Finansiella rapporter / Kalendarium
========================================================================== */
.section-pr-reports .section-block-wrapper {
    justify-content: space-between;
}

.section-pr-reports .col-1,
.section-pr-reports .col-2,
.section-pr-reports .col-3 {
    width: 32%;
    padding: 2rem;
    border-radius: 1rem;
    background-color: rgb(var(--gray-light-color));
}

.section-pr-reports .small-title {
    padding-left: 1rem;
}

@media only screen and (max-width: 1100px) {
    .section-pr-reports .col-1,
    .section-pr-reports .col-2,
    .section-pr-reports .col-3 {
        width: 100%;
    }
    
    .section-pr-reports .col-1,
    .section-pr-reports .col-2 {
        margin-bottom: 3rem;
    }
}

/* Nyhetsbrev
========================================================================== */
.section-newsletter .section-block-wrapper {
    max-width: 100rem;
    padding: 5rem;
    border-radius: 2rem;
    background: rgba(var(--gray-light-color), .9);
}

.section-newsletter .form-group {
    margin-bottom: 4rem;
}

.section-newsletter .col-sm-6 {
    width: 100%;
}

/* Namn / E-post */
.section-newsletter .form-group.mail {
    margin-bottom: 2.5rem;
}

.section-newsletter input[type="text"] {
    width: 44rem;
    max-width: 100%;
    height: 4rem;
    margin: 0 auto 1.5rem;
    border: 1px solid rgb(var(--gray-color));
}

/* Checkboxar */
.section-newsletter .form-check {
    display: flex;
    justify-content: center;
}

.section-newsletter .form-check label {
    margin: 0 1rem 0 5px;
    font-size: var(--base-size);
    font-weight: 300;
}

/* Recaptcha */
.section-newsletter .g-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

/* Knapp */
.section-newsletter .btn {
    display: block;
    width: 15rem;
    padding: 1.2rem;
    margin: 0 auto;
}

/* Modal */
.section-newsletter .modal-dialog {
    display: flex;
    align-items: center;
    height: 100vh;
}

@media only screen and (max-width: 580px) {
    .section-newsletter .section-block-wrapper {
        padding: 2rem;
    }
}

/* ==========================================================================
Undersida: Investor Relations > Aktien
========================================================================== */

/* Graf
========================================================================== */
.sharegraph-extras {
    text-align: center;
}

.sharegraph-extras .btn {
    display: inline-block;
    min-width: 7rem;
    padding: .4rem 1.4rem;
    margin: 2px;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid rgb(var(--gray-color));
}

.sharegraph-extras .btn:hover,
.sharegraph-extras .btn.active {
    color: rgb(var(--white-color));
    border-color: rgb(var(--primary-color));
    background-color: rgb(var(--primary-color));
}

/* Aktieagare
========================================================================== */
.responsive-table {
    max-width: 110rem;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
}

/* Header */
.responsive-table .row.header {
    background: rgb(var(--primary-color));
}

.responsive-table .row.header .cell {
    font-size: 1.6rem;
    color: rgb(var(--white-color));
    line-height: 1.2;
    font-weight: 500;
    padding-top: 19px;
    padding-bottom: 19px;
}

/* Rows */
.responsive-table .row {
    display: table-row;
    background: rgb(var(--white-color));
}

.responsive-table .cell {
    display: table-cell;
    width: calc(100% / 2);
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    color: rgb(var(--gray-dark-color));
    line-height: 1.2;
    border-bottom: 1px solid rgb(var(--gray-light-color));
}

@media screen and (max-width: 580px) {

    /* Header */
    .responsive-table .row.header {
        display: none;
    }

    /* Rows */
    .responsive-table .row {
        display: block;
        padding: 2rem 3rem;
        border-bottom: 1px solid rgb(var(--gray-light-color));
    }

    .responsive-table .cell {
        display: block;
        width: 100%;
        padding: 1rem 0;
        border: none;
    }

    .responsive-table .cell:before {
        content: attr(data-title);
        display: block;
        font-weight: 500;
        line-height: 2.2;
    }
}

/* ==========================================================================
Undersida: Investor Relations > Bolagsstyrning
========================================================================== */

/* Subnav
========================================================================== */
.section-nav .section-block {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid rgb(var(--white-color));
    background-color: rgb(var(--gray-light-color));
}

.subnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 1rem 0;
    text-align: center;
    list-style: none;
}

.subnav li {
    width: calc(100% / 4 - 1rem);
}

.subnav a {
    width: 100%;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    text-decoration: none;
    transition: .3s ease;
}

.subnav a.active,
.subnav a:hover {
    color: rgb(var(--primary-color));
    background-color: rgb(var(--white-color));
}

@media only screen and (max-width: 780px) {
    .subnav {
        flex-wrap: wrap;
    }

    .subnav li {
        width: calc(100% / 2 - 1rem);
    }
}

/* ==========================================================================
Undersida: Investor Relations > Finansiella rapporter
========================================================================== */
.section-reports .section-block-wrapper {
    justify-content: space-between;
    align-items: flex-start;
}

.section-reports .col-1,
.section-reports .col-2 {
    width: 49%;
}

.section-reports .small-title {
    padding-left: 1rem;
}

.section-reports .reports-wrapper {
    padding: 0 2rem;
    border-radius: 1rem;
    background: rgb(var(--gray-light-color));
}

@media only screen and (max-width: 1100px) {
    .section-reports .col-1,
    .section-reports .col-2 {
        width: 100%;
    }
    
    .section-reports .col-1 {
        margin-bottom: 3rem;
    }
}

/* ==========================================================================
Undersida: Investor Relations > Kalendarium
========================================================================== */
.section-calendar .card-item {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* ==========================================================================
Undersida: Investor Relations > Pressreleaser
========================================================================== */
.filter-menu {
    display: flex;
}

/* ==========================================================================
Undersida: Investor Relations > Pressreleaser > Undersida
========================================================================== */
.section-message a,
.section-message span {
    font-size: var(--base-size) !important;
    font-weight: 300;
    font-style: normal;
    font-family: inherit;
    line-height: 1.8;
    color: rgb(var(--gray-dark-color));
}

/* ==========================================================================
Undersida: Karriar
========================================================================== */
.section-karriar .col-0 {
    max-width: 75rem;
    padding: 4rem;
    margin: 0 auto;
    border-radius: 1rem;
    background-color: rgb(var(--gray-light-color));
}

@media only screen and (max-width: 580px) {
    .section-karriar .col-0 {
        padding: 0;
        background: transparent;
    }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    padding: 0 5rem;
    background: rgb(var(--gray-light-color));
}

/* Footer header */
.footer-header {
    padding: 8rem 0 0;
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0 5rem;
}

.footer-menu {
    width: 20%;
    margin: 0 0 3rem;
}

.footer-menu-large {
    width: 30%;
}

.footer .text-label {
    padding: 0 0 1rem;
    line-height: 1;
}

.footer-submenu {
    padding: 0;
    margin: 0 0 3rem;
    list-style: none;
}

.footer-top li,
.footer-top p,
.footer-top a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
    color: rgb(var(--primary-color));
}

.footer-logo-wrapper {
    max-width: 10rem;
    display: flex;
    flex-direction: row;
}
.footer-logo-wrapper img {
padding: 0.5rem;
}

/* Policys */
.policy-wrapper {
    margin-bottom: 1rem;
}

.policy-wrapper a {
    font-size: 1.5rem;
}

.policy-wrapper a:not(:last-of-type)::after {
    content: ' | ';
    padding: 0 5px;
    color: rgb(var(--primary-color));
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid rgb(var(--primary-color));
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.4rem;
    line-height: 1.6;
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.webbess-stamp img {
    width: 2.5rem;
    margin-left: 1rem;
    opacity: .6;
}

@media only screen and (max-width: 1200px) {
    .footer {
        padding: 0 3rem;
    }

    /* Footer top */
    .footer-menu {
        width: 33.333%;
    }

    .footer-menu-large {
        width: 100%;
    }

    .footer-menu-large p {
        max-width: 55rem;
    }
}

@media only screen and (max-width: 750px) {

    /* Footer top */
    .footer-menu,
    .footer-menu-large {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .footer {
        padding: 0 2rem;
    }

    /* Footer top */
    .footer-top {
        padding: 5rem 0 0;
    }
    .footer-logo-wrapper {
    flex-direction: column;
}

    /* Footer bottom */
    .footer-bottom {
        flex-direction: column-reverse;
    }

    .webbess-stamp {
        margin: 0 auto 2rem;
    }
}