/* MACC PEOPLE AB */

/* 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');

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

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 6, 6, 184;
    --primary-light-color: 243, 243, 251;

    --secondary-color: 218, 240, 244;
    --secondary-dark-color: 85, 159, 169;

    --accent-red-color: 180, 42, 57;

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

    /* 	Layout  */
    --section-width: 140rem;
    --col-padding: 4rem;
    --menu-height: 9rem;
    --menu-height-scrolled: 9rem;

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3 {
    margin-top: 3rem !important;
}
.mt-5 {
    margin-top: 5rem !important;
}
.mb-3 {
    margin-bottom: 3rem;
}

/* Bredder */
.mw-700 .section-block-wrapper {
    max-width: 70rem;
}
.mw-1200 .section-block-wrapper {
    max-width: 120rem;
}

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

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

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

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

    /* Ovriga klasser */
    .display-none-on-mobile {
        display: none;
    }
}

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

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

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

/* Rubriker */
.text-label {
    padding-bottom: 2rem;
    font-size: 1.7rem;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
}

.large-title {
    padding-bottom: .5em;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: linotype-didot, serif;
}

.section-title {
    padding-bottom: .5em;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

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

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

/* BrÃ¶dtext och lÃ¤nkar */
p,
.p,
li {
    font-size: var(--base-size);
    font-weight: 400;
    color: rgb(var(--gray-dark-color));
}

p:not(.text-white) a {
    color: rgb(var(--primary-color));
}

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

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

/* List-heart */
.list-heart li::before {
    content: '\f004';
    padding: 0 1rem 0 0;
    color: rgb(var(--primary-color));
    font-weight: 700;
    font-size: 1.3rem;
    font-family: 'Font Awesome 5 Pro';
}

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

/* Listor */
.list-properties {
    padding-left: 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.6rem;
    border-bottom: 1px solid rgb(var(--gray-dark-color));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-wrapper-column {
    display: flex;
    flex-direction: column;
    max-width: 150rem;
    margin: auto;
}

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

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

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


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

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

.btn-green {
    color: rgb(var(--white-color));
    border: 1px solid rgb(114, 113, 49);
    background-color: rgb(114, 113, 49);
}

a.btn-green:hover{
    color: rgb(var(--white-color));
    border: 1px solid rgb(114, 113, 49);
    background-color: rgba(114, 113, 49, 0.625);
}

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

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

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

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

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

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

/* Dropdown-knapp */
.dropdown-wrapper {
    position: relative;
}

.dropdown-wrapper.opened {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    top: 4rem;
    left: -1px;
    width: calc(100% + 2px);
    max-height: 50vh;
    background: rgb(var(--primary-color));
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    overflow: auto;
}

.dropdown-wrapper.opened .dropdown {
    display: block;
}

.dropdown a {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    transition: .3s ease;
}

.dropdown a:hover {
    background: rgb(var(--secondary-dark-color));
}

/* Icon link */
.icon-link {
    text-decoration: none;
}

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

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

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

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

    .btn {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
}

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

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

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

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

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

.bg-green {
    background-color: rgb(197, 229, 224);
}


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

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

.text-white,
.text-white li {
    color: rgb(var(--white-color)) !important;
}

.text-green {
    color: rgb(39, 102, 124);
}

/* Grafiska element 
========================================================================== */

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

.br {
    border-radius: 2rem;
}

/* Overflow */
.of-hidden {
    overflow: hidden;
}

/* Border top och bottom pa sektion */
.section-borders .section-block-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-top: 1px solid rgb(var(--black-color));
    border-bottom: 1px solid rgb(var(--black-color));
}

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

/* Ruta som kan laggas bakom split-image/cards */
.shadow-secondary {
    position: relative;
    margin-bottom: 2rem;
    overflow: visible;
}

.shadow-secondary::after {
    content: '';
    z-index: -1;
    position: absolute;
    left: -2rem;
    bottom: -2rem;
    width: 100%;
    height: 100%;
    background: rgb(var(--secondary-color));
    border-radius: 2rem;
}

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

    /* Ruta som kan laggas bakom split-image/cards */
    .shadow-secondary {
        margin-bottom: 1rem;
    }

    .shadow-secondary::after {
        left: -1rem;
        bottom: -1rem;
    }
}

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

