/* Card4Action AB */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url("https://use.typekit.net/tvj8tza.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Signika:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400|Noto+Serif:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Pen+Script&display=swap');

/* 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: 2, 89, 167;
    --secondary-color: 38, 38, 38;

    --gray-color: 250, 250, 250;
    --white-color: 255, 255, 255;
    --light-blue-color: 235, 246, 253;
    --light-green-color: 241, 246, 237;
    --light-pink-color: 250, 238, 245;
    --light-yellow-color: 253, 245, 234;

    --accent-orange-color: 255, 165, 0;
    --accent-green-color: 92, 172, 32;
    --black-color: 0, 0, 0;
    --white-color: 255, 255, 255;

    --lilac-color: 88, 24, 102;

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

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

/* Layout 
========================================================================== */
.section-wrapper {
    background-color: rgb(var(--white-color));
}

.section-block {
    padding: 12rem 4rem;
}

/* Paddings */
.p-5 {
    padding: 5rem !important;
}

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

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

.pr-6 {
    padding-right: 6rem;
}

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

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

.p-0 .section-block {
    padding-top: 0rem;
    padding-bottom: 0rem;

}

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

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

.pr-0 .section-block {
    padding-right: 0rem !important;
}

.pr-8 {
    padding-right: 8rem;
}

.pl-3 {
    padding-left: 3rem;
}

.pr-14 {
    padding-right: 14rem;
}

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

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

.px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
}

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

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

.px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.py-1-5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

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

/* Margins */

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

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

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

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

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

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

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

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

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

.mw-1100 .section-block-wrapper {
    max-width: 110rem;
}

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

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

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

.space-evenly {
    justify-content: space-evenly;
}

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

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

/* rubriker */
.section-title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 2rem;
    text-align: center;
    font-family: futura-pt-bold, sans-serif;
    color: rgb(var(--primary-color));
    /*color: transparent !important;
    background: linear-gradient(90deg, #1d71b8 0%, #28367f 70%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;*/
    letter-spacing: 0.5px;
}

.small-title {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    font-family: futura-pt-bold, sans-serif;
    color: #333;
}

.text-label {
    font-size: var(--base-size);
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding-bottom: 2rem;
    text-shadow: none;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    font-family: futura-pt, sans-serif;
    color: #333;
}

/* Text */
p,
a,
li {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1.7em;
    letter-spacing: 0.01em;
    color: #141414;
    -webkit-font-smoothing: antialiased;
}

p {
    padding: 0 0 0.4em 0;
}

/* Listor */
.bullet-list li {
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 15px;
    list-style: none;
}

.bullet-list ul li::before {
    content: "\f00c";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color: #1d73b8;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 18px;
}


/* Listor */
.list-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100rem;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.list-pills li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    margin: .5rem;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 4rem;
    color: rgb(var(--white-color));
    background: rgb(88, 24, 102) !important;
}

.list-pills li::before {
    content: '\f00c';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    border-radius: 50%;
    font-size: 1.5rem;
    font-family: 'Font Awesome 5 Pro';
    border-radius: 50%;
    color: rgb(var(--white-color));
    background: rgb(88, 24, 102) !important;
}

/* Ovriga klasser */
.uppercase {
    text-transform: uppercase;
}

@media only screen and (max-width: 580px) {
    .list-pills li {
        width: 100%;
        padding: 1rem;
    }
}

.text-blue {
    color: #1d73b8;
}

.text-lila {
    color: rgb(88, 24, 102) !important;
}

/* Kontakt formulär */

.field-2 {
    display: none;
}

.ContactForm select {
    width: 100%;
    height: 4rem;
}

/* Övriga klasser */
.text-block-center {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.bold,
.text-bold {
    font-weight: 500;
}

.center {
    text-align: center;
}

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

.left {
    text-align: left;
}

.smaller-img {
    max-width: 20rem;
    margin: 0 auto;
    display: block;
    padding-top: 1rem;
}

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

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

/* Links */
a {
    display: inline-block;
    color: #1d71b8;
    letter-spacing: 0;
    text-decoration: none !important;
}

a:hover {
    color: #1d71b8;
}

.bg-grey {
    background-color: #fafafa;
}

.bg-lila {
    background: rgb(88, 24, 102) !important;
}

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

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

.list-circle li,
.list-number li {
    position: relative;
    padding-left: 1.5rem;
}

.list-circle li::before {
    content: '\f111';
    position: absolute;
    top: 50%;
    left: -1rem;
    color: rgb(var(--accent-orange-color));
    font-weight: 700;
    font-size: .8rem;
    font-family: 'Font Awesome 5 Pro';
    transform: translateY(-50%);
}

ol li::marker {
    color: rgb(var(--accent-orange-color));
    font-size: 2rem;
    font-weight: 700;
}

ol li {
    font-weight: 400;
    color: #0259a7;
}

ol.list-number li {
    font-weight: 400;
    color: #333;
}

/* list-check Wrapper */
.list-check-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: 2rem auto 0;
}

.list-check-item {
    background-color: rgba(var(--primary-color), 0.1);
    border-radius: 4rem;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    margin: 0 1rem 1rem 0;
    display: flex;
    align-items: center;
}

.list-check-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: rgb(var(--primary-color));
    font-size: 1.5rem;
    color: rgb(var(--white-color));
    margin: 0 1rem 0 0;
    border-radius: 50%;
}

.list-check-item .small-title {
    font-size: 1.6rem;
    font-family: futura-pt, sans-serif;
    font-weight: 340000;
    color: rgb(var(--black-color));
    line-height: 1;
    margin: 0;
    padding: 0;
}


/* Knappar och speciella länkar
========================================================================== */

.btn-wrapper.right {
    float: right;
}

.btn,
.ContactSubmit {
    padding: 1.4rem 3.5rem;
    /* margin: 1rem; */
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-primary-filled,
.ContactSubmit {
    color: #FFF;
    background: rgb(var(--primary-color));
}

.btn-primary-filled:hover {
    color: #FFF;
    background: rgb(var(--secondary-color));
}

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

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

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

.arrow-link::after {
    content: ' \2023';
    display: inline-block;
    margin-left: .5rem;
    transition: transform .4s ease;
}

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

.card-item:hover p.arrow-link::after {
    transform: translateX(1rem);
    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(--secondary-color));
    text-decoration: none;
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
    transition: .3s ease;
}

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

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

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

