/* Svenska Vard */

/* Adobe fonts: myriad pro */
@import url("https://use.typekit.net/yjk1ocq.css");

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

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

    /* 	Colors, fran grafisk profil */
    --primary-color: 118, 147, 63;
    --primary-light-color: 228, 233, 217;
    --secondary-color: 183, 201, 157;

    --black-color: 4, 4, 4;
    --white-color: 255, 255, 255;
    --gray-light-color: 237, 233, 223;
    --gray-color: 242, 242, 242;
    --gray-medium-color: 90, 90, 90;
    --gray-dark-color: 53, 53, 53;

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

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

/* Layout
========================================================================== */
.section-block {
    padding: 12rem 4rem;
}

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

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

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

.text-block.left {
    max-width: 80rem;
    margin: 0;
}

/* Specifika margins */
.m-00:not(.section-wrapper) {
    margin: 0rem;
}

.m-0 {
    margin: 0 auto;
}

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

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

.mt-5,
.mt-5:not(.section-wrapper) {
    margin-top: 5rem;
}

.mt-10rem,
.mt-10:not(.section-wrapper) {
    margin-top: 10rem;
}

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

.mr-1:not(.section-wrapper) {
    margin-right: 1rem;
}

.ml-2:not(.section-wrapper) {
    margin-left: 2rem;
}
.mx-0{
    margin-top: 0;
    margin-bottom: 0;
}
/* Specifika paddings */

.p-2:not(.section-wrapper) {
    padding: 2rem;
}
.p-3{
    padding: 3rem !important;
}

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

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

.pt-2 {
    padding-top: 2rem;
}

.pt-4 {
    padding-top: 4rem;
}

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


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

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


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

.pl-0{
    padding-left: 0;
}

.py-2 {
    padding: 2rem 0M
}

/* for rubriker */
.pt-10rem {
    padding-top:5rem;
}

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

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

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

.pt-0{
    padding-top: 0 !important;
}
.LayoutPage .pt-1 {
    padding-top: 1rem;
}

.LayoutPage .pt-3 {
    padding-top: 3rem;
}

.LayoutPage .p-2.pl-4 {
    padding: 2rem;
    padding-left: 4rem;
}

.LayoutPage .pl-0 {
    padding-left: 0;
}

/* Specifika bredder */
.mw-400{
    max-width: 40rem !important;
}
.mw-1000{
    max-width: 100rem !important;
}
.mw-1100{
    max-width: 110rem !important;
}
.mw-1000 .section-block-wrapper {
    max-width: 100rem !important;
} 
.mw-1050 {
    max-width: 105em !important;
} 

.mw-1200 .section-block-wrapper {
    max-width: 120rem;
}
.mw-1400 .section-block-wrapper {
    max-width: 140rem;
}
.mw-1500 .section-block-wrapper {
    max-width: 150rem;
}

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

/* Mindre bredder */
.mw-85 {
    max-width: 85rem;
}

.mw-60 {
    max-width: 60rem;
}

.mw-100 {
    max-width: 100rem;
}

.mw-18 {
    max-width: 18rem;
}

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

.overflow-hidden {
    overflow: hidden;
}

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

.inline {
    display: inline;
}


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

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

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

/* Rubriker */
.text-label {
    padding-bottom: 1.5rem;
    font-size: var(--base-size);
    font-weight: 600;
}

.section-title {
    padding-bottom: 1.5rem;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.4;
}

.small-title {
    padding-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 1.4;
    color: rgb(90, 90, 90);
    max-width: 64rem;
}
.small-title-full {
    padding-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 1.4;
    color: rgb(90, 90, 90);
}

.small-title-center {
   text-align: center !important;
   padding-bottom: 1rem;
   font-size: 2.6rem;
   line-height: 1.4;
   color: rgb(90, 90, 90);
   max-width: 64rem;
}


.smaller-title {
    font-size: 1.8rem;
    color: rgb(87, 85, 85);
    font-weight: 400;
    padding-bottom: 0;
}

.ingress{
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 0;
}

/* Brodtext och lankar */
p,
li {
    font-weight: 300;
}

a {
    color: rgb(var(--primary-color));
    font-size: 1.6rem;
    font-weight: 300;
    text-decoration: none !important;
}

p a {
    font-size: inherit;
    text-decoration: underline;
}

p a:hover {
    text-decoration: underline !important;
}

/* ovriga klasser */
.text-bold {
    font-weight: 700;
}

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

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

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

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

.text-box {
    padding: 4rem 4rem 3rem;
    border-radius: 1rem;
    border: 2px solid rgb(var(--primary-color));
    margin: 2rem 0;
}

.align-left {
    margin: 0;
}

.align-right {
    margin: 0 0 0 auto;
}

.text-uppercace{
    text-transform: uppercase;
}
.text-line-through{
    text-decoration: line-through;
}
.f-1-6{
    font-size: 1.6rem !important;
}
/* Listor */
ol {
    padding: 0 0 0 1.5rem;
}

