/* Shego Pilates */

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

/* Typsnitt – Playfair Display & Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Satisfy&display=swap');

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

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

    /* 	Colors */
    --primary-color: 183, 143, 132;
    --primary-light-color: 232, 202, 194;
    --primary-dark-color: 145, 86, 77;

    --black-color: 0, 0, 0;
    --gray-dark-color: 51, 51, 51;
    --gray-light-color: 250, 250, 250;
    --white-color: 255, 255, 255;

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

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

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

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

/* Speciella bredder */
.mw-1500 .section-block-wrapper {
    max-width: 150rem;
}
.mw-1600 .section-block-wrapper {
    max-width: 160rem;
}

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

.mw-1700 .section-block-wrapper {
    max-width: 170rem;
}

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


/* Speciella paddings, section-block */

.pb-0 .section-block {
    padding-bottom: 0;
}

.pb-5 .section-block, .pb-5  {
    padding-bottom: 5rem;
}

.pb-6 .section-block {
    padding-bottom: 6rem !important;
}

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

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

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

/* Andra paddings */

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

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

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

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

/* Speciella margins */

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

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

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

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


/* Text och typsnitt
========================================================================== */
body {
    font-family: 'Open Sans', sans-serif;
}

/* Rubriker */
.section-title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 3rem;
    font-family: inherit;
    text-transform: uppercase;
}

.small-title {
    font-size: 2.3rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1.8;
    padding-bottom: 1.5rem;
    font-family: inherit;
    text-transform: uppercase;
}

.text-label {
    font-size: 1.4rem;
    color: rgb(var(--primary-color));
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 1rem;
}

/* Brodtext och lankar */
p,
li {
    font-weight: 300;
    color: rgb(var(--black-color));
}

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

.link {
    font-weight: 600;
    cursor: pointer;
}

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

.small-text {
    font-size: 1.8rem
}

/* Ovriga klasser */
.text-block-center {
    max-width: 90rem;
    margin: 0 auto;
    text-align: center;
}

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

.text-bold {
    font-weight: 700;
    padding-bottom: 0.5rem;
    font-size: 1.7rem;
}

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

.text-handwritten {
    font-family: inherit;
    font-size: 2.2rem !important;
    letter-spacing: 0.3rem;
    font-weight: 300;
    padding-bottom: 2rem;
}

/* Listor */
.styled-list {
    list-style: none;
    padding-inline-start:2rem;
}

.styled-list li {
    position: relative;
    padding-left: 1.5rem;
}

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

/* Pill Wrapper */
.pill-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 2rem 0 5rem;
    text-align: center;
}

.pill-wrapper.center {
    text-align: center;
    justify-content: center;
}

.pill-item {
    background-color: rgba(var(--primary-color), .3);
    border-radius: 4rem;
    padding: .7rem 1rem .7rem .7rem;
    margin: 0 .8rem .8rem 0;
    display: flex;
    transition: all .3s ease-in-out;
}

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

.pill-item .small-title {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgb(var(--black-color));
    font-family: inherit;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

a.pill-item:hover {
    background-color: rgba(var(--primary-color), 1);
    transition: all .3s ease-in-out;
}

a.pill-item:hover .small-title {
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 550px) {
    .pill-item .small-title {
        font-size: 1.4rem;
        text-align: left;
    }
}

@media only screen and (max-width: 550px) {
    .pill-item .small-title {
        font-size: 1.4rem;
    }
}

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

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

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

}

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

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