.circle-icon2:hover {
    color: rgb(var(--primary-color));
    background-color: rgb(var(--secondary-color));
}

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

/* Pulserande knapp */
.pulse-btn {
    box-shadow: 0 0 0 0 rgb(var(--primary-color));
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(var(--primary-color), 0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(var(--primary-color), 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(var(--primary-color), 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(var(--primary-color), 0);
    }
}

/* Ovriga klasser */
.pointer {
    cursor: pointer;
}

@media screen and (max-width: 385px) {
    .btn-wrapper {
        margin-left: 3.5rem;
    }
}

/* Bakgrundsbild
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    background: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}


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

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

/* bildspel */
.crossfade {
    min-height: 100vh;
}

.crossfade-small {
    min-height: 50vh !important;
}

.crossfade-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.crossfade-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.crossfade-content img {
    max-width: 30rem;
}

.crossfade-content .text-wrapper {
    position: relative;
    z-index: 5;
    margin-top: 20vh;
}

.questionmarks-image {
    z-index: 1;
    position: relative;
}

.hanglas img {
    max-width: 3rem;
    max-height: 3rem;
    margin: auto;
    margin-top: -5rem !important;
}

/* Ovriga klasser  */
.w-100-p {
    width: 100%;
}


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


/* Parallax
========================================================================== */
.parallax {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 40rem;
    background-position: 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;
    }
}

/* Färger
========================================================================== */
/* Bakgrunder */
.bg-gray {
    background-color: rgb(var(--gray-color));
}

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

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

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

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

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

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

/* Overlays */
.blue-overlay {
    background-image: linear-gradient(to right, rgba(var(--primary-color), 0.4), rgba(var(--primary-color), 0.4));
}

.lilac-overlay {
    background-image: linear-gradient(to right, rgba(var(--lilac-color), 0.4), rgba(var(--lilac-color), 0.4));
}

.black-overlay {
    background-image: linear-gradient(to right, rgba(var(--black-color), 0.4), rgba(var(--black-color), 0.4));
}

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

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

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

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

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

}

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

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

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

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

.split-image {
    width: 50%;
}

.split-image.w-46 img {
    width: 70%;
}

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

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

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

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

.split-wrapper .w-25 {
    width: 25rem;
}

/* Fler bilder */
.split-more-img .split-image {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.split-more-img .split-image img {
    height: auto;
    min-height: auto !important;
    padding: 1rem 6rem;
}

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

/* Olika bredder */
.split-wrapper .w-30 {
    width: 30%;
}

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

/* Paddings */
.split-wrapper .p-2 {
    padding: 2rem;
}

.split-wrapper .w-25.py-5 {
    padding: 0 5rem;
}

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

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

    .split-content {
        padding: 0;
        position: absolute;
        z-index: 2;
        background-color: rgba(var(--white-color), 90%);
        padding: 2rem;
    }

    .split-content .section-title {
        font-size: 2rem;
    }

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

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

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

    .pr-6 {
        padding-right: 0;
    }

    .split-more-img .order-1 {
        order: 1;
        padding: 0 0 2rem;
    }

    .split-content.order-2 {
        order: 2;
    }
}

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

    .split-wrapper .split-image.w-25 {
        padding: 0 0 3rem 0;
    }

    .split-wrapper .split-image.w-25 {
        width: 10rem;
    }

    .split-more-img .order-1 img {
        padding: 0rem;
    }

    .split-wrapper .icon-wrapper {
        max-width: 15rem;
    }
}

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

.cta-appar p {
    font-size: 1.7rem;
    padding-bottom: 0;
    margin-bottom: -0.5rem;
}

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

.cta-appar .cta-download-app {
    margin-top: 0;
}

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

/* Grafiska element
========================================================================== */
.border-radius-top {
    border-radius: 2rem 2rem 0 0;
}

.border-radius-bottom {
    border-radius: 0 0 2rem 2rem;
}


/* Badge */
.badge-wrapper {
    position: relative;
}

.badge-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    padding: 2rem;
    font-size: 1.5rem;
}

.badge-bottom {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translate(-50%);
    padding: 2rem;
    font-size: 1.5rem;
}

.badge-bottom-2 {
    bottom: -8rem;
}

.badge-bottom-3 {
    bottom: -8rem;
}

.badge-flex {
    display: flex;
}

.badge-flex a {
    max-width: 14rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

/* Pratbubbla */

.talk-bubble-left,
.talk-bubble-center,
.talk-bubble-right {
    width: 70%;
    min-height: 5rem;
    background-color: rgb(var(--accent-orange-color));
}

.talk-bubble-left-small {
    max-width: 30rem;
    position: relative;
    margin-top: -7rem;
}

.talk-bubble-left {
    border-radius: 0 3rem 3rem 3rem;
    -webkit-border-radius: 0 3rem 3rem 3rem;
    -moz-border-radius: 0 3rem 3rem 3rem;
}

.talk-bubble-center {
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
}

.talk-bubble-top {
    max-width: 30rem;
    position: relative;
}

.top.talk-bubble-center:after {
    bottom: -3.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    border-color: transparent transparent rgb(var(--accent-orange-color)) transparent;
    transform: rotate(180deg);
}

.talk-bubble-right {
    border-radius: 3rem 0 3rem 3rem;
}

.talk-bubble-left:after,
.talk-bubble-center:after,
.talk-bubble-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border: 2rem solid;
    border-radius: 0.5rem;
}

.talk-bubble-left:after {
    top: -2rem;
    left: 0;
    border-color: transparent transparent rgb(var(--accent-orange-color)) rgb(var(--accent-orange-color));
}

.talk-bubble-center:after {
    top: -3.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    border-color: transparent transparent rgb(var(--accent-orange-color)) transparent;
}

.talk-bubble-right:after {
    top: -2rem;
    right: 0;
    border-color: transparent rgb(var(--accent-orange-color)) rgb(var(--accent-orange-color)) transparent;
}

.qr-phone {
    max-width: 40rem;
}

@media only screen and (max-width: 1100px) {
    .badge-bottom-2 {
        bottom: 1rem;

    }

    .badge-bottom-3 {
        bottom: -8rem;
    }
}