ul.col-2 {
    column-count: 2;
    column-gap: 4rem;
    border-radius: 1rem;
}

.styled-list,
.list-caret,
.list-check {
    list-style: none;
}

.styled-list li {
    position: relative;
    padding-left: .5rem;
    color: rgb(var(--black-color));
    font-size: 1.6rem;
}

.styled-list li::before {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: -2.5rem;
    color: rgb(var(--primary-color));
    font-weight: 700;
    font-size: 1.2rem;
    font-family: 'Font Awesome 5 Pro';
    transform: translateY(-50%);
}

.list-caret li {
    position: relative;
}

.list-caret li::before {
    content: '\f105';
    position: absolute;
    top: 50%;
    left: -2.5rem;
    color: rgb(var(--primary-color));
    font-weight: 700;
    font-size: .8em;
    font-family: 'Font Awesome 5 Pro';
    transform: translateY(-50%);
}

/* Listor */
.list-bg-primary {
    list-style: none;
}

.list-bg-primary li:nth-child(odd) {
    background: rgb(var(--primary-light-color));
}

.list-bg-primary a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    color: rgb(var(--primary-color));
}

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

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

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

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

@media only screen and (max-width: 600px) {
    ul.col-2 {
        column-count: 1;
    }

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

    .styled-list li {
        font-size: 1.5rem;
    }

    .styled-list li::before {
        left: -3rem;
    }

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

/* ========================================================================
Grafiska element
========================================================================== */
/* Borders  */
.border-b {
    border-bottom: 1px solid rgb(var(--gray-color));
}

.border-gray-light {
    border: 1px solid rgb(var(--black-color), 0.2);
}

/* Border radius */
.border-radius-50 {
    border-radius: 50%;
    overflow: hidden;
}

.border-radius-5 {
    border-radius: 5px;
}

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

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

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

/* Video i fancybox
========================================================================== */
.video-wrapper {
    position: relative;
}

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

.video-wrapper: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;
}

/* Video */
.fancybox-video {
    display: none;
}

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

.of-cover {
    object-fit: cover;
}

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

.btn-wrapper.mt-0 {
    margin-top: 0;
}

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

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

.btn-wrapper.right {
    justify-content: flex-end;
}


/* Knappar */
.btn {
    display: inline-block;
    min-width: 20rem;
    padding: 1.4rem 3rem;
    margin: 3px;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

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

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

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

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

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

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

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

/* Arrow link */
.arrow-link {
    padding-right: 2rem;
}

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

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

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

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

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

/* Bouncing arrow */
.IndexPage .bouncing-arrow {
    position: absolute;
    left: 50%;
    bottom: 4rem;
    transform: translatex(-50%);
    animation: bounce 2s infinite;
}

.IndexPage .bouncing-arrow i {
    color: rgb(var(--white-color));
    font-size: 4rem;
    font-weight: 500;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-5px);
    }
}

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

    .btn-wrapper {
        display: block;
    }

    .btn-wrapper .btn,
    .btn-wrapper a {
        margin: 1rem 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-gradient-light-white {
    background: linear-gradient(to bottom, rgb(var(--white-color)) 40%, rgb(var(--secondary-color) 40%));
}

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

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

.bg-green {
    background-color: rgb(67, 95, 29);
}

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

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

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

.text-yellow {
    color: rgb(253, 209, 83) !important;
}
.text-red {
    color: rgb(189, 30, 39) !important;
}

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

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

.bg-primary li,
.bg-primary p,
.bg-primary a,
.bg-primary .small-title,
.bg-primary .text-label,
.bg-primary .section-title {
    color: rgb(var(--white-color));
}
/* Borders*/
.br-2{
    border-radius: 2rem !important;
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

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

body:not(.EditMode) .cards-wrapper.mt--10 {
    margin-top: -5rem;
}

.card-item {
    display: flex;
    flex-direction: column;
}

.card-item .btn-wrapper {
    margin: auto 0 0;
    padding: 2rem 0 0;
}

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

.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;
    margin-bottom: 5rem;
}
/* Bredder */
.cards-wrapper.w-100 .card-item {
    width: 100%;
    margin: 1rem 0;
    background: white;
}

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

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

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

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

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

}

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

    .cards-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

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

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

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

}

@media only screen and (max-width: 580px) {
    .cards-wrapper.w-20 .card-item {
        width: 100%;
    }
}


/* Cards 1 */
.cards-1 .card-item {
    padding: 3rem;
    box-shadow: 0 1rem 2rem rgb(0, 0, 0, .08);
    border-radius: 3px;
    border-bottom: 3px solid rgb(var(--primary-color));
}

.cards-1 .btn-wrapper {
    padding: 2rem 0 0;
}