.btn,
.ContactSubmit {
    display: inline-block;
    min-width: 20rem;
    padding: 1.8rem 3rem;
    margin: 10px;
    font-weight: 500;
    font-size: 1.3rem;
    border-radius: .8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

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

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

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

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

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

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

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

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

.btn-yellow-filled {
    color: rgb(var(--white-color));
    border: 1px solid rgb(255, 228, 28);
    background-color: rgba(255, 229, 28, 0.713);
}

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

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

.btn-light-filled {
    color: rgb(var(--white-color));
    border: 1px solid rgb(252, 203, 151);
    background-color: rgba(252, 203, 151, 0.782);
}
.btn-light-filled:hover {
    color: rgb(var(--white-color));
    border: 1px solid rgb(252, 203, 151);
    background-color: rgb(252, 203, 151);
}


.btn-yellow-dark-filled {
    color: rgb(var(--white-color));
    border: 1px solid rgb(255, 228, 28);
    background-color: rgb(250, 227, 52);
}

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

/* Blinkande knapp */
.blink-button {
    transition: background-color 0.5s ease;
}

.blink-button a {
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 400;
}

/* Lank med pil */
.arrow-link {
    margin-right:2rem;
}

.arrow-link {
    padding-right: 1rem;
    font-weight: 700;
}

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

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

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

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

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

/* Pulse btn */
.pulse-btn {
    box-shadow: 0 0 0 0 rgb(var(--primary-light-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); }
}


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

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

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

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

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

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

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

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

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


/* Parallax
========================================================================== */
@media only screen and (hover:none) {

    *,
    *::before,
    *::after {
        background-attachment: scroll !important;
    }
}

.parallax {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax .section-block {
    background-color: rgba(var(--black-color), .4);
}

/* Bilder
========================================================================== */
/* Pricing parallax */
.prices {
    background-image: url(/assets/images/woman-yoga-2000.jpg);
}

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

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

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

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

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

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

    .modal .custom-close-modal {
        top: 0rem;
        right: 1rem;
    }
}

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

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

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

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

/* Bredder for specifika cards */
.cards-wrapper .card-item.w-80 {
    width: calc(80% - 2rem);
    margin: 1rem;
}

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

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

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

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

/* Cards-2 */
.cards-2 .card-item {
    padding: 6rem 5rem 5rem;
    border-radius: 1rem;
    outline: 2px solid rgb(var(--white-color));
    outline-offset: -11px;
    transform: scale(0.94);
    transition: 0.2s ease-in-out;
    display:flex;
    flex-direction: column;
}

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

.cards-2.box-shadow {
    box-shadow: 0 1.5rem 3rem rgb(var(--black-color), .1);
}

.cards-2 .card-item:hover {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

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

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

.cards-6 .image-wrapper {
    z-index: 1;
    margin: -7rem auto 3rem;
    height: 25rem;
    overflow: hidden;
    border-radius: 1rem;
    justify-self: flex-start;
}

.cards-6 .text-wrapper .small-title,
.cards-6 .text-wrapper p {
    text-align: center;
}

.cards-6 .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    flex: 1;
}

.cards-6 a:not(.btn) {
    font-size: inherit;
}

.cards-6 .inner-text-wrapper {
    min-height: 23rem;
}

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

@media only screen and (max-width: 1300px) {
    .cards-6 .image-wrapper {
        margin-top: 0;
    }
}

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

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

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

.split-image {
    width: 50%;
}

.split-image.rounded {
    border-radius: 1rem;
}

.split-image.image-shadow {
    box-shadow: 0 1rem 3rem rgb(var(--black-color), .1);
}



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

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

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

@media screen and (max-width: 1100px) {
    .split-content {
        width: 100%;
    }

    .split-image {
        width: 100%;
        min-height: 30rem;
    }
    .split-content,
    .split-wrapper .w-60,
    .split-wrapper .w-40 {
        width: 100%;
    }
}

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

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

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

/* nav */
.header-logo {
    margin: 0 2rem 0 0;
}

.TemplateMenu a {
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgb(var(--black-color));
}

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

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

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

.mobile-menu .TemplateMenu a {
    color: rgb(var(--black-color));
}

.mobile-menu .header-cta-wrapper .btn {
    padding: 8px 1.5rem;
    margin: 0;
    margin-right: 2rem;
    font-size: 1.2rem;
}

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

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

@media only screen and (max-width: 480px) {
    .mobile-menu .header-cta-wrapper .btn {
        padding: 4px;
        font-size: 1.1rem;
    }
    .mobile-menu .header-cta-wrapper li {
        margin: 1rem;
    }
}

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

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

.top-section h1,
.top-section p {
    margin: 0 auto;
    text-align: center;
}

.top-section h1 {
    font-weight: 900;
    font-size: 7rem;
    font-family: inherit;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgb(var(--white-color));
    padding-bottom: 4rem;
}

.top-section .text-handwritten {
    display: block;
    font-weight: normal;
    font-size: .6em;
    line-height: 1.2;
    color: rgb(var(--primary-light-color));
}

.top-section p {
    color: rgb(var(--white-color));
    max-width: 60ch;
    font-weight: 300;
    font-size: 2rem;
    padding: 0;
}

.top-section .text-wrapper {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 10rem;
    padding: 4rem 5rem 0;
    background: rgb(var(--primary-color))
}

.top-section .text-wrapper p {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: .7;
    font-size: 2.3rem;
    font-weight: 800;
    color: rgb(var(--white-color));
    transition: .3s ease;
    padding-bottom: 4rem;
}

.top-section .text-wrapper .text-large {
    font-size: 3rem;
}

.top-section .float-right {
    padding-left: 3.5rem;
}

.top-section .text-wrapper:hover p {
    color: rgb(var(--secondary-color));
}

.top-section .blink-button {
    padding: 2.5rem 4rem;
    font-size: 1.55rem;
}

@media only screen and (max-width: 1400px) {
    .top-section .text-wrapper {
        bottom: -1rem;
        padding: 3rem 2rem .5rem;
    }

    .top-section .text-wrapper p {
        font-size: 2rem;
        padding-bottom: 3rem;
    }
    
    .top-section .text-wrapper .text-large {
        font-size: 4rem;
    } 
} 


@media only screen and (max-width: 900px) {
    .top-section {
        background-color: rgb(var(--black-color), 0.5);
    }

    .top-section .text-wrapper {
        bottom: -1rem;
        padding: 2rem 2rem .5rem;
    }

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

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

    .top-section .text-handwritten {
        font-size: 1.8rem !important;
    }
}

@media only screen and (max-width: 780px) {
    .top-section .text-wrapper p {
        font-size: 1.5rem;
    }
    
    .top-section .text-wrapper .text-large {
        font-size: 2rem;
    } 
}   

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

@media only screen and (max-width: 465px) {
    .top-section .text-wrapper {
        padding: 0rem 1rem .5rem;
    }
} 

/* Om, .section-about 
========================================================================== */
.section-intro .about-label .text-90 {
    color: rgb(var(--black-color), .2);
    margin-top: 2rem;
    font-weight: 300;
    left: -0rem;
    position: absolute;
    transform: rotate(90deg);
    margin-bottom:3rem;
    font-size: 4rem;
}

.section-intro .about-label .section-title {
    font-weight: 300;
    font-size: 3rem;
}

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

    .section-intro .text-block {
        padding-left: 10rem;
    }
}

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

    .section-intro .text-block {
        padding-left: 5rem;
    }

    .section-intro .about-label .text-90{
        left: -3rem;
    }
}

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

    .section-intro .about-label .text-90 {
        left: -4rem;
    }

    .section-intro .text-block {
        padding-left: 3.5rem;
    }
}

