/* Markbelysning Skandinavien AB */
/* Typsnitt - Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&display=swap');
/* Animationer */
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Layout  */
    --section-width: 150rem;
    --col-padding: 3rem;
    --menu-height: 8rem;
    --menu-height-scrolled: 8rem;
    /* 	Colors */
    --primary-color: 52, 62, 72;
    --primary-light-color: 255, 227, 136;
    --primary-dark-color: 219, 159, 19;
    --accent-red-color: 170, 61, 61;
    --accent-green-color: 0, 128, 0;
    --black-color: 0, 0, 0;
    --gray-dark-color: 52, 62, 72;
    --gray-color: 130, 137, 143;
    --gray-light-color: 249, 249, 251;
    --gray-x-light-color: 237, 237, 237;
    --white-color: 255, 255, 255;
    /* 	Typography */
    --base-size: 1.8rem;
    /* 	Mobile nav */
    --activate-mobile-menu: 1000;
    --mobile-menu-height: 9rem;
    --mobile-menu-bg: var(--black-color);
    --mobile-menu-bg: var(--primary-color);
}

/* Inga hogerklick av bilder
========================================================================== */
img {
    pointer-events: none;
}

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

/* Specifika paddings */
.p-2 {
    padding: 2rem;
}

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

.p-0 {
    padding: 0rem !important;
}

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

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

.p-5 {
    padding: 5rem;
}

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

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

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

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

.p-0 .section-block {
    padding: 0rem;
}

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

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

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

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

/* Specifika margins */
.mt-5 {
    margin-top: 5rem;
}

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

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

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

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

.LayoutPage .mw-100 {
    max-width: 100rem;
    margin: 0 auto;
}

.LayoutPage .w-100 {
    min-width: 100%;
}

.mw-1200 .section-block-wrapper {
    max-width: 120rem;
}

.mw-1400 .section-block-wrapper {
    max-width: 140rem !important;
}

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

/* Ovriga klasser */
.justify-center {
    justify-content: center;
}

.hidden-items {
    display: none;
}

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

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

    .section-block,
    .pl-0 .section-block {
        padding: 5rem 2rem;
    }

    .p-4 .section-block {
        padding: 5rem 2rem;
    }
}

/* Text och typsnitt
========================================================================== */
body {
    font-family: 'Open Sans', sans-serif;
    color: rgb(var(--gray-dark-color));
}

/* Rubriker */
.hero-title {
    font-size: 5rem;
    line-height: 1.3;
    font-weight: 700;
    padding-bottom: 2rem;
}

.section-title {
    font-size: 5rem;
    line-height: 1.3;
    font-weight: 700;
    padding-bottom: 2rem;
}

.small-title {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 600;
}

.text-title {
    font-size: var(--base-size);
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: .5rem;
}

.text-label {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    padding-bottom: 1rem;
}

.ingress {
    font-size: 2.5rem;
    line-height: 1.6;
    font-weight: 600;
}

/* Brodtext */
p {
    font-weight: 300;
    color: rgb(var(--gray-dark-color));
    padding-bottom: 1em;
}

a {
    text-decoration: none;
    font-size: 1.6rem;
    color: inherit;
    font-weight: inherit;
}

/* Speciella fonter */
.text-handwritten {
    font-family: salamat, sans-serif;
    font-weight: 300;
}

/* Ovriga klasser */
.whitespace {
    white-space: nowrap;
}

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

.text-light,
.tag.text-light {
    font-weight: 300;
}

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

.text-body-small {
    font-size: 1.4rem;
}

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

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

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

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

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

.tex-block-center {
    max-width: 90rem !important;
    margin: 0 auto;
}

.mw-20ch {
    max-width: 20ch;
}

.mw-25ch {
    max-width: 25ch;
}

.mw-30ch {
    max-width: 30ch;
}

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

.m-auto {
    margin: 0 auto;
}

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

/* Listor */
.section-block ul li {
    padding-bottom: .5em;
    color: rgb(var(--gray-dark-color));
    font-weight: 300;
    font-size: var(--base-size);
}

.styled-list {
    list-style: disc;
}

.styled-list li::marker {
    color: rgb(var(--gray-color));
}

/* div wrapper */
.indented {
    padding-left: 2rem;
}

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

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

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

@media only screen and (max-width: 600px) {
    .hero-title {
        font-size: 3.5rem;
    }

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

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

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

.btn-wrapper.multiple .btn:first-child {
    margin-right: 1rem;
}

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 20rem;
    padding: 2rem;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: .1em;
    border-radius: .4rem;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

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

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

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

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

.btn-gray-border {
    color: rgb(var(--white-color));
    background-color: rgb(var(--gray-dark-color));
}

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

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

.arrow-link {
    padding-right: 1rem;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

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

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

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

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

.bouncing-arrow i {
    font-size: 4rem;
    font-weight: 500;
}

@keyframes bounce {

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

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

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

/* Visa telnr på hover */
@media (hover: hover) {
    a.hover-btn[href^="tel"] {
        overflow: hidden;
        position: relative;
        transition: all .2s ease;
    }

    a.hover-btn[href^="tel"]::before {
        position: absolute;
        display: block;
        content: attr(title);
        transform: translate(-50%, 4rem);
        left: 50%;
        width: 100%;
        transition: all .2s ease;
        background-color: rgb(var(--gray-dark-color));
    }

    a.hover-btn[href^="tel"]:hover::before {
        transform: translate(-50%, 0);
        transition: all .2s ease;
        transition-delay: .2s;
    }

    a.hover-btn[href^="tel"]:hover::after {
        opacity: 0;
        transform: translateX(0);
    }
}

/* Sociala medier */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    margin: .5rem;
    font-size: 0;
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--white-color));
    background-color: transparent;
    text-decoration: none;
    transition: .3s ease;
}

