/* macc */

/* Typsnitt - proxima nova, proxima nova condensed, linotype didot */
@import url("https://use.typekit.net/nuc7von.css");
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

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

/* ==========================================================================
Generellt 
========================================================================== */
:root {
    /* 	Layout  */
    --col-padding: 4rem;
    --menu-height: 9rem;
    --menu-height-scrolled: 9rem;

    /* 	Colors */
    --primary-color: 6, 6, 184;
    --primary-dark-color: 7, 1, 62;
    --primary-light-color: 175, 167, 228;
    --secondary-color: 81, 81, 81;
    --accent-red-color: 227, 66, 66;
    --accent-green-color: 70, 159, 169;
    --blue-light-color: 215, 240, 244;

    --black-color: 0, 0, 0;
    --gray-dark-color: 51, 51, 51;
    --gray-light-color: 237, 233, 223;
    --white-color: 255, 255, 255;

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

    /* 	Mobile nav */
    --activate-mobile-menu: 1100;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: 255, 255, 255;
}

/* Layout
========================================================================== */

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

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

.section-block {
    padding: 10rem 5rem;
}

.section-block-wrapper {
    max-width: 150rem;
}

/* Specifika paddings */
/* Paddings */

.p-1 {
    padding: 1rem !important;
}
.p-2{
    padding: 2rem;
}

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

.pb-1:not(.section-wrapper) {
    padding-bottom: 1rem !important;
}

.pt-0 .section-block .block-container {
    padding-top: 0;
}

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

.pb-4 {
    padding-bottom: 4rem;
}

.p-1:not(.section-wrapper) {
    padding: 1rem;
}

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

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

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

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

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

.p-3 .section-block {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

    
.pb-8 {
    padding-bottom: 8rem;
}

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

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

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

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

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

.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-5 .section-block,
.pb-5:not(.section-wrapper) {
    padding-bottom: 5rem;
}

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

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

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

.hero-block.py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.hero-block .btn.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Specifika margins */

.mt-5,
.hero-block .btn-wrapper.mt-5 {
    margin-top: 5rem;
}

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

.mr-2 {
    margin-right: 2rem;
}

.ml-2 {
    margin-left: 2rem;
}

.mt-3,
.btn-wrapper.mt-3 {
    margin-top: 3rem;
}

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

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

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

.mb-1 {
    margin-bottom: 1rem !important;
}

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

.mb-5,
.hero-block .btn-wrapper.mb-5 {
    margin-bottom: 5rem;
}

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

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

.mr-1 {
    margin-right: 1rem;
}

.my-1{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

/* Specifika bredder */
.mw-none .section-block-wrapper {
    max-width: none;
}

.w-80 {
    width: 80%;
    margin-bottom: 2rem;
}

.mw-700 {
    max-width: 70rem;
}


.mw-800 .section-block-wrapper {
    max-width: 80rem;
}

.mw-850 .section-block-wrapper {
    max-width: 85rem;
}

.mw-900,
.mw-900 .section-block-wrapper {
    max-width: 90rem;
}

.mw-1000 .section-block-wrapper {
    max-width: 100rem;
}

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

.mw-1550 {
    max-width: 155rem;

}

.mw-1700 {
    max-width: 180rem;
    margin: auto;

}

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

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

    .pt-0 .section-block {
        padding-top: 5rem;
    }

    /* Specifika paddings */
    .pl-0 .split-content {
        padding-left: 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(--white-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;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    color: rgb(var(--primary-dark-color));
}

.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: 4rem;
    margin: 0 2rem;
    background: rgb(var(--white-color));
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    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;
    color: rgb(var(--primary-dark-color));
}

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

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

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

/* Brödtext och länkar */
p,
li {
    font-weight: 400;
    color: rgb(var(--secondary-color));
    margin-block-start: 0;
}

a {
    text-decoration: none;
    font-size: var(--base-size);
    color: rgb(var(--primary-color));
    font-weight: 600;
}

a:hover:not(.btn, .press-content) {
    text-decoration: underline;
}

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

.ingress,
li.ingress a {
    font-size: 2.6rem !important;
}

.ingress-small {
    font-size: 2rem !important;
}

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

/* Rubriker */

.text-label {
    font-family: proxima-nova, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    padding-bottom: 2rem;
    text-transform: none;
    letter-spacing: normal;
}

.small-title {
    font-family: proxima-nova, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 1.5rem;
}

.small-title.fas,
.small-title.fal {
    font-family: "Font Awesome 5 Pro";
    padding-bottom: 0;
}

.small-title-small {
    font-family: proxima-nova, sans-serif;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 1.5rem;
}

.section-title {
    font-family: linotype-didot, serif;
    font-size: 5rem;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 2.5rem;
}

.section-title.fas,
.section-title.fal {
    font-family: "Font Awesome 5 Pro";
    padding-bottom: 0;
}

.section-title.big-title {
    font-size: 7rem;
}

/* Text storlekar */
.f-1-4 {
    font-size: 1.4rem !important;
}

.f-1-6 {
    font-size: 1.6rem !important;
}

.f-1-8 {
    font-size: 1.8rem !important;
}

.f-4 {
    font-size: 4rem !important;
}

/* Ovriga klasser */
.text-block-100 {
    max-width: 130rem !important;
    margin: 0 auto;
}

.text-block {
    max-width: 85rem;
}

.text-block.w-70 {
    max-width: 70rem;
}

.text-block-center {
    margin: 0 auto;
}

.text-block-center-100 {
    margin: 0 auto;
    max-width: 100rem;
}

.text-block.center {
    margin: 0 auto;
}

.text-block.center *,
.text-center {
    text-align: center !important;
}

.box-center {
    justify-content: center !important;
}

.text--center {
    text-align: center !important;
    margin: auto;
}

.justify-center{
    justify-content: center;
}
.box-center{
    margin: auto;
}

.text-left {
    text-align: start;
    justify-content: start;
}

.text-bold,
.text-title {
    font-weight: 800;
}

.text-underline {
    text-decoration: underline;
}

.text-stroke{
    text-decoration: line-through;
}

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

.serif {
    font-family: linotype-didot, serif;
}

.sans-serif {
    font-family: proxima-nova, sans-serif;
}

.nowrap {
    white-space: nowrap;
}

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

/* Listor */
/* ol */
ol li {
    padding-bottom: 1.5rem;
}

.styled-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 130rem;
    margin: 2rem auto 0;
    list-style: none;
    padding: 0;
}

.styled-list li {
    position: relative;
    padding: 2rem 3rem;
    border-radius: 0.2rem;
    background-color: rgb(var(--gray-light-color));
    margin: 1rem .5rem;
    border-radius: 1rem;
    line-height: 1.6;
    font-size: 1.5rem;
    text-align: center;
}

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

.list-properties li {
    display: flex;
    justify-content: space-between;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
    font-size: 1.5rem;
    border-bottom: 1px solid rgb(var(--gray-dark-color));
}

.list-properties li span {
    padding: 0 .5rem;
}

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

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

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

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

@media only screen and (max-width: 720px) {
    .styled-list li {
        width: 100%;
    }
}

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

    .section-title {
        font-size: 3.3rem;
    }

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

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

.list-check {
    padding: 0;
}

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

/* Knappar och speciella länkar
========================================================================== */
.btn-wrapper {
    display: flex;
    margin-top: 1.5rem;
}

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

.btn-wrapper.w-50 {
    flex-wrap: wrap;
}

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

.btn-column {
    flex-direction: column;
}

.btn-80{
    width: 80%; 
}

.btn-full{
    width: 100%; 
}

@media only screen and (max-width: 750px) {
    .btn-wrapper.w-50 .tags-wrapper,
    .btn-wrapper.w-50 .btn{
        width: 100%;
        margin: 1rem 0;
    }

}

/* Knappar */
.btn,
.ContactSubmit {
    display: inline-block;
    min-width: 16rem;
    padding: 1.5rem 3rem;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 4rem;
    cursor: pointer;
}

.btn-large {
    font-size: 1.6rem;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
}
.btn-22{
    min-width: 22rem;
    font-size: 1.6rem;
    text-transform: none;
    letter-spacing: 0;
    margin-right: 1rem;
}

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

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

.btn-primary-dark-filled,
.ContactSubmit {
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--primary-dark-color));
    background-color: rgb(var(--primary-dark-color));
    padding: 2rem;
    width: 30rem;
}

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

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

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

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

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

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

