/* MT ACADEMY AB */

/* Typsnitt – Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

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

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

    /* 	Colors */
    /* --primary-color: 205, 221, 232; */
    --primary-color: 227, 236, 242;
    --accent-blue-color:204, 220, 230;

    --ultra-black: 0, 0, 0;
    --black-color: 60, 60, 60;
    --gray-dark-color: 51,51,51;
    --gray-color: 128, 128, 128;
    --gray-middle-color: 190, 190, 190;
    --gray-light-color: 242, 242, 242;
    --white-color: 255, 255, 255;

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

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

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

.section-block-wrapper {
    max-width: 140rem;
}
.shopify-buy__btn-wrapper {
    text-align: start !important;
}
/* Speciella paddings */
.p-0 .section-block,
.p-0:not(.section-wrapper) {
    padding: 0;
}
.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 3rem;
}

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

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

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

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

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

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

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

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

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

.pr-2{
    padding-right: 2rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

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

.py-10 .section-block  {
    padding-top: 20rem;
    padding-bottom: 20rem;
}

/* Speciella margins */
.m-2{
    margin: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}

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

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

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

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

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


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

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

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

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

/* Text och typsnitt
========================================================================== */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/* Rubriker */
.section-title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 2rem;
    color: rgb(var(--black-color));
    text-shadow: 1px 1px 2px rgb(var(--gray-color));
}

.small-title {
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgb(var(--black-color));
    text-shadow: 1px 1px 2px rgb(var(--gray-color));
}

.big-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 2rem;
    color: rgb(var(--black-color));
    text-shadow: 1px 1px 2px rgb(var(--gray-color));
}

.text-title {
    padding-bottom: .5em;
    font-size: var(--base-size);
    font-weight: 700;
    line-height: 1.4;
    color: rgb(var(--black-color));
}


.text-label {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    padding-bottom: 2rem;
}

.ingress {
    font-weight: 600;
    font-size: 2rem;
}

.ingress-thin {
    font-weight: 400;
    font-size: 1.8rem;
}

.p-small {
    font-size: 1.4rem;
}

/* Brodtext och lankar */

p {
    font-weight: 400;
    color: rgb(var(--gray-dark-color));
}

a {
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline;
    color: var(--primary-color);
}

a:hover {
    text-decoration: none;
}

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

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

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-bold {
    font-weight: 700;
}

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

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

/* Ovriga klasser */
.align-center .section-block-wrapper {
    align-items: center;
}

/* Listor */
.styled-list {
    padding: 2rem;
    list-style: none;
    background-color: rgb(var(--primary-color));
}

.styled-list li {
    position: relative;
    padding: 0.7rem 1rem 1rem 4rem;
}

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

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

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

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

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

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

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

/* Knappar och speciella lankar
========================================================================== */
.btn-w-arrow::after {
    content: ' \2023';
    display: inline-block;
    margin-left: 0.5rem;
    transition: transform .4s ease;
}

.btn-wrapper {
    display: flex;
    flex-wrap:wrap;
    margin-top: 2rem;
}

.btn-wrapper.multiple .btn:not(:last-child) {
    margin-right: 2rem;
}

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

.btn,
.ContactSubmit {
    display: inline-block;
    min-width: 18rem;
    padding: 1.4rem 2.2rem;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    border-radius: .8rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

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

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

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

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

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

.btn-white-border,
.btn-white-filled:hover {
    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));
}

/* Arrow link */
.arrow-link {
    font-size: var(--base-size);
    padding-right: 1rem;
    color: rgb(var(--gray-dark-color));
    cursor: pointer;
    text-decoration: none;
}

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

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

.arrow-link.arrow-down:hover::after {
    transform: rotate(90deg) translateY(-1rem);
}
.arrow-link:hover {
  text-decoration: underline;
}

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

.circle-icon:hover {
    color: rgb(var(--primary-color));
    background-color: rgb(var(--secondary-color));
    border: 1px solid rgb(var(--white-color), 0.1);
}

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


@media only screen and (max-width: 580px) {
    .btn {
        display:block;
        width:100%;
    }
    
    .btn-wrapper.multiple .btn:not(:last-child) {
       margin-right: 0rem;
       margin-bottom:2rem;
   }
}
   

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

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

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

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

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

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

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

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

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