.social-icon:hover {
    color: rgb(var(--black-color));
    background-color: rgb(var(--white-color), .5);
}

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

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

    .btn-wrapper.center {
        flex-direction: column;
    }

    .btn-wrapper.multiple .btn:first-child {
        margin-bottom: 1rem;
    }
}

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

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

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

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

.bg-primary-half {
    background-image: linear-gradient(to top, rgb(var(--white-color)) 50%, rgba(var(--primary-color)) 50%);
}

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

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

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

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

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

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

/* Grafiska Element
========================================================================== */
.of-wrapper .op-top {
    object-position: top;
}

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

.badge {
    position: absolute;
    z-index: 2;
    top: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(var(--primary-color));
    width: 7.7rem;
    height: 7.7rem;
    padding: 2rem 3rem;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    clip-path: polygon(13% 13%, 30% 13%, 37% 0%, 50% 8%, 62% 0%, 70% 13%, 87% 13%, 87% 30%, 100% 37%, 92% 50%, 100% 62%, 87% 70%, 87% 87%, 70% 87%, 62% 100%, 50% 92%, 37% 100%, 30% 87%, 13% 87%, 13% 70%, 0% 62%, 8% 50%, 0% 37%, 13% 30%);
}

.badge p {
    color: white;
}

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

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

/* bildspel */
.crossfade {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.crossfade div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: scroll/fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

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

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

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

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

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

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

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

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

/* Cards Gallery */
.cards-gallery .card-item {
    display: flex;
    flex-direction: column;
}

.cards-gallery .card-item .image-wrapper {
    flex-grow: 1;
}

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

/* Card 2-1 */
.card-2-1 .card-item {
    border-radius: 1px;
}

.card-2-1 .card-header {
    margin-bottom: 2rem;
    font-size: 5rem;
}

.card-2-1 .card-item {
    background-color: rgb(var(--gray-color));
    padding: 2rem;
    text-align: center;
    /* padding-bottom: 3rem; */
    max-width: 45rem;
}

.card-2-1 .card-item:hover {
    background-color: rgb(var(--gray-dark-color));
}

.cards-wrapper.card-2-1.w-50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Card card-3-1 */
.card-3-1 .card-item {
    background-color: rgb(var(--gray-light-color));
}

.card-3-1 .card-item.bg-secondary {
    background-color: rgb(var(--secondary-color));
}

.card-3-1 .small-title {
    font-size: 2rem;
    padding-bottom: 1rem;
}

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

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

/* Card 3-6 */
.card-3-6 .card-item {
    position: relative;
    padding: 15% 0.5rem 4rem;
}

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

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

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

.card-3-6 .card-body {
    z-index: 1;
    position: relative;
    pointer-events: none;
}

.card-3-6 .small-title {
    text-transform: uppercase;
    font-size: 1.9rem;
    text-align: center;
    letter-spacing: 0.2rem;
}

.card-3-6 p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
}

@media only screen and (max-width: 1550px) {
    .card-3-6 .card-item {
        padding: 15% 2rem 4rem;
    }
}

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

@media only screen and (max-width: 1050px) {
    .card-3-6 .card-item {
        padding: 25% 0.5rem 4rem;
    }
}

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

    /* .card-3-6 .card-item {
        padding: 50% 2rem 3rem;
    } */
    .card-3-6.cards-wrapper.w-25 .card-item {
        width: 100%;
        margin: 1rem 0;
        padding: 50% 2rem 3rem;
    }
}

@media only screen and (max-width: 400px) {
    .card-3-6 p {
        font-size: 1.3rem;
    }
}

/* Cards 5 */
.cards-5 .card-item {
    text-decoration: none;
    background-color: rgb(var(--white-color), .5);
    box-shadow: 0 1rem 3rem rgb(var(--gray-color), 0.3);
    padding: 4rem;
    border-radius: .4rem;
    text-align: center;
    transition: all .3s ease-in-out;
}

.cards-5 .icon-wrapper {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    color: rgb(var(--white-color));
    transition: all .3s ease-in-out;
}

/* hover */
.cards-5 .card-item:hover {
    box-shadow: 0 1rem 3rem rgb(var(--white-color), 0.5);
}

.cards-5 .card-item:hover .icon-wrapper {
    color: rgb(var(--primary-color));
}

/* Cards 9 */
.cards-9 {
    display: flex;
}

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

.cards-9 .small-title {
    font-size: 2rem;
    padding-bottom: 1rem;
}

.cards-9 .card-item .text-wrapper {
    z-index: 1;
    position: relative;
    margin: -9rem auto 0;
    border-radius: .6rem;
    width: 85%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    min-height: 29rem;
}

.cards-9 .text-wrapper p {
    font-size: 1.6rem;
}

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

.cards-9 .text-wrapper {
    transition: .3s ease;
}

.cards-9 .text-wrapper.bg-x-gray:hover {
    background-color: rgb(var(--white-color));
}

.cards-9 .arrow-link {
    font-size: 1.4rem;
    padding: 0;
}

/* Cards 11 (team) */
.cards-11 .card-item {
    background-color: rgb(var(--gray-light-color));
}

.cards-11 .image-wrapper {
    position: relative;
    overflow: hidden;
}

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

.cards-11 .small-title {
    font-size: 2rem;
    padding-bottom: 0;
}

.cards-11 .text-title {
    font-weight: 300;
    padding-bottom: 2rem;
}