@media only screen and (max-width: 600px) {
    .badge-mobile-position {
        top: 38%;
    }

    .badge-bottom {
        bottom: -8rem;
    }

    .badge-bottom-2 {
        bottom: 1rem;
    }
}


/* Modal
========================================================================== */
.modal {
    max-width: 75rem;
    width: 100%;
    max-height: 75vh;
    padding: 4rem;
    border-radius: 2rem;
    box-shadow: none;
    overflow: auto;
    background: rgb(var(--primary-color));
}

.modal p {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.7em;
    letter-spacing: 0.01em;
    color: rgb(var(--white-color));
    padding: 1rem;
}

.blocker {
    z-index: 100;
}

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

.modal .custom-close-modal {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 3rem;
    color: rgb(var(--white-color));
}

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

    .modal p {
        font-size: 1.7rem;
        padding-top: 2rem;
    }

    .blocker {
        padding: 1rem;
    }
}

/* Modal som öppnas automatiskt
========================================================================== */
body:not(.EditMode) .section-auto-modal {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--black-color), .7);
}

body:not(.EditMode) .section-auto-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 4rem);
    max-width: 75rem;
    max-height: 75vh;
    padding: 4rem;
    border-radius: 0;
    overflow: auto;
    background: rgb(var(--white-color));
    transform: translate(-50%, -50%);
    outline: 2px solid #f8ae5d;
    outline-offset: -11px;
}

.section-auto-modal .close-modal {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 3rem;
    cursor: pointer;
}


.section-auto-modal .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}


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

    .section-auto-modal div.space-evenly {
        justify-content: space-around;
        padding: 3rem 2rem;
    }

    body:not(.EditMode) .section-auto-modal .section-block {

        top: 80%;
    }
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
}

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

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

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

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

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

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

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

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

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

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

/* Card 3-5 */
.card-3-5 .card-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30rem;

}

.card-3-5 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;

}

.card-3-5 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-color), .3);
    transition: .3s ease-in-out;
}

.card-3-5 .card-item:hover .image-wrapper::after {
    background: rgba(var(--black-color), .6);
}

.card-3-5 .card-body {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 5rem;
    color: rgb(var(--white-color));

}

.card-3-5 .card-body.border {
    margin: 5rem;
    border: 1px solid rgb(var(--white-color));
}

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

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

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

/* Cards 7*/
.cards-7 .card-item {
    text-decoration: none;
    border-radius: .8rem;
    box-shadow: 0 1rem 3rem rgb(var(--black-color), .1);
    background: rgb(var(--gray-color));
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cards-7 .text-wrapper {
    padding: 2rem 3rem;
    flex-grow: 1;
}

.cards-7 .small-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    border-bottom: 1px solid rgb(var(--primary-color));
}

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

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

/* Logos 1 */
.logos-1 .card-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logos-1 img {
    width: 100%;
    width: 12rem;
    transform: scale(.94);
    transition: 0.2s ease-in-out;
}

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

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

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

/* Header / Navigation
========================================================================== */
header {
    background-color: rgb(var(--primary-color));
}

.EditMode header .container {
    max-width: none;
}

body:not(.EditMode) .TemplateMenu a[href="https://business.card4action.com/Account/Login"] {
    display: none;
}

/* Top header */
.top-header {
    width: 100%;
    max-width: var(--section-width);
    height: 4rem;
    margin: 0 auto;
    border-bottom: 1px solid rgb(var(--white-color));
    overflow: hidden;
    padding-left: 1rem;
    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;
    text-decoration: none;
    transition: .2s ease;
    font-weight: 500;
    font-size: 1.4rem;
    color: rgb(var(--white-color));
}

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

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

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

body .top-header ul {
    display: none;
}

body:not(.en) .top-header ul.sv-top,
body.en .top-header ul.en-top {
    display: flex;
}

/* Header logo */
header .header-logo {
    flex-grow: 1;
    padding: 1rem;
}

header .header-logo img {
    padding: 0 1rem 0 0;
    max-height: 8rem;
    background-color: rgb(var(--primary-color));
    margin-bottom: 1rem;
}

.header-logo::after {
    content: "";
    display: inline-block;
    width: 8rem;
    height: 8rem;
    background-image: url("/assets/images/qr-gif.gif");
    background-size: cover;
    vertical-align: middle;
    margin-bottom: 1rem;
    padding-right: 2rem;
    padding: 1rem;
    margin-left: -0.5rem;
}

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

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

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