.btn-secondary-border:hover {
    color: rgb(var(--white-color));
    background-color: rgb(var(--secondary-color));
}



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

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

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

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

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





.btn-no-margin {
    margin: 0px !important;

}

.btn-big {
    width: 600px;
    padding: 2rem;
    font-size: 2rem;
}




/* 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(--white-color));
    text-decoration: none;
    border-radius: 50%;
    background-color: rgb(var(--accent-green-color));
    transition: .4s ease;
}

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

.circle-icon em:before,
.circle-icon i:before {
    font-size: var(--base-size);
}

/* Länk med pil */
.arrow-link {
    padding-right: 1rem;
    font-weight: 600;
}

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

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

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


    .btn-wrapper-3 {
        flex-direction: column;
    }

    .btn-wrapper-3 a {
        margin-bottom: 2rem;
    }
}




/* Borders */
.border-top-primary {
    border-top: 1px solid rgb(var(--primary-color));
}

.br-2 {
    border-radius: 1rem;
}

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

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

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

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

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

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

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

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

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

.bg-lightgrey,
.cards-13 .card-item.bg-lightgrey {
    background-color: rgb(var(--gray-light-color), .3);
}

.bg-gradient .section-block {
    background: linear-gradient(to top, rgb(var(--white-color)) 30%, rgba(var(--primary-color), .05) 30%);
}

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

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

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

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

.text-secondary,
.cards-13 .card-item.text-secondary p,
.cards-13 .card-item.text-secondary .small-title {
    color: rgb(var(--secondary-color));
}

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

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

.text-green {
    color: rgb(52, 101, 122)
}

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

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




.bg-primary p,
.bg-primary a,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-secondary p,
.bg-secondary a,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-darkprimary p,
.bg-darkprimary a,
.bg-darkprimary h1,
.bg-darkprimary h2,
.bg-darkprimary h3,
.bg-primary-dark h2,
.bg-primary-dark p,
.bg-primary-dark h3,
.bg-primary-dark a,
.bg-primary-dark li {
    color: rgb(var(--white-color));
}

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

.br-2 {
    border-radius: 2rem;
}

/* Border mellan textcolumns */
.col-border .section-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col-border .col-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.col-border .col-0 {
    border-right: 1px solid rgb(var(--gray-dark-color), .3);
}

.col-border .col-0 p,
.col-border .col-0 h2,
.col-border .col-0 h3 {
    text-align: right;
}

.col-border .col-0 ul,
.col-border .col-0 li {
    list-style-type: none;
    text-align: right;
}

.col-border .section-title {
    padding-bottom: 1rem;
}

.col-border .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 25rem;
}

.col-border .btn-wrapper a {
    width: 100%;
    margin-bottom: 2rem;
}

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

    .col-border .col-0 p,
    .col-border .col-0 h2,
    .col-border .col-0 h3 {
        text-align: left;
    }

    .col-border .col-0 {
        border-right: none;
        border-bottom: 1px solid rgb(var(--gray-dark-color), .3);
    }
}

.highlight-badge {
    background-color: rgb(var(--primary-color), .05);
    padding: 2rem 2rem 2.5rem;
    border-radius: 2px;
}

/* Bakgrundsbild tillsammans med överlappande textblock */
.section-textblock {
    margin: 0 auto;
    border-top: 5rem solid rgb(var(--white-color));
    border-bottom: 13rem solid rgb(var(--white-color));
}

.section-textblock .text-wrapper {
    max-width: 45%;
}

@media only screen and (max-width: 1440px) {
    .section-textblock {
        border-right: 5rem solid rgb(var(--white-color));
        border-left: 5rem solid rgb(var(--white-color));
    }
}

@media only screen and (max-width: 1100px) {
    .section-textblock .text-wrapper {
        max-width: 55%;
    }
}

@media only screen and (max-width: 1024px) {
    .section-textblock {
        border-right: 3rem solid rgb(var(--white-color));
        border-left: 3rem solid rgb(var(--white-color));
    }
}

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

    .section-textblock {
        border: none;
    }

    .section-textblock .section-block {
        padding: 0;
    }

    .section-textblock .block-object {
        display: flex;
        flex-flow: column-reverse;
    }

    .section-textblock .bg-image-wrapper {
        position: relative;
    }

    .section-textblock .p-10-5 {
        width: 100%;
        max-width: none;
        margin-top: 0;
    }

    .section-textblock .p-10-5 {
        padding: 4rem;
    }
}

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

