/* AffärsMinglet i Norden AB / LunchIn Network */

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

/* Typsnitt Futura PT (brodtext, lankar) Futura PT (rubriker) */
@import url("https://use.typekit.net/abk4jxl.css");

/* Typsnitt Adlery Pro (accent) */
@import url("https://use.typekit.net/clo3orb.css");

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

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

    /* 	Colors */
    --primary-color: 1, 139, 65;
    --secondary-color: 119, 185, 43;

    --black-color: 19, 18, 17;
    --gray-dark-color: 129, 126, 116;
    --gray-color: 185, 183, 176;
    --gray-light-color: 240, 239, 235;
    --white-color: 255, 255, 255;

    --accent-red-color: 214, 60, 73;
    --accent-green-color: 65, 164, 54;
    --accent-blue-color: 2, 89, 167;

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

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

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

.section-block-wrapper {
    max-width: var(--section-width);
}

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

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

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

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

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

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

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

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

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

/* Margins */
.m-0 {
    margin-bottom: 0;
}

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

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

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

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

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

body:not(.EditMode) .mt--5 {
    margin-top: -5rem;
    position: relative;
}

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

.m-0-auto {
    margin: 0 auto;
}

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

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

.mw-500 {
    max-width: 50rem;
}

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

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

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

/* Rubriker */
.text-label {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 1em;
    color: rgb(var(--black-color));
}

.section-title {
    letter-spacing: 0.5px;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: .5em;
    font-family: futura-pt-bold, sans-serif;
}

.small-title {
    font-family: futura-pt-bold, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: .7em;
    color: rgb(var(--black-color));
}

/* Brodtext och lankar */
p,
li,
a,
 #countdown {
    font-weight: 400;
    color: rgb(var(--gray-dark-color));
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: rgb(var(--black-color));
    -webkit-font-smoothing: antialiased;
}

a {
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

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

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

.text-block-center img {
    display: block;
    width: 100%;
}

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

.text-thin {
    font-weight: 400;
}

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

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

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

.text-uppercase {
    text-transform: uppercase;
}

.text-styled-block {
    display: flex;
    justify-content: center;
}

.text-styled {
    color: rgb(var(--accent-green-color));
    font-family: "adlery-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 8rem;
    line-height: 1.1;
    transform: rotate(-15deg);
}

/* Ovriga klasser */
.text-right {
    text-align: right;
}

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

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

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

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

.list-check {
    padding: 0;
}

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

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

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

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

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

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

    .text-styled {
        font-size: 4rem;
    }
}

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

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

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

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

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 1.4rem 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 4rem;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}

.btn-big {
    min-width: 100%;
}

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

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

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

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

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

.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(--white-color));
    border: 1px solid rgb(var(--white-color));
 background-color: rgb(var(--white-color), .5);
}

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

/* Cirkelikon */
.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    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 {
    background-color: rgb(var(--primary-light-color));
}

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

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

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

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

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

.bg-gradient {
    background: linear-gradient(90deg, rgba(var(--primary-color)) 29%, rgba(var(--secondary-color)) 100%);
}

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

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

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

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

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

/* Modal
========================================================================== */
.modal {
    max-width: 75rem;
    width: 100%;
    max-height: 75vh;
    padding: 4rem;
    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;
}

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

    .blocker {
        padding: 1rem;
    }
}

/* CTA Appar, Google Play och Apple Store */
.cta-appar {
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 10px;
    left: 50%;
    padding: 0.5rem;
    transform: translateX(-50%);
    border-radius: 1rem;
    background: rgb(var(--primary-color));
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}

.cta-appar p {
    font-size: 1.7rem;
    margin-bottom: -0.3rem;
    text-align: center;
}

.cta-appar .uppercase {
    font-size: 1.6rem;
}

.cta-appar .cta-download-app {
    display: flex;
    margin: auto;
    margin-top: 0;
    justify-content: center;
}

.cta-appar .cta-download-app img {
    max-height: 3rem;
    padding-right: .6rem;
    padding-left: .6rem;
}

.cta-appar img {
    width: 10rem;
}

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

.no-border{
    border: none !important;
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    background-color: transparent;
}

.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:not(.text-block-center) {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

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

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

.card-item {
    text-decoration: none;
    transition: all .3s ease;
}

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

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

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

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

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

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

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

    .cards-wrapper.w-20 .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-20 .card-item {
        width: calc((100% / 2) - 2rem);
    }

}

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

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

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

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

/* Card 2-2 */
.card-2-2 .card-header {
    display: flex;
    align-items: center;
}

.card-2-2 .icon-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin: 0 2rem 0 0;
}

.card-2-2 .icon-wrapper i {
    font-size: 2.5rem;
}

.card-2-2 .card-footer {
    padding-top: 2rem;
}