/* instagram
========================================================================== */
.section-insta {
    overflow: hidden;
}

/* Nyhetsbrev, section-newsletter, style av mailchimp
========================================================================== */
.section-newsletter .cards-2 .card-item {
    transform: none;
    box-shadow: 0px 0px 40px 0px rgb(var(--black-color), .1);
    position: relative;
    bottom: -2rem;
}

.section-newsletter input {
    max-width: 40rem;
    background-color: rgb(var(--gray-light-color));
}

.section-newsletter #mc_embed_signup .button {
    background-color: rgb(var(--primary-color));
    border: 1px solid rgb(var(--primary-color));
    display: inline-block;
    min-width: 15rem;
    padding: .5rem 3rem;
    font-weight: 500;
    font-size: 1.3rem;
    font-family: inherit;
    border-radius: .8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    height: auto;
}

.section-newsletter #mc_embed_signup .button:hover {
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--primary-dark-color));
    background-color: rgb(var(--primary-dark-color));
}

@media only screen and (max-width: 500px) {
    .section-newsletter #mc_embed_signup .button {
        margin: 1.5rem 0;
    }
}


/* Sektion boka - popup ( ej bra kod men hittade ingen annan)
==========================================================================  */
.LayoutPage .quoteForm {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 2rem;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1010;
    background-color: transparent;
}