/* Bakgrundsbild
========================================================================== */
.bg-image {
    position: relative;
    background: linear-gradient(90deg, rgba(0, 0, 0, .155) 0%, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
}

.bg-image-light-blue {
    position: relative;
    background: linear-gradient(90deg, rgba(215, 240, 244, .8) 100%, rgba(215, 240, 244, .5) 100%, rgba(215, 240, 244, 0) 100%);
}

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

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

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

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

.split-image {
    width: 50%;
}

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

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

/* Speciella paddings */
.split-wrapper .pl-0 {
    padding-left: 0;
}

/* Speciella margins */
.split-wrapper .mr--18rem {
    z-index: 1;
    position: relative;
    margin-right: -18rem;
}


/* Speciella bredder o hojder */
.split-wrapper .w-40 {
    width: 40%;
}

.split-wrapper .w-45 {
    width: 45%;
}

.split-wrapper .w-55 {
    width: 55%;
}

.split-wrapper .w-60 {
    width: 60%;
}

.split-wrapper .h-65 {
    max-height: 65rem;
}

/* Speciella margins */
.split-wrapper .ml--18rem {
    z-index: 1;
    position: relative;
    margin-left: -18rem;
    margin-right: 18rem;
}

/* Border radius */
.split-image img.border-tlr {
    border-top-left-radius: 5rem;
}

.split-image img.border-blr {
    border-bottom-left-radius: 5rem;
}

.split-image img.border-trr {
    border-top-right-radius: 5rem;
}

.split-image img.border-brr {
    border-bottom-right-radius: 5rem;
}

@media screen and (max-width: 1100px) {
    .split-content {
        width: 100%;
        padding: 0 0 3rem 0;
    }
    
    .split-wrapper .w-40,
    .split-wrapper .w-45,
    .split-wrapper .w-55,
    .split-wrapper .w-60 {
        width: 100%;
        padding: 0;
    }

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

    /* Speciella margins */
    .split-wrapper .ml--18rem {
        margin-left: 0;
        margin-right: 0;
    }

    .full-width .split-wrapper {
        padding: 3rem 2rem;
    }

        /* Speciella margins */
        .split-wrapper .mr--18rem {
            margin-right: 0;
        }
}
@media screen and (max-width: 1100px) {
    .split-content-p2{
        padding: 2rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.cards-grow .oppetider-text {
    flex-grow: 1;
}

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

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


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

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

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

    .cards-wrapper.w-33 .card-item:nth-child(3) {
        width: 100%;
        margin: 1rem 0;
        padding-right: 2rem;
    }

    .cards-8.w-33 .card-item:nth-child(3) {
        padding-right: 0;
    }

    

    .cards-8.w-32 .card-item:nth-child(3) {
        padding-right: 0;
    }
}

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

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

    .cards-14.w-33 .card-item {
        margin: 2rem 0 0 0;
        padding: 1rem 0;
    }

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

    .cards-14.w-32 .card-item {
        margin: 2rem 0 0 0;
        padding: 1rem 0;
    }




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

/* Borders */
.card-item .border-top-primary {
    padding-top: 1rem;
    margin-top: 1rem;
}

/* Logos 1 */
.logos-1 {
    padding-top: 5rem;
}

.logos-1 .card-item {
    text-align: left;
}

.logos-1 img {
    width: auto;
    max-height: 12rem;
    transform: scale(.97);
    transition: 0.2s ease-in-out;
    margin-bottom: 2rem;
}

.logos-1 img:hover {
    opacity: 1;
    filter: none;
    transform: scale(1);
}

@media only screen and (max-width: 868px) {
    .logos-1 img {
        max-height: 8rem;
    }
}


/* Card 2-3 */
.card-2-3 .card-item {
    margin-top: 4rem;
    border-radius: 1rem;
    background-color: rgb(var(--white-color));
}
.card-2-3 .card-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    margin: -1rem 0 0 -1rem;
    border-radius: 50%;
}



/* Cards 3 */
.cards-3 .card-item {
    padding: 4rem;
    background-color: rgb(var(--gray-light-color), .3);
    display: flex;
    flex-direction: column;
}

.cards-3 .icon-wrapper {
    justify-content: flex-start;
    text-align: left;
    margin: 0;
}

.cards-3 .icon-wrapper img {
    width: auto;
    max-height: 10rem;
    padding-bottom: 3rem;
    transition: 0.2s ease-in-out;
}

.cards-3 .text-wrapper {
    flex-grow: 1;
}

@media only screen and (max-width: 750px) {
    .cards-3 .card-item {
        background-color: transparent;
    }
}

/* Cards 5 */
.cards-5 .card-item {
    text-decoration: none;
}

.cards-5 .icon-wrapper {
    margin-bottom: 1.5rem;
    font-size: 4rem;
    color: rgb(var(--primary-color));
}

.cards-5 a {
    color: rgb(var(--gray-dark-color));
}

/* Cards 8 */
.cards-8.cards-wrapper {
    margin-top: 5rem;
}

.cards-8 .card-item {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-decoration: none;
}

.cards-8 .image-wrapper {
    height: 42rem;
}

.cards-8 .text-wrapper {
    z-index: 1;
    position: relative;
    flex-grow: 1;
    width: 88%;
    margin: -9rem auto 0;
    padding: 3.5rem;
    background-color: rgb(var(--secondary-color));
}

/* Cards 9 */
.cards-9 .card-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 5rem;
}

.cards-9 .image-wrapper {
    height: 42rem;
}

.cards-9 .text-wrapper {
    flex-grow: 1;
    width: 85%;
    padding: 3.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    margin-top: -9rem;
}

.cards-9 a {
    margin-top: 1.5rem;
}

.cards-9 .btn {
    display: inline-block;
}

@media only screen and (max-width: 1180px) {
    .cards-9 .text-wrapper {
        padding: 2.5rem;
        width: 93%;
    }
}

/* Cards 11 */

.cards-11 .text-wrapper {
    padding: 3rem;
}

.cards-11 .small-title {
    font-size: 1.9rem;
    font-weight: 700;
}

.cards-11 .work-title {
    border-bottom: 1px solid rgb(var(--primary-color));
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.cards-11 p,
.cards-11 a {
    display: block;
    padding-bottom: .3rem;
    font-size: 1.5rem;
    text-decoration: none;
}

.cards-11 em {
    margin-right: 1rem;
}

/* Cards 12 */
.cards-12 .card-item {
    display: flex;
    flex-direction: column;
    padding: 4rem;
    border-radius: 2rem;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: rgb(var(--primary-dark-color));
}

.cards-12 .card-item.bg-none {
    background-color: transparent;
}

.cards-12 .card-item.bg-none p,
.cards-12 .card-item.bg-none h2 {
    color: rgb(var(--gray-dark-color));
}



.cards-12p,
.cards-12 h2,
.cards-12 li,
.cards-12 .arrow-link {
    color: rgb(var(--white-color));
}

.cards-12 ul {
    flex-grow: 1;
    margin-top: 0;
}

.cards-13 .card-footer {
    padding-top: 1.5rem;
}

.cards-12 .card-footer p {
    font-size: 1.4rem;
}

.cards-12 .card-footer a:not(.btn) {
    display: inline;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: underline;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 480px) {
    .cards-12 .card-item {
        padding: 4rem 1.5rem;
    }
}

/* Cards 13 */
.cards-13 .card-item {
    display: flex;
    flex-direction: column;
    padding: 4rem;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: rgb(var(--primary-dark-color));
}

.cards-13 .card-item.bg-none {
    background-color: transparent;
}

.cards-13 .card-item.bg-none p,
.cards-13 .card-item.bg-none h2 {
    color: rgb(var(--gray-dark-color));
}

.cards-13 .card-item.bg-none p {
    font-size: var(--base-size);
}

.cards-13 p,
.cards-13 h2,
.cards-13 li,
.cards-13 .arrow-link {
    color: rgb(var(--white-color));
}

.cards-13 p,
.cards-13 li,
.cards-13 .arrow-link {
    font-size: 1.5rem;
}

.cards-13 ul {
    flex-grow: 1;
    margin-top: 0;
}

.cards-13 .card-footer {
    padding-top: 1.5rem;
}

.cards-13 .card-footer p {
    font-size: 1.4rem;
}

.cards-13 .card-footer a:not(.btn) {
    display: inline;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: underline;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 480px) {
    .cards-13 .card-item {
        padding: 4rem 1.5rem;
    }
}

/* Cards 14 */
.cards-14 {
    max-width: 105rem;
    margin: 0 auto;
}

.cards-14 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 2rem;
    transition: all .3s ease;
}

.cards-14 a.card-item:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.cards-14 i {
    width: 5rem;
    font-size: 3rem;
}

.cards-14 p {
    padding-bottom: 0;
}

.cards-14 .contact-info {
    font-size: 1.6rem;
    font-weight: 400;
}

/* Header / Navigation
========================================================================== */
/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/148/vara-tjanster/"] {
    pointer-events: none;
}

/* top header */
.top-header {
    display: none;
    width: 100%;
    overflow: hidden;
    transition: .3s ease;
    background-color: rgb(var(--primary-dark-color));
}

.covidprov .top-header.default,
.health-and-care .top-header.default,
.covidprov-en .top-header.default,
.maccpeople .top-header.maccpeople,
.landingpage .top-header.default,
.covidvaccinering .top-header.covidvaccinering {
    display: block;
}



.landingpage .back-to-homepage {
    display: none;
}

.top-header-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.landingpage .top-header-inner-wrap {
    justify-content: flex-end;
}

.top-header ul {
    display: flex;
    align-items: center;
    padding: .5rem 2rem;
    margin: 0;
    list-style: none;
}

.top-header .w-50 {
    width: 50%;
    justify-content: flex-start;
    padding-left: 0;
}

.top-header .w-40 {
    width: 40%;
    justify-content: flex-end;
}

.top-header p {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgb(var(--white-color));
    padding-bottom: 0;
}

.top-header a {
    padding: 0 2rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: rgb(var(--white-color));
}

.top-header i {
    margin-right: .5rem;
    color: rgb(var(--white-color));
}

/* sprak */
.lang-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-list li {
    margin: 0 1rem 0 0;
}