.cards-11 p,
.cards-11 a {
    display: block;
    padding-bottom: .3rem;
    font-size: 1.5rem;
    text-decoration: none;
}

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

.cards-11 a:hover {
    color: rgba(var(--black-color));
}

/* Card 18 */
.cards-18 .card-item {
    padding: 1rem;
    border: 1px solid rgba(var(--black-color), 0.1);
}

.cards-18 .image-wrapper {
    /* padding-top: 62.5%; */
    padding-top: 100%;
}

.cards-18 .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

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

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

    .cards-18 .text-wrapper {
        flex-grow: 1;
        padding: 2rem 0 1rem;
    }
}

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

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

.split-image {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.split-content {
    width: 50%;
    padding: 6rem;
    transition: all .3s ease;
}

.split-content.space-between {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

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

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

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

.split-wrapper .align-flex-end {
    align-self: flex-end;
}

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

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

/* Speciella paddings */
.split-wrapper .pb-0 {
    padding: 0;
}

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

/* Video i split */
.split-video {
    width: 50%;
    display: flex;
    align-items: center;
}

.split-vide-table {
    width: 430px !important;
    margin: auto !important;
    display: block !important;
    align-items: center;
}

.split-video .video-wrapper,
.split-video .video-ratio {
    width: 100%;
}

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

.split-video .fancybox-video {
    display: none;
}

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

    .split-content.px-8 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .split-vide-table {
        width: 100% !important;
        align-items: center;
    }
}

@media screen and (max-width: 1100px) {
    .split-wrapper.reverse {
        flex-direction: column-reverse;
    }

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

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

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

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

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

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

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

    .split-content.px-8,
    .bg-gray-dark .split-content .px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

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

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

/* Play */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: .4s ease;
}

.video-wrapper:hover .play-overlay {
    opacity: 1;
    visibility: visible;
    background: rgb(var(--black-color), .7);
}

.play-overlay em {
    color: rgb(var(--white-color));
    font-size: 5rem;
    transition: .4s ease;
}

.video-wrapper:hover .play-overlay em {
    font-size: 3.5rem;
}

.play-overlay p {
    display: inline-block;
    color: rgb(var(--white-color));
    margin-left: 1.5rem;
    font-size: 0;
    transition: .4s ease;
    padding: 0;
}

.video-wrapper:hover .play-overlay p {
    font-size: 2rem;
}

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

#videonamn {
    display: block !important;
}

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

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

.parallax {
    max-width: 100% !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 60rem;
}

/* Header / Navigation
========================================================================== */
header {
    background-color: transparent;
}

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

header .container {
    max-width: none;
}

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

header.scrolled .top-header,
.SubPage .top-header {
    border-bottom: 1px solid rgb(var(--gray-dark-color));
}

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

.top-header a {
    padding: 0 0 0 4rem;
    font-size: 1.4rem;
    color: rgb(var(--white-color));
}

header.scrolled .top-header a,
.SubPage .top-header a {
    color: rgb(var(--black-color));
}

/* Logo */
.header-logo {
    flex-basis: 0;
    flex: 1 1 0px;
    filter: grayscale() brightness(100);
    z-index: 0;
}

.scrolled .header-logo {
    filter: none;
}

.header-logo img,
header.scrolled .header-logo img {
    max-height: 7rem;
}

/* nav */
.TemplateMenu>li:first-child {
    display: none;
}

.EditMode .TemplateMenu>li:first-child {
    display: none;
}

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

.scrolled .TemplateMenu a.toplevel {
    color: rgb(var(--black-color));
}

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

header.scrolled .TemplateMenu a:hover {
    color: rgb(var(--black-color));
}

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

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

.TemplateMenu ul>li>a {
    color: rgb(var(--gray-light-color));
}

.TemplateMenu li:hover ul {
    width: 25rem;
}

.TemplateMenu ul li:hover {
    background: rgb(var(--white-color), .5);
}

.TemplateMenu li.active {
    background: rgb(var(--white-color), .5) !important;
}

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

.IndexPage .TemplateMenu a:before {
    background-color: rgb(var(--white-color)) !important;
}

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

.IndexPage header.scrolled .TemplateMenu a:before {
    background-color: rgb(var(--black-color)) !important;
}

header.scrolled .TemplateMenu a:before {
    background-color: rgb(var(--black-color));
}

.TemplateMenu a.expandable:before,
.TemplateMenu ul a:before {
    display: none;
}

.EditMode .TemplateMenu ul a {
    font-size: 1.4rem;
    line-height: 2;
}

.EditMode .TemplateMenu>li>ul>li>ul {
    height: 40rem;
    overflow: scroll;
}

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