.TemplateMenu ul {
    background: linear-gradient(90deg, #1d71b8 0%, #28367f 70%) !important;
}

/* 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(--accent-orange-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 .TemplateMenu {
    background: linear-gradient(90deg, #1d71b8 0%, #28367f 70%);
}

.mobile-menu .mainmenu {
    background: linear-gradient(90deg, #1d71b8 0%, #28367f 70%);
}

.mobile-menu .header-logo {
    position: relative;
    top: -1.5rem;
    left: -2rem;
}

header.mobile-menu .header-logo img {
    margin-bottom: 2rem;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: opacity, top, transform;
    transition-delay: .2s, .2s, 0s;
    background: white;
}

@media only screen and (max-width: 1024px) {
    .top-header a {
        padding: 0 0 1rem 2rem;
    }
}

@media only screen and (max-width: 580px) {
    .mobile-menu .header-logo {
        left: -1rem;
    }

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

    header .header-logo img {
        max-height: 3rem !important;
    }

    .header-logo::after {
        width: 5rem;
        height: 5rem;
    }

    .mobile-menu .header-logo {
        left: 0;
        padding: 0rem;
    }
}


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

/* Topsection  
========================================================================== */
.EditMode .top-section .edit-buttons {
    position: absolute;
    z-index: 3;
}

body:not(.EditMode) .top-section {
    position: relative;
    margin-top: calc(-1 * var(--menu-height) - 4.5rem);
    background-color: transparent;
}

.bg-fotboll {
    background-image: url(/assets/images/bildspel/aktiva-medlemmar-2000px.jpg);
}

.bg-vanner {
    background-image: url(/assets/images/bildspel/basta-vannerna-2000px.jpg);
}

.bg-linkedin {
    background-image: url(/assets/images/bildspel/linkedin-kontakter-2000px.jpg);
}

.bg-kunder {
    background-image: url(/assets/images/bildspel/viktiga-kunder-2000px.jpg);
}

.bg-kollegor {
    background-image: url(/assets/images/bildspel/members-2000px.png);
}

.bg-faces {
    background-image: url(/assets/images/c4a-bg-faces-2000px.jpg);
}

.bg-concert {
    background-image: url(/assets/images/haller-hander-2000px.jpg);
}

.bg-arena {
    background-image: url(/assets/images/c4a-bg-arena-2000px.jpg);
}

.bg-golf {
    background-image: url(/assets/images/applas-2000px.jpg);
}

.bg-mote {
    background-image: url(/assets/images/party-2000px.jpg);
}

.bg-sunset {
    background-image: url(/assets/images/c4a-bg-sunset-2000px.jpg);
}

/* Sektion med splittar  
========================================================================== */
.section-splits .text-primary,
.cover-text a {
    transition: .3s ease;
}

.section-splits a.split-wrapper .split-content:hover .text-primary,
.cover-text a:hover {
    background: linear-gradient(90deg, #ffc65e 0%, #ffa500 70%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.split-content .relative {
    position: relative !important;
}

.split-image.full {
    height: 100% !important;
}

.cover-text {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10rem;
}

.cover-text h2 {
    max-width: 50rem;
    margin: auto;
}

.section-splits .text-right {
    text-align: center;

}

.section-splits .text-left p {
    text-align: center;
}

.icon-wrapper {
    max-width: 20rem;
    padding: 2rem;
}

.icon-wrapper-right {
    margin-left: auto;
    margin-right: 0;
}

.cover-text-en .section-title {
    max-width: 48rem;
    margin: 0 auto;
}

.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 only screen and (max-width:1100px) {
    .section-splits .split-wrapper {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.574);
        margin-top: 4rem;
    }

    .section-splits .split-content {
        padding: 1rem;
        padding-bottom: 0;
        position: sticky;
        bottom: 1rem;
        align-self: flex-end;
    }

    .section-splits .text-right {
        text-align: center;
    }

    .section-splits .text-left {
        text-align: center;
    }

    .icon-wrapper {
        margin: auto;
    }
}

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

    .cover-text-en .cover-text,
    .cover-text {
        left: 15rem;
        margin-top: 6rem;
    }
}

@media only screen and (max-width:1270px) {
    .cover-text {
        left: 5rem;
        margin-top: 7rem;
    }
}

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

    .cover-text-en .cover-text,
    .cover-text {
        position: static;
        padding: 1rem;
        margin-top: 5rem;
    }
}

/* Quotes */
.bg-quote {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 36rem;
    height: 20rem;
    /* background-image: url(/assets/images/quote.png); */
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-quote.none {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 36rem;
    height: 20rem;
    background-image: none;
}

.bg-quote p {
    max-width: 25rem;
    margin-bottom: 1rem;
    color: #FFF !important;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
}

.top-section .text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top-section h1,
.top-section h2 {
    color: #FFF !important;
    margin-top: 2rem;
    font-weight: bolder;
    font-family: futura-pt-bold, sans-serif;
}

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

    .bg-quote,
    .bg-quote.none {
        width: 26rem;
        height: 14.5rem;
    }

    .bg-quote p {
        max-width: 22rem;
        font-size: 2rem;
    }
}

/* section-phone
========================================================================== */

/*
========================================================================== */

.opcb img {
    object-position: center 25%;
}


@media only screen and (max-width:580px) {
    .opcb img {
        object-position: center center;
    }
}


/* Samla och minns dina möten möten
========================================================================== */
.split-image .slick-list {
    width: 100%;
}

/* Card4action - All in one place
========================================================================== */
.c4action-logo {
    display: block;
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
}

.section-mobile-hand {
    overflow-x: clip;
}



/* .section-mobile-hand .hand */
@media only screen and (max-width: 1300px) {
    .section-mobile-hand .col-0 {
        width: 35%;
    }
}

@media only screen and (max-width: 1150px) {
    .section-mobile-hand .col-0 {
        width: 30%;
    }
}

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

    .section-mobile-hand .text-center {
        text-align: left;
    }
}


/* Parallax - Bröllopsinbjudan
========================================================================== */
.section-brollopsinbjudan {
    background-image: linear-gradient(20deg, rgb(23 23 23 / 26%) 0%, rgb(76 76 74 / 45%) 100%), url(/assets/images/members-2000px.png);
}

/* Parallax - Företagsgolf
========================================================================== */
.section-foretagsgolf {
    background-image: linear-gradient(20deg, rgb(23 23 23 / 26%) 0%, rgb(76 76 74 / 45%) 100%), url(/assets/images/foretagsgolf-annika-2000px.jpg);
}

/* Parallax - Event & Seminarium
========================================================================== */
.section-event {
    background-image: linear-gradient(20deg, rgb(23 23 23 / 26%) 0%, rgb(76 76 74 / 45%) 100%), url(/assets/images/conferance-2000px.png);
}

/* Flera fördelar (Ikoner)
========================================================================== */
.js-show-more-text {
    cursor: pointer;
}

/* Startsida: Olika roller
========================================================================== */
.section-roller {
    min-height: 80rem;
}

/* Flip card */
.flip-wrapper {
    position: relative;
}

.flip-card {
    position: absolute;
    width: 260px;
    height: 320px;
    perspective: 1000px;
}