.bg-primary {
    background: linear-gradient(180deg, rgba(var(--accent-blue-color)) 24%, rgba(var(--primary-color)) 90%);
}

.gradient-white-primary {
    background-image: linear-gradient(to bottom, rgb(var(--white-color)) 20%, rgb(var(--primary-color)) 20%);
}

.gradient-white-gray-dark {
    background-image: linear-gradient(to bottom, rgb(var(--white-color)) 50%, rgb(var(--gray-dark-color)) 50%);
}

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

/* Parallax
========================================================================== */
.parallax {
    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;
    }
} 

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

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

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

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

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

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

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

.testimonials.cards-wrapper .card-item {
    display: flex;
    height: auto;
    border: 1px solid rgb(var(--gray-light-color));
}

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

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

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

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

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

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

.display-none {
    display: none;
}

/* Generellt */
a.card-item {
    transition: .3s ease;
}


@media only screen and (max-width: 740px) {
    .card-1-1 .card-item{
        margin: auto;
        text-align: center;
        }
}

/* Card 3-3 */
.card-3-3 .card-body {
    z-index: 1;
    position: relative;
    width: 92%;
    margin: -3rem auto 0;
    border-radius: 4%;
}



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

@media only screen and (max-width: 480px) {
    .card-3-3 .card-body {
        z-index: 1;
        position: relative;
        width: 93%;
        margin: -3rem auto 0;
        padding: 2rem;
    }
}

/* Cards 1 - Recensionskort */
.cards-1 .card-item {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: rgb(var(--white-color));
    border-radius: 3px;
    margin: 0 2rem 0 0;
    overflow: hidden;
    text-align: center;
}

.cards-1 .image-wrapper {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border: 5px solid rgb(var(--white-color));
    margin: auto;
    overflow: visible;
}



.cards-1 p {
    font-size: 1.4rem;
}

.cards-1 .card-footer {
    padding: 0 2rem 2rem;
    margin: auto 0 0;
}

.cards-1 .text-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 1rem 0;
}

.cards-1 .text-title span {
    display: block;
    font-weight: 400;
}

.cards-1 .card-body {
    padding: 3rem;
}

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

    .cards-1 .card-body {
        padding: 2rem;
    }

    .cards-1 .quote-sign {
        align-self: flex-start;
        width: 4rem;
        height: 4rem;
        padding: 1rem;
        border-width: 2px;
        margin-top: -6px;
    }

    .cards-1 .text-title {
        font-size: 1.2rem;
    }
}

/* Cards 2 */
.cards-2 .card-item {
    display: flex;
    flex-direction: column;
    background-color: rgb(var(--primary-color));
    padding: 0 0 2rem;
    text-align: center;
}

.cards-2  .small-title {
    padding: 3rem 2rem 2rem;
}

.cards-2 .image-wrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

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

.cards-2 .text-wrapper {
    padding: 3rem;
}

.cards-2 .btn-wrapper {
    margin-top: auto;
    padding: 0 3rem;
}

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

/* Cards 7 */
.cards-7 .card-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all .3s ease;
}

.cards-7 .image-wrapper {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}

.cards-7.h-50 .image-wrapper {
    padding-top: 100%;
}

.cards-7 .image-wrapper.portrait {
    padding-top: 120%;
}

.cards-7 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.cards-7 .small-title {
    padding: 0 0 5px;
    margin: 0 0 5px;
}

.cards-7 .btn-wrapper {
    margin: auto 0 2rem;
    padding: 0 2rem;
}

/* Cards 14 */
.cards-14 {
    margin-bottom: 5rem;
}

.cards-14 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1 1 40rem;
    padding: 2rem;
    text-decoration: none;
    transition: all .3s ease;
}

.cards-14.flex  .card-item{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.cards-14 a.card-item:hover {
    text-decoration: none;
    background-color: rgba(var(--black-color), .1);
    transition: all .3s ease;
}

.cards-14 .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin: 0 2rem 0 0;
    background-color: rgb(var(--black-color));
    border-radius: 50%;
}

.cards-14 i {
    color: rgb(var(--white-color));
    font-size: 2rem;
}

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

.cards-14 .contact-info {
    font-size: 1.6rem;
    font-weight: 400;
}