@media only screen and (max-width: 420px) {
    .card-2-2 .card-item {
        padding: 0;
    }

    .card-2-2 .icon-wrapper {
        width: 3.5rem;
        height: 3.5rem;
    }

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

/* Cards-3-1 */
.cards-3-1 .image-wrapper {
    height: 25rem;
}

.cards-3-1 li,
.cards-3-1 p {
    font-weight: 400;
}

.cards-3-1 a {
    text-decoration: none;
    font-size: 1.5rem;
}

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

.cards-3-1 .text-label {
    font-size: 1.9rem;
}

@media only screen and (max-width: 580px) {
    .cards-3-1 .text-label {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 420px) {
    .cards-3-1 .list-properties li span {
        padding: 0;
    }
}

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

a.card-3-2 .card-item:hover {
    background-color: rgb(var(--primary-light-color));
    transition: all .3s ease;
}

.card-3-2 a.card-item:hover {
    background-color: rgb(var(--gray-light-color));
    transition: all .3s ease;
}

.card-3-2 .image-wrapper {
    position: relative;
    padding-top: 66.67%;
    overflow: hidden;
}

.card-3-2 .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-3-2 .card-body {
    padding: 2rem 2rem 5rem;
}

.card-3-2 .card-footer {
    padding: 0 2rem 3rem;
}

/* Card 3-3 */
.card-3-3 .card-body {
    padding: 1rem 7%;
}

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

@media only screen and (max-width: 480px) {
    .card-3-3 .contact-item a {
        font-size: 1.6rem;
    }
}

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

/* Split video  */
.split-video {
    position: relative;
    width: 50%;
    border-radius: 1rem;
    padding: 1rem 0;
}

.split-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

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

.section-steps .split-content {
    padding-top: 0;
    padding-bottom: 0;
}

.section-steps .split-image {
    position: sticky;
    top: calc(var(--menu-height-scrolled) * 2);
    align-self: flex-start;
}

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

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

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

    /* Split video */
    .split-video {
        width: 100%;
        padding-bottom: 0;
    }

    .split-video video {
        position: relative;
        padding-bottom: 0;
    }
}

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

/* Header / Navigation
========================================================================== */
header {
    background-color: rgb(var(--gray-light-color));
    padding: 0 5rem;
}

header .container {
    max-width: var(--section-width);
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
}

header:not(.mobile-menu) .container {
    height: var(--menu-height);
}

body:not(.EditMode) .TemplateMenu a[href="/17/9/om-oss/"],
body:not(.EditMode) .TemplateMenu a[href="/17/8/kontakt/"] {
    display: none;
}

/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/2/vara-klubbar/"],
body:not(.EditMode) .TemplateMenu a[href="/17/10/our-clubs/"] {
    pointer-events: none;
}

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

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

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

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

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

.top-header i {
    font-size: 1em;
    margin: 0 5px 0 0;
}

.flag-wrapper img {
    max-width: 3rem;
    padding-top: 0.8rem;
}

/* Header logo */
header:not(.mobile-menu) .header-logo {
    align-self: flex-end;
}

header:not(.mobile-menu) .header-logo img {
    padding: 0 1rem 0 0;
    max-height: 10rem;
    background-color: rgb(var(--gray-light-color));
    margin-bottom: 1.5rem;
}

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

.TemplateMenu>li>a:hover {
    color: rgb(var(--primary-color));
}

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

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

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    line-height: 1;
}

.header-cta-wrapper a {
    display: flex;
    align-items: center;
}

.header-cta-wrapper a:hover i,
.header-cta-wrapper a:hover p {
    color: rgb(var(--primary-color));
}

.header-cta-wrapper i {
    font-size: 1.9rem;
}

.header-cta-wrapper p {
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0;
}

/* Mobilmeny */
.mobile-menu {
    height: auto;
}

.mobile-menu .container {
    height: var(--mobile-menu-height);
}

.mobile-menu .hamburger {
    margin: 0 -1rem 0 1rem;
}

body:not(.EditMode) .mobile-menu a[href="/17/9/om-oss/"],
body:not(.EditMode) .mobile-menu a[href="/17/8/kontakt/"] {
    display: block;
}

.mobile-menu .top-header {
    display: none;
}

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

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

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

@media only screen and (max-width: 433px) {
    .header-cta-wrapper p {
        line-height: 1.1;
        font-size: 1.2rem;
    }
}

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

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

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

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

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

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

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

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

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

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

/* Sektion CTA
========================================================================== */
.section-cta .section-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-wrapper .text-block {
    max-width: 65rem;
}

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

@media only screen and (max-width: 1000px) {
    .cta-wrapper {
        flex-wrap: wrap;
    }

    .cta-wrapper .btn-wrapper {
        margin-top: 2rem;
    }
}

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

