/* Priceindx AB */

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

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 251, 187, 86;
    --primary-dark-color: 249, 156, 6;

    --secondary-color: 10, 39, 86;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 130, 130, 130;
    --gray-light-color: 237, 235, 232;
    --gray-lighter-color: 248, 248, 246;
    --white-color: 255, 255, 255;

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

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

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

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

/* Sprak, tex header-cta-wrapper
- Anvand lang-en for allt som endast ska synas på engelska sidan
- Anvand lang-se for aölt som endast ska synas på svenska sidan
========================================================================== */
body.se .lang-en,
body:not(.se) .lang-se {
    display: none;
}

/* 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;
}

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

.pt-2 .section-block,
.pt-2:not(.section-wrapper) {
    padding-top: 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;
}

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

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

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

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

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

.mt-5 {
    margin-top: 5rem;
}

.mt-8 {
    margin-top: 8rem;
}

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

/* Ovriga klasser */
.display-flex {
    display: flex;
}

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

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

@media only screen and (max-width: 1024px) {
    .section-block {
        padding: 8rem 3rem;
    }
}
@media only screen and (max-width: 1024px) {
.px-5{
    padding-right: 0;
    padding-left: 0;
}
}
@media only screen and (max-width: 580px) {
    .section-block {
        padding: 5rem 2rem;
    }
}

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

/* Rubriker */
.text-label {
    padding-bottom: 1em;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.section-title {
    padding-bottom: .5em;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    color: rgb(var(--secondary-color));
}

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

.ingress {
    font-size: 2rem;
}

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

a {
    font-size: var(--base-size);
}

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

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

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

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

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

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

    .ingress {
        font-size: 1.6rem;
    }
}

/* 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: 3rem;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}

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

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

/* Arrow link */
.arrow-link {
    font-size: var(--base-size);
    padding-right: 1rem;
    color: rgb(var(--primary-dark-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;
}

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

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

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

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

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

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

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

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

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

/* Grafiska element
========================================================================== */
/* Box shadow */
.box-shadow {
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}

/* Badge */
.badge-wrapper {
    position: relative;
}

.badge {
    position: absolute;
    top: 1rem;
    left: 0;
    padding: .3rem 1.3rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 .5rem .5rem 0;
}

/* Small-title med ikon i */
.title-icon {
    display: flex;
}

.title-icon i {
    margin: 5px 5px 0 0;
}

/* Filter */
.filter-invert {
    filter: invert();
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image {
    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;
}

/* Grafiska element
========================================================================== */
/* Citat-tecken pa p-tagg */
.icon-citat-wrapper {
    position: relative;
}

.icon-citat-top::before {
    content: '\f10d';
    position: absolute;
    font-weight: 900;
    font-size: 6rem;
    color: rgb(var(--primary-color), .2);
    font-family: 'Font Awesome 5 Pro';
    margin: -4rem 0 0 -1rem;
    z-index: 0;
}

.icon-citat-top.white::before {
    color: rgb(var(--white-color), .2);
}

.icon-citat-bottom::before {
    content: '\f10d';
    position: absolute;
    right: 0;
    font-weight: 900;
    font-size: 6rem;
    color: rgb(var(--primary-color), .2);
    font-family: 'Font Awesome 5 Pro';
    margin: -2rem 5rem 0 0;
    z-index: 0;
}

.icon-citat-bottom.white::before {
    color: rgb(var(--white-color), .2);
}

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

    .icon-citat-top::before,
    .icon-citat-bottom::before,
    .icon-citat-bottom::after,
    .icon-citat-top::after {
        font-size: 4rem;
    }
}

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

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

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

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

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

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

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

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

/* Card 2-2 */
@media only screen and (max-width: 480px) {
    .card-2-2 .card-header {
        width: 5rem;
        height: 5rem;
    }

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

    /* Paddings */
    .card-item.p-3,
    .card-item .p-3 {
        padding: 2rem;
    }
}

/* Card 2-2 */
.card-2-2 .card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 15rem;
    padding: 2rem;
    margin: -7rem auto 3rem;
    font-size: 6rem;
    border-radius: 50%;
}

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

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

.card-2-4 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
}

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

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