.header-cta-wrapper .cart-btn {
    background-color: rgb(var(--gray-dark-color));
    color: rgb(var(--white-color));
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.TemplateMenu ul {
    min-width: none;
}

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

.SubPage .TemplateMenu a:not(.TemplateMenu ul > li > a) {
    color: rgb(var(--gray-dark-color));
}

.SubPage .header-logo {
    filter: none;
}

.nav-yellow header.scrolled {
    /* background-color: rgb(var(--primary-color)); */
    box-shadow: 0 .1rem 1rem rgb(var(--black-color), .1);
}

.nav-yellow .TemplateMenu a:not(.TemplateMenu ul > li > a) {
    color: rgb(var(--black-color));
}

.nav-yellow .TemplateMenu a:hover:not(.TemplateMenu ul > li > a) {
    color: rgb(var(--gray-color));
}

.nav-yellow .header-logo {
    filter: grayscale() brightness(0);
}

/* mobilmenyn */
.mobile-menu .hamburger {
    background-color: rgb(var(--white-color));
    border-radius: .4rem;
    padding: .8rem;
}

.mobile-menu .hamburger-inner {
    top: 13px;
}

.mobile-menu .header-logo img,
.mobile-menu.scrolled .header-logo img {
    max-height: calc(var(--mobile-menu-height) - 3rem);
}

.mobile-menu .TemplateMenu a,
.mobile-menu.scrolled .TemplateMenu a.toplevel,
.nav-white .mobile-menu .TemplateMenu a:not(.TemplateMenu ul > li > a) {
    color: rgb(var(--white-color));
}

.mobile-menu .TemplateMenu a:before {
    display: none;
}

.mobile-menu .TemplateMenu a:hover,
.nav-white .mobile-menu .TemplateMenu a:hover:not(.TemplateMenu ul > li > a) {
    color: rgb(var(--white-color)) !important;
}

.mobile-menu .header-cta-wrapper .cart-btn {
    margin-right: 1rem;
}

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

.mobile-menu .top-header {
    height: 3rem;
}

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

.mobile-menu .top-header li {
    line-height: 2rem;
}

.mobile-menu .top-header a {
    font-size: 1.3rem;
    line-height: 1.3rem;
}

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

    .header-logo img,
    header.scrolled .header-logo img {
        max-height: 5rem;
    }

    .scrolled .TemplateMenu a.toplevel {
        color: rgb(var(--white-color));
    }

    .scrolled .TemplateMenu li.active>a,
    .scrolled .TemplateMenu ul a:hover {
        color: rgb(var(--white-color));
        text-decoration: underline;
    }

    .mobile-menu .TemplateMenu a:hover {
        text-decoration: underline;
        color: rgb(var(--white-color));
    }
}

@media only screen and (max-width: 1000px) {
    .SubPage .TemplateMenu a:not(.TemplateMenu ul > li > a) {
        color: rgb(var(--white-color));
    }
}

/* ==========================================================================
Startsida
========================================================================== */
/* Top-section
========================================================================== */
.topsection {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin-top: -12.2rem;
    background: linear-gradient(45deg, rgb(var(--black-color), .7), rgb(var(--black-color), .2));
}

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

.topsection h1 {
    font-size: 6rem;
    line-height: 1.2;
    padding-bottom: 2rem;
    color: rgb(var(--white-color));
}

.topsection p {
    max-width: 60ch;
    font-size: 2rem;
    color: rgb(var(--white-color));
}

.topsection .arrow-link {
    color: rgb(var(--white-color));
}

.topsection .btn-wrapper a:first-child {
    margin-right: 1rem;
}

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

    .topsection p {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 700px) {
    .topsection {
        background-color: rgb(var(--black-color), .5);
    }
}

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

    .topsection .btn-wrapper a:first-child {
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 445px) {
    .topsection {
        min-height: 100vh;
        padding: 15rem 2rem 5rem;
    }

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

    .topsection h1 {
        font-size: 2.5rem;
    }

    .topsection .bouncing-arrow {
        display: none;
    }
}

@media only screen and (max-width: 355px) {
    .topsection h1 {
        font-size: 2.2rem;
        white-space: nowrap;
    }
}

/* About
========================================================================== */
@media screen and (max-width: 1100px) {
    .section-about .split-content {
        padding-left: 0;
    }
}

/* Produkter startsidan
========================================================================== */
.section-cta-products .section-block .col-0 {
    width: 100%;
}

/* ==========================================================================
Undersidor
========================================================================== */
/* Hero
========================================================================== */
.EditMode .hero .section-block {
    padding-top: 20rem !important;
}

.hero .section-block {
    padding: 10rem 2rem 10rem;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--gray-dark-color));
}

.hero-split .section-block {
    padding: 10rem 2rem 10rem;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--gray-dark-color));
}

.hero-split.py-5 .section-block {
    padding: 0rem 2rem 0rem;
}

.mt--menu-height {
    margin-top: calc(-1 * var(--menu-height));
}

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

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

.hero.hero-split {
    overflow: hidden;
    margin-top: 0;
}

.hero.hero-split .section-block::after {
    content: "";
    display: block;
    position: absolute;
    width: 40vw;
    height: 200vh;
    background: rgb(var(--white-color));
    right: 0;
    top: -50vh;
    z-index: 1;
}

.hero.hero-split .split-wrapper {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1100px) {
    .hero.hero-split .section-block::after {
        width: 100vw;
        top: 0;
        background-color: rgb(var(--gray-dark-color), .2);
    }
}

@media only screen and (max-width: 800px) {
    .hero-video .title-wrapper {
        min-width: auto;
        width: 100%;
        text-align: center;
        padding: 2rem;
    }

    .hero-video .title-wrapper .title {
        text-align: left;
    }

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

@media only screen and (max-width: 500px) {
    .LayoutPage .hero .section-block {
        min-height: 35vh;
    }

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

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

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

/* ==========================================================================
Undersida: Produkter > Enskilda sidor
========================================================================== */
/* Bildspel */
.section-cart-product .gallery-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 1rem;
    background: rgb(var(--gray-light-color));
}

.gallery-container .slick-list {
    width: 100%;
}

.gallery-container .slick-track {
    display: flex;
    max-height: calc(90vh - 10rem - 13rem);
}

.gallery-container .slick-slide {
    height: auto;
}

.gallery-container .image-wrapper {
    height: 100%;
}

.gallery-container .of-wrapper img {
    object-fit: contain;
    transition: transform 0.5s ease-out;
}

.gallery-slider .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 4rem;
    height: 4rem;
}