@media only screen and (max-width: 580px) {
    .cards-14 .card-item {
        padding: 1rem;
    }

    .cards-14 .icon-wrapper {
        width: 3rem;
        height: 3rem;
        margin: 0 1rem 0 0;
    }

    .cards-14 i {
        font-size: 1.5rem;
    }

    .cards-14 p {
        font-size: 1.2rem;
    }

    .cards-14 .contact-info {
        font-size: 1.4rem;
    }
}

/* Cards 15 */
.cards-15 .card-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35rem;
    transition: .3s ease;
}

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

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

.cards-15 .text-wrapper {
    z-index: 1;
    position: relative;
    padding: 2rem;
}

.cards-15 .small-title,
.cards-15 .section-title,
.cards-15 p {
    color: rgb(var(--white-color));
}

.cards-15 .small-title{
    font-size: 3.4rem;
}

.cards-15 .hr{
    height:1px;
    padding: 2rem 0;
       transform: rotate(90deg);
       color:rgb(var(--white-color));
}

.hover-cards .text-wrapper{
   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    margin-bottom: 2rem;
}

.hover-cards .hover-text{
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    height:0;
}

.hover-cards .card-item:hover .hover-text{
    opacity: 1;
    visibility: visible;
    height:auto;
}

/* Logos 1 */
.logos-1 .card-item {
    text-align: center;
}

.logos-1 img {
    width: 100%;
    height: 3rem;
    object-fit: contain;
    filter: grayscale() opacity(.5);
    transition: 0.2s ease-in-out;
}

.logos-1 img:hover {
    opacity: 1;
    filter: none;
}

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

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

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

.split-image {
    width: 50%;
}

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

/* Specifika bredder */
.split-wrapper .w-40 {
    width: 40%;
}

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

@media screen and (min-width: 1001px) {
    .split-image.sticky {
        height: 50rem;
        align-self: flex-start;
        position: sticky;
        top: calc(var(--menu-height) * 2);
        padding: 1rem;
        background-color: rgb(var(--white-color));
        border-radius: 1rem;
    }
    
}

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

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

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

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

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


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

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

.opct {
    object-position: center top !important
}

.op-center-right img {
    object-position: center right;
}

/* Bakgrundsvideo */
.bg-video {
    position: relative;
    margin-top: calc(-1 * var(--menu-height));
    background: linear-gradient(90deg, rgba(var(--black-color),.2) 0%, rgba(var(--black-color),.5) 0%, rgba(var(--black-color), 0.0) 100%);
}

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

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

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

.nav-black header {
    background-color: rgb(var(--white-color));
}

header .container {
    padding: 0 5rem;
    margin: 0 auto;
}

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

/* nav */
.TemplateMenu a {
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: rgb(var(--black-color));
}

.TemplateMenu a:hover,
.TemplateMenu li.active a {
    color: rgb(var(--ultra-black), .4);
}
.TemplateMenu ul {
    width: 30rem;

}

/* Nav */
nav.mainmenu {
    flex-grow: 1;
}

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

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

/* Mobilmeny */
header.mobile-menu .header-logo {
    flex-grow: 1;
}

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

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

/* 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: 70rem;
    height: 70rem;
    padding: 2rem;
    border-radius:2rem;
    overflow: hidden;
    background-image: url(/assets/images/coming-soon-1000px.jpg);
    background-size: cover;
    transform: translate(-50%,-50%);
  }

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

  @media only screen and (max-width: 450px) {
    body:not(.EditMode) .section-auto-modal .section-block {
      padding: 3rem 2rem;
    }
  }
.popup-form{
    background: rgba(255, 255, 255, 0.863);
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 2rem;
    height: 25rem;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}


.section-auto-modal #mc_embed_signup h2{
    display: none !important;
}
.section-auto-modal #mc_embed_signup{
    background: transparent !important;
    max-width: 45rem !important;
    width: 100% !important;
    margin: auto;
    padding: 2rem !important;

}
.section-auto-modal #mc_embed_signup .button{
width: 96% !important;
background-color: #333333 !important;
color: white;
border: none;
border-radius: .5rem !important;
font-family: 'Roboto', sans-serif !important;
font-weight: 500 !important;
font-size: 1.4rem !important;
height: 4rem !important;
min-width: 18rem !important;
}
.section-auto-modal #mc_embed_signup .indicates-required{
    display: none !important;
}

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

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

/* Knappar */
.popup-button {
    position: relative;
    background: rgb(var(--black-color));
    color: rgb(var(--white-color));
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(var(--black-color), .3);
    cursor: pointer;
    padding: 1rem 2rem;
    border: 1px solid rgb(var(--white-color));
    font-family: 'Roboto', sans-serif;
}

