/* Express Retail Sverige AB */

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

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 82, 179, 160;
    --primary-light-color: 213, 223, 222;
    --secondary-color: 255, 134, 28;
    --secondary-light-color: 255, 241, 229;

    --accent-turkos-color: 180, 241, 229;

    --black-color: 0, 0, 0;
    --gray-dark-color: 33, 33, 33;
    --gray-color: 130, 130, 130;
    --gray-light-color: 243, 241, 237;
    --white-color: 255, 255, 255;

    /* 	Layout  */
    --col-padding: 4rem;
    --menu-height: 8rem;
    --menu-height-scrolled: 8rem;
    --section-width: 150rem;

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

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

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

/* Layout 
========================================================================== */
.section-block {
    padding: 12rem 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: 0rem;
}
.pt-2 .section-block,
.pt-2:not(.section-wrapper) {
    padding-top: 2rem;
}

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

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

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

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

/* Margins */
.mb-3 {
    margin-bottom: 3rem !important;
}
.mt-3{
    margin-top: 3rem !important;
}
.mt-4{
    margin-top: 4rem;
}

.mt-12 {
    margin-top: 12rem;
}
.mt--1{
margin-top: -0.5rem;
}
.mt--25{
    margin-top: -25rem;
}
.mb-4{
    margin-bottom: 4rem;
}

/* Bredder */
.mw-500:not(.section-wrapper),
.mw-500 .section-block-wrapper {
    max-width: 50rem;
}
.mw-850 .section-block-wrapper {
    max-width: 85rem !important;
}
.mw-1000 .section-block-wrapper {
    max-width: 100rem;
}

.mw-1200 .section-block-wrapper {
    max-width: 120rem !important;
}

.mw-1300 .section-block-wrapper {
    max-width: 130rem;
}

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

.mh-300{
    min-height: 30rem;
}

/* Ovriga klasser */
.linebreak {
    display: block;
}

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

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

.align-items-center .section-block-wrapper {
    align-items: center;
}

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

    /* Margins */
    .mt-12 {
        margin-top: 10rem;
    }
    .mt--1{
        margin-top: 0rem;
        }
}

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

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

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

    /* Ovriga klasser */
    .linebreak {
        display: none;
    }
}

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

/* Rubriker */
.text-label {
    padding-bottom: .3em;
    font-size: var(--base-size);
    font-weight: 700;
}

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

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

/* Brodtext och lankar */
p,
li {
    color: rgb(var(--gray-dark-color));
}
a.contetn-link{
    display: inline;
}

.text-smaller {
    font-size: 1.5rem;
}

.text-normal{
    padding-bottom: .5em;
    margin: 0;
    font-size: var(--base-size);
    font-weight: 400;
    font-style: normal;
    font-family: inherit;
    line-height: 1.8;
}

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

.list-check li::before {
    content: '\f00c' ;
    padding: 0 1rem 0 0;
    color: rgb(var(--primary-color));
    font-weight: 700;
    font-size: 1.4rem;
    font-family: 'Font Awesome 5 Pro';
}

.list-check.text-white li,
.list-check.text-white li::before {
    color: rgb(var(--white-color));
}

/* Ovriga klasser */
.text-block {
    max-width: 85rem;
}
.text-block-small {
    max-width: 65rem;
}

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

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

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

.text-center {
    text-align: center;
}
.text-left{
    text-align: start;
}
.text-right {
    text-align: right;
}

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

@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 {
    margin-top: 2rem;
}

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

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 1.2rem 2rem;
    margin: 7px;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 2rem;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}
.ContactSubmit{
    background-color: rgb(var(--black-color)) !important;
        color: rgb(var(--white-color)) !important;
}