.gallery-slider .slick-next {
    right: 0;
}

.gallery-slider .slick-prev {
    left: 0;
}

/* Thumbnails */
.gallery-thumbnails {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.gallery-thumbnails .gallery-item {
    width: 6rem;
    height: 6rem;
    position: relative;
    padding: 5px;
    border: 1px solid rgb(var(--gray-light-color));
    margin: 0 5px 5px 0;
    border-radius: 3px;
}

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

    /* Bildspel */
    .gallery-container .slick-track {
        display: flex;
        max-height: 60vh;
    }
}

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

    /* Bildspel */
    .gallery-container .slick-track {
        display: flex;
        max-height: 50vh;
    }
}

/* ==========================================================================
Undersida: Varukorg (.section-cart-total)
========================================================================== */
.section-cart-total .remove-btn {
    max-width: 75rem;
    margin: 0 auto;
    text-align: right;
}

.section-cart-total .remove-btn p {
    display: inline-block;
    min-width: unset;
    padding: 0.5rem 1rem;
    margin: 0 0 2rem 0;
}

.cart-items-wrapper {
    max-width: 75rem;
    margin: 0 auto;
}

.cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
    border: 1px solid rgb(var(--gray-color));
}

.cart-item .image-wrapper {
    width: 40%;
}

.cart-item .text-wrapper {
    width: 60%;
    padding: 2rem;
    text-align: left;
}

.cart-item .text-wrapper .cart-id {
    padding-bottom: 0;
}

.cart-item .small-title {
    padding-bottom: 0;
    font-size: 2.2rem;
    line-height: 1;
}