.flip-card-container {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* .flip-card:hover .flip-card-container, */
.flip-card.hover .flip-card-container {
    transform: rotateY(180deg);
}

@media only screen and (min-width:1024px) {
    .flip-card:hover .flip-card-container {
        transform: rotateY(180deg);
    }
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front,
.flip-card-back {
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

/* Framsida */
.flip-card-front .img-wrapper {
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
    height: 245px;
    overflow: hidden;
}

.flip-card-front h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 75px;
    padding: 0 2rem;
    color: #FFF;
    font-size: 2rem;
}

/* Baksida */
.flip-card-back {
    position: absolute;
    padding: 15px;
    box-sizing: border-box;
    transform: rotateY(180deg);
    color: #FFF;
    overflow: hidden;
}

.flip-card-front-container .absolute,
.flip-card-back .absolute {
    position: absolute;
}

.ferrari .flip-card-back .absolute,
.bris .flip-card-back .absolute,
.produktchef .flip-card-back .absolute,
.styrelseledamot .flip-card-back .absolute {
    bottom: 87%;
    left: 74%;
}

.ferrari .flip-card-front-container .absolute,
.bris .flip-card-front-container .absolute,
.produktchef .flip-card-front-container .absolute,
.styrelseledamot .flip-card-front-container .absolute {
    bottom: 8%;
    left: 74%;
}

.flip-card-back h3 {
    font-size: 2rem !important;
    padding-bottom: 5px;
    color: #FFF;
}

.flip-card-back p,
.flip-card-back a {
    font-size: 14px !important;
    padding: 0 !important;
    color: #FFF !important;
}

.flip-card-back hr {
    border: none;
    height: 1px;
    background: #FFF;
    width: 100%;
}

/* Positionering */
.flip-card.ferrari {
    z-index: 1;
    top: -130px;
    left: -20px;
    transform: rotate(-4deg) !important;
}

.flip-card.produktchef {
    z-index: 2;
    top: -30px;
    right: -10px;
    transform: rotate(6deg) !important;
}

.flip-card.bris {
    z-index: 3;
    top: 350px;
    right: 0px;
    transform: rotate(-3deg) !important;
}

.flip-card.styrelseledamot {
    z-index: 2;
    top: 230px;
    left: -20px;
    transform: rotate(5deg) !important;
}

/* Colors */
.flip-card.ferrari .flip-card-front h3,
.flip-card.ferrari .flip-card-back {
    background: rgb(181, 31, 31);
    background: linear-gradient(90deg, rgba(181, 31, 31, 1) 0%, rgba(255, 4, 19, 1) 100%, rgba(181, 25, 15, 1) 100%);
}

.flip-card.produktchef .flip-card-front h3,
.flip-card.produktchef .flip-card-back {
    background: rgb(0, 105, 180);
    background: linear-gradient(90deg, rgba(0, 105, 180, 1) 0%, rgba(0, 70, 98, 1) 100%)
}

.flip-card.bris .flip-card-front h3,
.flip-card.bris .flip-card-back {
    background: rgb(49, 39, 131);
    background: linear-gradient(90deg, rgba(49, 39, 131, 1) 0%, rgba(0, 0, 21, 1) 100%);
}

.flip-card.styrelseledamot .flip-card-front h3,
.flip-card.styrelseledamot .flip-card-back {
    background: rgb(110, 117, 253);
    background: linear-gradient(90deg, rgba(149, 27, 129, 1) 0%, rgba(0, 0, 49, 1) 100%);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .flip-card {
        perspective: unset;
    }

    .flip-card-container {
        transition: none;
        transform-style: unset;
    }

    .flip-card:hover .flip-card-container,
    .flip-card.hover .flip-card-container {
        transform: none;
    }

    .flip-card-front,
    .flip-card-back {
        position: static;
        display: block;
        backface-visibility: unset;
    }

    .flip-card-back {
        display: none;
    }
}

@media only screen and (max-width:1150px) {
    .flip-card.ferrari {
        left: -50px;
    }

    .flip-card.styrelseledamot {
        left: -50px;
    }

    #olikaroller .section-title {
        padding-right: 2rem;
    }
}

@media only screen and (max-width:980px) {
    .smalltext-type {
        max-width: 100%;
    }

    #olikaroller .col-1 {
        height: 580px;
    }

    .flip-wrapper {
        margin-top: 6rem;
    }

    .flip-card.ferrari {
        top: -50px;
        left: 50%;
        transform: translateX(-100%) rotate(-4deg) !important;
    }

    .flip-card.produktchef {
        top: 10px;
        left: 53%;
        right: unset;
    }

    .flip-card.bris {
        top: 320px;
        left: 50%;
        right: unset;
    }

    .flip-card.styrelseledamot {
        top: 260px;
        left: 50%;
        transform: translateX(-100%) rotate(5deg) !important;
    }
}

@media only screen and (max-width:590px) {
    .flip-card {
        width: 230px;
        height: 280px;
    }

    .flip-card-front .img-wrapper {
        height: 215px;
    }

    .flip-card-back p {
        font-size: 12px !important;
        ;
    }

    .flip-card.ferrari {
        top: -30px;
        left: 0;
        transform: translateX(0) rotate(-4deg) !important;
    }

    .flip-card.produktchef {
        left: unset;
        right: 0;
    }

    .flip-card.styrelseledamot {
        left: -30px;
        transform: translateX(0) rotate(5deg) !important;
    }

    .flip-card.bris {
        left: unset;
        right: 0;
    }

    .produktchef .flip-card-back .absolute,
    .styrelseledamot .flip-card-back .absolute,
    .ferrari .flip-card-back .absolute,
    .bris .flip-card-back .absolute {
        bottom: 85%;
        left: 72%;
    }

    .ferrari .flip-card-front-container .absolute,
    .bris .flip-card-front-container .absolute,
    .produktchef .flip-card-front-container .absolute,
    .styrelseledamot .flip-card-front-container .absolute {
        bottom: 4%;
        left: 74%;
    }

    .flip-card-front h3,
    .flip-card-back h3 {
        font-size: 1.8rem !important;
    }
}

@media only screen and (max-width:430px) {
    #olikaroller .col-1 {
        height: 500px;
    }

    #olikaroller .section-title {
        padding-right: 0rem;
    }

    .flip-card.produktchef {
        top: -30px;
        left: 50%;
        transform: translateX(-50%) rotate(-4deg) !important;
    }

    .flip-card.bris {
        top: 260px;
        left: 50%;
        transform: translateX(-50%) rotate(5deg) !important;
    }

    .flip-card.ferrari,
    .flip-card.styrelseledamot {
        display: none;
    }
}

/* Startsida: video 
========================================================================== */
.section-video {
    background-image: linear-gradient(20deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 60%) 100%), url(/assets/images/card4action-bg-golfcar.jpg);
    height: auto;
    display: none;
}

.video-wrapper.mw-75 {
    display: block;
    margin: 0 auto;
    max-width: 75rem;
}

.section-video * {
    color: #fff !important;
}

/* CTA-sektion
========================================================================== */


.section-cta .text-block {
    max-width: 90rem;
    padding: 5rem 4rem;
    border-radius: 1rem;
    margin: auto;
    background-color: rgb(var(--primary-color));
}

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