.lang-list li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 1rem 0 0;
}

.lang-list a {
    padding: 0 1rem;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.4);
}

.lang-list a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8)
}

.lang-list i {
    font-size: 1.3rem;
}

.lang-list .lang-item-active {
    color: rgb(var(--white-color));
}

/* dolj sprak pa dom som endast har sv */
.covidvaccinering .lang-list,
.maccpeople .lang-list,
.landingpage .lang-list,
.health-and-care .lang-list {
    display: none;
}

/* end sprak */

/* Kopplad sida intill logo */
/* Default - doljer hotellnamnet */
.macc-company .company-name {
    display: none;
}

.macc-company .company-name p {
    font-family: linotype-didot, serif;
    color: rgb(var(--black-color));
    font-size: 1.6rem;
    line-height: 1.4;
    text-transform: none;
    font-weight: 500;
    padding-left: 1.5rem;
    border-left: 1.5px solid rgb(var(--primary-color));
    margin-left: 1.5rem;
    padding-bottom: 0;
}

/* For att visa foretag pa respektive sida */
.covidprov .macc-company .company-name.covidprov,
.covidprov-en .macc-company .company-name.covidprov,
.covidvaccinering .macc-company .company-name.covidvaccinering,
.maccpeople .macc-company .company-name.maccpeople,
.maccpeople-en .macc-company .company-name.maccpeople,
.health-and-care .macc-company .company-name.health-and-care {
    display: block;
}

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

.header-logo img {
    padding: 1.5rem 0 1.5rem .5rem;
}

.header-logo a,
.macc-company {
    display: inline-block;
}

/* nav */
nav.mainmenu ul.TemplateMenu>li:first-child:not(.covidvaccinering nav.mainmenu ul.TemplateMenu > li:first-child) {
    display: none;
}

.EditMode nav.mainmenu ul.TemplateMenu>li:first-child {
    display: inline-block;
}

nav.mainmenu a {
    font-size: 1.5rem;
    color: rgb(var(--gray-dark-color));
    font-weight: 500;
    padding: 0 1.5rem;
}

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

nav.mainmenu i {
    font-size: 1.3rem;
    margin-left: .5rem;
}

/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/68/om-oss/"],
.TemplateMenu a[href="/covidprov/17/31/boka-tid/"],
.TemplateMenu a[href="/health-and-care/17/32/halsa/"],
.TemplateMenu a[href="/17/46/oppettider/"],
.TemplateMenu a[href="/17/58/priser/"] {
    pointer-events: none;
}

/* Dropdown */
.TemplateMenu ul {
    background: rgb(var(--primary-dark-color));
    min-width: 28rem;
}

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

.TemplateMenu ul li a:hover {
    color: #eee;
}

.TemplateMenu>li>ul>li>ul {
    right: -28rem;
    background: rgb(var(--primary-color));
    max-height: 50rem;
    overflow-x: scroll;
}

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

.header-cta-wrapper.mobile-show {
    display: none;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 3rem;
    margin: 0 .5rem;
    cursor: pointer;
}

.header-cta-wrapper .btn:hover {
    cursor: pointer;
}

.header-cta-wrapper i {
    padding-right: .5rem; 
}

/* dolja/visa eng knapp */
.header-cta-wrapper .english-only {
    display: none;
}

.covidprov-en .header-cta-wrapper .btn {
    display: none;
}

.covidprov-en .header-cta-wrapper .english-only {
    display: block;
}

/**/

.header-cta-wrapper li {
    list-style-type: none;
    position: relative;
}

.header-cta-wrapper .dropdown {
    display: none;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    max-width: 17rem;
}

.header-cta-wrapper .dropdown a {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgb(var(--gray-dark-color));
}

.header-cta-wrapper .dropdown nav.mainmenu a:hover .expandable:after {
    color: rgb(var(--white-color));
}

.header-cta-wrapper .expandable-li:hover>.dropdown {
    display: block;
    padding-top: 1.5rem;
}

.header-cta-wrapper .dropdown-wrapper {
    text-align: center;
    background-color: rgb(var(--white-color));
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
    border-radius: 1rem;
    padding-inline-start: 0;
    padding: 2rem;
}

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

.mobile-menu .mainmenu {
    top: 10rem;
    padding-top: 5rem;
}

.mobile-menu .top-header .w-40 {
    width: 100%;
}

.mobile-menu .TemplateMenu ul {
    background-color: transparent;
}

.mobile-menu .TemplateMenu ul li a,
.mobile-menu .TemplateMenu ul>li.active>a,
.mobile-menu .TemplateMenu ul a:hover {
    color: rgb(var(--gray-dark-color));
}

header.mobile-menu .container {
    padding: .5rem 1rem;
}

.mobile-menu .header-logo img,
.mobile-menu.scrolled .header-logo img {
    max-width: 15rem;
}

.mobile-menu .header-logo img {
    padding: .5rem 0 1rem .5rem;
}

.mobile-menu .top-header ul {
    padding-right: 1rem;
}
@media only screen and (max-width: 1100px) {
    .covidprov header,
    .health-and-care header,
    .covidprov-en header,
    .maccpeople header,
    .landingpage header,
    .covidvaccinering header {
        height: 11rem;
    }
}