.cart-item .cart-product-total {
    padding-bottom: 1.3rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.cart-item .cart-price {
    font-size: 1.8rem;
    font-weight: 400;
    border-bottom: 1px solid rgb(var(--gray-color), 0.3);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.cart-item p {
    font-size: 1.4rem;
}

.cart-decrease,
.cart-increase {
    font-size: 2rem;
    cursor: pointer;
}

.cart-toggle-wrapper input {
    padding: 1rem;
    text-align: center;
    margin: 0 .5rem;
}

.cart-total p {
    font-size: 2.4rem;
    margin-top: 3rem;
    padding-bottom: 0;
}

/* Falt som ska doljas */
.cart-taxrate {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .cart-item .image-wrapper {
        width: 40%;
    }

    .cart-item .text-wrapper {
        width: 60%;
    }
}

@media only screen and (max-width: 868px) {
    .cart-item .image-wrapper {
        width: 50%;
    }

    .cart-item .text-wrapper {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .cart-item .image-wrapper {
        width: 100%;
    }

    .cart-item .text-wrapper {
        width: 100%;
        padding: 3rem 2rem;
    }
}

/* ==========================================================================
Undersida: Varukorg > Produkter (section-cart-products)
========================================================================== */
.section-cart-products .col-0 {
    width: 25rem;
}

.section-cart-products .col-1 {
    width: calc(100% - 25rem);
}

.section-cart-products.product-categories .col-0 {
    width: 100%;
}

@media only screen and (max-width: 1550px) {
    .section-cart-products.product-categories .cards-wrapper.w-25 .card-item {
        width: calc((100% / 4) - 2rem);
    }

    .section-cart-products .badge {
        width: 9.1rem;
        height: 9.1rem;
    }
}

@media only screen and (max-width: 1350px) {
    .section-cart-products .badge {
        width: 8rem;
        height: 8rem;
    }
}

@media only screen and (max-width: 1250px) {
    .section-cart-products.product-categories .cards-wrapper.w-25 .card-item {
        width: calc((100% / 3) - 2rem);
    }

    .section-cart-products .badge {
        width: 7rem;
        height: 7rem;
    }
}

@media only screen and (max-width: 1180px) {
    .section-cart-products .badge {
        width: 6rem;
        height: 6rem;
        font-size: 1.2rem;
    }
}

/* @media only screen and (max-width: 1050px) {
    .section-cart-products .badge {
        width: 6.7rem;
        height: 6.7rem;
        font-size: 1.4rem;
    }
} */
@media only screen and (max-width: 900px) {
    .section-cart-products.product-categories .cards-wrapper.w-25 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 750px) {
    .section-cart-products.product-categories .cards-wrapper.w-25 .card-item {
        width: 100%;
    }

    .section-cart-products .badge {
        width: 10rem;
        height: 10rem;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 450px) {
    .section-cart-products .badge {
        width: 8rem;
        height: 8rem;
    }
}

/* Filtrering + produktkort
========================================================================== */
.section-cart-products .tags-wrapper {
    border: 1px solid rgb(var(--black-color), .1);
}

/* Sök */
.search-wrapper {
    position: relative;
    margin-bottom: 3rem;
}

.search-wrapper em {
    position: absolute;
    left: 2rem;
    top: 50%;
    font-size: 2rem;
    transform: translateY(-50%);
}

.search-wrapper input {
    width: 20rem;
    height: 4rem;
    padding: 0 2rem 0 5rem;
    margin: 0 .6rem;
    border: none;
    border-radius: 5rem;
    box-shadow: 1px 1px 5px rgb(var(--black-color), .2);
    transition: .5s ease;
}

.search-wrapper input:focus {
    width: calc(100% - 1.2rem);
    outline: unset;
}

.card-item.hidden-search-item {
    display: none;
}

/* Taggar */
.section-cart-products .tags-heading {
    display: none;
}

.section-cart-products .tags-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.section-cart-products .tag {
    display: block;
    width: 100%;
    padding: .3rem 1.5rem;
    margin: .6rem .5rem;
    font-size: 1.5rem;
    cursor: pointer;
    transition: .5s ease;
}

.section-cart-products .tag:hover,
.section-cart-products .tag.tag-picked {
    background-color: rgb(var(--gray-dark-color));
    color: rgb(var(--white-color));
}

/* Produktkort */
.section-cart-products .cards-18 .card-item {
    display: flex;
    flex-direction: column;
    transition: .3s ease;
}

.section-cart-products .cards-18 .card-item:hover {
    background-color: rgb(var(--gray-light-color));
}

.section-cart-products .cards-18 .card-item:hover .btn {
    color: rgb(var(--white-color));
    background-color: rgb(var(--gray-dark-color));
    border: 1px solid rgb(var(--gray-dark-color));
}

.section-cart-products .cards-18 .text-wrapper {
    flex-grow: 1;
}

.section-cart-products .cards-18 .cart-name,
.section-cart-products .cards-18 .products .small-title {
    padding-bottom: .5rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
}

.section-cart-products .cards-18 .of-wrapper img {
    object-position: center 38%;
}

.section-cart-products .cards-18 .cart-price {
    color: rgb(var(--gray-dark-color));
    font-weight: 700;
}

.section-cart-products .cart-short-description p,
.section-cart-products .cards-18 .products p {
    font-size: 1.4rem;
}

.section-cart-products .cards-18 .btn {
    display: block;
    min-width: unset;
    padding: 1rem;
    margin: 1rem;
    border-radius: 0;
    cursor: pointer;
}

.cards-18 .card-item.hidden-tag-item {
    display: none;
}

.cards-18 .card-item.hidden-search-item {
    display: none;
}

.cards-18 .card-item.display-none {
    display: none !important;
}

/* Falt som ska doljas */
.section-cart-products .cart-article,
.section-cart-products .cart-taxrate,
.section-cart-products .cart-url {
    display: none;
}

@media only screen and (max-width: 800px) {
    .section-cart-products .col-0 {
        width: 100%;
        padding: 0;
        margin-bottom: 3rem;
    }

    .section-cart-products .col-1 {
        width: 100%;
        padding: 0;
    }

    /* Taggar */
    .section-cart-products .tags-wrapper {
        position: relative;
        max-width: 25rem;
        background: rgb(var(--primary-color));
        cursor: pointer;
    }

    .section-cart-products .tags-heading {
        display: block;
        width: 100%;
        padding: 1rem 2rem;
    }

    .section-cart-products .tags-heading p {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        color: rgb(var(--black-color));
    }

    .section-cart-products .tags-heading i {
        margin-left: 2rem;
    }

    .section-cart-products .tags-list {
        display: none;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: left;
        background: rgb(var(--white-color));
        box-shadow: 1px 1px 10px rgba(var(--black-color), .1);
    }

    .section-cart-products .tags-wrapper.opened .tags-list {
        display: block;
    }

    .section-cart-products .tags-wrapper .tag {
        display: block;
        padding: 1rem 2rem;
        margin: 0;
        letter-spacing: normal;
        text-transform: initial;
        box-shadow: none;
        border-radius: 0;
    }
}

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

    /* Produktkort */
    .section-cart-products .cards-18 .btn {
        margin: 1rem 0;
    }
}

/* ==========================================================================
Undersida: Varukorg > Produktundersida (section-cart-product)
========================================================================== */
.section-cart-product .section-block {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}

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

/* Splitten */
.section-cart-product .split-wrapper {
    max-width: 140rem;
    padding: 0 2rem;
    margin: 0 auto;
}

.section-cart-product .image-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background-color: rgb(var(--gray-light-color));
    padding: 1rem;
}

.section-cart-product .split-image:after {
    content: '\f302';
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    color: rgb(var(--gray-dark-color));
    font-weight: 100;
    font-size: 3rem;
    font-family: 'Font Awesome 5 Pro';
    pointer-events: none;
}

.section-cart-product .split-image:hover:after {
    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);
    transition: all 300ms ease-in-out;
    border-radius: 50%;
}

.fancybox-content .fancybox-image {
    background-color: rgb(var(--white-color));
}

.section-cart-product .split-image .more-images {
    font-size: 4rem;
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    padding: 0;
    pointer-events: none;
}

.section-cart-product .split-image a {
    width: 100%;
    height: 100%;
}

.section-cart-product .split-image a:not(:nth-child(1)) {
    display: none;
}

/* Animation */
@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 3rem rgb(var(--gray-dark-color), 0.1);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 3rem rgb(var(--gray-dark-color), 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 3rem rgb(var(--gray-dark-color), 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 3rem rgb(var(--gray-dark-color), 0);
    }
}

/* Splitten - Content */
.section-cart-product .split-content {
    align-items: center;
}

.section-cart-product .cart-name {
    font-size: 4rem;
    color: rgb(var(--gray-dark-color));
    font-weight: 600;
    padding-bottom: 0;
}

.section-cart-product .cart-price {
    padding-bottom: 2rem;
    font-size: 2.6rem;
}

.section-cart-product .cart-image,
.section-cart-product .cart-article,
.section-cart-product .cart-taxrate,
.section-cart-product .cart-url,
.section-cart-product .cart-short-description {
    display: none;
}

.section-cart-product .btn {
    margin: 2rem 0 0;
}

.list-product {
    list-style: none;
    margin-top: 0;
}

.list-product li {
    position: relative;
    font-size: 1.5rem;
}

.list-product li::before {
    content: '\f00c';
    position: absolute;
    top: 42%;
    left: -2.5rem;
    color: rgb(var(--gray-dark-color));
    font-weight: 100;
    font-size: 1.5rem;
    font-family: 'Font Awesome 5 Pro';
    transform: translateY(-50%);
}

/* Filtrering - Taggar */
.section-cart-product .tags-wrapper {
    max-width: 140rem;
    padding: 0 2rem;
    margin: 10rem auto 0;
}

.section-cart-product .specifications-wrapper {
    border-top: 2px solid rgb(var(--gray-dark-color));
    background: rgb(var(--gray-light-color));
}

.section-cart-product .tags-heading {
    display: none;
}

.section-cart-product .tag {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border-radius: 0.8rem 0.8rem 0 0;
    background: rgb(var(--gray-dark-color));
    color: rgb(var(--white-color));
    cursor: pointer;
    transition: .5s ease;
}

.section-cart-product .tag:hover,
.section-cart-product .tag.tag-picked {
    color: rgb(var(--white-color));
    background: rgb(var(--gray-dark-color), .5);
}

/* Filtrering - Content */
.section-cart-product .list-styled {
    max-width: 140rem;
    padding: 5rem 2rem;
    margin: 0 auto;
    list-style: none;
}

.section-cart-product .list-styled li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0.5rem 0;
    border-bottom: 1px dotted rgb(var(--gray-dark-color));
}