.card-2-4 .text-small {
    font-size: 1.4rem;
}

@media only screen and (max-width: 420px) {
    .card-2-4 .card-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-2-4 .card-body {
        padding: 1rem;
    }
}

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

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

.card-3-1 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    margin: 0 2rem;
    border-radius: 0 0 1rem 1rem;
}

.card-3-1 .small-title {
    font-size: 1.8rem;
}

.card-3-1.alt-2 .card-header {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: unset;
    height: 10rem;
    margin: 0 0 0rem;
    border-radius: 0 0 1rem 1rem;
}

.card-3-1 img {
    width: 15rem;
}

.card-3-1 .card-header i {
    font-size: 3rem;
}

.card-3-1 .card-item a {
    text-decoration: none;
}

.card-3-1 .card-item a:hover {
    text-decoration: underline;
}

.card-3-2 .card-item {
    border-radius: 1rem;
    padding: 7rem;
}

/* Card 3-4 */
.cards-wrapper.card-3-4 .card-item {
    margin-top: 3rem;
}

.card-3-4 .image-wrapper {
    width: 10rem;
    height: 10rem;
    margin: -2rem 1rem .5rem;
    border-radius: 2rem;
}

.card-3-4 .contact-item a {
    word-break: break-all;
}

.card-3-4 .contact-item i {
    margin-right: 1rem;
}

@media only screen and (max-width: 420px) {
    .card-3-4 .image-wrapper {
        width: 7rem;
        height: 7rem;
    }
}

/* Logos 1 */
.logos-1 .card-item {
    text-align: center;
    padding: 1rem;
}

.logos-1 img {
    max-height: 2.3rem;
}

@media only screen and (max-width: 580px) {
    .logos-1 .card-item,
    .logos-1 img {
        max-height: 1.2rem;
    }

    .logos-1 .card-item {
        padding: 0;
        margin: 0.5rem;
    }
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
}

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

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

.split-image {
    width: 50%;
    border-radius: 1rem
}

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

/* Ruta bakom */
.split-image.box-primary-top-left {
    overflow: visible;
}

.box-primary-top-left::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: -6rem;
    left: -7rem;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--primary-color), .8);
}

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

.split-wrapper .w-40 {
    width: 40%;
}
@media screen and (max-width: 1300px) {
    .split-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

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

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

    .split-content.py-0,
    .split-content {
        width: 100%;
        max-width: 70rem;
        padding: 0 0 3rem;
        background: transparent;
    }

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

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

/* Popup-notis
========================================================================== */
.EditMode .popup-wrapper {
    display: none;
}

.popup-wrapper {
    z-index: 8;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
    background: rgb(var(--primary-color));
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    cursor: pointer;
}

.popup-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8rem;
    color: rgb(var(--white-color));
    transform: translate(-50%, -50%);
    transition: .3s ease;
}

.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
    transform: translate(-50%, -50%) scale(1);
}

.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
    transform: translate(-50%, -50%) scale(0);
}

/* Innehåll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    width: 100%;
    max-width: 29rem;
    max-height: calc(100vh - 12rem);
    margin: 0 2rem;
    background: rgb(var(--white-color));
    border-radius: 2px;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    transition: opacity .3s ease, bottom .3s ease;
}

.popup-wrapper.opened .popup-window {
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 10rem;
}

.icon-close-popup {
    position: absolute;
    top: .2rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
}

.popup-head .image-wrapper {
    position: absolute;
    top: -4rem;
    left: 50%;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgb(var(--white-color));
    transform: translateX(-50%);
}

.popup-body {
    padding: 2rem 4rem 1.5rem 1.5rem;
}

.popup-body p {
    padding: 0;
    font-size: 1.4rem;
}

/* Header / Navigation 
========================================================================== */
/* Top header */
.top-header {
    width: 100%;
    max-width: 160rem;
    height: 4rem;
    margin: 0 auto;
    border-bottom: 1px solid rgb(var(--gray-light-color));
    overflow: hidden;
    transition: .3s ease;
}