@media only screen and (max-width: 580px) {
    .top-header-inner-wrap .mobile-hide {
        display: none;
    }

    .header-cta-wrapper.mobile-show {
        display: block;
        margin: 0;
    }

    .covidprov header,
    .health-and-care header,
    .covidprov-en header,
    .maccpeople header,
    .landingpage header,
    .covidvaccinering header {
        height: 6rem;
    }

    .macc-company .company-name p,
    .lang-list a,
    .header-cta-wrapper .btn {
        font-size: 1.25rem;
        padding-left: 1rem;
        margin-left: 1rem;
    }

    .header-cta-wrapper .btn {
        text-align: center;
        padding: 0.7rem 1.2rem;
    }

    .lang-list li {
        margin: 0;
    }

    .header-logo img {
        display: none;
    }

    header.mobile-menu .header-logo {
        display: flex;
        align-items: center;
    }

    .header-logo a {
        display: block;
        width: 100%;
        max-width: 3rem;
        height: calc(var(--menu-height) - 4rem);
        background-image: url('/assets/images/macc-logo-icon.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
    }

    .header-cta-wrapper {
        margin-right: 1.5rem;
    }

    .header-cta-wrapper .dropdown {
        width: 100%;
    }

    .header-cta-wrapper .dropdown-wrapper {
        padding: 2rem 1rem;
    }

    .header-cta-wrapper .dropdown a {
        font-size: 1.3rem;
    }

    .mobile-menu .top-header-inner-wrap {
        justify-content: space-between;
    }

    .top-header-inner-wrap ul:first-child {
        padding-left: 0;
    }
}

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

/* ==========================================================================
Startsida
========================================================================== */
.nyhetsbrev-box {
    margin: auto;
    text-align: center;
    max-width: 60rem;
    background-color: rgb(var(--primary-dark-color));
    color: white !important;
    padding: 3rem;
    border-radius: 20px;
}

/* Top-section
========================================================================== */
/*.top-section {
    border: 2.5rem solid rgb(var(--white-color));
    border-top: none;
    z-index: 0;
}

.landingpage .top-section {
    background-color: rgb(var(--black-color), .4);
    border: none;
}

.top-section .section-block {
    min-height: 70vh;
    padding: 0;
    padding-bottom: 10rem;
    background-color: rgb(var(--black-color), .3);
}

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

.topsection-box {
    margin-top: 1rem;
    border-radius: 1rem;
}

.top-section .col-0 {
    padding: 20rem 5rem 5rem 5rem;
    margin: auto;
}

.top-section h1 {
    font-size: 7rem;
    font-weight: 600;
    line-height: 1.1;
    color: rgb(var(--white-color));
    padding-bottom: 2rem;
    max-width: 70rem;
}

.top-section p {
    color: rgb(var(--white-color));
    font-weight: 400;
    line-height: 1.7;
}

.top-section p.text-bold {
    font-weight: 600;
}

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

.top-section .small-title {
    color: rgb(var(--white-color));
}

.top-section .btn {
    margin: 0 1rem;
    font-size: 1.7rem;
}

.top-section .text-smaller a {
    color: rgb(var(--white-color));
}

.top-section-box{
    z-index: 1 !important;
}

@media only screen and (max-width: 1500px) {
    .top-section h1 {
        font-size: 6rem;
    }

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

@media only screen and (max-width: 1300px) {
    .top-section .col-0 {
        padding: 20rem 3rem 5rem 3rem;
    }

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

@media only screen and (max-width: 980px) {
    .top-section .section-block {
        display: flex;
        align-items: flex-end;
        max-height: 85vh;
        padding-bottom: 10rem;
    }

    .top-section h2 {
        font-size: 3.5rem ;
    }

    .top-section p {
        max-width: 90%;
    }
}

@media only screen and (max-width: 720px) {
    .top-section .section-block {
        max-height: 85vh;
        padding-bottom: 8rem;
    }
}

@media only screen and (max-width: 580px) {
    .top-section {
        border: 1.5rem solid rgb(var(--white-color));
        border-top: none;
    }

    .top-section .section-block {
        max-height: 100vh;
        padding: 4rem 0;
    }

    .top-section .col-0 {
        padding: 1rem 2rem 4rem 2rem;
    }

    .top-section h2 {
        font-size: 2rem;
    }

    .top-section .small-title {
        padding-bottom: 0;
    }

    .top-section p {
        max-width: 100%;
        line-height: 1.5;
    }

    .top-section .btn-wrapper {
        flex-direction: column;
    }

    .top-section .topsection-box {
        margin-top: 1.5rem;
    }
}

*/

.top-section {
    display: flex;
    align-items: center;
    min-height: 86vh;
    background-image: linear-gradient(194deg, rgba(var(--accent-green-color), 0.5) 0%, rgba(var(--accent-green-color), 0.5) 100%);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: center left;
}

.top-section .section-block {
    max-width: 50%;
}

.top-section h1 {
    font-size: 5.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

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

@media only screen and (max-width: 1300px) {
    .top-section {
        background-size: 100% 100%;
    }

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

    .top-section h1 {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 680px) {
    .top-section h1 {
        font-size: 2.9rem;
        letter-spacing: 0;
    }

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

/* 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: 70rem;
    max-height: 75vh;
    padding: 4rem;
    border-radius: 2rem;
    overflow: auto;
    background: rgb(var(--white-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: 450px) {
    body:not(.EditMode) .section-auto-modal .section-block {
        padding: 3rem 2rem;
    }
}

/* Kampanj sektion
========================================================================== */
@media only screen and (max-width: 1100px) {
    .section-kampanj .split-wrapper {
        flex-direction: column-reverse;
    }
}

/* ==========================================================================
Undersidor - Generellt
========================================================================== */
/* Hero
========================================================================== */
.hero .btn {
    margin: 0 1.5rem;
}

.hero-title {
    font-family: linotype-didot, serif;
    font-size: 5rem;
    line-height: 1.3;
    padding-bottom: 3rem;
}

.hero .image-border {
    height: 55rem;
    border-radius: 5rem;
}

.hero.bg-image .section-block{
    background-color: rgb(var(--black-color), .4);
}

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

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

    .hero .image-border {
        height: 40rem;
    }

    .hero .btn-wrapper {
        flex-wrap: wrap;
    }

    .hero .btn {
        display: block;
        max-width: none;
        width: 100%;
        margin: 0 0 1rem;
    }

    .hero .tags-wrapper {
        margin-bottom: 1rem;
    }

    .hero.pt-10 .section-block {
        padding-top: 5rem;
    }
    
}

/* Hero-split
========================================================================== */
@media only screen and (max-width: 1100px) {
    .hero-split.pt-0 {
        padding: 9rem 0 0 0;
    }
}

@media only screen and (max-width: 580px) {
    .hero-split.pt-0 {
        padding-top: 5rem;
    }
}

/* Hero img
========================================================================== */
.hero-img {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    border: 2.5rem solid rgb(var(--white-color));
    border-top: none;
    border-bottom: none;
    overflow: hidden;
}

.sub-policy .hero-img {
    min-height: 50vh;
}

@media only screen and (max-width: 1180px) {
    .hero-img {
        min-height: 50vh;
    }
}

@media only screen and (max-width: 580px) {
    .hero-img {
        border: 1.5rem solid rgb(var(--white-color));
    }
}

/* .section-services
========================================================================== */
@media only screen and (max-width: 580px) {
    .section-services .section-block {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

/* Accordion
========================================================================== */
.accordion-wrapper {
    padding-top: 3rem;
}

.accordion-item {
    padding-bottom: 2rem;
}

.accordion-question,
.accordion-header {
    position: relative;
    padding: 0 2rem 1rem;
    border-bottom: 1px solid rgb(var(--primary-color));
    cursor: pointer;
}

.accordion-question::after,
.accordion-header::after {
    content: "\f078";
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 1.7rem;
    font-family: "Font Awesome 5 Pro";
    transition: .5s ease;
}

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

.accordion-question p {
    padding-right: 2.5rem;
}

.accordion-answer,
.accordion-body {
    padding: 2rem;
}

/* Color box
========================================================================== */
.color-box {
    background-color: rgb(var(--primary-dark-color));
    padding: 5rem;
    max-width: 55rem;
}

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

/* Bakgrundsbild med vit textblock
========================================================================== */
.bg-textblock {
    border: 3rem solid rgb(var(--white-color));
    background-color: none;
}

.bg-textblock .section-block {
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem;
}

.bg-textblock .text-block {
    padding: 6rem;
}

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

    .bg-textblock {
        border: none;
    }

    .bg-textblock .section-block {
        min-height: 65vh;
        padding: 2rem;
    }

    .bg-textblock .text-block {
        padding: 4rem;
    }
}

/* Transparent bakgrund med text ovanpå
========================================================================== */
.transparent-background {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4)), url(https://media.gettyimages.com/photos/hospital-ward-professional-black-head-nurse-wearing-face-mask-does-picture-id1321691597?s=2048x2048);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 3rem solid rgb(var(--white-color));
}

.transparent-background .section-block {
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem;
}

.transparent-background .text-block {
    padding: 6rem;
}

/* Bakgrundsbild med vitt textblock ovanpa
========================================================================== */
.section-bgblock {
    background-size: cover;
    border: 7rem solid #fff;
    border-top: none;
}

/* ==========================================================================
Undersida: Tjanster
========================================================================== */
.sub-services .hero-img img {
    object-position: 50% 18%;
}

/* ==========================================================================
Undersida: Tjanster > Sjukvardsbemanning
========================================================================== */
.sub-sjukvardsbemanning .bg-about {
    background-image: url();
}

/* ==========================================================================
Undersida: Tjanster > Utbildning > Hlr
========================================================================== */
.sub-hlr .bg-about {
    background-image: url();
}

/* ==========================================================================
Undersida: Karriar
========================================================================== */
/* .section-form
========================================================================== */
.section-form .ContactForm input[type="text"],
.ContactForm textarea {
    background-color: rgb(var(--gray-light-color), .5);
}


/* ==========================================================================
Undersida: Macc bilen
========================================================================== */



.tab-container {
    margin: auto;
    justify-content: center;
    /* background-color: #fff; */
}

/* Tabbval */
.tabs-wrapper {
    margin-bottom: 5rem;
}

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

.tabs-heading {
    display: none;
}

.tab {
    display: inline-block;
    padding: 1rem 2rem;
    color: #333;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .3rem;
    cursor: pointer;
}

.tab-active {
    color: rgb(var(--primary-color));
}

/* Innehåll */
.tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-col {
    width: calc((100% / 2) - 2rem);
}

.tab-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem;
}

.tab-item .small-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    letter-spacing: .2rem;
    line-height: 1.1;
    text-transform: uppercase;
    border-bottom: 1px dotted #e6e6e6;
}

.tab-item .price {
    padding-left: 1rem;
}

.tab-item .description {
    font-size: 1.4rem;
    color: #555;
}

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

    /* Tabbval */
    .tabs-wrapper {
        position: relative;
        max-width: 25rem;
        padding: 1rem 2rem;
        background: rgb(var(--primary-color));
        cursor: pointer;
    }

    .tabs-heading {
        display: block;
    }

    .tabs-heading p {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        color: #FFF;
    }

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

    .tabs-list {
        display: none;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: left;
        background: #FFF;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    }

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

    .tab {
        display: block;
        padding: 1.5rem 1rem;
        letter-spacing: normal;
        text-transform: initial;
    }
}

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

    /* Innehåll */
    .tab-col {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .tab-container {
        padding: 5rem 3rem;
    }

    /* Tabbval */
    .tabs-wrapper {
        max-width: 100%;
    }

    /* Innehåll */
    .tab-item .small-title {
        font-size: 1.5rem;
    }

    .tab-item .description {
        font-size: 1.3rem;
    }
}


/* ==========================================================================
Undersida: vaccinering
========================================================================== */
.section-influensa .col-0 {
    background-color: rgb(var(--primary-dark-color));
    padding: 6rem;

}

.section-influensa .col-1 {
    background-color: rgb(var(--primary-color), .05);
    padding: 4rem;

}

.section-influensa .ContactForm textarea {
    /* background-color: rgb(var(--gray-light-color), .5); */
    background: white;
}

@media only screen and (max-width: 550px) {
    .section-influensa .col-0 {
        background-color: rgb(var(--primary-dark-color));
        padding: 2rem;

    }
}

/* ==========================================================================
Undersida: resevaccin
========================================================================== */
@media only screen and (max-width: 1100px) {
    .section-travel .split-wrapper {
        padding: 0 2rem 0 0;
    }

    .section-travel .split-content {
        padding: 2rem;
    }
}

/* ==========================================================================
Undersida: Öppettider
========================================================================== */
.btn-wrapper-oppetider {
    margin: auto;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.btn-content{
    display: contents;
}
/* .oppetider-text{
    height: 140px;
} */

/* Taggar */
.tags-wrapper {
    display: flex;
    position: relative;
    max-width: 35rem;
    background: rgb(var(--primary-dark-color));
    cursor: pointer;
    margin: 0 5px;
    border-radius: 10rem;
}
 
.tags-wrapper-skane {
    position: relative;
    max-width: 60rem !important;
    background: rgb(var(--primary-dark-color));
    cursor: pointer; 
    border-radius: 10rem;
}

.tags-wrapper-kampanj {
    background: rgb(var(--accent-green-color)) !important;
}

.tags-heading {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    align-self: center;
    display: inline-block;
    min-width: 16rem;
    padding: 1.5rem 3rem;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 4rem;
    cursor: pointer;
}
.tags-heading-22 {
    width: 22rem;

}
.tags-heading-22 p{
    justify-content: center !important;
}

.tags-heading p {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    color: rgb(var(--white-color));
    font-size: 1.4rem;
}

.tags-heading p.text-center {
    display: block;
}

.tags-wrapper-skane p {
    font-size: 1.5rem !important;
}

.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);
    max-height: 40rem;
    overflow-y: scroll;
}

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