.section-cart-product .list-styled p {
    padding: 0;
}

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

    /* Filtrering - Taggar */
    .section-cart-product .tags-wrapper {
        position: relative;
        max-width: 25rem;
        background: rgb(var(--primary-light-color));
        cursor: pointer;
    }

    .section-cart-product .tags-heading {
        display: block;
        width: 100%;
        padding: 1rem 2rem;
    }

    .section-cart-product .tags-heading p {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        color: rgb(var(--black-color));
    }

    .section-cart-product .tags-heading i {
        margin-left: 2rem;
    }

    .section-cart-product .tags-list {
        display: none;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: left;
        background: rgb(var(--white-color));
        box-shadow: 1px 1px 10px rgba(var(--black-color), .1);
    }

    .section-cart-product .tags-wrapper.opened .tags-list {
        display: block;
    }

    .section-cart-product .tags-wrapper .tag {
        display: block;
        padding: 1rem 2rem;
        margin: 0;
        letter-spacing: normal;
        text-transform: initial;
        box-shadow: none;
        border-radius: 0;
    }
}

/* ==========================================================================
Undersida: Varukorg > Varukorg / Tack for din bestallning (section-cart-confirmation)
========================================================================== */
/* Bekraftelseruta */
.confirmation-wrapper {
    max-width: 75rem;
    text-align: center;
    margin: 0 auto 5rem;
    padding: 3rem;
    border: 1px solid rgb(var(--gray-dark-color));
}

.confirmation-wrapper .section-title {
    padding-bottom: .5rem;
}

.confirmation-wrapper .ingress {
    padding-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 300;
}

/* Produktlista */
/* .cart-items-wrapper {
    max-width: 75rem;
    margin: 0 auto;
}.cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
    border: 1px solid rgb(var(--gray-color));
}.cart-item .image-wrapper {
    width: 20%;
}.cart-item .text-wrapper {
    width: 80%;
    padding: 2rem;
    text-align: left;
}.cart-item .small-title {
    padding-bottom: 0;
    font-size: 2.2rem;
    line-height: 1;
}.cart-item .cart-product-total {
    padding-bottom: 1.3rem;
    font-size: 1.6rem;
}.cart-item .cart-price {
    font-size: 1.8rem;
    font-weight: 400;
    border-bottom: 1px solid rgb(var(--gray-color), 0.3);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}.cart-item p {
    font-size: 1.4rem;
} */
.cart-decrease,
.cart-increase {
    font-size: 2rem;
    cursor: pointer;
}

.cart-toggle-wrapper input {
    padding: 1rem;
    text-align: center;
    margin: 0 .5rem;
}

/* Falt som ska doljas */
.cart-taxrate {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .cart-item .image-wrapper {
        width: 40%;
    }

    .cart-item .text-wrapper {
        width: 60%;
    }
}

@media only screen and (max-width: 868px) {
    .cart-item .image-wrapper {
        width: 50%;
    }

    .cart-item .text-wrapper {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .cart-item .image-wrapper {
        width: 100%;
    }

    .cart-item .text-wrapper {
        width: 100%;
        padding: 3rem 2rem;
    }
}

/* ==========================================================================
Undersida: Tjanster
========================================================================== */
.section-services .col-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--gray-light-color));
    width: 15%;
}

.section-services .col-1 {
    width: 85%;
}

.section-services .col-0 .section-title {
    transform: rotate(-90deg);
    padding: 0;
}

@media only screen and (max-width:1050px) {
    .section-services .col-block {
        width: 100%;
    }

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

    .section-services .col-0 .section-title {
        transform: none;
    }

    .cards-9 .card-item .text-wrapper {
        width: 95%;
    }
}

