/* Hubbster Group AB (publ) */

/* Modal */
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');

/* Typsnitt */
@font-face {
    font-family: "SÃ¶hne";
    src: url("/assets/fonts/sohne-buch.otf");
    font-weight: 400;
}

@font-face {
    font-family: "SÃ¶hne";
    src: url("/assets/fonts/sohne-halbfett.otf");
    font-weight: 700;
}

@font-face {
    font-family: "SÃ¶hne Breit";
    src: url("/assets/fonts/sohnebreit-halbfett.otf");
    font-weight: 700;
}

@font-face {
    font-family: "SÃ¶hne Breit";
    src: url("/assets/fonts/sohnebreit-kraftig.otf");
    font-weight: 600;
}

/* Animationer */
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt 
========================================================================== */
:root {
    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 7rem;
    --menu-height-scrolled: 7rem;
    --section-width: 140rem;

    /* 	Colors */
    --primary-color: 55, 117, 150;
    --primary-light-color: 225, 237, 244;
    --primary-medium-color: 140, 177, 197;
    --primary-dark-color: 43, 129, 140;
    --secondary-color: 67, 183, 198;
    --secondary-light-color: 217, 241, 244;

    --accent-marknad-color: 191, 76, 42;
    --accent-marknad-light-color: 254, 242, 226;
    --accent-hr-color: 245, 167, 51;
    --accent-hr-light-color: 250, 238, 234;
    --accent-orange: 203, 87, 50;

    --black-color: 0, 15, 15;
    --gray-dark-color: 75, 75, 75;
    --gray-color: 100, 100, 100;
    --gray-light-color: 240, 240, 240;
    --white-color: 255, 255, 255;

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

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

/* Affarsomraden > HR - Gul */
.hr {
    --accent-color: var(--accent-hr-color);
}

/* Affarsomraden > Marknad - RÃ¶d */
.marknad {
    --primary-color: var(--accent-marknad-color);
    --accent-color: var(--accent-marknad-color);
}

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

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

.p-3 .section-block,
.p-3:not(.section-wrapper) {
    padding: 3rem;
}

.p-4 .section-block,
.p-4:not(.section-wrapper) {
    padding: 4rem;
}

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

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

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

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

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

.pl-0 .section-block,
.pl-0:not(.section-wrapper) {
    padding-left: 0;
}

.pr-0 .section-block,
.pr-0:not(.section-wrapper) {
    padding-right: 0;
}

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

.py-5 .section-block,
.py-5:not(.section-wrapper) {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

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

.mt-1em {
    margin-top: 1em;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.mb-10:not(.section-wrapper) {
    margin-bottom: 10rem;
}

/* Ovriga klasser */
.justify-center {
    justify-content: center;
}

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

/* Bredder */
.mw-none .section-block-wrapper {
    max-width: unset;
}

.mw-85:not(.section-wrapper),
.mw-85 .section-block-wrapper {
    max-width: 85rem;
}

.mw-600 .section-block-wrapper {
    max-width: 60rem;
}

.mw-200 {
    max-width: 20rem;
}

@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: 'SÃ¶hne', sans-serif;
}

/* Rubriker */
.text-label {
    font-family: 'SÃ¶hne Breit', sans-serif;
    font-weight: 600;
    letter-spacing: .2rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding-bottom: 1em;
}

.section-title {
    font-family: 'SÃ¶hne Breit', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: .5em;
}

.small-title {
    font-family: 'SÃ¶hne Breit', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 1rem;
}

.ingress {
    font-size: calc(var(--base-size) * 1.2);
    font-weight: 700;
}

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

a {
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

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

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

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

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

.justify-center {
    justify-content: center;
}

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

.quote {
    max-width: 70rem;
    margin: 0 auto;
    text-align: center;
}

.quote cite {
    font-size: 1.4rem;
    color: rgb(var(--gray-dark-color));
}

.display-block {
    display: block !important;
}

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

/* List Row */
.list-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-row li:not(:last-child)::after {
    content: '|';
    display: inline-block;
    margin: 0 1rem;
}

.list-bg-primary {
    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(--black-color));
    text-decoration: none;
}

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

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

/* List-check */
.list-check {
    list-style: none;
    padding-inline-start: 2rem;
}

.list-check li {
    position: relative;
    padding: 0 0 1rem;
}

.list-check li::before {
    position: absolute;
    content: '\f00c';
    left: -2rem;
    font-weight: 700;
    font-size: .8em;
    font-family: 'Font Awesome 5 Pro';
    line-height: 2.2em;
}

.list-check.check-primary li::before {
    color: rgb(var(--primary-color));
}

/* Listor */
.list-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100rem;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.list-pills li {
    display: flex;
    align-items: center;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    margin: .5rem;
    font-size: 1.5rem;
    border-radius: 4rem;
    color: rgb(var(--black-color));
    background: rgb(var(--primary-light-color));
}

.list-pills li::before {
    content: '\f00c';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    margin-right: 1rem;
    border-radius: 50%;
    font-size: 1.5rem;
    font-family: 'Font Awesome 5 Pro';
    border-radius: 50%;
    color: rgb(var(--white-color));
    background: rgb(var(--primary-color));
}

@media only screen and (max-width: 580px) {
    .list-pills li {
        width: 100%;
        padding: 1rem;
        font-size: 1.4rem;
    }
}

@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;
    }
}

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