.card-info {
    min-height: 11rem;
}

/*Karta*/
.section-map{
    font-size: 0;
    /* min-height: 100vh; */
}
/* .section-map .section-block,
.section-map:not(.section-wrapper) {
   min-height: 100vh;
} */

@media only screen and (max-width: 550px) {
    .oppetider-text {
        text-align: center;
    }

    .card-info {
        min-height: auto;
    }


}


/* .section-
========================================================================== */

.location-split {
    margin-top: 3rem;
    border-radius: 2px;
    overflow: hidden;
}

.location-split .split-content {
    padding: 0rem 10rem 2rem;
    background-color: rgb(var(--gray-light-color));
}

.location-split .split-map {
    background-color: rgb(var(--primary-dark-color));
    width: 50%;
    display: flex;
    align-items: center;
}

.location-split .expanding-btns .btn {
    padding: 0rem;
    margin: 0;
    display: block;
}

.location-split .accordion-item {
    background-color: rgb(var(--white-color));
    padding: 0rem;
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem rgb(var(--black-color), 0.1);
}

.location-split .accordion-body {
    border-top: solid 1px rgb(var(--gray-light-color));
}

.location-split .accordion-header {
    border: none;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
}

.location-split .accordion-header::after {
    top: 50%;
    transform: translateY(-50%)
}

.location-split .circle {
    width: 2rem;
    height: 2rem;
    content: '';
    border-radius: 50%;
    margin-right: 1.5rem;
    /* display: inline; */
}

.location-split .accordion-header p {
    padding: 0rem;
    /* display: inline; */
}


.location-split .info-item {
    list-style: none;
    margin-top: 0rem;
    padding-left: 2rem;
}

.location-split .info-item li {
    padding: 0rem;
    font-size: 1.4rem;
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
}

.map-pin {
    position: absolute;
    font-size: 0;
}

.map-pin::before {
    position: absolute;
    width: 2rem;
    height: 2rem;
    content: '';
    /* background-color: #E37173; */
    border-radius: 50%;
    /* box-shadow: 0 0 0 0 #E37173; */
}

.map-pin.blue::before,
.location-split .circle.blue {
    background-color: rgb(var(--primary-color));
    box-shadow: 0 0 0 0 rgb(var(--primary-color));
}

.map-pin.red::before,
.location-split .circle.red {
    background-color: rgb(var(--accent-red-color));
    box-shadow: 0 0 0 0 rgb(var(--accent-red-color));
}

.map-pin.primary-light::before,
.location-split .circle.primary-light {
    background-color: rgb(var(--primary-light-color));
    box-shadow: 0 0 0 0 rgb(var(--primary-light-color));
}

.map-pin.gray::before,
.location-split .circle.gray {
    background-color: rgb(var(--secondary-color));
    box-shadow: 0 0 0 0 rgb(var(--secondary-color));
}