.popup-button:hover {
    background: rgb(var(--gray-dark-color));
}

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

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

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

/* Innehåll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    width: 100%;
    max-width: 35rem;
    max-height: calc(100vh - 17rem); 
    padding: 1.5rem 1rem 1rem 1rem;
    margin: 0 2rem;
    background: rgb(var(--white-color));
    border-radius: 1.8rem;
    box-shadow: 0 0 3rem rgba(var(--black-color), .3);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
}

.popup-wrapper.opened .popup-window {
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 10rem;
}

.icon-close-popup {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
}

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

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


/* ==========================================================================
Startsida
========================================================================== */
/* Top Section
========================================================================== */
.top-section .section-block {
    margin-top: calc(-1 * var(--menu-height));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5rem;
    min-height: 90vh;
    background-color: rgb(var(--ultra-black), .4);
}

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

.top-section h1 {
    font-size: 6rem;
    max-width: 80rem;
    margin: 0 auto;
    font-weight: 700;
}

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

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

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

/* Sektion Recensioner
========================================================================== */
.section-testimonials {
    overflow: hidden;
}

.section-testimonials .section-block { 
    background-image: linear-gradient(to bottom, rgb(var(--white-color)) 50%, rgb(var(--primary-color)) 50%);
}

/* Slider */
.testimonials.cards-wrapper .slick-list {
    width: 100%;
    overflow: visible;
}

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

.testimonials.cards-wrapper .card-item {
    display: flex;
    height: auto;
}

/* Slick Dots */
.testimonials .slick-dots {
    justify-content: flex-start;
    padding: 0;
    margin: 1rem 0 0;
}

.testimonials .slick-dots li:not(.slick-active) {
    opacity: .5;
}

.testimonials .slick-dots li::before {
    color: rgb(var(--gray-color));
}

.testimonials .slick-dots li.slick-active::before {
    color: rgb(var(--gray-color));
    opacity: 1;
}

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

.testimonials .slick-arrow::after {
    font-weight: 300;
    color: rgb(var(--black-color));
}

.testimonials .slick-next {
    right: 2rem;
}

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

/* Nyhetsbrev
========================================================================== */
.mailchimp-wrapper {
    max-width: 50rem !important;
    margin: 0 auto;
}

.section-newsletter #mc_embed_signup {
    background: #333333;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    max-width: 500px !important;
    width: 100% !important;
    color: white;
  }

  .section-newsletter #mc_embed_signup h2,
  .section-newsletter #mc_embed_signup label,
  .section-newsletter #mc_embed_signup .indicates-required,
  .section-newsletter #mc_embed_signup .asterisk,
  .section-newsletter #mc_embed_signup .mc-field-group input,
  .section-newsletter #mc_embed_signup .response {
    color: white;
  }

  .section-newsletter #mc_embed_signup input[type="email"],
  .section-newsletter #mc_embed_signup input[type="text"] {
    background-color: #444;
    color: white;
    border: 1px solid #777;
  }

  .section-newsletter #mc_embed_signup .button {
    background-color: #333333 !important;
    color: white;
    border: none;
    border-radius: .8rem !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.4rem !important;
    height: 4rem !important;
    min-width: 18rem !important;
  }

  .section-newsletter #mc_embed_signup .button:hover {
    background-color: #555 !important;
  }
  .section-newsletter #mc_embed_signup input#mc-embedded-subscribe.button {
    border: 1px solid white !important;
  }
  
  .section-newsletter #mc_embed_signup input#mc-embedded-subscribe.button:hover {
    border-color: white !important;
  }
  


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

/* Hero
========================================================================== */
.hero-section .section-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50rem;
  /*  background-image: url(/assets/images/waves/wave-2.svg);
    background-size: 100% 10rem;
    background-repeat: no-repeat;
    background-position: center bottom;*/
    background-color: rgb(var(--primary-color));
}

.hero-section-h70 .section-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70rem;
    background-color: rgb(var(--primary-color));
}