.btn-primary-filled,
.ContactSubmit {
    color: rgb(var(--black-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;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-gray-light {
    background-color: rgb(var(--gray-light-color));
    background: radial-gradient(circle, rgba(var(--gray-light-color), 1) 0%, rgba(var(--white-color), 1) 50%, rgba(var(--gray-light-color), 1) 100%);
}

.bg-secondary-light {
    background-color: rgb(var(--secondary-light-color));
    background: radial-gradient(circle, rgba(var(--secondary-light-color), 1) 0%, rgba(var(--white-color), 1) 50%, rgba(var(--secondary-light-color), 1) 100%);
}

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

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

.bg-peach{
    background: rgb(254, 244, 233);
}

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

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

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

.br-50 {
    border-radius: 50%;
    overflow: hidden;
}
.boder-peach{
border: 10px solid rgb(254, 244, 233);
}
.border-white{
    border: 2px solid rgb(254, 244, 233);
}
/* Box shadow */
.box-shadow {
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}
/* Bilder */
.grayscale {
    filter: grayscale(1);
}

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

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

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

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

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

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

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

/* Bakgrunder */
.bg-line {
    background-image: url(/assets/images/graphics/rand.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.bg-line.servera {
    background-image: url(/assets/images/graphics/rand.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-circle {
    background-image: url(/assets/images/graphics/cirkel.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.bg-circle-reversed {
    position: relative;
}

.bg-circle-reversed::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/graphics/cirkel.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    transform: scaleX(-1); 
}

@media only screen and (max-width: 1000px) {
    .bg-circle,
    .bg-circle-reversed::after {
        background-size: 95%;
        background-position: 100% 90%;
    }
} 

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

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

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

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

/* Bredder */
.cards-wrapper.w-7 .card-item {
    width: calc((100% / 7) - 2rem);
    margin: 1rem;
}
.cards-wrapper.w-16 .card-item {
    width: calc((100% / 6) - 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;
}

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

.mh-36{
height: 48rem !important;
}

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

@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, .w-16) {
        margin-left: 0;
        margin-right: 0;
    }

    .cards-wrapper.w-7 .card-item,
    .cards-wrapper.w-16 .card-item {
        width: calc((100% / 3) - 2rem);
    }
    .cards-wrapper.w-25 .card-item,
    .cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-50 .card-item {
        width: 100%;
        margin: 1rem 0;
    }

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

/* Card 2-1 */
.card-2-1 .card-header {
    margin-bottom: 2rem;
    font-size: 5rem;
}

/* 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 1-2 */
.card-1-2 .card-footer {
    display: flex;
    padding: 0 2rem 1rem;
    margin: auto 0 0;
}

.card-1-2 .image-wrapper {
    width: 9rem;
    height: 9rem;
    padding: 5px;
    border-radius: 50%;
    border: 3px solid rgb(var(--gray-light-color));
    background: rgb(var(--white-color));
    margin: auto;
}

/*.card-1-2 .card-footer {
    border-top: 2px solid rgb(var(--gray-light-color));
}*/
.card-1-2 .card-footer {
display: flex;
flex-direction: column;
margin: auto;
text-align: center;
}
.card-1-2 .card-footer p {
    padding: 1rem 0;
}

.card-1-2 .card-footer span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
}

/* Card 3-1 */
.card-3-1 .card-item.border {
    border: 1px solid rgb(var(--gray-color));
}
.card-3-1 a{
    text-decoration: none;
}


/* Logos 1 */
.logos-1 {
    align-items: center;
}

.logos-1 .image-wrapper {
    max-width: 18rem;
    margin: 0 auto;
}

@media only screen and (max-width: 750px) {
    .logos-1 .card-item {
        width: calc((100% / 3) - 2rem);
    } 
}

/* Logos 2 - logoslider */
.logos-2 .card-item {
    height: 7rem;
    padding: 1rem;
    text-align: center;
    background: rgb(var(--white-color));
}

.logos-2 img {
    width: 100%;
    max-height: 12rem;
}

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

/* 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 {
    width: 50%;
    border-radius: 2rem;
}

 .contain img {
    object-fit: contain;
}
/* Centrera content */
.split-wrapper .align-center {
    align-self: center;
}

/* Split med br pÃƒÂ¥ split-content */
.split-content.br {
    width: calc(50% - 3rem);
    margin-right: 3rem;
}

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

@media screen and (max-width: 1000px) {
    .split-wrapper,
    .split-wrapper.reverse {
        flex-direction: column;
        background: transparent;
    }

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

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

    /* Split med br pa split-content */
    .split-content.br {
        width: 100%;
        padding: 0 0 3rem;
        margin-bottom: 0;
    }

    .split-content .text-white,
    .split-content .list-check.text-white li,
    .split-content .list-check.text-white li::before {
        color: initial; 
    }

    /* Split med extra padding */
    .split-wrapper.p-3 {
        padding: 0;
    }

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

    /* Hojder */ 
    .split-image.h-200 {
        height: 20rem;
    }

}

/* Modal som öppnas automatiskt
========================================================================== */
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: 75rem;
    max-height: 85vh;
    padding: 4rem;
    border-radius:4rem;
    overflow: auto;
    background: rgb(var(--black-color));
    transform: translate(-50%,-50%);
  }

  .section-auto-modal .close-modal {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 3rem;
    cursor: pointer;
    color: rgb(var(--white-color));
  }
  .section-auto-modal .section-title{
font-size: 4rem;
  }

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


/* 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(--black-color));
    border-radius: 50%;
    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;
    max-width: 45rem;
    max-height: calc(100vh - 12rem);
    padding: 2rem 4rem 2rem 2rem;
    margin: 0 2rem;
    background: rgb(var(--white-color));
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(var(--black-color), .1);
    overflow: auto;
    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: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
}

.popup-window .small-title {
    text-transform: uppercase;
    font-weight: 800;
}

.popup-window p,
.popup-window .arrow-link {
    font-size: 1.6rem;
}

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

    .icon-close-popup {
        top: 1rem;
    }
}

/* Header / Navigation
========================================================================== */

header:not(.scrolled) {
    background: transparent;
}

header.scrolled,
.IndexPage header,
body.nav-black header {
    background: rgb(var(--black-color));
}
.flag-wrapper{
margin-left: 2rem;
}
.flag-wrapper img{
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

/* Logo */
.header-logo {
    flex: 1 1 0px;
    filter: brightness(0);
}

.IndexPage header .header-logo,
header.scrolled .header-logo,
.SubPage header .header-logo,
body.nav-black .header-logo {
    filter: brightness(0) invert();
}

header:not(.mobile-menu) .header-logo img {
    padding: 0.6rem 0;
}

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

.TemplateMenu li.active>a,
.TemplateMenu a:hover {
    color: rgb(var(--accent-turkos-color));
}

/* Dolj hem */
.TemplateMenu>li:nth-child(1) {
    display: none;
}

/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/7/vara-tjanster/"] {
    pointer-events: none;
} 
body:not(.EditMode) .TemplateMenu a[href="https://www-expressretail-se.translate.goog/17/7/vara-tjanster/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=sv&_x_tr_pto=wapp"] {
    pointer-events: none;
} 

/* Dropdown */
.TemplateMenu ul {
    background: rgb(var(--black-color));
    width: 29rem;
}

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

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

    /* Header logo */
    .header-logo a {
        font-size: 1.6rem;
    }

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

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

/* Top-section
========================================================================== */
.top-section .split-image {
    min-height: 55vh;
}

@media only screen and (max-width: 1600px) {
    .top-section .split-image {
        min-height: unset;
    }
}

/* Kontakt
========================================================================== */
.ContactForm p {
    color: rgb(var(--primary-color));
    line-height: 1.8;
    font-weight: 600;
    font-size: 1.4rem;
    display: none;
}

.ContactForm input[type="text"]:not(.illegal),
.ContactForm textarea:not(.illegal) {
    background-color: #ffffff;
}
.section-contact .col-0 {
	max-width: 80rem;
	margin: auto;

}
.section-contact .asterisk p:after {
display: none;
}

.section-contact{
    background: rgb(254, 244, 233);
}

.section-contact .textmessage {
    display: none;
}

.radio-btn {
    font-size: var(--base-size);
}

.ContactForm .radio-btn div {
    margin-bottom: 1rem;
}

input[type="radio"] {
    width: 1.2rem !important;
    height: 1.2rem;
    border: 2px solid rgb(var(--primary-color));
    border-radius: 50%;
}

input[type="radio"]:checked {
    background-color: rgb(var(--primary-color));
}

/* Loggor
========================================================================== */
.section-slider {
    overflow: hidden;
}

.section-slider .slick-list {
    width: 100%;
}

.section-slider .card-item {
    margin-right: 2rem;
}

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

/* Hero - Grundkod
========================================================================== */
.hero {
    min-height: 50rem;
    margin-top: calc(-1 * var(--menu-height));
    background: linear-gradient(60deg, rgba(var(--black-color), 0.5) 0%, rgba(var(--black-color), .7) 0%, rgba(var(--black-color), .3) 100%);
}

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

/* ==========================================================================
Undersida: Vara tjanster > Integrationer
========================================================================== */
/* Taggar */
.tags-heading {
    display: none;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.tag {
    padding: .3rem 1.5rem;
    margin: .6rem .5rem;
    font-size: 1.5rem;
    border-radius: 2rem;
    background: rgb(var(--gray-light-color));
    cursor: pointer;
    transition: .5s ease;
}

.tag:hover,
.tag.tag-picked {
    color: rgb(var(--white-color));
    background: rgb(var(--primary-color));
}

/* Cards */
.logos-wrapper .card-item {
    padding: 5rem 2rem;
    background: rgb(var(--secondary-light-color));
}

.logos-wrapper .image-wrapper {
    max-width: 18rem;
    height: 8rem;
    margin: 0 auto;
}

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

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

    /* Taggar */
    .tags-wrapper {
        position: relative;
        max-width: 100%;
        margin-bottom: 2rem; 
        background: rgb(var(--gray-light-color));
        cursor: pointer;
    }

    .tags-heading {
        display: block;
        width: 100%;
        padding: 1rem 2rem;
    }

    .tags-heading p {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .tags-heading i {
        margin-left: 2rem;
    }

    .tags-list {
        display: none;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: left;
        background: rgb(var(--white-color));
        box-shadow: 1px 1px 10px rgba(var(--black-color), .1);
    }

    .tags-wrapper.opened .tags-list {
        display: block;
    }

    .tags-wrapper .tag {
        display: block;
        padding: 1rem 2rem;
        margin: 0;
        letter-spacing: normal;
        text-transform: initial;
        box-shadow: none;
        border-radius: 0;
    }
}

/* ==========================================================================
Undersida: Vara tjanster > Kassasystem
========================================================================== */
.section-icons .logos-1 {
    margin: 3rem 0;
}

.section-icons .logos-1 .card-item {
    display: flex;
    justify-content: center;
    width: calc((100% / 6) - 2rem);
    margin: 1rem;
}

.section-icons .logos-1 img {
    max-height: 6rem;
}

.section-kassasystem .card-3-1 img{
border-radius: 2rem;
border: 2px solid white;
}
.section-kassasystem .card-3-1 .card-body{
    border-radius: 2rem;
    background: rgb(var(--primary-color));
    margin-top: 4rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-kassasystem .card-3-1 .card-body:hover{
    background: rgb(var(--primary-color), .5);
    transition: .3s ease;
}

.section-kassasystem .card-3-1 .small-title{
    padding-bottom: 0;
    font-size: 2rem;
    text-align: center;           /* Centers text horizontally */
}


        /* Sektionens namn
========================================================================== */
.section-kassa-split .section-block-wrapper {
    max-width: none;
    padding: 10rem;
    border-radius: 4rem;
    background: rgb(254, 244, 233);
}

@media only screen and (max-width:1300px) {
    .section-kassa-split .section-block-wrapper {
        padding: 5rem;
    }
}
  
@media only screen and (max-width: 580px) {
    .section-kassa-split .section-block-wrapper {
        padding: 3rem;
    }
}

/* ==========================================================================
Undersida: Vara tjanster > Frisor
========================================================================== */
.frisor-wrapper{
display: flex;
justify-content: space-between;
margin-bottom: 2rem;
}
.frisor-wrapper-img img{
max-height: 8rem;
padding-right: 2rem;
    }

/* Tidslinje
========================================================================== */
.timeline-wrapper {
    position: relative;
}
.timeline-wrapper.v70 {
   width: 70%;
}
.timeline-wrapper .text-block-center {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

/* Linje */
.timeline-item.item-left::before,
.timeline-item.item-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: rgb(var(--gray-color), .5);
    transition: background-color 2s, height 2s;
}

.timeline-item.filled::before,
.timeline-item.filled::after {
    background-color: rgb(var(--black-color));
    height: 100%;
}

/* Text */
.timeline-item {
    display: flex;
    position: relative;
    width: 100%;
}

.timeline-item.item-left .timeline-text {
    width: 50%;
    padding-right: 5rem;
    text-align: right;
}

.timeline-item.item-right {
    justify-content: end;
}


.timeline-item.item-right .timeline-text {
    max-width: 50%;
    padding-left: 5rem;
}
.timeline-item .w-100{
width: 100%;
}
/* Punkter */
.timeline-item.item-left:after,
.timeline-item.item-right:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0rem;
    left: 50%;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgb(var(--gray-color));
    transform: translate(-50%, 0);
}

.timeline-item.item-left.filled:after,
.timeline-item.item-right.filled:before {
    background: rgb(var(--black-color));
}
.timeline-item.item-left.last-item:before {
    display: none;
  }
  .timeline-item.item-right.last-item:after {
    display: none;
  }
@media only screen and (max-width: 980px) {
    .timeline-wrapper {
        max-width: 70rem;
        margin: auto;
    }

    .timeline-item.item-right,
    .timeline-item.item-left {
        justify-content: start;
    }

    .timeline-item.item-right .timeline-text,
    .timeline-item.item-left .timeline-text {
        width: 100%;
        max-width: 70rem;
        text-align: left;
        padding: 0rem 0 4rem 4rem;
    }

    .timeline-item.item-left:after,
    .timeline-item.item-left:before,
    .timeline-item.item-right:after,
    .timeline-item.item-right:before {
        left: 0;
    }

    .timeline-item.item-left:after,
    .timeline-item.item-right:before {
        top: 0rem;
    }

    .timeline-wrapper .cards-wrapper {
        width: 50%;
    }
}

@media only screen and (max-width: 750px) {
    .timeline-wrapper .card-item.arrow {
        display: none;
    }
    .arrow-card{
        display: none !important;
    }

    .timeline-wrapper .text-block-center {
        margin-top: 5rem;
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-icons .logos-1 {
        margin: 2rem 0;
    }

    .section-icons .logos-1 img {
        max-height: 4rem;
    }
}

/* ==========================================================================
Undersida: Vara tjanster > Kassasystem > Kassasystem for butik
========================================================================== */

.section-text .text-block-center {
    max-width: 90rem;
}

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

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

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

.accordion-item {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: rgb(var(--gray-light-color));
    transition: .3s ease;
}

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

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

.accordion-header::after {
    content: "\f067";
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    transition: .5s ease;
}

.accordion-item.active .accordion-header::after {
    content: "\f068";
}

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

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

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

@media only screen and (max-width: 800px) {
    .accordion-wrapper.w-50 .accordion-item,
    .accordion-wrapper.w-25 .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-header::after {
        top: 2rem;
        right: 1.5rem;
    }

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

/* ==========================================================================
Undersida: Funktionalitet
========================================================================== */
.category-wrapper{
margin-bottom: 1rem;
}
.category-wrapper .small-title{
    font-size: 1.9rem;
}
.category-wrapper p,
.category-wrapper .small-title{
padding-bottom: 0;
background-color: rgb(234, 234, 234);
width:auto;
display:inline-block ;
padding: 0.7rem;
border-radius: 1rem;
text-transform: uppercase;
    }

/* ==========================================================================
Undersida: Om oss
========================================================================== */
.team-wrapper .card-item {
    position: relative;
}

.team-wrapper .card-body {
    z-index: 1;
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 0 2rem 2rem 3rem;
    transform: translateX(-50%);
}

.team-wrapper .text-white {
    text-shadow: 0px 0px 10px rgb(var(--black-color))
}

/* ==========================================================================
Undersida: Story > Undersida 
========================================================================== */

/* Hero
========================================================================== */
.section-story-hero {
    margin-top: 5rem;
    min-height: 50vh;
    align-content: center;
}

.section-story-hero .section-block-wrapper {
    max-width: 130rem;
}

.section-story-hero .split-image {
    width: 40%;
}

/* Kvadratisk bild */
.split-image.circle-wrapper {
    position: relative;
    border-radius: 50%;
}

.split-image.circle-wrapper:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.split-image.circle-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.split-image.circle-wrapper.smaller img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5rem;
    border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
    .section-story-hero {
        background-image: none;
        min-height: unset;
    } 

    .section-story-hero .split-image {
        width: 100%;
        max-width: 40rem;
        margin: 0 auto;
    }
}

/* Card och text */
.section-story .cards-wrapper.w-33 .card-item {
    width: calc((100% / 1) - 20rem);
    margin: 1rem;
}

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

/* Kontakt */
.section-story-contact {
    background-color: rgb(254, 244, 233);
}

/* Arrow link */

.arrow-link {
    color: rgb(var(--black-color));
    text-decoration: none;
}

.section-story .arrow-link::after {
    content: ' \f061';
    display: inline-block;
    margin-left: .8rem;
    font-family: 'Font Awesome 5 Pro';
    transition: transform .4s ease;
}

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

.stories-img-wrapper-center {
    max-width: 100rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section-story.section-icons .section-block-wrapper .col-0 {
    align-content: center;
}

 .section-story.section-icons .section-block-wrapper .col-1 {
    background-color: rgb(var(--black-color));
    border-radius: 2rem;
    align-content: center;
    padding: 2rem;
}

@media only screen and (max-width: 1000px) {
    .section-story.section-icons .section-block-wrapper .col-1 {
        margin: 2rem 0;
        padding: 3rem;
    }
}

/* Text
========================================================================== */
.section-story .section-block-wrapper {
    max-width: 130rem;
}

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

.tacksida header:not(.scrolled) {
    background: rgb(var(--black-color));
}
/* ==========================================================================
Footer
========================================================================== */
.footer {
    padding: 0 5rem;
    background-color: rgb(var(--gray-dark-color));
}

/* Footer logos */
.footer-logos {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4rem;
    margin-bottom: -4rem;
}

.footer-logos .logo-item {
    height: 10rem;
    padding: 1rem;
    margin: 0 1rem 1rem 0;
}

.footer-logos .logo-item img {
    height: 100%;
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8rem 0 5rem;
}
.ul.form-section{
  padding: 0 !important;
}
.footer-menu {
    width: 12%;
    margin: 0 0 3rem;
}

.footer-menu-large {
    width: 30%;
    margin-right: 2rem;
}
.footer-menu-medium {
    width: 25%;
}

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

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

.footer-top p,
.footer-top a {
    color: rgb(var(--white-color));
    text-decoration: none;
    transition: .2s ease;
}

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

/* Lank med ikon */
footer .icon-links {
    padding: 5px 10px;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 2rem;
    text-decoration: none;
    color: rgb(var(--black-color));
    background-color: rgb(var(--white-color));
    transition: all .3s ease;
}

.icon-links:hover {
    color: rgb(var(--white-color));
    background-color: transparent;
}

/* Sociala medier */
.footer-socials {
    display: flex;
    align-items: center;
}

.footer-socials::before,
.footer-socials::after {
    position: relative;
    display: inline-block;
    content: '';
    flex: 1 1 0%;
    border-top: 1px solid rgb(var(--white-color));
}

.footer-socials::before {
    margin-right: 2rem;
}

.footer-socials::after {
    margin-left: 2rem;
}

/* 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.3rem;
    line-height: 1.6;
    color: rgb(var(--white-color));
}

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

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

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

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

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

    .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 logos */
    .logo-item {
        max-width: calc(100% / 2 - 1rem);
        height: auto;
    }

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

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

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