.map-pin::after {
    position: relative;
    content: attr(data-location);
    font-size: 1.4rem;
    left: 3rem;
    opacity: 0;
    transition: all .2s ease;
    z-index: 1;
    background: white;
    /* border: solid 1px rgb(var(--primary-color)); */
    border-radius: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.map-pin.blue::after {
    border: solid 1px rgb(var(--primary-color));
}

.map-pin.red::after {
    border: solid 1px rgb(var(--accent-red-color));
}

.map-pin.primary-light::after {
    border: solid 1px rgb(var(--primary-light-color));
}

.map-pin.gray::after {
    border: solid 1px rgb(var(--secondary-color));
}

.map-pin.active-pin::before {
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.map-pin:hover::after,
.map-pin.active-pin::after {
    opacity: 1;
    transition: all .2s ease;
}

.map-pin.svalov {
    left: 35%;
    top: 50%;
}

/* .map-pin.eslov {
	left: 39%;
	top: 55%;
} */

.map-pin.lomma {
    left: 29%;
    top: 63%;
}

.map-pin.burlov {
    left: 29%;
    top: 66%;
}

.map-pin.vellinge {
    left: 28%;
    top: 75%;
}

/* .map-pin.trelleborg {
	left: 34%;
	top: 88%;
} */

.map-pin.svedala {
    left: 33%;
    top: 74%;
}

.map-pin.skurup {
    left: 48%;
    top: 80%;
}

/* .map-pin.staffanstorp {
	left: 33%;
	top: 67%;
} */

.map-pin.sjobo {
    left: 53%;
    top: 67%;
}

/* .map-pin.tomelilla {
	left: 63%;
	top: 75%;
} */

.map-pin.simrishamn {
    left: 82%;
    top: 75%;
}

.map-pin.horby {
    left: 53%;
    top: 54%;
}

.map-pin.hoor {
    left: 50%;
    top: 48%;
}

.map-pin.klippan {
    left: 37%;
    top: 30%;
}

.map-pin.perstorp {
    left: 45%;
    top: 30%;
}

/* .map-pin.astorp {
	left: 29%;
	top: 30%;
} */

.map-pin.bjuv {
    left: 29%;
    top: 35%;
}

.map-pin.hoganas {
    left: 11%;
    top: 25%;
}

.map-pin.bastad {
    left: 19%;
    top: 11%;
}

.map-pin.orkelljunga {
    left: 46%;
    top: 21%;
}

.map-pin.osby {
    left: 68%;
    top: 13%;
}

.map-pin.broby {
    left: 75%;
    top: 23%;
}

.map-pin.bromolla {
    left: 85%;
    top: 39%;
}


@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

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

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

    .location-split .split-map {
        width: 100%;
        padding-bottom: 3rem;
    }
}

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

}

/* Expanding btns */
.expanding-btns.btn-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.expanding-btns .btn {
    margin: .5rem 0;
    max-width: none;
}

/* ==========================================================================
Undersida: Bokningssidor
========================================================================== */
.section-bokning .col-1,
.section-bokning .col-2{
    padding: 4rem;
    border-radius: 2rem;
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}
.map-wrapper{
    max-width: 60rem;
    margin: auto;
    margin-top: 2rem;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
@media only screen and (max-width: 1300px) {
    .bokningssida .cards-wrapper.w-50 .card-item {
        width: calc((100% / 0) - 2rem);
        margin: 1rem;
    }
}


/* ==========================================================================
Undersida: Presentkort
========================================================================== */
.present-box {
    max-width: 72rem;
    margin: auto;
}

.present-box img {
    border-radius: 2rem;
    margin-bottom: 4rem;
}


/* ==========================================================================
Undersida: Vanliga fragor
========================================================================== */

.section-faq .accordion-item {
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: rgb(var(--primary-dark-color));
    transition: .3s ease;

}

.section-faq .accordion-item:hover,
.section-faq .accordion-item.active {
    background: rgb(var(--primary-color));
    border: none;
}

.section-faq .accordion-header {
    position: relative;
    width: 100%;
    padding: 2rem 4rem 2rem 2rem;
    text-decoration: none !important;
    border-bottom: none;

}

.section-faq .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(--white-color));
    transition: .5s ease;
}

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

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

.section-faq .accordion-body p {
    font-size: 1.8rem;
}

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

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

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


/* ==========================================================================
Undersida: Pressrum
========================================================================== */

/* Pressmeddelanden
========================================================================== */
.press-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.press-content {
    max-width: 90rem;
    border-bottom: 1px solid rgb(var(--secondary-color));
    padding: 3rem;
    margin-bottom: 3rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: rgb(var(--gray-dark-color));
}

.press-content:hover {
    background-color: rgb(var(--gray-light-color), .3);
    text-decoration: none;
}

.press-date {
    font-size: 1.3rem;
}

/* ==========================================================================
Undersida: Pressrum > Specifikt pressmeddelande
========================================================================== */
.press-section h1,
.press-section p {
    max-width: 90rem;
}