.EditMode .LayoutPage .quoteForm {
    display: block;
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
}

.LayoutPage .quoteForm .section-block-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(var(--white-color));
    border-radius: 3px;
    padding: 5rem 3rem;
    max-width: 120rem;
    /* max-height: 65vh; */
    margin: 0 auto;
    /* overflow: auto; */
}

/* Knapp Close Quoteform */
.close-quoteForm {
    position: absolute;
    top: -3rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    background-color: rgb(var(--white-color));
    color: rgb(var(--primary-dark-color));
    border-radius: 4rem 4rem 0 0;
}

.close-quoteForm .fas {
    font-size: 3rem;
    line-height: 4rem;
}

.close-quoteForm:hover {
    cursor: pointer;
    color: rgb(var(--primary-color), 0.5);
}

#quoteoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--black-color), 0.75);
    z-index: 1000;
}

/* formularet */
.section-booking .ContactForm div {
    width: 49%;
    border-radius: 0.5rem;
}

.section-booking  div.js-gdpr-check {
    width:100%; 
  }

.section-booking .ContactForm .ContactFormMessage {
    width: 100%;
}

.grecaptcha-badge {
    display: none;
}

.section-booking .ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 95rem;
    margin: 0 auto;
}

.section-booking .ContactForm input[type="text"],
.section-booking .ContactForm textarea {
    border-radius: 0.5rem;
    border: none;
    background-color: rgb(var(--primary-color), 0.2);
}

@media only screen and (max-width: 1000px) {
    .LayoutPage .quoteForm .col-block {
        width: 100% !important;
        margin: 0;
    }

    .LayoutPage .quoteform .col-block:not(:last-child) {
        margin-bottom: 2rem;
    }

    .LayoutPage .quoteForm .section-block-wrapper {
        max-height: 70vh;
        overflow: scroll;
    }

    .close-quoteForm {
        top: 2rem;
        right: 0;
        border-radius: 4rem 0 0 4rem;
    }
}

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

    .section-booking .ContactForm div {
        width: 100%;
        border-radius: 1rem;
    }
}

@media only screen and (max-width: 580px) {
    .LayoutPage .quoteForm .section-block {
        padding: 0;
    }

    .LayoutPage .quoteForm .section-block-wrapper {
        padding: 2rem;
        align-self: flex-end;
        border-radius: 3px 3px 0 0;
    }

    .LayoutPage .quoteForm .col-block {
        padding: 1rem !important;
    }

    .LayoutPage .quoteForm {
        top: 50%;
    }
}


/* ==========================================================================
Undersidor 
========================================================================== */
.SubPage header {
    background-color: rgb(var(--white-color));
}

.SubPage nav.mainmenu a {
    color: rgb(var(--black-color));
}

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

/* Hero
========================================================================== */
.hero {
    height: auto;
    min-height: 50rem;
    margin-top: -10rem;
}

.title-wrapper {
    padding: 2rem 4rem;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
    background: rgb(var(--primary-color));
    z-index: 2;
    min-width: 40rem;
    text-align: right;
    border-radius: 0rem 1rem 1rem 0rem;
}