/* Cards 2-2 */
.cards-2-2 .card-item {
    border-radius: 1rem;
    overflow: hidden;
}

.cards-2-2 .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 7rem;
    padding: 2rem;
    margin: -1rem 0 0 -1rem;
    border-radius: 10%;
}

.cards-2-2 .card-header p {
    font-size: 3rem;
}
/* Card 3-2 */
.cards-wrapper.card-3-2 .card-item {
    margin-top: 5rem;
    border-radius: 1rem;
}

.card-3-2 .image-wrapper {
    display: inline-block;
    max-width: 20rem;
    height: 20rem;
    border-radius: 50%;
    margin: auto ;
    margin-top: -5rem;
    margin-bottom: 0;
}

.EditMode .card-3-2 .image-wrapper {
    margin-top: 0; 
} 

/* Card 3-6 */
.card-3-6 .card-item {
    position: relative;
    padding: 25rem 3rem 3rem;
}

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

/* Cards 6*/
.cards-wrapper.cards-6 .card-item {
    position: relative;
    padding: 2rem;
    margin: 4rem 1rem 4rem;
    text-decoration: none;
    border-radius: 5px;
    background: rgb(var(--white-color));
    box-shadow: 0 1rem 2rem rgb(0, 0, 0, .08);
    border-radius: 3px;
    border-bottom: 3px solid rgb(var(--primary-color));
} 

.cards-6 .image-wrapper {
    display: block;
    z-index: 1;
    width: 15rem;
    height: 15rem;
    margin: -5rem auto 3rem;
    border-radius: 50%;
}

.cards-6 .small-title {
    font-size: 2rem;
    font-weight: 400;
}

.cards-6 p {
    font-size: 1.5rem;
}

/* Alt 2 */
.cards-6.alt-2 .card-item {
    padding: 0;
    margin: 0 2rem 3rem 0;
}

.cards-6.alt-2 .text-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    padding: 0 2rem 2rem;
}

.cards-6.alt-2 .arrow-link {
    margin-top: auto;
}

.cards-6.alt-2 .image-wrapper {
    width: 100%;
    border-radius: 0;
    margin: 0 0 3rem;
    padding-top: 66.67%;
}

.cards-6.alt-2 .card-item img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media only screen and (max-width: 580px) {
    .cards-6 .card-item {
        margin: 0 0 5rem;
    }
}


/* Cards 8 */
.badge {
    width:5rem;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:0rem 2rem;
    margin-top:-6rem;
    margin-bottom:3rem;
    border-radius: 2rem;
    background-color: rgb(var(--primary-color));
}



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

.cards-8.text-white .card-item * {
    color: rgb(var(--white-color));
}

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

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

.cards-8 .overflow-wrapper {
    overflow: hidden;
}

.cards-8 .overflow-wrapper .overflow-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cards-8 p {
    padding: 0;
    font-size: 1.4rem;
}

.cards-8 .arrow-link {
    padding-top: 1rem;
}