.hero .section-block {
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgb(var(--ultra-black), .4);
    padding-top: 25rem;
    padding-bottom: 5rem;
}
.hero2 .section-block {
    height: 60rem !important;
    background-position: top !important;
}
.hero2 .section-title{
    margin-top: 4rem;
}
.hero2 .of-wrapper img{
   object-position: top !important;
}
@media only screen and (max-width: 900px) {
     .hero2 .section-block {
        height: 40rem !important;
    }
    .hero2 .of-wrapper img{
        object-position: top !important;
        margin-top: 5rem;
     }
}

.hero-small .section-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hero-small .section-title {
    padding-bottom: 0;
}

.hero .section-title {
    font-size: 5rem;
}

.hero-logo {
    position: relative;
    overflow: hidden;
}

.scalp::after,
.lips::after, 
.academy::after,
.mt-logo::after  {
    content: '';
    position: absolute;
    left: 5rem;
    bottom: -5rem;
    width: 40rem;
    height: 100%;
    background-image: url('/assets/images/mtscalp.png');
    background-repeat: no-repeat;
    background-size: 40rem;
    background-position: top;
    opacity: .1;
    pointer-events: none;
}

.lips::after {
    background-image: url('/assets/images/lips-logo.png');
}

.mt-logo::after {
    background-image: url('/assets/images/mt-academy-500.png');
    bottom: -11rem;
    width:50rem;
    background-size: 50rem;
}

.hero-logo.academy {
    position: relative;
    overflow:unset;
}

.academy::after {
    opacity: .3;
    bottom:0rem;
    top:20rem;
    background-image: url('/assets/images/academy-logo-white.png');
}

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

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

/* ==========================================================================
Undersida: behandlingar med galleri
========================================================================== */
.gallery-split .split-image {
    overflow: hidden;
}

.gallery-split .split-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3rem;
}



.treatment-card .card-body {
    z-index: none;
    width: auto;
    margin: 0;
    border-radius: 2rem 2rem 0 0;
}

/*.treatment-card .image-wrapper {
  min-height:40rem;
  max-height:40rem;
}*/

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

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

    .gallery-split .split-image {
        width: 100%;
        margin: 0;
    }
}


@media only screen and (max-width: 550px) {
    .cards-wrapper.card-3-3 {
        display: block;
    }
    .cards-wrapper.w-33 .treatment-card {
        margin: 4rem 0;
    }
    .cards-wrappe .treatment-card .of-wrapper {
        max-height: 27rem;
    }
}

/* Slick Settings */
.slick-list,
.slick-track {
    height: 100%;
}

.slick-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transform: translateX(-50%);
    background-color: rgb(var(--white-color));
    border-radius: 1rem;
    height: 1.5rem;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: relative;
    width: 4px;
    height: 4px;
    content: "";
    text-align: center;
    opacity: 0.4;
    border-radius: 4px;
    background-color: rgb(var(--black-color));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: rgb(var(--primary-color));
}

/* ==========================================================================
Undersida Academy
========================================================================== */

.section-academy {
    background-image: url('/assets/images/academy-top-2000px.jpg');
}



.section-academy .section-block{
    background-color: rgb(var(--ultra-black), .6);
}

/* CTA Banner */
.cta-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 8rem;
    padding: 2rem 4rem;
    background-color: rgb(var(--primary-color));
    text-decoration: none;
    transition: all .3s ease;
}

.cta-banner:hover {
    background-color: rgb(var(--gray-middle-color));
}

.cta-banner .cards-14 {
    margin: 0;
}

.cta-banner .card-item {
    flex: none;
    padding: 0;
}

@media screen and (max-width: 750px) {
    .cta-banner > div {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .cta-banner .card-item {
        margin: 1rem auto 0;
        justify-content: center;
    }

    .section-academy {
        display: none;
    }

    .section-academy-phone {
        background-image: url('/assets/images/melina-student-1000.jpg');
        display: block;
    }
}

/* ==========================================================================
Undersida Kontakt
========================================================================== */

/* Sektion Kontaktformular
========================================================================== */
.section-contact {
    background-image: linear-gradient(to right, rgb(var(--gray-light-color)) 50%, rgb(var(--white-color)) 50%);
}

.section-contact .section-block {
    padding-top: 0;
    padding-bottom: 0;
}

.section-contact .col-0 {
    padding: 5rem 5rem 5rem 0;
}

.section-contact .col-1 {
    padding: 5rem 0 5rem 5rem;
}

.contact .card-item {
    border-radius: 8rem;
}

.section-contact .col-0 p {
    max-width: 40rem;
}

@media only screen and (max-width: 1000px) {
    .section-contact {
        background-image: none;
    }

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

    .section-contact .col-0 {
        background-color: rgb(var(--gray-light-color));
        padding: 3rem;
    }

    .section-contact .col-1 {
        padding: 3rem;
    }
}

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

    .section-contact .col-0 {
        padding: 2rem;
    }

    .section-contact .col-1 {
        padding: 2rem;
    }

}