.btn-wrapper.center {
    justify-content: center;
}

.multiple .btn {
    margin: 0 1rem;
}

/* Knappar */
.btn {
    min-width: 13rem;
    padding: 1.4rem 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 4rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}

.btn-large {
    padding: 1.6rem 5rem;
    font-size: 1.8rem;
}

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

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

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

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

.btn-black-filled:hover {
    background-color: rgb(var(--gray-dark-color));
    border: 1px solid rgb(var(--gray-dark-color));
    color: rgb(var(--white-color));
}

.btn-black-border {
    background-color: transparent;
    border: 1px solid rgb(var(--black-color));
    color: rgb(var(--black-color));
}

.btn-black-border:hover {
    background-color: rgb(var(--gray-dark-color));
    border: 1px solid rgb(var(--gray-dark-color));
    color: rgb(var(--white-color));
}

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

.btn-white-filled:hover {
    background-color: rgb(var(--gray-light-color));
    border: 1px solid rgb(var(--gray-light-color));
}

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

.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;
}

/* Read more */
.read-more {
    font-size: var(--base-size);
    padding-right: 1rem;
    color: rgb(var(--primary-color));
}

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

.read-more:hover::after {
    transform: rotate(90deg);
    transition: transform .4s ease;
}

.read-more.is-clicked::after {
    transform: rotate(45deg);
    transition: transform .4s ease;
}

/* Tillbaka */
.btn.back::before {
    content: ' \f053';
    display: inline-block;
    margin-right: 1rem;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    transition: transform .4s ease;
}

.btn.back:hover::before {
    transform: translateX(-1rem);
    transition: transform .4s ease;
}

/* Fixed button */
.fixed-button {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fixed-button .btn-wrapper {
    transform: rotate(-90deg) translateY(100%);
    margin: 0;
}

.fixed-button .btn {
    border-radius: 2rem 2rem 0 0;
}

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

    .btn-wrapper.multiple .btn {
        margin: 0 0 1rem;
    }
}

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

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

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

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

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

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

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

/* .bg-accent-marknad {
    background-color: rgb(var(--accent-marknad-color));
}

.bg-accent-marknad-light {
    background-color: rgb(var(--accent-marknad-light-color));
}

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

.bg-accent-medarbetare-light {
    background-color: rgb(var(--accent-medarbetare-light-color));
} */

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

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

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

.text-gray {
    color: rgb(var(--gray-color), .5);
}

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

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

/* Bakgrundsbild
========================================================================== */
.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%;
}

.bg-video {
    position: relative;
}

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

/* Grafiska element
========================================================================== */
/* Citat pÃ¥ bakgrund */
.bg-quote .section-block-wrapper {
    position: relative;
}

.bg-quote .section-block-wrapper::after {
    content: '\f10e';
    opacity: .06;
    position: absolute;
    top: -8rem;
    right: 2rem;
    font-size: 37rem;
    font-weight: 700;
    color: rgb(var(--primary-color));
    font-family: 'Font Awesome 5 Pro';
    transform: rotate(15deg);
}

/* Video ratio */
.video-ratio {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-ratio video,
.video-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Border */
.border-gray-light {
    border: 1px solid rgb(var(--gray-light-color));
}

.box-shadow {
    box-shadow: 0 2rem 3rem rgb(var(--black-color), .1);
}

/* Linje genom element */
.line-through-primary {
    position: relative;
}

.line-through-primary::before {
    position: absolute;
    content: '';
    display: block;
    height: calc(100% - 4rem);
    width: 2px;
    top: 2rem;
    left: 3.5rem;
    background-color: rgb(var(--primary-color));
}

@media only screen and (max-width: 650px) {
    .line-through-primary::before {
        left: 2rem;
    }
}

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

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

/* Card grow */
.cards-grow .card-item {
    display: flex;
    flex-direction: column;
}

.cards-grow .card-body {
    flex-grow: 1;
}

/* Bredder */
.cards-wrapper.w-100-0 .card-item {
    width: 100%;
}

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

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

.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;
}