@media only screen and (max-width: 580px) {
    .cards-8 .text-wrapper {
        width: 92%;
        padding: 2rem;
    }

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

/* Cards 10 */
.cards-10 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 40rem;
    border-radius: 2px;
    overflow: hidden;
    text-decoration: none;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cards-10 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cards-10 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cards-10 .card-item:hover .image-wrapper::after {
    background: rgba(0, 0, 0, 0.6);
}

.cards-10 .text-wrapper {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 2rem;
    color: rgb(var(--white-color));
}

.cards-10 .text-wrapper.border {
    margin: 5rem;
    border: 1px solid rgb(var(--white-color));
}

.cards-10 .card-item .text-wrapper p,
.cards-10 .card-item .text-wrapper li {
    color: rgb(var(--white-color));
}

@media only screen and (max-width:550px) {
    .cards-10 .text-wrapper {
        padding: 2rem;
    }

    .cards-10 .text-wrapper.border {
        margin: 2rem;
    }
}

/* Cards 11 */
.cards-11 img {
    width: 80%;
    margin-bottom: 2rem;
}

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

/* Cards 13 */
.cards-13 .card-item {
   
    padding: 4rem;
    margin: 2rem;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid rgb(var(--secondary-color));
}

.cards-13.center .card-item {
    text-align: center;
}

.cards-13 .card-item.highlighted {
    background-color: rgb(var(--primary-color));
}

.cards-13 .card-item.highlighted p {
    color: rgb(var(--white-color));
}

.cards-13 .small-title {
    font-size: 2.3rem;
}

.cards-13 .card-item:hover .arrow-link::after {
    transform: translateX(.7rem);
    transition: transform .4s ease;
}

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

@media only screen and (max-width: 800px) {
    .cards-13 .card-item {
        width: 100%;
        margin: 2rem 0;
    }
}


/* Cards 16 */
.cards-16 .card-item {
    position: relative;
    width: calc((100% / 2) - 2rem);
    margin: 0 1rem;
    padding: 20rem 2rem 2rem;
    background: rgb(var(--white-color));
    border-radius: 3px;
    overflow: hidden;
}

.cards-16 .arrow-link {
    padding-right: 0;
    margin: auto 0 0;
    text-align: left;
}

.cards-16 .btn {
    min-width: 0;
    padding: 0 1.5rem 0 0;
}

.cards-16 .text-wrapper {
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    height: 100%;
    padding: 2rem 3rem;
    border-radius: 2px;
    background-color: rgb(var(--white-color));
}

.cards-16 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cards-16 img {
    transition: .3s ease;
}

.cards-16 .card-item:hover img {
    transform: scale(1.03);
    transition: .3s ease;
}

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

.cards-16 .text-wrapper div:nth-child(2) {
justify-content:  flex-start;
}


@media only screen and (max-width:580px) {
    .cards-16 .text-wrapper {
        padding: 2rem 1.5rem;
    }

    .cards-16 .card-item {
        padding: 10rem 1rem 2rem;
    }
}

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

.wrapper-60{
    max-width: 60%;
}

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

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

.split-content {
    width: 50%;
    padding: 8rem 5rem;
}
.split-content-login {
    width: 50%;
    padding: 0rem 0rem !important;
}

.split-content.pl-0-pt-0 {
    padding-left: 0;
    padding-top: 0;
}

.split-image,
.split-video {
    width: 50%;
}



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

/* Speciella margins */
body:not(.EditMode) .split-wrapper .mt--20 {
    margin-top: -20rem;
}

body:not(.EditMode) .split-wrapper .mt--10 {
    margin-top: -10rem;
}

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

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

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

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

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

.p-2{
    padding: 2rem;
}
.p-4{
    padding: 4rem;
}
.pt-4{
    padding-top: 4rem;
}

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

/* Margins */
body:not(.EditMode) .mt--5 {
    margin-top: -5rem;
}

.m-2 {
    margin: 2rem;
}



/* Paddings */
.split-wrapper.py-0 .split-content,
.split-wrapper .split-content.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-2  {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* video */
.split-video .video-wrapper,
.split-video .image-wrapper {
    width: 100%;
    height: 100%;
}

.split-video iframe {
    width: 100%;
    height: 100%;
}

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

@media screen and (max-width: 1100px) {
    .split-wrapper .w-70,
    .split-wrapper .w-60,
    .split-wrapper .w-40,
    .split-wrapper .w-30 {
        width: 100%;
    }

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

    .split-image {
        width: 100%;
        min-height: 30rem;
    }
    .split-image-medlem {
        width: 100%;
        min-height: 12rem;
    }
    .split-image-medlem img{
    margin-top: 1rem;
    }

    .split-video {
        width: 100%;
    }

    /* Speciella margins */
    body:not(.EditMode) .split-wrapper .mt--20 {
        margin-top: 0;
        padding: 0;
    }

     /* Speciella margins */
     body:not(.EditMode) .split-wrapper .mr--18rem {
        margin-right: 0;
    }

    .pr-0 .split-content {
        padding-right: 2rem;
    }

    /*** klass fÃ¶r split med text utan bakgrundsfÃ¤rg och text till vÃ¤nster **/
    .split-content.content-left-transparent {
        padding-left: 0;
    }

    /***  samma css som ovan men text till hÃ¶ger **/


    /* fÃ¶r split med barkgrundsfÃ¤rg */
    .split-wrapper.split-bgcolor .split-content {
        padding: 4rem 3rem;
    }

}
 

@media screen and (max-width: 650px) {
    /* fÃ¶r split med barkgrundsfÃ¤rg */
    .split-bgcolor .split-content {
        padding: 5rem 2rem;
    }

}  

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

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

    .bg-primary-light.split-content {
        padding: 2rem;
    }
}

/* Bakgrundsvideo
========================================================================== */
.bg-video {
    position: relative;
}

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

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

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

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

/* Parallax
========================================================================== */
.parallax {
    min-height: 60rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media only screen and (hover:none) {
    .parallax {
        background-attachment: scroll;
        background-position: center center;
    }
}

@media only screen and (hover:none) {
    *,
    *::before,
    *::after {
        background-attachment: scroll !important;
    }
}

@media screen and (max-width: 800px) {
    .parallax {
        min-height: 40rem;
    }
}

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

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

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

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

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

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

/* Innehåll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    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(var(--black-color), .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;
}

.popup-wrapper .btn-wrapper {
    margin-top: 1rem;
}

.popup-wrapper .btn {
    min-width: unset;
}

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

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

/* Header / Navigation
========================================================================== */
/* Header */
.EditMode.WebbEssDIY header {
    position: relative;
    top: 10px !important;
}

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

/* nav */
nav.mainmenu a {
    font-weight: 500;
    font-size: 1.35rem;
    color: rgb(var(--black-color));
}

/* Ta bort klick */
.TemplateMenu a[href="/17/2/det-har-ar-svenska-vard/"] {
    pointer-events: none;
}

/* Hoverstyling */
.TemplateMenu>li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.TemplateMenu>li>a::before {
    background-color: rgb(var(--primary-color));
    visibility: hidden;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 2rem;
    width: 50%;
    left: 25%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* Dropdown */
.TemplateMenu ul {
    border-radius: 0 0 2px 2px;
    width: 30rem;
}

.TemplateMenu ul li a:hover {
    background-color: rgb(var(--secondary-color));
}

.TemplateMenu ul li a {
    white-space: nowrap;
    font-size: 1.3rem;
}

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

/* Hides Hem / Home in menu */
nav.mainmenu ul.TemplateMenu>li:first-child {
    display: none;
}

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

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

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

.header-cta-wrapper .btn {
    min-width: unset;
    padding: .9rem 2.5rem;
    white-space: nowrap;
}

.btn i {
    margin: 0 5px 0 0;
}

/* Mobilmeny */
.mobile-menu .header-cta-wrapper li {
    margin: 0;
}

.mobile-menu .header-cta-wrapper li:first-child {
    margin: 0 1rem 0 0;
}

.mobile-menu .btn {
    height: 3rem;
    padding: .2rem 1rem;
}

.mobile-menu .mobile-icon-only {
    font-size: 0;
    padding: 0.8rem;
    margin: 0;
}

.mobile-menu .mobile-icon-only i {
    font-size: 1.3rem;
    margin: 0;
}

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

@media only screen and (max-width: 480px) {
    .mobile-menu .container {
        padding: 0;
    }

    .mobile-menu .header-cta-wrapper li:first-child {
        margin: 0 0.5rem 0 0;
    }
}
 
/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100% !important;
    min-height: 100vh;
    padding-top: 10rem;
    margin-top: -14.5rem;
    background: linear-gradient(90deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
}

.topsection .section-block {
    display: flex;
    align-items: center;
    min-height: 70vh;
    background: linear-gradient(90deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
} 

.topsection .section-block-wrapper {
    max-width: 130rem;
    width: 100%;
    margin: 0 auto;
}

.top-section h1 {
    font-size: 5rem;
    font-weight: 800;
    max-width: 105rem;
    color: rgb(var(--white-color));
    padding-bottom: 1rem;
}

.topsection h1 {
    font-size: 6rem;
    font-weight: 700;
    max-width: 100rem;
    color: rgb(var(--white-color));
    padding-bottom: 1rem;
}

.top-section p,
.topsection p {
    color: rgb(var(--white-color));
    max-width: 70rem;
    font-weight: 400;
}

.top-section .btn-wrapper a {
    margin-right: 2rem;
}

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

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

    .top-section .btn-wrapper a {
        margin-right: 1rem;
    }

    .top-section .btn-wrapper .btn.btn-primary-filled {
        min-width: 18rem;
        padding: 1.4rem 0rem;
    }
}

@media only screen and (max-width: 600px) {
    .top-section h1,
    .topsection h1 {
        font-size: 2.5rem;
    }

    .top-section p {
        font-size: 1.5rem;
    }

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

    .top-section .btn-wrapper a {
        margin: 1rem 0;
    }

    .top-section {
        margin-top: -6rem;
    }

    .topsection .section-block {
        padding-bottom: 8rem;
    }
}

/* Sektion Aktuellt / Tabbmeny
========================================================================== */

.tab-container {
    position: relative;
    z-index: 2;
    background-color: rgb(var(--primary-light-color));
    padding: 0 0 5rem;
    border-radius: 0 5px 1rem 1rem;
    margin-top: -5rem;
}

.EditMode .tab-container {
    margin-top: 0;
}

/* Tabbval */
.tabs-wrapper {
	position: relative;
    z-index: 1;
	transform: translateY(-100%);
}

.EditMode .tabs-wrapper {
    transform: none; 
}

.tabs-heading {
	display: none;
}

.tab {
	appearance: none;
	display: inline-block;
	padding: 1rem 2rem;
    margin: 0 5px 0 0;
	color: rgb(var(--black-color));
	font-size: 1.6rem;
    font-weight: 400 ;
	font-family: inherit;
	cursor: pointer;
	border-radius: 8px 8px 0 0;
    border: none;
	background-color: rgb(var(--white-color));
	transition: all .3s ease;
}

.tab:hover{
    color: rgb(var(--white-color));
	background-color: rgb(var(--primary-color));
	transition: all .3s ease;
}

.tab-active {
	background-color: rgb(var(--primary-light-color));
	transition: all .3s ease;
}

/* Innehall */
.tab-wrapper-container {
    padding: 0 3rem;
}

.tab-wrapper li {
    color: rgb(var(--gray-dark-color));
    margin-bottom: 1rem;
}

.tab-wrapper a,
.tab-wrapper p {
    font-size: var(--base-size);
    font-weight: 400;
    color: rgb(var(--gray-dark-color));
}

.tab-wrapper a:hover {
    color: rgb(var(--black-color));
}

.tab-wrapper a::after {
    position: relative;
    display: block;
    width: 100%;
    content: '';
    border-bottom: 1px solid rgb(var(--primary-color));
    transition: all .3s ease;
}

.tab-wrapper a:hover::after {
    border-color: rgb(var(--black-color));
    width: 100%;
    transform-origin: left;
    transition: all .3s ease;
}

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

	/* Tabbval */
    .tab-container {
        margin-top: -2rem;
    }

	.tabs-wrapper {
		position: relative;
		max-width: 25rem;
		padding: 1rem 2rem;
		background: rgb(var(--primary-light-color));
		cursor: pointer;
		border-radius: 8px 8px 0 0;
	}

	.tabs-heading {
		display: block;
	}

	.tabs-heading p {
		display: flex;
		justify-content: space-between;
		padding-bottom: 0;
		color: rgb(var(--gray-dark-color));
	}

	.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;
		width: 100%;
		padding: 1.5rem 2rem;
		background-color: transparent;
		color: rgb(var(--gray-dark-color));
        font-weight: 400;
		text-align: left;
		border: none;
		border-radius: 0;
	}

	.tab-active {
		background-color: #f5f5f5;
	}

    .tab-wrapper-container {
        padding: 0 2rem;
    }
}

/* Events
========================================================================== */
.section-events {
    overflow: hidden;
}

.scroll-wrapper {
    padding: 5rem 0;
}

.scroll-wrapper .slick-list {
    overflow: visible;
}

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

.scroll-wrapper .slick-slide {
    display: flex !important;
    height: auto;
}

.scroll-wrapper.cards-6.alt-2 .slick-slide {
    flex-direction: column;
}

/* slick knappar */
.scroll-wrapper .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    font-size: 0;
    background-color: rgb(var(--primary-color));
    border: 1px solid rgb(var(--primary-color));
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
}