/* ==========================================================================
Undersida: Tjanster > Belysningsplan 3D
========================================================================== */
/* Responsive table */
.responsive-table {
    width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.table {
    width: 100%;
    display: table;
    margin: 0;
}

.row.header {
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.row {
    display: table-row;
    background: rgb(var(--white-color));
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.row.header {
    color: rgb(var(--black-color));
    background: rgba(235, 235, 235, 0.793);
}

.row.header:hover {
    background: rgba(235, 235, 235, 0.793);
}

.cell {
    display: table-cell;
}

.row .cell {
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    color: rgb(var(--black-color));
    line-height: 1.2;
    text-transform: none;
    font-weight: 300;
    letter-spacing: normal;
}

.row .cell:not(:first-child) {
    text-align: center;
}

.row:nth-child(odd):not(.row.header) {
    background-color: rgb(var(--gray-light-color));
}

.row.header .cell {
    font-size: 1.6rem;
    color: rgb(var(--black-color));
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5rem;
}

.row.header .cell:nth-child(1) {
    min-width: 25rem;
}

.table,
.row {
    width: 100%;
}

.row .cell .image-wrapper {
    width: 100%;
}

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

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

@media screen and (max-width: 550px) {
    .responsive-table {
        overflow-x: auto;
    }

    .row.header .cell {
        font-size: 1.5rem;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
    }

    .row .cell {
        width: unset;
        min-width: 15rem;
        font-size: 1.3rem;
        padding: 1.5rem 0.8rem;
    }

    .row.header .cell:nth-child(1) {
        min-width: unset;
    }
}

/* ==========================================================================
Undersida: Om oss
========================================================================== */
.spotlight-wrapper {
    position: relative;
    overflow: hidden;
}

.spotlight-shapes {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(var(--gray-dark-color));
    overflow: hidden;
}

.spotlight-text {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(var(--white-color));
    mix-blend-mode: screen;
}

.shape {
    will-change: transform;
    position: absolute;
    border-radius: 50%;
}

.shape.shape-1 {
    background: rgb(var(--gray-color), .4);
    width: 650px;
    height: 650px;
    margin: -325px 0 0 -325px;
}

.shape.shape-2 {
    background: rgb(var(--black-color), .8);
    width: 440px;
    height: 440px;
    margin: -220px 0 0 -220px;
}

.shape.shape-3 {
    background: rgb(var(--black-color));
    width: 270px;
    height: 270px;
    margin: -135px 0 0 -135px;
}

/* ==========================================================================
Undersida: Inspiration (DOLD SIDA - TESTSIDA)
========================================================================== */
/* Taggar */
.section-gallery .tags-heading {
    display: none;
}

.section-gallery .tags-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.section-gallery .tag {
    padding: .3rem 1.5rem;
    margin: .6rem .5rem;
    font-size: 1.5rem;
    box-shadow: 1px 1px 5px rgb(var(--black-color), .2);
    border-radius: 2rem;
    cursor: pointer;
    background: rgb(var(--white-color));
    transition: .5s ease;
}

.section-gallery .tag:hover,
.section-gallery .tag.tag-picked {
    color: rgb(var(--white-color));
    background: rgb(var(--gray-dark-color), .5);
}

/* Cards */
.section-gallery .cards-gallery .card-item.display-none {
    display: none;
}

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

    /* Taggar */
    .section-gallery .tags-wrapper {
        position: relative;
        max-width: 25rem;
        background: rgb(var(--primary-color));
        cursor: pointer;
    }

    .section-gallery .tags-heading {
        display: block;
        width: 100%;
        padding: 1rem 2rem;
    }

    .section-gallery .tags-heading p {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        color: rgb(var(--white-color));
    }

    .section-gallery .tags-heading i {
        margin-left: 2rem;
    }

    .section-gallery .tags-list {
        display: none;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: left;
        background: rgb(var(--white-color));
        box-shadow: 1px 1px 10px rgba(var(--black-color), .1);
    }

    .section-gallery .tags-wrapper.opened .tags-list {
        display: block;
    }

    .section-gallery .tags-wrapper .tag {
        display: block;
        padding: 1rem 2rem;
        margin: 0;
        letter-spacing: normal;
        text-transform: initial;
        box-shadow: none;
        border-radius: 0;
    }
}

/* ==========================================================================
Undersida: Kontakta oss
========================================================================== */
.contact-img-box {
    margin: auto;
    text-align: center;
}

/* Kontaktformular JOTFORM
========================================================================== */
.section-form {
    background: linear-gradient(to bottom, rgb(var(--primary-color)) 40%, rgb(var(--gray-dark-color)) 40%);
}

.section-contact .col-0 {
    max-width: 80rem;
    margin: auto;
    background-color: rgb(var(--white-color));
    padding: 4rem;
    border-radius: 1rem;
}

.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(--white-color));
    border-radius: 0.5rem;
}

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

.ContactForm div {
    width: 49%;
}

.ContactFormField.file-field,
.file-upload-container,
.file-upload-container div,
.ContactFormField.textarea-field,
.submit-button-container {
    width: 100% !important;
}

@media only screen and (max-width: 630px) {
    .ContactForm div {
        width: 100%;
    }
}

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

.footer-container {
    max-width: none;
    padding: 0 5rem;
}

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

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

.footer-large {
    width: 30%;
}

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

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

.footer p,
.footer li,
.footer a {
    color: rgb(var(--white-color));
    font-size: 1.6rem;
    font-weight: 300;
}

.footer a {
    position: relative;
}

.footer a:hover:not(.social-icon) {
    text-decoration: underline;
}

.footer-contacts a {
    display: flex;
    align-items: flex-start;
}

.footer-contacts a em {
    padding-right: 1rem;
    padding-top: .7rem;
    color: rgb(var(--white-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;
    background: transparent;
}

.footer-bottom em::before {
    font-size: 1.4rem;
    margin-left: 4px;
    margin-top: -1px;
}

/* 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-container {
        padding: 0 3rem;
    }

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

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

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

    .footer-bottom {
        padding-left: 0;
    }
}

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

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

    .footer-bottom {
        display: block;
    }
}