.top-header a {
    color: rgb(var(--white-color));
}

.scrolled .top-header a {
    color: rgb(var(--gray-dark-color));
}

.top-header ul {
    display: flex;
    justify-content: flex-end;
    padding: .5rem 0;
    margin: 0;
    list-style: none;
}

.top-header a {
    padding: 0 1rem;
    font-size: 1.4rem;
    text-decoration: none;
    transition: .2s ease;
}

.top-header a:hover {
    color: rgb(var(--primary-color));
}

.top-header i {
    margin-right: 5px;
}

header {
    border-bottom: 1px solid rgb(var(--gray-light-color));
}

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

header .container {
    max-width: unset;
}

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

.EditMode .header-logo {
    display: none;
}

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

.IndexPage header:not(.scrolled, .mobile-menu) .TemplateMenu>li>a:not(:hover) {
    color: rgb(var(--white-color));
}

/* Dropdown */
header:not(.mobile-menu) .TemplateMenu ul {
    width: 28rem;
    border-radius: 0 0 .5rem .5rem;
    border-bottom: 3px solid rgb(var(--primary-color));
}

header:not(.mobile-menu) .TemplateMenu>li>ul>li>ul,
header:not(.mobile-menu) .TemplateMenu>li>ul>li>ul>li>ul {
    right: -28rem;
}

.EditMode .TemplateMenu ul a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

/* CTA  */
.header-cta-wrapper {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0 0 0 4rem;
    list-style: none;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

.header-cta-wrapper .flag {
    width: 3.2rem;
    margin-left: 1rem;
}

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

@media only screen and (max-width: 1450px) {
    header {
        padding: 0 2rem;
    }

    /* Header logo */
    .header-logo {
        max-width: 16rem;
    }
}

@media only screen and (max-width: 1300px) {
    header {
        padding: 0 1rem;
    }

    /* Header logo */
    .header-logo {
        max-width: 11rem;
    }
}

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

    /* CTA  */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }
}

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

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: center;
    min-height: 100vh;
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgb(var(--black-color), .5);
}

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

.top-section .text-block {
    max-width: 61rem;
}

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

.top-section p {
    max-width: 62rem;
}

.top-section .btn-primary-filled:hover {
    color: rgb(var(--white-color));
}

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

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

/* Modal
========================================================================== */
body:not(.EditMode) .section-auto-modal {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--black-color), .7);
}

body:not(.EditMode) .section-auto-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 4rem);
    max-width: 100rem;
    max-height: 75vh;
    padding: 4rem;
    border-radius: 0;
    overflow: auto;
    background: rgb(var(--gray-light-color));
    transform: translate(-50%, -50%);
}

.section-auto-modal .close-modal {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 3rem;
    cursor: pointer;
}

@media only screen and (max-width: 980px) {
    .section-auto-modal .col-2 {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 580px) {
    body:not(.EditMode) .section-auto-modal .section-block {
        padding: 3rem 2rem;
    }
}

/* Linkedin
========================================================================== */
.offer-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--section-width);
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
}

.offer-wrapper .text-block {
    align-self: center;
    /*width: calc(100% - 20rem);*/
    padding-left: 5rem;
}

.procentage-badge {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    top: -4rem;
    bottom: 0;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    box-shadow: 10px 10px 10px rgb(var(--black-color), .15);
    background-image: linear-gradient(-177deg, transparent 17px, rgb(var(--white-color)) 17px);
    transform: rotate(10deg);
}

.procentage-badge::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 51%;
    display: block;
    width: 93px;
    height: 12px;
    border-radius: 50%/100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: rotate(3deg) translateX(-50%);
    background: rgb(var(--white-color));
    box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.1), 6px 4px 2px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.procentage-badge img {
    width: 10rem;
}