.title-wrapper .title {
    font-size: 3rem;
    text-align: right;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 600px) {
    .title-wrapper {
        max-width: 95%;
        min-width: auto;
        width: 100%;
        bottom: -2rem;
        padding: 1rem 2rem;
    }

    .title-wrapper h1 {
        text-align: left !important;
    }

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

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

/* ==========================================================================
Undersida: Om Scheana
========================================================================== */
/* Blockquote styling */
blockquote {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.4;
    margin-left: 5rem;
}

blockquote::before {
    content: '\f10d';
    position: absolute;
    font-weight: 900;
    width: 10rem;
    font-size: 10rem;
    color: rgb(var(--primary-color), 0.2);
    font-family: 'Font Awesome 5 Pro';
    margin: -5rem 0 0 -3rem;
}

blockquote::after {
    content: '\f10e';
    position: absolute;
    font-weight: 900;
    width: 10rem;
    font-size: 10rem;
    margin: -3rem 0 0 -5rem;
    color: rgb(var(--primary-color), 0.2);
    font-family: 'Font Awesome 5 Pro';
}

@media only screen and (max-width: 1430px) {
    blockquote {
        font-size: 3.5rem;
        margin-left: 3rem;
    }

    blockquote::after,
    blockquote::before {
        font-size: 8rem;
    }

    blockquote::before {
        margin: -3rem 0 0 -3rem;
    }

    blockquote::after {
        margin: -3rem 0 0 -3rem;
    }
}


@media only screen and (max-width: 880px) {
    blockquote {
        font-size: 2.8rem;
        margin-left: 3rem;
    }

    blockquote::after,
    blockquote::before {
        font-size: 7rem;
    }

    blockquote::before {
        margin: -2rem 0 0 -2rem;
    }

    blockquote::after {
        margin: -3rem 0 0 -2rem;
    }
}

@media only screen and (max-width: 570px) {
    blockquote {
        font-size: 2rem;
    }

    blockquote::after,
    blockquote::before {
        font-size: 6rem;
    }
}

/* ==========================================================================
Undersida: Pilates
========================================================================== */
.pilates-images {
    display: flex;
    justify-content: space-between;
    max-height: 40rem;
}

.pilates-images .image-wrapper {
    width: 49%;
}

.pilates-bookin-box{
    margin: auto;
    max-width: 100rem;
}
.title-flex{
    display: flex;
    justify-content: space-between;
}

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

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

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

.accordion-header::after {
    content: "\f078";
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    color: rgb(var(--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;
}

.swett-section .col-0{
  padding: 8rem;
  width: 60%;
}
.swett-section .col-1{
    width: 40%;
    padding: 4rem;
    background: rgb(var(--white-color));;
  }

  @media only screen and (max-width: 1200px) {
    .swett-section .col-0{
        padding: 4rem;
        width: 100%;
      }
      .swett-section .col-1{
          width: 100%;
       margin: auto;
       padding: 2rem;
        }
}

@media only screen and (max-width: 700px) {
    .title-flex{
    flex-direction: column;
    }
}

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

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

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

/* Stronger challenge */

.section-stronger .text-block-center {
    max-width: 150rem;
}

.section-stronger .of-wrapper img {
    object-fit: contain;
}

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

/* ==========================================================================
Undersida: Prices
========================================================================== */
  #bsport-widget-121179 {
    zoom: 1.4; 
  }

  #bsport-widget-121179 * {
    font-size: inherit !important;
  }



/* ==========================================================================
Undersida: Contact
========================================================================== */

/* formularet 
======================================================================= */
.ContactForm p {
    color: rgb(var(--gray-dark-color));
    line-height: 1.8;
    font-weight: 600;
    font-size: 1.4rem;
}

.ContactForm input[type="text"],
.ContactForm textarea {
    border-radius: 0.5rem;
    border: 1px solid rgb(var(--primary-color));
    background-color: rgb(var(--white-color), 0.7);
}

.map {
    border: 2rem solid rgb(var(--primary-color));
    border-radius: 1rem;
}

.contact-section .ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-section .js-gdpr-check {
    display: none;
}

.contact-section .section-block-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.contact-section .col-1 {
    align-self: flex-end;
}

.ContactSubmit {
    padding: 1.5rem 3rem;
    margin: 0;
}

.contact-section .ContactForm .ContactFormName,
.contact-section .ContactForm .ContactFormEmail {
    width: 49%;
}

.contact-section .ContactForm .ContactFormMessage,
.contact-section .ContactForm .ContactFormField {
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .map {
        margin-bottom: 3rem;
    }
}

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

.footer-container {
    max-width: 160rem;
    padding: 0 2rem;
    margin: 0 auto;
}

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

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

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

.footer p,
.footer li {
    font-weight: 300;
    color: rgb(var(--black-color));
}

.footer .small-title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    letter-spacing: normal;
    font-weight: 500;
    color: rgb(var(--primary-color));
}

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

.footer a {
    font-weight: 300;
}

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

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

@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;
        padding: 2rem 0;
    }

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

    .webbess-stamp img {
        margin-bottom: 2rem;
    }
}

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

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

    /* Footer bottom */
    .footer-bottom {
        padding: 2rem 0;
    }
}