.scroll-wrapper .slick-arrow:not(.slick-disabled):hover,
.scroll-wrapper .slick-arrow:not(.slick-disabled):focus {
    background-color: rgb(var(--primary-color), .2);
}

.scroll-wrapper .slick-arrow.slick-disabled {
    opacity: .5;
}

.scroll-wrapper .slick-prev {
    right: 5rem;
}

.scroll-wrapper .slick-next {
    right: 0;
}

.scroll-wrapper .slick-prev:before,
.scroll-wrapper .slick-next:before {
    color: rgb(var(--white-color));
    font-size: 2rem;
    font-family: 'Font Awesome 5 Pro';
}

.scroll-wrapper .slick-prev::before {
    content: '\f104';
}

.scroll-wrapper .slick-next::before {
    content: '\f105';
}


@media only screen and (max-width: 750px) {
    .section-events .cards-wrapper.w-33 .card-item {
        margin: 1rem;
    }
}

/* Parallax bild
========================================================================== */
.section-info {
    background-image: url(/assets/images/kvinnor-skrattar-naturen-2000.jpg);
}


/* Split overlappande parallax
========================================================================== */

.section-values .split-image {
    max-height: 85rem;
}



@media only screen and (max-width: 1100px) {
    .section-values .split-image {
        max-height: 60rem;
    }
}

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

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