.cta-download-app img {
    max-height: 4rem !important;
    padding-right: 1rem;
    padding-left: 1rem;
}

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


/* Startsida: Kontakt
========================================================================== */
.section-contact {
    background: linear-gradient(90deg, #1d71b8 0%, #28367f 70%) !important;
}

.section-contact * {
    color: #fff !important;
    text-align: left !important;
}

/* Teaser-hand till höger (.teaser)
========================================================================== */
body.en .show-sv,
body:not(.en) .show-en,
body.EditMode.WebbEssDIY .teaser {
    display: none;
}

body:not(.en) .show-sv,
body.en .show-en {
    display: block;
}

.teaser {
    position: fixed;
    bottom: 30%;
    right: 0;
    width: 50rem;
    height: 41rem;
    z-index: 7;
}

.teaser-content {
    position: absolute;
    right: -13rem;
    top: 25rem;
    background: rgb(var(--primary-color));
    border-radius: 5rem 0rem 0rem 5rem;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 500ms;
}

.visibile .teaser-content {
    animation: none;
}

.teaser-content.large {
    width: 53rem;
    right: -10rem;
}

.invisible .large {
    transform: translateX(100%);
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 500ms;
}

.invisible .teaser-hand {
    right: -42rem;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 500ms;
}

.teaser .flex {
    flex-direction: column;
    justify-content: center;
    width: 30rem;
}

.teaser .js-slick-rolling {
    width: 23rem;
}

.teaser .slick-arrow::after,
.teaser .slick-arrow::before {
    color: rgb(var(--white-color));
    font-size: 4.5rem;
}

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

.teaser p {
    font-size: 1.3rem;
}

.teaser-hand {
    position: absolute;
    bottom: -17rem;
    right: -34rem;
    z-index: 8;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 500ms;
}

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

    .teaser .js-slick-rolling {
        width: 18rem;
    }

    .teaser .slick-arrow::after,
    .teaser .slick-arrow::before {
        font-size: 2.5rem;
    }

    .teaser-content.large {
        padding-left: 3rem;
        width: 43rem;
    }

    .teaser-hand {
        width: 90%;
        bottom: -14rem;
    }

    .invisible .teaser-hand {
        right: -38rem;
    }

    .visibile .teaser-hand {
        right: -32rem;
    }
}

@media only screen and (max-width: 580px) {
    #teaser {
        display: none;
    }

    .teaser-content {
        top: 35rem;
    }

    .teaser-hand {
        bottom: -24rem;
    }
}

@media only screen and (max-width: 335px) {
    .teaser-content.large {
        padding-left: 2rem;
        width: 42rem;
    }
}

/* ==========================================================================
Undersidor - galler alla undersidor 
========================================================================== */

/* Hero
========================================================================== */
.hero {
    min-height: 40rem;
}

.hero .text-block-center {
    max-width: 65rem;
}

.hero-2 .section-block {
    display: flex;
    align-items: center;
    max-height: 70rem !important;
    background-color: rgb(var(--black-color), .5);
}



/* ========================================================================== 
Undersida App
========================================================================== */
.app-intro {
    display: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background-image: linear-gradient(to right bottom, rgba(102, 100, 111, 0.65), rgba(102, 100, 111, 0.65)), url('/assets/images/c4action-bg-besokare1.jpg');
    background-position: center !important;
}

.app-intro h1 {
    color: #fff !important;
}

/** Appen **/
#app .app-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

#app .wrapper-menu {
    position: relative;
    display: flex;
    justify-content: center;
}

#app .wrapper1 img {
    position: relative;
    z-index: 1;
}

#app .menu-top {
    position: absolute;
    z-index: 2;
    width: 90%;
    top: 10px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
}

#app .menu-top img {
    max-width: 45px !important;
}

#app .menu-bottom {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 42px;
    display: flex;
    justify-content: center;
}

#app .menu-bottom img {
    max-width: 50px !important;
    margin: 1px 10px;
}

#app #bottom-5 {
    margin-left: 5px;
}

.relative {
    position: relative;
}

/** Pulserande knapparna **/
#app .pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;

}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}


@keyframes pulse-ring {
    0% {
        transform: scale(.63);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

/** Media query - appen  **/
@media only screen and (max-width: 480px) {
    #app .menu-bottom {
        bottom: 30px !important;
    }

    #app h2 {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 430px) {
    #app .menu-bottom {
        bottom: 30px !important;
    }

    #app .menu-bottom img {
        max-width: 40px !important;
        margin: 1px 8px;
    }
}

@media only screen and (max-width: 430px) {
    #app .menu-bottom img {
        max-width: 36px !important;
        margin: 0px 8px;
    }

    #app .menu-top img {
        max-width: 35px !important;
    }
}

@media only screen and (max-width: 360px) {
    #app .menu-bottom {
        bottom: 21px !important;
    }
}

@media only screen and (max-width: 330px) {
    #app .menu-bottom {
        bottom: 17px !important;
    }

    #app .menu-bottom img {
        max-width: 28px !important;
    }
}

/* ==========================================================================
Undersida: Kom igang
========================================================================== */
.section-instructions .split-content .section-title {
    color: rgb(var(--white-color));
    text-transform: uppercase;
}

.section-instructions .card-item {
    padding: 4rem 3rem 6rem;
}

.section-instructions .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.instructions-cta-appar {
    display: flex;
    max-width: 50%;
    align-items: center;
    margin: 0 auto;
}

.instructions-cta-appar img {
    width: 14rem;
}

.section-instructions .card-body .image-wrapper {
    max-width: 28%;
    padding: 2rem;
}

.section-instructions .card-item .section-title {
    font-size: 6rem;
    text-transform: uppercase;
}

@media only screen and (max-width: 1100px) {
    .section-instructions .split-content {
        padding: 3rem 0 0;
    }

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

    .section-instructions .split-content .section-title {
        color: rgb(var(--primary-color));
    }

    .section-instructions .split-image {
        height: 40vh;
    }

    .section-instructions .card-body .image-wrapper {
        max-width: 40%;
        padding-bottom: 10rem;
    }

    .section-instructions .card-body {
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px) {
    .section-instructions .card-body .image-wrapper {
        max-width: 100%;
        padding: 0 0 5rem;
    }
}

/* ==========================================================================
Undersida Klubbrum
========================================================================== */
/* Why Us items
========================================================================== */
/* Why us element  */
.why-us-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 120rem;
    margin: 5rem auto 0;
}