/* Video ratio */
.video-ratio {
    position: relative;
    width: 100%;
    height: 100%;

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


/* Bakgrundsbild
========================================================================== */
.bg-image {
    position: relative;
    /* overflow: hidden; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Card 1-2 */
.card-1-2 .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

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

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

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

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

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

.split-image {
    width: 50%;
}

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

/* Split image med shadow */
.split-image.shadow-secondary {
    width: calc(50% - 2rem);
    margin-left: 2rem;
}

/* Speciella margins */
.split-wrapper .mr--18rem {
    z-index: 1;
    position: relative;
    width: calc(50% + 18rem);
    margin-right: -18rem;
}
/* Speciella bredder */
.split-wrapper .w-70 {
    width: 70%;
}

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

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

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

    .split-content {
        width: 100%;
        padding: 2rem 0 0;
        background: transparent;
    }
    .split-wrapper .w-70,
    .split-wrapper .w-30 {
        width: 100%;
    }

    .split-wrapper-video,
    .split-wrapper-video.reverse {
        flex-direction: column;
    }
    .split-wrapper-video .split-content{
        padding: 2rem;
    }

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

    /* Split med bakgrundsfarg */
    .split-wrapper.bg-secondary .split-content,
    .split-wrapper .split-content.bg-secondary {
        padding: 2rem;
    }

    /* Split image med shadow */
    .split-image.shadow-secondary {
        width: calc(100% - 2rem);
        margin-left: 2rem;
    }

    /* Speciella margins */
    .split-wrapper .mr--18rem {
        width: 100%;
        margin-right: 0;
    }
}

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

    /* Split med padding pÃ¥ split-wrapper */
    .split-wrapper.p-2 .split-content {
        padding: 2rem 0 0;
    }

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

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

    /* Split image med shadow */
    .split-image.shadow-secondary {
        width: calc(100% - 1rem);
        margin-left: 1rem;
    }
}

/* Modal
========================================================================== */
 .modal.modal-start {
    max-width: 30rem !important;
    padding: 2rem;
    border-radius: 2rem;
    max-height: 95vh;
}

.modal {

    width: 100%;
    max-width: 110rem;
    max-height: 85vh;
    padding: 1rem;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
  }

  .blocker {
    z-index: 100;
  }

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

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

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

    .blocker {
      padding: 1rem;
    }
  }


/* Header / Navigation
========================================================================== */
header {
    max-width: unset;
    padding: 0;
    border-bottom: 1px solid transparent;
}

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

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

/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/194/ovriga-tjanster/"] {
    pointer-events: none;
}
/* Top header */
.top-header {
    z-index: 9;
    position: relative;
    width: 100%;
    height: 4rem;
    background: rgb(var(--secondary-color));
}

.top-header ul {
    display: flex;
    justify-content: flex-end;
    max-width: var(--section-width);
    padding: .5rem 0;
    margin: 0 auto;
    list-style: none;
}

.top-header a {
    padding: 0 1rem;
    font-size: 1.4rem;
    text-decoration: none;
    color: rgb(var(--black-color));
    transition: .2s ease;
}

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

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

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

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

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

/* Dropdown */
.TemplateMenu ul {
    width: 24rem;
}

.TemplateMenu>li>ul>li>ul {
    right: -24rem;
}

/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/68/om-oss/"],
body:not(.EditMode) .TemplateMenu a[href="/17/148/vaccin-och-tjanster/"],
body:not(.EditMode) .TemplateMenu a[href="/17/58/priser/"] {
    pointer-events: none;
}