/* Hero - Grundkod
========================================================================== */
.hero .section-block {
    display: flex;
    align-items: center;
    min-height: 50rem;
    background-color: rgb(var(--black-color), .4);
}

.hero-trans .section-block {
    background-color: rgb(var(--white-color)) !important;
    display: flex;
    align-items: center;
    min-height: 30rem;
}

.hero-small .section-block {
    display: flex;
    align-items: center;
    max-height: 25rem;
}

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

.hero .section-title {
    font-size: 6rem;
    border-radius: 1rem;
    padding: 2rem 3rem;
    background: linear-gradient(90deg, rgba(var(--primary-color)) 29%, rgba(var(--secondary-color)) 100%);
}

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

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

/* ==========================================================================
Undersida: Vara klubbar
========================================================================== */
.section-club .card-header {
    display: flex;
    justify-content: space-between;
    min-height: 14rem;
}

.image-wrapper.qr-code {
    height: fit-content;
    max-width: 11rem;
    width: 30%;
    margin-left: 1rem;
}

.linkedin-icon {
    color: #0A66C2;
    font-size: 2.5rem;
    margin-right: 0;
}

.section-club .card-header .btn-wrapper a,
.section-kommande .card-header .btn-wrapper a {
    margin: 0;
}

.section-club .card-header .btn,
.section-kommande .card-header .btn {
    padding: 1rem 2rem;
}

.section-club .card-body img,
.section-kommande .card-body img {
    max-width: 3rem;
    vertical-align: text-bottom;
}


/* ==========================================================================
Undersida: Nätverksmässor
========================================================================== */

.section-map {
    font-size: 0;
}
 .section-lokal   .video-wrapper video {
    display: none;
    width: 100%;
    height: auto;
  }

   .section-lokal  .video-wrapper img {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
     .section-lokal .cards-3-1 .image-wrapper,
       .section-lokal .cards-3-1 .video-wrapper img{
   height: 23.5rem !important;
  }

/* ==========================================================================
Undersida: Nätverksmässor enskild mässa
========================================================================== */

/* Navigationen */
.natverksmassa-page header {
    position: relative;
}

/* Sekction natverk
========================================================================== */

/* Nedraknare */
 #countdown {
      font-weight: 600;
      color: rgb(var(--white-color));
    }
.natverk .section-title {
    font-size: 6rem;
    padding-bottom: 0;
}

.natverk .small-title {
    font-size: 4rem;
}

.natverk-info .col-1 {
    background: rgb(var(--white-color));
    padding-left: 0;
}

/* Textstorlekar */
.natverk-info .f-36 {
    font-size: 3.6rem;
}

.natverk-info .f-30 {
    font-size: 3rem;
}

.natverk-info .f-20 {
    font-size: 2rem;
}

.natverk-info .col-0 {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('/assets/images/natverksmassor/massa-1-1000px.jpg');
    background-size: cover;
    background-position: center;
}

.natverk-info .split-image img {
    object-fit: contain;
}

.section-natverk-info a {
    text-decoration: none;
}

.section-natverk-info a:hover {
    text-decoration: underline;
}

/* Accordion */
.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;
    background: rgb(var(--white-color), .9);
    border: 2px solid rgb(var(--primary-color));
    transition: .3s ease;
}

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

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

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

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

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

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

@media only screen and (max-width: 1000px) {
    .natverk-info .split-wrapper {
        padding: 3rem 0 0 0;
    }

    .natverk-info .split-content,
    .natverk-info .split-image {
        padding: 0 3rem;
    }

    .natverk-info .split-image {
        padding-bottom: 3rem;
    }
}

@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;
    }
    .natverk .small-title {
    font-size: 3rem;
}
.natverk-info .f-36 {
    font-size: 2.6rem;
}
}

/* Interaktiv karta i splitten*/
.plan-wrapper {
    position: relative;
    width: 100%;
    max-width: 990px;
    aspect-ratio: 990 / 800;
    margin: 2rem auto;
}

.plan-bg,
.plan-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.plan-overlay {
    pointer-events: all;
}



/* Sekction natverk info
========================================================================== */

.natverk-boxes .section-title {
    font-size: 2.9rem;
}

.natverk-boxes .f-36 {
    font-size: 5rem;
}

.natverk-boxes .card-item {
    min-height: 50rem;
}