.why-us {
    position: relative;
    display: flex;
    width: 33%;
    margin-bottom: 2rem;
}

.why-us-icon-wrap {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 3rem;
    border-radius: 50%;
    background-image: linear-gradient(20deg, rgb(236, 102, 8) 0%, rgb(255, 204, 0) 100%);
    overflow: hidden;
}

.why-us i {
    font-size: 2.5rem;
    font-weight: 300;
    color: rgb(var(--white-color));
}

.why-us-textwrapper {
    flex: 1 1 0px;
    max-width: 40rem;
    margin: 0 auto;
    padding: 0 1rem 0 2rem;
}

.why-us-wrapper2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 120rem;
    margin: 5rem auto 0;
    justify-content: center;
}

.quote-logo {
    max-width: 50rem;
    margin: auto;
}

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

    .why-us {
        width: 100%;
        margin: 0 auto 2rem;
        max-width: 50rem;
    }
}

@media only screen and (max-width: 600px) {
    .quote-logo {
        max-width: 25rem;
        margin: auto;
    }
}

/* ==========================================================================
Undersida Cards4golf
========================================================================== */
.golf-badge {
    background: rgb(var(--primary-color));
    padding: 2rem;
    border-radius: 2rem;
}

/* ==========================================================================
Undersida Abonnemang
========================================================================== */
/* Tabell */
.table {
    width: 100%;
    max-width: 110rem;
    margin: 0 auto;

}

.table-heading p {
    margin-top: 1rem;
}


.row .cell:nth-child(odd) {
    background-color: rgb(var(--primary-color), .9);
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgb(222, 222, 222);

}

.cell:first-child {
    width: 35%;
    height: 6rem;
}

.cell {
    width: 16.25%;
    padding: 2rem;
    height: 6rem;
}

@media only screen and (max-width: 840px) {
    .table p {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 640px) {
    .table p {
        font-size: 1rem;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .cell {
        padding: 0rem;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        width: 16.5%;
        height: 3rem;
    }

    .cell:first-child {
        width: 34%;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 1rem;
        height: 3rem;
    }



}

/* ==========================================================================
Undersida Space4action
========================================================================== */
/* Gör text osynlig */
.text-osynlig {
  transition: opacity 1s ease;
}
.text-osynlig.osynlig {
  opacity: 0;
}

/* Space4Action logga */
.logo-wrapper {
    max-width: 28rem;
    padding-bottom: 3rem;
    margin: auto;
}

/* ==========================================================================
Om oss
========================================================================== */

/* Tarta diagram 
======================================================================*/
.diagram-wrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "item1 item2"
        "item4 item3";
    margin-top: 5rem;
}

.diagram-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0.5rem;
}

.reverse-children {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.item1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: item1;
}

.item2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: item2;
}

.item3 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: item3;
}

.item4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: item4;
}