/* CTA  */
.header-cta-wrapper {
    z-index: 9;
    position: relative;
    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: 13rem;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

/* EditMode */
.EditMode.WebbEssDIY header {
    position: relative;
    top: 1rem !important;
}

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

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

    .top-header ul,
    header .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

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

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

    .top-header ul,
    header .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

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

/* Driftinformation
========================================================================== */
.driftinformation {
    padding: 1rem;
    text-align: center;
    background: rgb(var(--primary-color));
}

.driftinformation h2 {
    display: none;
}

.driftinformation p {
    padding: 0;
    font-size: 1.6rem;
    color: rgb(var(--white-color));
}

.driftinformation p::before {
    content: 'Viktig information: ';
    font-weight: 600;
}

/* Top-section
========================================================================== */
.top-section .section-block {
    padding-top: 5rem;
}

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

.top-section .btn {
    display: block;
    width: 30rem;
    max-width: 100%;
margin: auto;
margin-bottom: 2rem;
}

.top-section .split-image {
    min-height: calc(100vh - 10rem - var(--menu-height) - 4rem);
    /* 100vh - section-block padding - menyhÃ¶jden - top-header */
}



@media only screen and (max-width: 1000px) {
    .top-section .split-wrapper {
        flex-direction: column;
    }

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

    .top-section .split-image {
        min-height: unset;
    }
}

@media only screen and (max-width: 580px) {
    .top-section .section-title {
        font-size: 3.5rem;
    }
}
.fasting::before {
    content: "";
    display: inline-block;
    width: 20px; /* Anpassa storleken */
    height: 20px;
    background-image: url('/assets/images/fasting.png'); /* Byt ut mot rätt bild-URL */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px; /* Skapar mellanrum mellan bilden och texten */
    vertical-align: middle;
}





/* Omdomen
========================================================================== */
.section-scroll {
    overflow: hidden;
}

/* Slider */
.scroll-wrapper.cards-wrapper {
    margin-bottom: 5rem;
}

.scroll-wrapper.cards-wrapper .slick-list {
    width: 100%;
    overflow: visible;
}

.scroll-wrapper.cards-wrapper .slick-track {
    display: flex;
}

.scroll-wrapper.cards-wrapper .card-item {
    display: flex;
    height: auto;
    margin: 0 1rem;
    transition: all .3s ease;
}

.scroll-wrapper.cards-wrapper .card-item[aria-hidden="true"] {
    opacity: .5;
    transform: scale(.9);
}

/* Card item */
.scroll-wrapper .card-item {
    display: flex;
    flex-direction: column;
    margin: 0 2rem 0 0;
}

/* Slick Arrow */
.scroll-wrapper .slick-arrow {
    z-index: 1;
    opacity: 1;
    position: absolute;
    top: calc(50% - 3rem);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: rgb(var(--white-color));
    border: 1px solid rgb(var(--black-color));
    transform: translateY(-50%);
}

.scroll-wrapper .slick-arrow::after {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    font-weight: 300;
    color: rgb(var(--black-color));
    transform: none;
}

.scroll-wrapper .slick-next {
    right: -1rem;
}

.scroll-wrapper .slick-prev {
    left: -1rem;
}

/* Slick dots */
.slick-dots {
    margin-top: 3rem;
}

@media only screen and (max-width: 750px) {
    .scroll-wrapper.cards-wrapper .card-item {
        margin: 0;
    }
}

/* ==========================================================================
Undersidor - Generellt
========================================================================== */

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

.hero-small .section-block {
    display: flex;
    align-items: center;
    min-height: 20rem;
    text-align: center;
}

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

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

.hero .section-title,
.hero .large-title,
.hero-small .section-title,
.hero-small .large-title {
    font-size: 6rem;
}

.hero.bg-image .btn-primary-filled:hover {
    color: rgb(var(--white-color));
}

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

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

/* Hero med enbart rubrik 
========================================================================== */
.hero-title .large-title {
    font-size: 7rem;
}

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

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

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

/* Banner
========================================================================== */
.section-banner .section-block {
    padding: 1.5rem 1.5rem .5rem;
    text-align: center;
}

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

.section-banner p,
.section-banner a {
    font-size: 1.6rem;
    line-height: 1.5;
}

/* Formular med secondary-bakgrund
========================================================================== */
.section-form-secondary .section-block-wrapper {
    max-width: 70rem;
    padding: 5rem;
    border-radius: 2rem;
    background: rgb(var(--secondary-color));
}

.ContactForm p {
    padding-left: 1rem;
    font-size: 1.6rem;
}

.ContactForm input[type="text"],
.ContactForm textarea {
    border-radius: 2rem;
    border: none;
}

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

/* ==========================================================================
Undersida: Standardvaccin
========================================================================== */
@media screen and (max-width: 1000px) {
.section-vaccines .split-wrapper,
.split-wrapper.reverse 
   {
        flex-direction: column;
    }
}

/* ==========================================================================
Undersida: Vaccinering undersidor
========================================================================== */

.accordion-wrapper {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

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

.accordion-header::after {
    content: "\f078";
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    color: rgb(var(--black-color)) !important;
    transition: .5s ease;
}

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

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

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

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

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

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

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


/* ==========================================================================
Undersida: Kontakt
========================================================================== */
/* Medarbetare */
@media only screen and (max-width: 1050px) {
    .section-team .team-wrapper.w-25 .card-item {
        width: calc(100% / 3 - 2rem);
        margin: 1rem;
    }
}

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

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

    .section-team .team-wrapper .image-wrapper {
        text-align: center;
    }
}


/* Sok + lista
========================================================================== */

/* Sok */
.sok-wrapper {
    max-width: 30rem;
    margin: auto;
    background: rgb(var(--primary-color));
    border-radius: 0.5rem;
    padding: 0.2rem;
}

.search-wrapper {
    position: relative;
    height: 5rem;
    padding: 0 2rem 0 5rem;
    padding-right: 0;
    overflow: hidden;
    margin: auto;
    border-radius: 0.5rem;
}

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

.search-wrapper input {
    width: 100%;
    height: 100%;
    border: none;

}

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

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

.search-list {
    display: flex;
    flex-direction: column;
    border-top: none;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 .5rem 1rem rgba(var(--black-color), .05);
    background-color: rgb(var(--white-color));
    text-align: center;
    border-radius: 0.5rem;
}

.search-list a {
    padding: 1rem 2rem 1rem 5rem;
    font-size: 1.5rem;
}

.search-list a:hover {
    background: rgb(var(--gray-light-color));
}


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

.maps-wrapper {
    position: relative;
}

.colors-wrapper {
    position: absolute;
    top: 7rem;
    left: 3rem;
    padding: 1rem 2rem;
    background: rgb(var(--white-color));
    box-shadow: 1px 1px 10px rgb(var(--black-color), .2);
}

.color-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.color-item .square {
    width: 2rem;
    height: 2rem;
    margin-right: 1.5rem;
}

.colors-wrapper .small-title {
    padding: .5rem 0;
    font-size: 2rem;
}


@media only screen and (max-width: 1050px) {
    .colors-wrapper {
        top: 2rem;
        left: unset;
        right: 2rem;
    }
}

@media only screen and (max-width: 680px) {
    .colors-wrapper {
        position: static;
        box-shadow: none;
    }

    .colors-wrapper {
        display: flex;
        flex-direction: row;
    }

    .color-item {
        margin-right: 2rem;
    }

    .color-item .square {
        margin-right: 1rem;
    }
}


/* Mottagningar-cards 
========================================================================== */
.mottagningar-wrapper .card-item {
    border-radius: 2rem;
    background: rgb(var(--white-color));
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}

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

.mottagningar-wrapper p {
    font-size: 1.6rem;
    color: rgb(var(--gray-dark-color));
}

.mottagningar-wrapper .info-wrapper {
    padding: 5px 1rem;
    margin-top: 1rem;
    border-radius: 5px;
    background: rgb(var(--secondary-color));
}

.mottagningar-wrapper .info-wrapper p {
    font-size: 1.5rem;
    line-height: 1.5;
}

.mottagningar-wrapper .card-footer p {
    font-size: 1.5rem;
    line-height: 1.5;
}

@media only screen and (max-width: 750px) {
    .mottagningar-wrapper .card-item {
        text-align: center;
    }
}

/* ==========================================================================
Undersida: Mottagningssida
========================================================================== */

/* Valkommen till
========================================================================== */
.opening-wrapper {
    max-width: 80rem;
    padding: 2rem 3rem 1rem;
    margin-left: auto;
    margin-right: auto;
}

.opening-wrapper .time {
    display: flex;
    justify-content: space-between;
}

.opening-wrapper .time span:nth-child(1) {
    padding-right: 1rem;
    white-space: nowrap;
}

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

/* Informationsrutor
========================================================================== */
.section-info .map-wrapper iframe {
    height: 43rem;
}

@media only screen and (max-width: 1200px) {
    .section-info .cards-wrapper.w-50 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

/* 50%-50% kolumner med text 
========================================================================== */
@media only screen and (max-width: 980px) {
    .sections-text-cols .col-1 {
        margin-top: 3rem;
    }
}

/* Inforuta Oppettider
========================================================================== */
.sasong-info-wrapper {
    margin: auto;
    margin-top: 2rem;
}

.sasong-info-wrapper p {
    text-align: center;
}

.column-list {
    display: flex;
    gap: 20px;
}

.cols-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 85rem;
}

.cols-time.left {
    justify-content: left;
}

.cols-time ul {
    column-count: 2;
    column-gap: 7rem;
}
.cols-time-1 ul {
    column-count: 1;
}

@media only screen and (max-width: 750px) {
    .column-list {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 580px) {
    .cols-time ul {
        column-count: 1;
        column-gap: 0;
    }
}

/* Hitta hit
========================================================================== */
.text-col {
    display: flex;
}

.text-col .title {
    flex-shrink: 0;
    width: 20rem;
}

.text-col .desc {
    flex-grow: 1;
}

@media only screen and (max-width: 580px) {
    .text-col {
        flex-direction: column;
    }

    .text-col .title {
        width: 100%;
        padding-bottom: 0;
    }
}

/* CTA med text + bild
========================================================================== */
.cta-wrapper {
    display: flex;
}

.cta-content {
    position: relative;
    margin: 0 0 10rem 4rem;
}

.cta-wrapper .bg-image-wrapper {
    margin-top: 4rem;
}

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

    .cta-content {
        max-width: 100%;
        margin: 0;
        border-radius: 2rem 2rem 0 0;
    }

    .cta-wrapper .bg-image-wrapper {
        position: static;
        margin-top: 0;
        border-radius: 0 0 2rem 2rem;
    }
}

/* 30%-70% kolumn
========================================================================== */
.layout-5 .col-0 {
    width: 45rem;
}

.layout-5 .col-1 {
    width: calc(100% - 45rem);
}

@media only screen and (max-width: 980px) {
    .layout-5 .col-0 {
        width: 100%;
    }

    .layout-5 .col-1 {
        width: 100%;
    }
}

/* ==========================================================================
Undersida: Vara tjanster > Ditt apotek infor din resa
========================================================================== */
.section-continents .split-heading img {
    max-height: 18rem;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 980px) {
    .section-continents .split-wrapper {
        flex-direction: column;
    }

    .section-continents .split-content {
        padding: 0 0 2rem 0;
    }
}
/* ==========================================================================
Undersida: Vanliga fragor
========================================================================== */
.accordion-wrapper {
    display: flex;
    flex-wrap: wrap;
}

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

.accordion-item {
    margin-bottom: 1rem;
    border-radius: 1rem;
    transition: .3s ease;
}

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

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

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

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

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

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

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

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

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

/* ==========================================================================
Undersida: Driftinformation
========================================================================== */
.Guestbook {
    max-width: 72rem;
    padding: 4rem;
    margin: 10rem auto;
    background: rgb(var(--secondary-color));
    border-radius: 2rem;
}

.ParagraphContainer {
    text-align: center;
}

.GuestbookFormContainer {
    margin-top: 3rem;
}

.GuestBookName,
.GuestBookEmail,
.GuestBookHomePage,
body:not(.EditMode) .GuestbookList,
body:not(.EditMode) .GuestBookCount {
    display: none;
}

.GuestBookMessage p {
    font-weight: 600;
}

.Guestbook textarea {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: inherit;
}

.Guestbook textarea {
    border: 1px solid rgb(var(--gray-color));
    padding: 1rem 1.5rem;
}

.GuestSubmit {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
}

.GuestSubmit {
    margin: 2rem 0 0;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    padding: 10rem 5rem 0;
    background: rgb(var(--secondary-color));
    border-top: 1px solid rgb(var(--white-color));
}

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

/* Footer header */
.footer-header {
    width: 100%;
}

.footer-header .text-block {
    max-width: calc(100% / 2 - 4rem);
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-menu {
    width: calc(100% / 2 - 4rem);
    margin: 0 0 3rem;
}

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

.footer .section-title,
.footer .small-title {
    font-weight: 500;
    font-family: linotype-didot, serif;
    color: rgb(var(--secondary-dark-color));
}

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

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

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

.footer .socials {
    display: flex;
    flex-direction: column;
    width: 4rem;
}

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

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

.policys a {
    text-decoration: none;
    padding: 0 1rem;
}

.policys a:not(:last-of-type) {
    border-right: 1px solid rgb(var(--secondary-dark-color));
}

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

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

@media only screen and (max-width: 1200px) {
    .footer-header .text-block {
        max-width: 70rem;
    }
}

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

@media only screen and (max-width: 750px) {
    .footer .large-title {
        font-size: 3rem;
    }

    .footer p:not(.small-title, .large-title),
    .footer li,
    .footer a {
        font-size: 1.6rem;
    }

    /* Footer top */
    .footer-menu {
        width: 100%;
        margin-bottom: 0;
    }

    .footer .socials {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-bottom: 2rem;
    }
}

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

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

    .policys {
        text-align: center;
    }

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




/* Play */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: .4s ease;
}

.card-item:hover .play-overlay {
    opacity: 1;
    visibility: visible;
    background: rgba(var(--black-color), .7);
}

.play-overlay em {
    color: rgb(var(--white-color));
    font-size: 5rem;
    transition: .4s ease;
}

.video-wrapper:hover .play-overlay em {
    font-size: 3.5rem;
}

.play-overlay p {
    display: inline-block;
    color: rgb(var(--white-color));
    margin-left: 1.5rem;
    font-size: 0;
    transition: .4s ease;
}

.video-wrapper:hover .play-overlay p {
    font-size: 2rem;
}