/* Generellt */
a.card-item {
    transition: .3s ease;
}

@media only screen and (max-width: 1300px) {
    .cards-wrapper.w-25 .card-item {
        width: calc((100% / 2) - 2rem);
        margin: 1rem;
    }

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

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

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

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

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

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

    .card-item.p-4,
    .card-item .p-4 {
        padding: 2rem;
    }
}

/* Card 1-1 */
.card-1-1 .card-item {
    border: 1px solid rgb(var(--primary-light-color));
    box-shadow: 0 2rem 3rem rgb(var(--primary-color), .15);
    background-color: rgb(var(--white-color));
    border-radius: 2rem;
    transform: none;
}

.card-1-1 .image-wrapper {
    border-radius: 2rem 2rem 0 0;
}

.card-1-1 a.card-item:hover {
    background-color: rgb(var(--primary-light-color));
    box-shadow: none;
    transform: translateY(5px);
}

.card-1-1 .card-footer {
    padding-top: 2rem;
    text-align: right;
}

.card-1-1 .card-footer.space-between {
    display: flex;
    justify-content: space-between;
}

/* Card 2-2 */
.card-2-2 .card-item {
    border-radius: 3rem;
    transition: all .3s ease;
}

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

.card-2-2 a.card-item:hover {
    background-color: rgb(var(--white-color), .5);
    transition: all .3s ease;
}

.card-2-2 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
    border-radius: 2rem;
}

.card-2-2 .card-header.circle {
    display: flex;
    width: 7rem;
    height: 7rem;
    margin: 0 auto 2rem;
    border-radius: 50%;
    border: 3px solid rgb(var(--white-color));
    box-shadow: 0 1rem 2rem rgb(var(--black-color), .1);
    background: rgb(var(--primary-color));
}

.card-2-2 .card-header i {
    font-size: 2.5rem;
}

.card-2-2 p {
    max-width: 50rem;
    margin: 0 auto;
}

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

/* Card 2-5 */
.card-2-5 .card-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.card-2-5 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: rgb(var(--white-color));
    border: 2px solid rgb(var(--primary-color));
}

.card-2-5 .card-body {
    flex: 1 1 0px;
    padding: 0 3rem;
}

@media only screen and (max-width: 650px) {
    .card-2-5 .card-header {
        width: 4rem;
        height: 4rem;
    }

    .card-2-5 .card-header i {
        font-size: 1.8rem;
    }
}

/* Card 3-1 */
.card-3-1 .card-item {
    border: 1px solid rgb(var(--primary-light-color));
    box-shadow: 0 2rem 3rem rgb(var(--primary-color), .15);
    background-color: rgb(var(--white-color));
    border-radius: 2rem;
}

.card-3-1 .image-wrapper {
    height: 20rem;
}

/* Card 3-2 */
.card-3-2 .image-wrapper {
    max-width: 25rem;
    margin: 0 auto 3rem;
    border-radius: 50%;
    border: 1px solid rgb(var(--primary-light-color));
    box-shadow: 0 2rem 3rem rgb(var(--primary-color), .15);
    overflow: hidden;
}

.card-3-2 .image-wrapper img {
    padding: 2rem;
    border-radius: 50%;
}

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

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

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

.card-3-5 .card-item:hover .image-wrapper::after {
    background: rgba(var(--primary-color), .9);
}

.card-3-5 .card-item:hover .card-header {
    display: none;
}

.card-3-5 .card-item:hover .card-body {
    display: block;
}

.card-3-5 .card-header {
    display: block;
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 5rem;
    color: rgb(var(--white-color));
}

.card-3-5 .card-body {
    display: none;
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 5rem;
    color: rgb(var(--white-color));
}

.card-3-5 .card-body.border {
    margin: 5rem;
    border: 1px solid rgb(var(--white-color));
}

@media only screen and (max-width: 1000px) {
    .card-wrapper.cards-3-5 .card-item {
        width: 100%;
        margin: 1rem 0;
    }

    .card-3-5 .card-item .image-wrapper::after {
        background: rgba(var(--primary-color), .9);
    }

    .card-3-5 .card-header {
        display: none;
    }

    .card-3-5 .card-body {
        display: block;
    }
}

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

    .card-3-5 .card-body.border {
        margin: 2rem;
    }
}

/* Card 3-6 */
.card-3-6 .card-item {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    box-shadow: 0 2rem 3rem rgb(var(--black-color), .1);
}