/* Nätverk
========================================================================== */
.logo-wrapper{
    max-width: 20rem;
}
.video-box{
    margin: auto !important;
    text-align: center !important;
    justify-content: center !important;

}

/* Header image
========================================================================== */
.hero-2 .section-block {
    display: flex;
    align-items: flex-end;
    min-height: 50vh;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10rem 5rem;
}

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

.hero-2 h1 {
    padding-bottom: 2rem;
    font-size: 6rem;
}

/* Bouncing arrow, annan design an startsidan */
.SubPage .bouncing-arrow-wrapper {
    position: absolute;
    right: 5rem;
    bottom: -2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: rgb(var(--white-color));
    transform: translatex(-50%);
}

.SubPage .bouncing-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    color: rgb(var(--white-color));
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
}

.SubPage .bouncing-arrow i {
    color: rgb(var(--white-color));
    font-size: 3rem;
    font-weight: 500;
    animation: bounce 2s infinite;
}

@media only screen and (max-width: 1300px) {
    .hero-2 h1 {
        font-size: 6.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-2 {
        border-width: 2rem;
    }

    .hero-2 .section-block {
        padding: 10rem 2rem;
    }

    .hero-2 h1 {
        font-size: 5rem;
    }
}

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

    .hero-2 .section-block {
        min-height: 55vh;
    }

    .hero-2 p {
        font-size: 1.5rem;
    }

    .SubPage .bouncing-arrow-wrapper {
        right: 1rem;
    }

}