.natverk-boxes .card-body {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-box-fair {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
     url('/assets/images/natverksmassor/lunchin-600px.jpg');
    background-size: cover;
    background-position: center;
}

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

/* ==========================================================================
Undersida: Medlemskap
========================================================================== */
.EditMode .section-medlem-form .block-object {
    margin-top: 5rem;
}

.hero.medlemskap .of-wrapper img {
    object-position: center 35%;
}

.costs-wrapper {
    display: flex;
    justify-content: center;
}

/* Tabell
========================================================================== */
.table {
    border: 1px solid rgb(var(--white-color));
    background: rgb(var(--white-color));
}

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

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

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

/* Innehåll */
.cell:not(:first-of-type) {
    text-align: center;
}

.table-heading p {
    font-weight: 400;
}

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

.cell i {
    padding: 0;
    font-size: 1.5rem;
    color: rgb(var(--black-color));
}

.cell .fa-check {
    color: rgb(var(--accent-green-color));
}

.cell .fa-times {
    color: rgb(var(--accent-red-color));
}

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

    .cell {
        width: 100%;
    }

    .cell:not(:first-of-type) {
        width: calc(100% / 3);
    }

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

    .row .cell:not(:first-of-type) {
        text-align: left;
    }
}

@media only screen and (max-width: 450px) {
    .cell:not(:first-of-type) {
        width: 100%;
    }
}

/* ==========================================================================
Undersida: ambassador
========================================================================== */
.EditMode .section-ambassador-form .block-object div {
    margin-top: 0;
}

.hero.ambassador .of-wrapper img {
    object-position: center 70%;
}

/* Sektion Steg for steg
========================================================================== */
.step-1 .card-header {
    position: relative;
    display: flex;
    align-items: center;
}

.step-1 .card-header::before,
.step-1 .card-header::after {
    position: relative;
    display: block;
    content: '';
    flex: 1 1 0%;
    height: 2px;
    background-color: rgb(var(--primary-color), .5);
}

.step-1 .card-header::before {
    left: -1rem;
}

.step-1 .card-header::after {
    right: -1rem;
}

.step-1 .card-item:first-child .card-header::before,
.step-1 .card-item:last-child .card-header::after {
    background-color: transparent;
}

.step-1 .icon-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid rgb(var(--white-color));
}

/* ==========================================================================
Undersida: Natverksappen
========================================================================== */
.section-app .section-block-wrapper {
    max-width: none;
}

.section-app .section-block {
    padding-right: 0;
    padding-bottom: 0;
}

.section-app .split-image img {
    object-position: left;
}

.section-app .split-content {
    padding: 5rem 2rem 10rem 15rem;
}

@media only screen and (max-width: 1200px) {
    .section-app .split-content {
        padding: 0 2rem 10rem 0;
    }
}

@media only screen and (max-width: 1000px) {
    .section-app .split-image {
        width: 100%;
    }

    .section-app .split-content {
        width: 100%;
        padding: 0 2rem 0 0;
    }
}

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

/* Timeline */
.timeline-wrapper {
    position: relative;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: rgb(var(--white-color));
}

.timeline-item {
    position: relative;
    width: 40%;
}

.timeline-item.item-left {
    margin: 3rem 0 0 auto;
}

.timeline-item:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 122%;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgb(var(--primary-color));
    border: 4px solid rgb(var(--white-color));
    transform: translateY(-50%);
}

.item-left.timeline-item:before {
    left: -27.6%;
}

@media only screen and (max-width: 980px) {
    .timeline-wrapper::before {
        left: 1rem;
    }

    .timeline-item {
        width: 100%;
        padding: 5rem 7rem;
    }

    .timeline-item:before,
    .item-left.timeline-item:before {
        left: -.5rem;
    }
}

@media only screen and (max-width: 680px) {
    .timeline-item {
        padding: 2rem 0 2rem 4rem;
    }
}

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

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

.ContactForm input[type="text"]:not(.illegal),
.ContactForm textarea:not(.illegal) {
    background-color: #f3f5f5;
}

/* ==========================================================================
Undersida: Veckans fraga
========================================================================== */
.section-fraga .cards-wrapper.w-100 .card-item {
    margin-top: 5rem;
    border-radius: 1rem;
}

.section-fraga .btn-wrapper {
    margin-top: 0;
}

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


/* ==========================================================================
Footer
========================================================================== */
.footer {
    background: linear-gradient(90deg, rgba(var(--primary-color)) 29%, rgba(102, 179, 46, 1) 100%);
    padding: 0 5rem;
}

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

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

.footer-menu {
    width: 20%;
    margin: 0 0 3rem;
}

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

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

.footer .small-title {
    color: rgb(var(--black-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), .7);
    text-decoration: none;
    font-size: 2rem;
}

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

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

.footer-bottom p,
.footer-bottom a:not(.circle-icon) {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.6;
    color: rgb(var(--black-color));
}

/* Social Menu */
.social-menu {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0 0 1rem;
    margin: 0;
}

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

.social-menu .circle-icon {
    background-color: rgb(var(--black-color), .7);
    color: rgb(var(--primary-color));
    font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

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