.card-3-6 .card-item.reverse {
    flex-direction: column-reverse;
}

.card-3-6 .of-wrapper {
    display: flex;
    height: 17rem;
    width: 17rem;
    border-radius: 50%;
}

/* Logos 1 */
.logos-1 .card-item {
    width: 15rem;
    padding: 1rem 2rem;
}

.logos-1 .image-wrapper {
    position: relative;
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

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

.split-image {
    position: relative;
    width: 50%;
}

.split-image video {
    width: 100%;
}

.split-wrapper .sticky {
    position: sticky;
    align-self: flex-start;
    top: 25%;
}

.split-image.h-55 {
    height: 55rem;
}

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

/* Speciella bredder */
.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

/* Split med cirkelbild */
.split-circle .split-image {
    width: 40rem;
    height: 40rem;
    align-self: center;
    border-radius: 50%;
    border: 1rem solid rgb(var(--white-color));
    box-shadow: 0 2rem 3rem rgb(var(--black-color), .1);
    overflow: hidden;
}

.split-circle .split-content {
    width: calc(100% - 40rem);
    padding-left: 10rem;
}

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

    /* Split med cirkelbild */
    .split-circle .split-image {
        width: 30rem;
        height: 30rem;
    }

    .split-circle .split-content {
        width: calc(100% - 30rem);
        padding-left: 5rem;
    }
}

@media screen and (max-width: 1000px) {
    .split-content {
        width: 100%;
    }

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

    /* Text Split */
    .text-split {
        margin: 0 -3rem;
    }

    /* Split med cirkelbild */
    .split-circle .split-content {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 580px) {
    .split-wrapper {
        background: transparent;
    }

    .split-content {
        padding: 0 0 3rem 0;
    }

    .split-content.bg-primary,
    .bg.split-content {
        padding: 5rem 2rem 3rem;
    }

    /* Text Split */
    .text-split {
        margin: 0 -2rem;
    }

    /* Split med cirkelbild */
    .split-circle .split-image {
        margin-bottom: 3rem;
    }
}

/* Header / Navigation
========================================================================== */
header {
    top: 0;
    transition: all .3s ease;
    border-bottom: 1px solid rgb(var(--gray-light-color));
}

.header-scrolled {
    top: calc(-1 * var(--menu-height) - 3px);
    transition: all .3s ease;
}

header .container {
    max-width: none;
}

/* Logo */
.header-logo {
    margin: 0 2rem 0 0;
}

.header-logo img {
    padding: 0;
    width: 100%;
}

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

.TemplateMenu>li>a:hover {
    color: rgb(var(--primary-color));
}

.TemplateMenu ul {
    border: 1px solid rgb(var(--gray-light-color));
    border-top: none;
}

.TemplateMenu ul a {
    font-weight: 400;
    line-height: 1.5;
    padding: 1rem 2rem;
}

.TemplateMenu ul {
    width: 25rem;
}

.TemplateMenu ul:hover a {
    color: rgb(var(--gray-color));
}

.TemplateMenu ul:hover a:hover {
    color: rgb(var(--black-color));
}

body:not(.EditMode) .TemplateMenu>li>ul>li {
    position: static;
}

/* Tredje nivan */
body:not(.EditMode) .TemplateMenu>li>ul>li>ul {
    min-height: 100%;
    background-color: rgb(var(--gray-light-color));
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Fjarde nivan */
.TemplateMenu>li>ul>li>ul>li:hover>ul {
    display: block;
}

.TemplateMenu>li>ul>li>ul>li>ul {
    top: 0;
    right: -20rem;
}

/* Dolj hem / Dropdownklasser */
body:not(.EditMode) .TemplateMenu>li:first-child {
    display: none;
}

.expandable::after {
    content: '\f078';
}

.parent.expandable::after {
    content: '\f054';
}

/* Omraden */
.TemplateMenu .megamenu>ul {
    display: none;
    grid-template: 1fr 1fr;
    width: auto;
    padding: 1rem 0 0;
}

body:not(.EditMode) header:not(.mobile-menu) .TemplateMenu>li:hover>ul {
    display: grid;
}

body:not(.EditMode) .TemplateMenu .megamenu>ul>li {
    position: relative;
    padding-left: 3rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

body:not(.EditMode) .TemplateMenu .megamenu>ul>li::before {
    position: absolute;
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    left: 2.5rem;
    top: 1rem;
    background-color: rgb(var(--primary-color));
}

.TemplateMenu .megamenu>ul>li>a {
    font-size: 1.5rem;
    font-weight: 700;
}

.TemplateMenu .megamenu>ul>li>a::after {
    display: none;
}

body:not(.EditMode) .TemplateMenu .megamenu>ul>li>ul {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    opacity: 1;
    animation: none;
    background-color: transparent;
    border: none;
    width: 20rem;
    min-height: initial;
    padding: 1rem 0;
    margin: 0 0 1rem 0;
    border-left: 1px solid rgb(var(--gray-light-color));
}

body:not(.EditMode) .TemplateMenu .megamenu>ul a {
    position: relative;
    padding: .5rem 2rem;
}

body:not(.EditMode) .TemplateMenu .megamenu>ul a::before {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(var(--primary-color));
    opacity: 0;
    transition: all .2s ease;
}

body:not(.EditMode) .TemplateMenu .megamenu>ul a:hover:before {
    opacity: 1;
    transition: all .2s ease;
}

/* CTA  */
.header-cta-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0 0 0 auto;
    list-style: none;
}

.header-cta-wrapper li {
    margin: 0 .5rem;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    line-height: 1;
}

/* Mobilmeny */
.mobile-menu .header-logo {
    flex-grow: 1;
}

.mobile-menu .TemplateMenu {
    margin-bottom: 15rem;
}

body:not(.EditMode) .mobile-menu .TemplateMenu .megamenu>ul>li>ul {
    margin-bottom: 0;
}

.mobile-menu .TemplateMenu .btn {
    display: inline-block;
    width: calc(100% - 4rem);
    margin-left: 2rem;
}

/* EditMode */
.EditMode .header-cta-wrapper {
    display: none;
}

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

    body:not(.EditMode) .TemplateMenu .megamenu>ul a,
    .TemplateMenu ul a {
        padding: 1.3rem 2rem;
    }

    body:not(.EditMode) .TemplateMenu .megamenu>ul>li::before {
        position: absolute;
        content: '';
        display: block;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        left: 2.5rem;
        top: 2rem;
        background-color: rgb(var(--primary-color));
    }
}

@media only screen and (max-width: 580px) {
    .header-logo {
        margin: 0;
    }

    .header-cta-wrapper .btn {
        min-width: unset;
        padding: 0.7rem 1.5rem;
    }

    .TemplateMenu .megamenu>ul {
        display: block;
    }
}

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

/* Topsection - startsida
========================================================================== */
.topsection {
    position: relative;
    overflow: hidden;
}

.topsection .video-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    border-radius: 50% 0 0 50%;
    border: 1rem solid rgb(var(--white-color));
    box-shadow: 0 2rem 3rem rgb(var(--primary-color), .1);
    overflow: hidden;
}