/* Formular */
.ContactForm p {
    display: none;
}

.ContactForm input[type="text"],
.ContactForm input[type="number"],
.ContactForm input[type="email"],
.ContactForm input[type="tel"],
.ContactForm select,
.ContactForm textarea,
.ContactForm .file-item,
.ContactForm .file-dropzone {
    border-radius: 1rem;
    border-color: transparent;
}

.ContactForm input[type="text"]:not(.illegal),
.ContactForm input[type="number"]:not(.illegal),
.ContactForm input[type="email"]:not(.illegal),
.ContactForm input[type="tel"]:not(.illegal),
.ContactForm select:not(.illegal),
.ContactForm textarea:not(.illegal),
.ContactForm .file-dropzone:not(.illegal) {
    background-color: rgb(var(--gray-white-color));
    border: 0.1rem solid rgb(var(--gray-color));
}


  /* CTA kontakt
========================================================================== */
.cta-wrapper {
    padding: 5rem 4rem;
    background-color: rgb(var(--white-color));
    max-width: 100rem;
    margin: 0rem auto 0;
    margin-bottom: -2rem;
    border-radius: 0rem;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 7%);
}

.bg-text-wrapper {
    max-width: 70rem;
}

.cta-wrapper .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    margin-top: -3rem;
    margin-bottom: 1rem;
    margin-left: -6rem;
    text-align: left;
    background-color: rgb(var(--gray-color));
}

.cta-wrapper .icon-wrapper i {
    font-size: 4rem;
    color: rgb(var(--white-color));
}

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

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

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

    .cta-wrapper .icon-wrapper {
        margin-left: -3rem;
        margin-top: -2rem;
    }
}

/* ==========================================================================
Undersida: Bokning - UTKAST
========================================================================== */
.book-form-wrapper {
    max-width: 100rem;
    padding: 4rem;
    margin: 3rem auto 0; 
    background-color: rgb(var(--primary-color));
}  

/* ==========================================================================
Undersida: Shop
========================================================================== */
.section-shop .card-item:hover{
    transform: scale(1.02);
    -webkit-transition: all .4s ease;
}
.section-shop .card-1-1 .card-body{
margin: auto;
}

/* ==========================================================================
Undersida: Produkter > Produktundersida
========================================================================== */
.product-page .section-title{
    font-weight: 300;
}
.product-page ul{
    margin-top: 0;
}
.product-page .section-title{
    padding-bottom: 0;
}
.product-page .split-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .product-page .split-image{
    position: sticky ;
    top: calc(var(--menu-height-scrolled) * 2) ;
    align-self: flex-start ;
  }

  .shop-slider .small-title{
    font-size: 1.8rem !important;
  }

  @media only screen and (max-width: 1000px) {
    .product-page .split-wrapper{
        flex-direction: column-reverse;
    }
    .product-page .split-image{
        position: relative ;
        top: 0;
        margin-top: -8rem;
        margin-bottom: 3rem;
      }
}
/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgb(var(--gray-dark-color));
}

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

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

.footer-menu {
    margin: 1.5rem 0;
    flex: 1 1 30rem;
}

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

.footer-logo { 
    width: 20rem;
}

.footer-top p,
.footer-top a,
.footer-top li {
    color: rgb(var(--white-color), .7);
    font-weight: 400;
    font-size: 1.4rem;
}

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

.footer p.small-title {
    font-size: 1.4rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(var(--white-color));
}

.footer .circle-icon {
    width: 3rem;
    height: 3rem;
    font-size: 0;
}

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

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

.footer-bottom p {
    font-size: 1.3rem;
    color: rgb(var(--white-color), .5);
}

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

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

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

@media only screen and (max-width: 750px) {
    /* Footer bottom */
    .footer-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

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