.procentage-badge p {
    padding: 0;
    font-size: 9rem;
    font-weight: 600;
}

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

    .procentage-badge {
        width: 15rem;
        height: 15rem;
    }

    .procentage-badge::after {
        width: 83px;
    }
}

@media only screen and (max-width: 750px) {
    .offer-wrapper .section-title {
        font-size: 2.8rem;
    }

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

@media only screen and (max-width: 580px) {
    .procentage-badge {
        width: 10rem;
        height: 10rem;
    }

    .procentage-badge::after {
        width: 70px;
    }

    .procentage-badge p {
        font-size: 5rem;
    }

    .offer-wrapper .text-block {
        width: calc(100% - 10rem);
        padding-left: 2rem;
    }
}

@media only screen and (max-width: 450px) {
    .offer-wrapper {
        justify-content: center;
    }

    .offer-wrapper .text-block {
        width: calc(100% - 8rem);
        padding-left: 1rem;
    }

    .offer-wrapper .text-block-big {
        min-width: fit-content;
    }

    .procentage-badge {
        width: 8rem;
        height: 8rem;
        padding: 1.5rem;
    }

    .procentage-badge::after {
        width: 63px;
    }

    .offer-wrapper .section-title {
        font-size: 1.8rem;
    }

    .offer-wrapper .small-title {
        font-size: 1.5rem;
    }
}


/* Pricing strategy (.section-pricing)
========================================================================== */
.section-pricing .card-3-1 .small-title {
    font-size: 2.5rem;
}

@media only screen and (max-width: 580px) {
    .section-pricing .card-3-1 .small-title {
        font-size: 2rem;
    }
}

/* 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(--secondary-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: 10rem;
    height: 10rem;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid rgb(var(--white-color));
}

/* CTA-sektion
========================================================================== */
.cta-wrapper {
    padding: 10rem 4rem 4rem;
    border-radius: 2px;
    background-image: linear-gradient(to right, rgb(var(--black-color), .5), rgb(var(--black-color), .3)), url('/assets/images/meeting-2000px.jpg');
    background-size: cover;
    background-position: center;
}

.cta-wrapper .btn-primary-filled:hover {
    color: rgb(var(--white-color));
}

.cta-wrapper-2 {
    background-image: linear-gradient(to right, rgb(var(--black-color), .5), rgb(var(--black-color), .3)), url('/assets/images/brands/laptop-diagram-1500px.jpg');
}
.cta-wrapper-3 {
    background-image: linear-gradient(to right, rgb(var(--black-color), .5), rgb(var(--black-color), .3)), url('/assets/images/brands/diagram-2-1500px.jpg');
}
.cta-wrapper-4 {
    background-image: linear-gradient(to right, rgb(var(--black-color), .5), rgb(var(--black-color), .3)), url('/assets/images/brands/mote-2-1500px.jpg');
}

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

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

/* Hero - Grundkod
========================================================================== */
.hero .section-block {
    display: flex;
    align-items: center;
    min-height: 40rem;

    background-color: rgb(var(--black-color), .5);
}

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

.hero .section-title {
    font-size: 6rem;
    color: rgb(var(--white-color));
    padding: 0;
}

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

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

/* ==========================================================================
Undersida: Brands
========================================================================== */
.section-strategy .split-wrapper .split-image a {
   display: contents;
  }
/* ==========================================================================
Undersida: Testimonal
========================================================================== */
.section-testimonials .logo-wrapper img {
    max-height: 5rem;
    margin-bottom: 3rem;
}

@media only screen and (max-width: 580px) {
    .section-testimonials .logo-wrapper img {
        max-height: 3rem;
    }
}

/* ==========================================================================
Undersida: FAQ
========================================================================== */
.accordion-item {
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: rgb(var(--gray-light-color));
    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: 2rem;
    right: 2rem;
    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: 580px) {
    .accordion-header {
        padding: 1.5rem 3rem 1.5rem 1.5rem;
    }

    .accordion-header::after {
        right: .8rem;
    }

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

/* ==========================================================================
Undersida: Contact
========================================================================== */
.section-contact .section-block-wrapper {
    justify-content: space-between;
}

.section-contact .col-1 {
    max-width: calc(100% - 50rem);
}

.section-contact .col-2 {
    width: 50rem;
    padding: 3rem;
    background-color: rgb(var(--gray-light-color));
    border-radius: 5px;
}

.ContactForm input[type="text"],
.ContactForm textarea,
.ContactForm input[type="email"]:not(.illegal),
.ContactForm select:not(.illegal) {
    border: none;
    border-radius: 1rem;
}

.pricing .ContactForm textarea {
    display: none;
}

@media only screen and (max-width: 980px) {
    .section-contact .col-1 {
        max-width: 100%;
    }

    .section-contact .col-2 {
        width: 100%;
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-contact .col-2 {
        padding: 2rem;
    }
}

/* ==========================================================================
Undersida: Tack for att du besokt.. - cookierelaterad
========================================================================== */
.sub-clean:not(.EditMode) header,
.sub-clean:not(.EditMode) footer,
.sub-clean:not(.EditMode) .cookies-notis {
    display: none !important;
}

.sub-clean:not(.EditMode) .LayoutPage {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* Cookies 
========================================================================== */
.cookies-notis {
    display: none;
    z-index: 9;
    position: fixed;
    bottom: 1rem;
    left: 50%;
    width: 95%;
    max-width: 95rem;
    max-height: calc(100vh - 2rem);
    padding: 2.5rem;
    background: rgb(var(--black-color));
    transform: translateX(-50%);
    overflow: auto;
}

.cookies-notis .small-title {
    padding: 0;
    font-size: 1.8rem;
    font-weight: 600;
}

.cookies-notis p:not(.btn),
.cookies-notis a:not(.btn) {
    color: rgb(var(--white-color));
    font-size: 1.6rem;
}

.cookies-notis p a {
    text-decoration: underline;
}

.cookies-notis .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}

.cookies-notis .btn {
    display: inline-block;
    color: rgb(var(--white-color));
    cursor: pointer;
    text-decoration: none;
}

/* ==========================================================================
Undersida: Tack for ditt meddelande
========================================================================== */
.section-message .section-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

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

.footer-container {
    max-width: var(--section-width);
    margin: 0 auto;
}

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

.footer-menu {
    width: 20%;
}

.footer-menu-large {
    width: 40%;
    padding-right: 10rem;
}

.footer .text-label {
    padding: 0 0 1rem;
    line-height: 1;
    color: rgb(var(--secondary-color));
}

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

.footer-top li,
.footer-top p,
.footer-top a {
    color: rgb(var(--gray-dark-color));
    text-decoration: none;
}

.footer-top a {
    transition: .2s ease;
}

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

.footer-top em {
    width: 2rem;
    margin-right: 5px;
    font-size: 1.4rem;
    text-align: center;
}

/* Social Menu */
.social-menu {
    padding: 0;
    margin: 0 0 1.5rem;
    list-style: none;
}

.social-menu li {
    font-size: 1.4rem;
}

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

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

/* 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(--secondary-color), .5);
}

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

/* 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: 48%;
        margin: 0 0 5rem;
    }

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

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

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

    /* Footer top */
    .footer-top {
        padding: 5rem 0 0;
    }

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

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

    /* Footer top */
    .footer-menu {
        margin: 0 0 3rem;
    }

    /* Social Menu */
    .social-menu {
        justify-content: center;
    }

    .social-menu li {
        margin: 1rem 5px;
    }

    .social-menu a {
        font-size: 1.2rem;
    }

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

    .footer-bottom p,
    .footer-bottom a {
        font-size: 1.3rem;
    }

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