.topsection .video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.topsection .section-title {
    display: block;
    font-size: 6rem;
    font-weight: 400;
    max-width: 60rem;
}

.topsection p,
.topsection li {
    padding: 0 0 2px;
    line-height: 1.6;
}

.top-section .list-check {
    width: 100%;
    padding: 0;
}

.topsection .slick-list {
    width: 100%;
}

.topsection .list-check li {
    padding-left: 2.3rem;
}

.topsection .list-check li::before {
    left: 0;
}

@media only screen and (max-width: 1550px) {
    .topsection .video-wrapper {
        top: 50%;
        height: 80%;
        width: calc(100% - 80rem);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 1300px) {
    .topsection {
        padding-bottom: 5rem;
        background-image: linear-gradient(to top, rgb(var(--white-color)), rgb(var(--white-color)));
        background-size: 100% 36rem;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .topsection .video-wrapper {
        position: relative;
        top: unset;
        right: unset;
        width: 45rem;
        height: 45rem;
        margin: 5rem auto 0;
        border-radius: 50%;
        transform: none;
    }
}

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

    .topsection .video-wrapper {
        width: 35rem;
        height: 35rem;
    }
}

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


/* Sektion uspar
========================================================================== */
.column-wrapper {
    padding: 3rem;
    border-radius: 2px;
    column-gap: 4rem;
    column-rule: 1px solid rgb(var(--primary-color));
}

.column-wrapper .card-item {
    padding: 3rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.column-wrapper .card-header i {
    font-size: 5rem;
    margin: 0 auto 2rem;
}

@media screen and (max-width: 749px) {
    .column-wrapper .card-item:not(:last-child) {
        border-bottom: 1px solid rgb(var(--primary-color));
    }
}

@media screen and (min-width: 800px) and (max-width: 1299px) {
    .column-wrapper {
        columns: 2;
    }

    .column-wrapper .card-item:nth-child(3n + 1),
    .column-wrapper .card-item:nth-child(3n + 2) {
        border-bottom: 1px solid rgb(var(--primary-color));
    }
}

@media screen and (min-width: 1300px) {
    .column-wrapper {
        columns: 3;
    }

    .column-wrapper .card-item:nth-child(odd) {
        border-bottom: 1px solid rgb(var(--primary-color));
    }
}

/* Modal
========================================================================== */
.modal {
    max-width: 90rem;
    width: 100%;
    max-height: 55vh;
    padding: 4rem;
    border-radius: 2rem;
    box-shadow: none;
    overflow: auto;
    background-color: rgb(var(--gray-light-color));
}

.blocker {
    z-index: 100;
}

.modal a.close-modal {
    display: none;
}

.modal .custom-close-modal {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 3rem;
}

.modal .split-image {
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    border: 1rem solid rgb(var(--white-color));
    box-shadow: 0 2rem 3rem rgb(var(--black-color), .1);
    overflow: hidden;
}

.modal .split-content {
    width: 60%;
    padding: 0 0 0 5rem;
}

.modal h3 {
    font-size: 2rem;
}

@media only screen and (max-width: 869px) {
    .modal .split-image {
        margin: auto;
        width: 20rem;
        height: 20rem;
    }

    .modal .split-content {
        width: 100%;
        text-align: center;
        margin-top: 3rem;
        padding: 0;
    }

    .modal .btn-wrapper {
        text-align: center;
        margin: auto;
        justify-content: center;

    }

    .modal {
        max-height: 80vh;
    }
}

@media only screen and (max-width: 450px) {
    .modal {
        padding: 3rem 2rem;
    }

    .blocker {
        padding: 1rem;
    }
}


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


/* Hero fÃ¶r huvudsidorna
========================================================================== */
.hero-1 .split-content {
    width: auto;
    max-width: 80rem;
    flex: 1 1 0%;
    padding: 0 5rem 0 0;
}

.hero-1 .text-block {
    max-width: 80rem;
}

.hero-1 .section-title {
    display: block;
    font-size: 6rem;
    font-weight: 400;
    max-width: 60rem;
}

.hero-1 p,
.hero-1 li {
    color: rgb(var(--primary-color), .8);
    padding: 0 0 2px;
    line-height: 1.6;
}

.hero-1 .split-image.circle {
    width: 45rem;
    height: 45rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1rem solid rgb(var(--white-color));
    box-shadow: 0 2rem 3rem rgb(var(--primary-color), .1);
}

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

@media only screen and (max-width: 1300px) {
    .hero-1 .section-title {
        font-size: 4.5rem;
    }

    .hero-1 .split-image.circle {
        width: 35rem;
        height: 35rem;
    }
}

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

    .hero-1 .section-block {
        padding-bottom: 5rem;
        background-image: linear-gradient(to top, rgb(var(--white-color)), rgb(var(--white-color)));
        background-size: 100% 22.5rem;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .hero-1 .split-content {
        width: 100%;
        flex: none;
        padding: 0;
    }

    .hero-1 .text-block {
        margin: 0 0 3rem;
    }

    .hero-1 .split-image {
        margin: 3rem auto 0;
    }
}

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

    .hero-1 .section-block {
        background-size: 100% 12.5rem;
    }

    .hero-1 .split-image.circle {
        width: 25rem;
        height: 25rem;
    }

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


/* Hero
========================================================================== */
.hero .section-title {
    font-size: 7rem;
    font-weight: 400;
    text-align: center;
}

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

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

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

/* Hero Big
========================================================================== */
.hero-big .section-block {
    display: flex;
    align-items: center;
    min-height: 80vh;
}

.hero-big .text-block * {
    text-align: left;
}

.hero-big.bg-video {
    background-color: rgb(var(--black-color), .2);
}

.hero-big.bg-image {
    background-color: rgb(var(--black-color), .7);
}

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

/* Hero Split
========================================================================== */
.hero .split-content {
    padding: 0;
}

.hero .split-image {
    width: 50%;
}

/* ==========================================================================
Undersida > Omraden > Enskild undersida
========================================================================== */

/* Sektion Steg for steg
========================================================================== */
.step-1 .card-header {
    position: relative;
    display: flex;
    align-items: center;
}

.step-1 .card-header::before,
.step-1 .card-header::after {
    position: relative;
    display: block;
    content: '';
    flex: 1 1 0%;
    height: 2px;
    background-color: rgb(var(--primary-color), .5);
}

.step-1 .card-header::before {
    left: -1rem;
}

.step-1 .card-header::after {
    right: -1rem;
}

.step-1 .card-item:first-child .card-header::before,
.step-1 .card-item:last-child .card-header::after {
    background-color: transparent;
}

.step-1 .icon-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid rgb(var(--white-color));
    box-shadow: 0 1rem 2rem rgb(var(--black-color), .1);
}

.step-1 .icon-header .section-title {
    font-size: 2rem;
}

.step-1 .card-body .ingress {
    font-size: var(--base-size);
}

/* Sektion Banner text
========================================================================== */
.section-bannertext .section-block {
    background-color: rgb(var(--black-color), .3);
}

.section-bannertext .text-block {
    padding: 5rem;
    max-width: 65rem;
}


@media only screen and (max-width: 1000px) {
    .section-bannertext .section-block {
        padding-top: 25rem;
        padding-bottom: 5rem;
        background-color: transparent;
    }

    .section-bannertext .bg-image-wrapper {
        height: 30rem;
    }

    .section-bannertext .text-block {
        padding: 3rem;
        border-radius: 5px;
        margin: 0 auto;
    }
}

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

/* Sektion Cta
========================================================================== */
.section-cta .split-wrapper {
    align-items: center;
    justify-content: center;
}

.section-cta .split-image {
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    border: 1rem solid rgb(var(--white-color));
    box-shadow: 0 2rem 3rem rgb(var(--black-color), .1);
    overflow: hidden;
}

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

@media only screen and (max-width: 660px) {
    .section-cta .split-content {
        width: 100%;
        padding: 2rem;
    }
}

/* ==========================================================================
Undersida: affarsanalys
========================================================================== */
@media only screen and (max-width: 580px) {
    .section-uspar .split-content {
        padding-top: 3rem;
        padding-left: 2rem;
        background-color: rgb(var(--secondary-light-color));
    }
}

/* ==========================================================================
Undersida: Webbinar > Enskilda sida
========================================================================== */

/* Sticky note (.section-sticky)
========================================================================== */
.section-sticky {
    z-index: 5;
    position: sticky;
    display: flex;
    justify-content: center;
    bottom: 0;
    padding: 2rem;
}

.EditMode .section-sticky {
    position: static;
}

.section-sticky .section-block {
    padding: 0;
    margin: 0 auto;
    box-shadow: 0 2rem 3rem rgb(var(--primary-color), .15);
    background-color: rgb(var(--primary-color));
    border-radius: 4rem;
}

.section-sticky .section-block-wrapper {
    max-width: none;
}

.section-sticky .arrow-link {
    padding: 5px 2rem;
    color: rgb(var(--white-color));
}

.section-sticky .arrow-link::after {
    content: '\f078';
}

.section-sticky .arrow-link:hover::after {
    transform: none;
}

/* Sektion Signup (.section-signup)
========================================================================== */
.form-wrapper {
    padding: 3rem;
    border: 1px solid rgb(var(--primary-light-color));
    box-shadow: 0 2rem 3rem rgb(var(--primary-color), .15);
    background-color: rgb(var(--white-color));
    border-radius: 2rem;
}

/* ==========================================================================
Undersida: Blogg
========================================================================== */
/* Blogg cards */
.blog-post-meta {
    display: flex;
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.blog-post-meta li {
    font-size: 1.3rem;
    margin: 0 1rem 0 0;
    align-content: center;
}

.blog-post-meta .tag {
    background-color: rgb(var(--secondary-color));
    color: rgb(var(--white-color));
    line-height: 1;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
}

.blog-post-meta .date::before {
    position: relative;
    content: 'â€¢';
    margin: 0 1rem 0 0;
}

/* ==========================================================================
Undersida: Blogg > Inlagg
========================================================================== */

/* Blog Hero
========================================================================== */
.blog-hero .text-block {
    margin: 0 auto;
    max-width: 80rem;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    .blog-hero {
        padding-bottom: 0;
    }
}

/* Blog Content
========================================================================== */
.blog-content .section-block-wrapper,
.blog-content .text-block {
    max-width: 90rem;
}

.blog-content .card-3-2 .card-item {
    display: flex;
}

.blog-content .card-3-2 .card-header {
    align-content: center;
}

.blog-content .card-3-2 .image-wrapper {
    max-width: 10rem;
    margin: 0 2rem 0 0;
    box-shadow: none;
    opacity: 60%;
}

.blog-content .card-3-2 .image-wrapper img {
    padding: 0;
}

.blog-content .section-title,
.blog-content .small-title {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.blog-content p,
.blog-content li {
    padding: 0 0 1em;
}

@media only screen and (max-width: 750px) {
    .blog-content .col-block {
        padding: 0;
    }
}

/* ==========================================================================
Undersida > Kundcase 
========================================================================== */
.kundcase-wrapper .image-wrapper {
    padding: 2rem 7rem;
}

@media only screen and (max-width: 1400px) {
    .kundcase-wrapper .image-wrapper {
        padding: 2rem 5rem;
    }
}

@media only screen and (max-width: 580px) {
    .kundcase-wrapper .image-wrapper {
        height: 15rem;
        padding: 2rem 7rem;
    }
}

/* .split-logo {
    position: absolute;
    width: 100%;
    max-width: 35rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.split-logo.everysport {
    max-width: 22rem;
} 

.split-logo.apoteket {
    max-width: 31rem;
} */

/* ==========================================================================
Undersida > Kundcase > Enskilt case
========================================================================== */
.case .hero {
    background-image: url(/assets/images/illustrations/activate-hand-numbers-400px.png);
    background-size: auto 110%;
    background-position: 95% center;
    background-repeat: no-repeat;
}

.parallax-wrapper {
    position: relative;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.parallax-img {
    position: absolute;
    width: 40rem;
}

.parallax-left {
    transform: translateX(-50%) translateY(20%);
}

.parallax-right {
    transform: translateX(75%);
}

@media only screen and (max-width: 900px) {
    .parallax-wrapper {
        display: none;
    }
}

/* ==========================================================================
Undersida: Fragor och svar
========================================================================== */

/* Sok
========================================================================== */
.search-wrapper {
    position: relative;
    width: fit-content;
    margin: 3rem auto;
}

.search-wrapper em {
    position: absolute;
    left: 2rem;
    top: 50%;
    font-size: 2rem;
    transform: translateY(-50%);
}

.search-wrapper input {
    width: 26rem;
    height: 4rem;
    padding: 0 2rem 0 5rem;
    margin: 0 .6rem;
    border: none;
    border-radius: 5rem;
    box-shadow: 1px 1px 5px rgb(var(--black-color), .2);
    transition: .5s ease;
}

.search-wrapper input:focus {
    outline: unset;
}

.accordion-item.hidden-search-item {
    display: none;
}

/* FAQ
========================================================================== */
.accordion-wrapper {
    display: flex;
    flex-wrap: wrap;
}

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

.accordion-item {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 1rem;
    border: 1px solid rgb(var(--primary-light-color));
    box-shadow: 0 .5rem 1rem rgb(var(--primary-color), .1);
    background-color: rgb(var(--white-color));
    border-radius: 2rem;
    transition: .3s ease;
}

.accordion-item:hover,
.accordion-item.active {
    background: rgb(var(--primary-light-color));
}

.accordion-header {
    position: relative;
    width: 100%;
    padding: 2rem 4rem 2rem 2rem;
    text-decoration: none;
}

.accordion-header::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    color: rgb(var(--primary-color));
    transition: .5s ease;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 0 2rem 2rem;
}

.accordion-body p {
    font-size: 1.5rem;
}

@media only screen and (max-width: 800px) {
    .accordion-wrapper.w-50 .accordion-item {
        width: 100%;
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 580px) {
    .accordion-header {
        padding: 1.5rem 3rem 1.5rem 1.5rem;
    }

    .accordion-body {
        padding: 0 1.5rem 1.5rem;
    }
}

/* ==========================================================================
Undersida: Om oss > Ledning
========================================================================== */
.team.card-3-2 .image-wrapper img {
    padding: 0;
}

/* ==========================================================================
Undersida: Sa fungerar det
========================================================================== */
.section-steps .split-content {
    padding-top: 0;
    padding-bottom: 0;
}

.section-steps .split-image {
    position: sticky;
    top: calc(var(--menu-height-scrolled) * 2);
    align-self: flex-start;
}

.section-feed {
    overflow: scroll;

}

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

.footer .container {
    max-width: none;
}

.footer-container {
    max-width: none;
    margin: 0 auto;
}

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

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

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

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

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-top li,
.footer-top p,
.footer-top a:not(.circle-icon) {
    color: rgb(var(--white-color), .6);
    text-decoration: none;
}

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

/* Social Menu */
.social-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgb(var(--white-color), .5);
}

.social-menu li {
    margin: 1rem 2rem 1rem 0;
}

.social-menu a {
    font-size: 1.4rem;
    color: rgb(var(--white-color));
    padding: 5px 10px;
    border-radius: 2rem;
    line-height: 1;
    text-decoration: none;
    transition: all .3s ease;
}

.social-menu a:hover {
    background-color: rgb(var(--white-color));
    color: rgb(var(--black-color));
    transition: all .3s ease;
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.4rem;
    line-height: 1.6;
    color: rgb(var(--white-color), .6);
}

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

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

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

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

    .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;
    }
}