.press-section .press-date {
    color: rgb(var(--secondary-color));
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */
/* Hero - kontaktinfo
========================================================================== */
.sub-contact .hero .cards-wrapper {
    padding-top: 3rem;
    justify-content: center;
}

.sub-contact .hero img {
    object-position: 50% 70%;
}

.bg-gradient-contact .section-block {
    background-color: rgb(242, 241, 251);
}

/* Kartbox
========================================================================== */
.map .color-box {
    margin-left: 5rem;
    margin-bottom: -9rem;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .map .color-box {
        margin-right: 2rem;
        margin-left: 2rem;
    }
}

/* Karta
========================================================================== */
.map {
    font-size: 0;
    position: relative;
}

/* ==========================================================================
Undersida: Öppettider
========================================================================== */
.cards-wrapper.openinghours .card-item {
    width: calc((100% / 4) - 2rem);
    padding: 1.5rem;
    margin: 1rem;
}

/*.cards-wrapper.openinghours .card-item .oppetider-text {
    flex-grow: 1;
}*/

.openinghours .card-item .small-title {
    padding-bottom: .5rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.openinghours .card-item p:not(.small-title) {
    padding: 0;
}

@media only screen and (max-width: 1100px) {
    .cards-wrapper.openinghours .card-item {
        width: calc((100% / 3) - 2rem);
    }
}

@media only screen and (max-width: 800px) {
    .cards-wrapper.openinghours .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

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

/* ==========================================================================
Undersida: Nyhetsbrev
========================================================================== */
.section-newsletter .ContactForm {
    max-width: 70rem;
    margin: 5rem auto 0;
}

/* ==========================================================================
Kopplad sida > Covidprov
========================================================================== */
/* section-cta
========================================================================== */
.section-cta .form-part {
    max-width: 80rem;
    margin: 0 auto;
    margin-top: 3rem;
}

.ContactForm input,
.ContactForm textarea {
    border-radius: 4rem;
}

.ContactForm input[type="text"],
.ContactForm textarea {
    border: none;
    box-shadow: rgb(6 6 184 / 2%) 0px 7px 29px 0px;
    padding: 1.5rem;
}

.ContactForm p,
.ContactForm label {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    color: rgb(var(--secondary-color));
}

.ContactForm span {
    color: rgb(var(--accent-red-color));
}

.ContactForm input[type="checkbox"] {
    display: inline-block;
    width: auto;
    appearance: auto;
}

/* ==========================================================================
Kopplad sida > Covidvaccinering 
========================================================================== */

/* Topsection
========================================================================== */
.covidvaccinering .top-section {
    background-color: transparent;
}

/* Tabell
========================================================================== */
.table {
    width: 100%;
}

.row {
    display: flex;
}

.row:nth-child(odd):not(.table-heading) {
    background-color: rgb(var(--gray-light-color), .5);
}

.cell {
    width: calc(100% - 18rem);
    padding: .5rem 1rem;
}

.cell.w-100 {
    width: 100%;
}

.cell.w-180 {
    width: 18rem;
}

.cell p {
    padding: 0;
}

/* Rubrik */
.table-heading {
    margin-top: 1rem;
    background: rgb(var(--primary-dark-color));
}

.table-heading p {
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 580px) {
    .row {
        flex-direction: column;
        padding: 1rem;
    }

    .cell,
    .cell.w-180 {
        width: 100%;
        padding: 0;
    }
}


.covid-info-box {
    padding: 3rem;
    background-color: rgb(var(--secondary-color));
}

/* ==========================================================================
Kopplad sida > MACC People 
========================================================================== */
/* ==========================================================================
MACC People > Startsida
========================================================================== */
/* Topsection
========================================================================== */
.maccpeople .top-section {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65vh;
    overflow: hidden;
}

@media only screen and (max-width: 580px) {
    .maccpeople .top-section .section-block {
        min-height: 50vh;
    }
}

/* .section-about
========================================================================== */
.maccpeople .section-about {
    border: 6rem solid rgb(var(--white-color));
    border-top: none;
}

.maccpeople .section-about .section-block {
    padding: 22rem 5rem;
    display: flex;
    text-align: center;
    justify-content: center;
}

.maccpeople .section-about .text-block {
    background-color: rgb(var(--white-color));
}

.maccpeople .section-about .bg-image-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 10;
}

/* .section-form
========================================================================== */
.section-form .ContactForm input[type="text"],
.ContactForm textarea {
    background-color: rgb(var(--gray-light-color), .5);
}

/* ==========================================================================
MACC People > Kontakta oss
========================================================================== */
.maccpeople .cards-11 .small-title {
    width: 70%;
}

/* ==========================================================================
Kopplad sida > Health and care 
========================================================================== */
/* Topsection
========================================================================== */
.health-clinic .top-section {
    background-color: transparent;
}

.health-clinic .top-section img {
    object-position: 50% 39%;
}

/* ==========================================================================
Kopplad sida > Health and care: Hälsokontroller
========================================================================== */

.sub-healthcontrol .col-border .section-block-wrapper {
    align-items: inherit;
}

.sub-healthcontrol .col-border a {
    margin-bottom: 0;
}

/* ========================================================================== 
Undersida: Support > Driftinformation
========================================================================== */
.news-feed main {
    padding: 10rem 2rem 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-feed .GuestbookForm {
    width: 100%;
    max-width: 50rem;
    margin-right: calc(100% - 50rem);
    padding-bottom: 5rem;
}

.ResponsiveDesign .Guestbook .GuestbookForm {
    float: none;
}

.GuestBookHomePage,
.GuestBookEmail,
.GuestBookName,
.Guestbook .GuestbookForm input.textname {
    display: none;
}

.Guestbook .GuestbookForm textarea.textmessage {
    width: 100%;
    border-radius: 2px;
    min-height: 20rem;
}

.news-feed .Guestbook .GuestSubmit {
    width: 100% !important;
    max-width: none;
    padding: 1.6rem 4rem;
    margin: 0;
    background-color: #fee100;
    border: 2px solid #fee100;
    color: #111;
    display: block;
    border-radius: 4rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 1.4rem;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-family: inherit;
    height: auto !important;
}

.ResponsiveDesign .Guestbook .GuestbookList {
    margin-left: 0;
}

.ResponsiveDesign .Guestbook .GuestbookList h2 {
    display: none;
}

@media only screen and (max-width: 550px) {
    .ResponsiveDesign .Guestbook {
        padding: 0 !important;
    }
}

/* ========================================================================== 
Undersida: Kampanjer > Undersidor
========================================================================== */
.kampanj-title {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.kampanjsida .text-green {
    color: rgb(52, 101, 122) !important;
}

.kampanj-hero .section-block{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.kampanjbox {
    max-width: 150rem;
    margin: auto;
    padding-top: 6rem;
}

.oppetider-text {
    min-height: 12rem;
}

.kampanj-skane .oppetider-text {
    min-height: 20rem;
}

.kampanj-vg .card-body {
    min-height: 22rem;
}

.kampanjsida .tags-wrapper {
    position: relative;
    max-width: 35rem;
    background: rgb(var(--primary-color));
    cursor: pointer;
    border-radius: 10rem;
}

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


.kampanjbox .card-item .small-title {
    padding-bottom: .5rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.kampanjbox .card-item p:not(.small-title) {
    padding: 0;
}

.kampanj-form .col-0{
    box-shadow: 0 0 2rem rgba(15, 36, 47, 0.127);
    padding: 4rem;
    border-radius: 2rem;
    background: white;
}

/* ==========================================================================
Sektion: Steps
========================================================================== */
.section-steps .split-content {
    padding: 8rem;
  }
  
  .section-steps .split-image {
    position: sticky;
    top: calc(var(--menu-height-scrolled) * 2);
    align-self: flex-start;
  }

  
  
/* Formular */
.section-form-kampanj .col-0{
    background-color: rgb(var(--white-color));
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
    padding: 4rem;
    border-radius: 2rem;
}
.section-form-kampanj .ContactForm input[type="text"],
.ContactForm textarea {
    background-color: rgb(var(--white-color));
    border: 1px solid rgb(var(--accent-green-color));
}

.section-form-kampanj .ContactSubmit {
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--accent-green-color)) ;
    background-color: rgb(var(--accent-green-color)) ;
}
.section-form-kampanj .ContactSubmit:hover {
    color: rgb(var(--accent-green-color)) ;
    border: 1px solid rgb(var(--accent-green-color)) ;
    background-color: transparent;
}



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

    .cards-wrapper.kampanjbox .card-item,
    .kampanjbox.w-33 .card-item:nth-child(3) {
        width: calc((100% / 3) - 2rem);
        padding: 1.5rem;
        margin: 1rem;

    }
}

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

    .cards-wrapper.kampanjbox .card-item,
    .kampanjbox.w-33 .card-item:nth-child(3) {
        width: calc((100% / 2) - 2rem);
        padding: 1.5rem;
        margin: 1rem;

    }
    .section-steps .split-content {
        padding: 2rem;
      }
}

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

    .cards-wrapper.kampanjbox .card-item,
    .kampanjbox.w-33 .card-item:nth-child(3) {
        width: calc((100% / 1) - 2rem);
    }
}

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


/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgb(var(--blue-light-color));
}

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

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

.maccpeople .footer .btn {
    margin-top: 2rem;
}

.maccpeople .footer .btn:hover {
    text-decoration: none;
}

.footer-submenu li {
    padding-bottom: 1rem;
}

.footer-menu {
    width: calc(50% - 2.5rem);
    margin: 1.5rem 0;
}

.footer-menu:nth-child(4) {
    width: 5rem;
}

.footer-menu-large {
    width: 100%;
    padding-bottom: 2rem;
}

.footer-menu-large * {
    max-width: 75rem;
}

.footer .section-title {
    font-size: 4rem;
    line-height: 1.3;
}

.footer .small-title {
    font-size: 2.5rem;
    letter-spacing: normal;
    padding-bottom: 1rem;
}

.footer p,
.footer a {
    font-size: 1.7rem;
    color: rgb(var(--black-color));
    font-weight: 400;
}

.footer .small-text {
    font-size: 1.2rem;
}

.footer-menu em {
    font-size: 1rem;
    color: rgb(var(--black-color));
    margin-left: 0.2rem;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer a {
    color: rgb(var(--black-color));
}
.footer a:hover {
    text-decoration: underline;
}

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

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

.footer-bottom a.border-left {
    border-left: 1px solid rgb(var(--white-color));
    padding-left: 1rem;
    margin-left: 1rem;
}

.footer-bottom .circle-icon {
    display: flex;
    width: 3rem;
    height: 3rem;
    font-size: 0;
}

.footer-bottom em::before {
    font-size: 1.4rem;
}

.footer-bottom .circle-icon:hover {
    text-decoration: none;
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

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

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

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

    .footer-menu-large,
    .footer-menu:nth-child(4) {
        width: 100%;
    }

    .footer-bottom .circle-icon {
        display: inline-flex;
    }
}

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

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

    /* Footer bottom */
    .footer-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 2rem 0;
    }

    .footer-bottom .socials {
        margin-bottom: 1.5rem;
    }

    .footer-container {
        padding: 0 2rem;
    }

    .footer-bottom a.border-right-left {
        border: none;
        padding-left: 0;
        margin-left: 0;
    }
}

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

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

    .footer .section-title {
        font-size: 2.5rem;
    }
}