/* ==========================================================================
Undersida: Om oss
========================================================================== */

/* Sektion Ny direktor
========================================================================== */
.split-canvas {
    position: relative;
    z-index: 1;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hand {
    position: absolute;
    z-index: -1;
    width: 10rem;
}

.hand-top {
    transform: translateX(-15rem);
    top: 8rem;
}

.hand-bottom {
    transform: translateX(11rem);
    bottom: 8rem;
    z-index: 1;
}

.split-canvas .video-wrapper {
    width: 20rem;
}

.video-wrapper {
    position: relative;
}

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

.video-wrapper: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;
}

/* Video */
.video-wrapper .fancybox-video {
    display: none;
}

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

    .split-canvas {
        width: 100%;
        padding: 3rem 0;
    }
}

/* ==========================================================================
Undersida: Medlemmar
========================================================================== */

/* Sektion Medlemmar (.section-members)
========================================================================== */
.members.cards-wrapper .image-wrapper {
    background-color: rgb(var(--white-color));
    border: 1px solid rgb(var(--gray-light-color));
    padding: 2rem;
}

.members.cards-wrapper img {
    object-fit: contain;
}

.members.cards-wrapper .no-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    padding: 0;
}

img.invert {
    filter: invert();
}

/* ==========================================================================
Undersida: Medlemsformaner
========================================================================== */

/* Sektion Formaner (.section-benefits)
========================================================================== */

/* Cards */
.benefits .card-item .image-wrapper {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 66.67%;
    border-radius: 0;
    margin: 0 0 3rem;
}

.benefits .card-item img {
    position: absolute;
    object-fit: contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.card-category {
    position: absolute;
    z-index: 2;
    top: 1.5rem;
    left: 0;
    padding: 0.5rem 1rem;
    background-color: rgb(var(--primary-color));
    border-radius: 0 5px 5px 0;
    color: rgb(255, 255, 255);
    font-size: 1.4rem;
}
.img-mw{
    max-width: 30rem !important;
}
/* ==========================================================================
Undersida: Vara Handledare
========================================================================== */
.logo-box{
    max-width: 10rem;
    margin: auto;
    text-align: center;
}
/* ==========================================================================
Undersida: Utbildningar
========================================================================== */
p.date {
    font-weight: 500;
    text-transform: uppercase;
}

.section-educations .cards-8 .overflow-wrapper .overflow-text {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.digitalt {
    width: 7rem;
}


/* ==========================================================================
Undersidor: Formular
========================================================================== */
.form-wrapper {
    position: relative;
    top: -5rem;
    padding: 3rem;
    border-radius: 3px;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 8%);
    border-bottom: 3px solid rgb(var(--primary-color));
    background-color: rgb(255, 255, 255);
    margin: auto;
    max-width: 100rem;
}

@media only screen and (max-width: 1024px) {
    .form-wrapper {
        top: -3rem;
        padding: 2rem;
    }

}

@media only screen and (max-width: 580px) {
    .form-wrapper {
        top: -1.5rem;
        padding: 1.5rem;
    }

}


/* ==========================================================================
Undersida: Utbildningar > Piku-utbildningar
========================================================================== */
.course-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.course-info p {
    margin-right: 3rem;
}

.course-info i {
    margin-right: 0.5rem;
}

.course-info .text-bold {
    font-weight: 500;
}

/* ==========================================================================
Undersidor: Omvarldsbevakning
========================================================================== */

.text-cards .card-item {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: 100%;
    position: relative;
    padding: 2rem;
    margin: 0 0 5rem;
    background: rgb(var(--white-color));
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 8%);
    border-radius: 3px;
    border-bottom: 3px solid rgb(var(--primary-color));
}

.text-cards .card-content {
    padding: 0 0 2rem;
}

.text-cards p {
    padding: 0;
    font-size: 1.6rem;
    max-width: 70rem;
}

.text-cards .card-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid rgb(var(--primary-color), .2);
    padding: 1rem 0 0;
    margin: auto 0 0;
}

.text-cards strong {
    font-weight: 500;
}

.text-cards .card-footer p {
    font-size: 1.4rem;
    margin: 0 2rem 0 0;
    display: inline-block;
}

button.arrow-link {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

button.arrow-link::after {
    content: '\f107';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid rgb(var(--primary-color), .2);
    font-weight: 300;
    transition: all .3s ease;
}

button.arrow-link:hover::after {
    transform: none;
    border-color: rgb(var(--primary-color));
}

button.is-clicked.arrow-link::after {
    transform: rotate(180deg);
    transition: all .3s ease;
}

.text-cards .list-bg-primary {
    padding: 0;
    background-color: rgba(var(--primary-light-color), .3);
    border: 1px solid rgb(var(--primary-color), .2);
}

.list-bg-primary li:nth-child(odd) {
    background: rgb(var(--primary-light-color));
}

.text-cards .list-bg-primary a {
    font-size: 1.4rem;
    line-height: 1.2;
}


/* ==========================================================================
Konferans
========================================================================== */

/* Ruta med box-shadow hogst upp */
.cutout-shadow-wrapper {
    position: relative;
    margin-top: -5rem;
}

.EditMode .cutout-shadow-wrapper {
    margin-top: 0;
}

.cutout-shadow-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    box-shadow: 0 1rem 2rem rgba(var(--black-color),.1);
}