.diagram-item .text-wrapper {
    position: relative;
    z-index: 1;
    width: 55%;
    margin: 0 -5% 0 0;
    padding: 0 2rem 0 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reverse-children .text-wrapper {
    margin: 0 0 0 -5%;
    padding: 0 0 0 2rem;
}

.diagram-item .image-wrapper {
    position: relative;
    width: 50%;
}

.diagram-item .diagram-image {
    width: 100%;
}

.diagram-item .mobile-diagram-image {
    display: none;
}

/* Diagram Title */
.diagram-title {
    position: absolute;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    max-width: 20rem;
}

.item1 .diagram-title {
    bottom: 7rem;
    left: 9rem;
}

.item2 .diagram-title {
    bottom: 7rem;
    left: 2rem;
}

.item3 .diagram-title {
    top: 7rem;
    left: 2rem;
}

.item4 .diagram-title {
    top: 7rem;
    left: 10rem;
}

/* Hovereffekter */
.diagram-wrapper:hover .diagram-item .image-wrapper {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.diagram-wrapper:hover .diagram-item:hover .text-wrapper {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.diagram-wrapper:hover .diagram-item:hover .image-wrapper {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item1 .image-wrapper {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.item2 .image-wrapper {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.item3 .image-wrapper {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.item4 .image-wrapper {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.diagram-logo {
    position: absolute;
    width: 10%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

/* Media Query */
@media only screen and (max-width: 1580px) {

    .item1 .image-wrapper,
    .item4 .image-wrapper {
        margin-right: -2rem;
    }

    .item2 .image-wrapper,
    .item3 .image-wrapper {
        margin-left: -2rem;
    }
}

@media only screen and (max-width: 1000px) {
    .diagram-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .diagram-item .image-wrapper {
        margin: 0 auto;
    }

    .diagram-item .text-wrapper {
        padding: 4rem 0;
        opacity: 1;
        width: 100%;
    }

    .diagram-wrapper:hover .diagram-item .image-wrapper {
        opacity: 1;
    }

    .diagram-wrapper:hover .diagram-item:hover .image-wrapper {
        transform: none;
    }

    .diagram-item .diagram-image,
    .diagram-title {
        display: none;
    }

    .diagram-item .mobile-diagram-image {
        display: block;
    }

    .diagram-logo {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .diagram-item {
        padding: 0;
    }

    .diagram-item:not(:last-child) {
        padding: 0 0 5rem;
    }

    .diagram-item .text-wrapper {
        width: 100%;
        margin: 0;
        padding: 0 0 2rem;
    }

    .diagram-item .image-wrapper {
        width: 100%;
        max-width: 30rem;
    }

    .item1 .image-wrapper,
    .item4 .image-wrapper {
        margin-left: auto;
    }

    .item2 .image-wrapper,
    .item3 .image-wrapper {
        margin-right: auto;
    }
}

@media only screen and (hover: none) {
    .diagram-item .text-wrapper {
        opacity: 1;
    }
}

/* Timeline
========================================================================== */
.timeline-wrapper {
    position: relative;
    max-width: 120rem;
    margin: 10rem auto 0;
}

.timeline-wrapper a:hover {
    text-decoration: underline;
}

.timeline-wrapper::before {
    content: "";
    position: absolute;
    width: 2px;
    background-color: rgb(var(--primary-color));
    top: 0;
    bottom: 0;
    left: 50%;
    border-radius: 40px;
}

.timeline-text:before {
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(90deg, rgb(var(--lightblue-color)) 0%, rgb(var(--darkblue-color)) 70%);
    position: absolute;
    left: -12.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0 0 4px rgb(var(--white-color));
    box-shadow: 0 0 0 4px rgb(var(--white-color));
    z-index: 1;
}

.item-right .timeline-text::before {
    left: auto;
    right: -13.5%;
}

.timeline-item {
    margin-bottom: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.timeline-item.item-left {
    justify-content: flex-end;
}

.timeline-text {
    width: 45%;
}

.timeline-text {
    padding-left: 5rem;
}

.timeline-text p {
    font-size: 1.75rem;
}

.item-right .timeline-text {
    padding-right: 5rem;
    padding-left: 0;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timelime-result {
    font-size: 3rem !important;
    font-weight: 400;
    color: rgb(var(--secondary-color));
    padding: 0 0 1rem 0;
    line-height: 1;
}

@media only screen and (max-width: 1000px) {
    .timeline-text {
        padding-left: 2rem;
    }

    .item-right .timeline-text {
        padding-right: 0;
        padding-left: 2rem;
    }

    .timeline-wrapper {
        margin-top: 4rem;
    }
}

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

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

    .timeline-item.item-left {
        flex-wrap: wrap-reverse;
    }

    .timeline-text,
    .timeline-image {
        width: calc(100% - 2rem);
    }

    .timeline-text {
        margin-bottom: 2rem;
    }

    .timeline-text:before {
        left: -2.8rem;
    }

    .item-right .timeline-text::before {
        left: -2.8rem;
        right: auto;
    }
}

/* Why Us items
========================================================================== */
/* Why us element  */
.why-us-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 120rem;
    margin: 5rem auto 0;
}

.why-us {
    position: relative;
    display: flex;
    width: 33%;
    margin-bottom: 2rem;
}

.why-us-icon-wrap {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 3rem;
    border-radius: 50%;
    background-image: linear-gradient(20deg, rgb(236, 102, 8) 0%, rgb(255, 204, 0) 100%);
    overflow: hidden;
}

.why-us i {
    font-size: 2.5rem;
    font-weight: 300;
    color: rgb(var(--white-color));
}

.why-us-textwrapper {
    flex: 1 1 0px;
    max-width: 40rem;
    margin: 0 auto;
    padding: 0 1rem 0 2rem;
}

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

    .why-us {
        width: 100%;
        margin: 0 auto 2rem;
        max-width: 50rem;
    }
}

/* ==========================================================================
Undersida: Card4Dogs, Card4Fairs
========================================================================== */

/* Sektion med hand 
========================================================================== */
.dogs {
    position: relative;
    max-width: 100vw;
    padding: 10rem 0;
    overflow-x: clip;
}

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

.dogs .section-block-wrapper {
    max-width: unset;
}

/* .dogs .text-wrapper {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
} */

.dogs .text-wrapper img {
    display: block;
    width: calc(100% - 70rem);
    max-width: 70rem;
    margin: 0 auto 3rem;
}

.hand {
    display: block;
    position: absolute;
    right: -25rem;
    bottom: auto;
    max-width: 60rem !important;
    height: auto;
}

@media only screen and (max-width: 1250px) {
    .dogs .text-wrapper img {
        max-width: calc(100% - 40rem);
        width: 100%;
        margin: 0 0 3rem;
    }
}

@media only screen and (max-width: 980px) {
    .hand {
        max-width: 40rem !important;
    }

    .dogs .text-wrapper img {
        max-width: calc(100% - 18rem);
    }
}

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

    .dogs .block-object {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .hand {
        order: 3;
        position: relative;
        right: -2rem;
        bottom: unset;
        align-self: flex-end;
        margin-top: 5rem;
    }

    .dogs .text-wrapper {
        order: 1;
        width: 100%;
    }

    .dogs .text-wrapper img {
        max-width: 100%;
    }

    .dogs .btn-wrapper {
        order: 2;
        width: 100%;
        margin: 0;
    }
}

.hand-left {
    display: block;
    position: absolute;
    left: -5rem;
    bottom: auto;
    max-width: 40rem !important;
    top: 40rem;
    height: auto;
}

.qr-code img {
    max-width: 30rem;
}

@media screen and (max-width: 1550px) {
    .hand-left {
        right: -20%;
    }
}

@media screen and (max-width: 1040px) {
    .hand-left {
        display: none;
    }
}

/* Sektion med bild
========================================================================== */
.image-divider .image-wrapper {
    height: 50rem;
}

/* Undersida Networking
========================================================================== */
.img-top-box {
    position: absolute;
    bottom: 30%;
    left: 0;
    max-width: 20rem;
}

.top-text-wrapper {
    max-width: 100rem;
    margin: auto;
}

.card-lilac {
    background: rgb(88, 24, 102) !important;
}

.networking .LayoutPage {
    overflow: hidden;
}

.networking.SubPage header .header-logo a {
    padding: 5px 0;
    background-image: url(/assets/images/networking/logo-300px.png);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.networking header .header-logo .extern {
    display: none;
}

.networking .TemplateMenu,
.networking .header-cta-wrapper,
.networking .lang-wrapper {
    display: none;
}

.header-cta-wrapper2 {
    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-wrapper2 li {
    margin: 0 .5rem;
}

.header-cta-wrapper2 .btn {
    min-width: unset;
    padding: 1rem 3rem;
}

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

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

}

@media only screen and (max-width: 560px) {
    .header-cta-wrapper2 {
        display: none;
    }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    background: linear-gradient(90deg, #1d71b8 0%, #28367f 70%) !important;
}

.footer * {
    color: #fff;
}

.footer img {
    max-width: 22rem !important;
}

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

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

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

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

.footer .small-title {
    font-size: 2rem;
    letter-spacing: normal;
}

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

/* Footer bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 2rem;
}

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

.footer-bottom .circle-icon {
    width: 3rem;
    height: 3rem;
}

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

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

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

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

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

    .footer-menu-large {
        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%;
    }

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

/* ==========================================================================/*