.cutout-shadow {
    z-index: 1;
    position: relative;
    padding: 5rem;
    background-color: rgb(var(--white-color));
    border-radius: .5rem .5rem 0 0;
}

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

/* ==========================================================================
Medarbetarportalen 
========================================================================== */

.section-nav .col-0 {
    width: 25%;
    margin-top: -5rem;
}

.EditMode .section-nav .col-0 {
    margin-top: 0;
}

.section-nav .col-1 {
    width: 75%;
    margin-top: 10rem;
}

/* Navigation */
.section-nav .nav-wrapper {
    width: 100%;
    position: sticky;
    align-self: flex-start;
    background-color: rgb(var(--primary-color));
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 10%);
    border-radius: 5px;
    top: calc(var(--menu-height) * 2);
}

.section-nav .nav-wrapper ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin:  0;
    padding: 1rem 0;
    padding-inline-start: 0px;
}

.section-nav .nav-wrapper a {
    color: rgb(var(--white-color));
    padding: 1rem 2rem;
    font-size: 1.6rem;
    width: 100%;
}

.section-nav .nav-wrapper li:hover {
    background-color: rgb(var(--black-color));
    border-radius: 5px;
}

/* Text och dokument */
@media only screen and (max-width: 1024px) {
    .section-nav .section-block {
        background: none;
    }
    .section-nav .col-0,
    .section-nav .col-1 {
        width: 100%;
        margin-top: 5rem;
    }
   
    .section-nav .col-1 {
        margin-top: 5rem;
    }
    .section-nav .col-0 {
   
        margin-top: 0rem;
    }

    .section-nav .nav-wrapper ul {
        flex-direction: row;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
    }
}

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

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

/* Slick Arrow */
.scroll-wrapper .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -4rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
}

.scroll-wrapper .slick-arrow::after {
    font-weight: 300;
    color: rgb(var(--white-color));
}

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

.scroll-wrapper .slick-prev {
    left: auto;
    right: 6rem;
}

/* ==========================================================================
Medarbetarportalen - Vara utbildningar
========================================================================== */
.table {
    width: 100%;
    max-width: 110rem;
    margin: 0 auto;
}

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

.cell {
    width: calc(100% / 4);
    padding: 1rem;
}

@media only screen and (max-width: 750px) {
    .table-heading {
        display: none;
    }

    .cell {
        width: 100%;
    }

    .cell:before {
        content: attr(data-title);
        display: block;
        font-size: 1.3rem;
        color: #666;
        text-transform: uppercase;
        margin-bottom: 13px;
    }
}

/* ==========================================================================
Medarbetarportalen - diskussionsforum
========================================================================== */
.section-diskussionsforum .small-title {
    font-size: 2rem;
}

.section-diskussionsforum p {
    font-size: 1.6rem;
}

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

    .section-diskussionsforum img{
       max-width: unset;
       max-height: 20rem;
    }
}
/* ==========================================================================
Undersida Konferans 2024
========================================================================== */
.bg-2024{
    background-image: url('/assets/images/bg-grafik.2000px.png') !important;
}

.nominate-wrapper{
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
    padding: 2rem;
    border-radius: 1rem;
}

/* ==========================================================================
Undersida Svenska Vård bjuder in till digital nätverksträff den tis 5 dec
========================================================================== */
.guest-card {
    display: flex;
}

@media only screen and (max-width: 580px) {
    .guest-card {
        display: block;
    }

    .guest-card .p-2 {
        padding: 0;
        padding-top: 2rem;
    }
}
/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgb(var(--primary-color));
}

.footer-container {
    max-width: 150rem;
    padding: 0 5rem;
    margin: 0 auto;
}
.footer a, .footer li, .footer p {
    color:#fff;
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8rem 0 4rem;
    border-bottom: 1px solid #fff;
}

.footer-menu {
    width: 16%;
    margin: 1.5rem 0;
}

.footer .small-title {
    font-size: 1.8rem;
    font-weight: 500;
}

.footer a:not(.circle-icon) {
    font-weight: 300;
}

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

.footer a:hover {
  text-decoration: underline;
} 

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

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

.footer li {
    text-decoration: none !important;
}

/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
    color: rgb(var(--white-color));
}

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

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

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

@media only screen and (max-width: 750px) {
    /* Footer top */
    .footer-menu {
        width: 100%;
    }

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

}

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