/* FEM Sthlm */

@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap");


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

    /* 	Colors */
    --primary-dark-color: 10, 0, 0;
    --primary-color: 235, 0, 0;

    --black-color: 0, 0, 0;
    --gray-dark-color: 75, 75, 75;
    --gray-light-color: 248, 248, 248;
    --white-color: 255, 255, 255;

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

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

.display-none {
    display: none !important;
}

.EditMode .display-none {
    display: block !important;
}

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


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

.mw-1300 .section-block-wrapper {
    max-width: 130rem;
}

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

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

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

.pb-0 {
    padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 360px) {
    .mr-1 {
        margin-right: 0.5rem;
    }

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


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

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

.section-title {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: .5em;
}

.small-title {
    font-size: 2.4rem;
    line-height: 1.4;
    padding-bottom: .7em;
}

.ingress {
    font-size: calc(var(--base-size) * 1.2);
    font-weight: 700;
}

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

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

a:hover {
    text-decoration: none;
    color: rgb(var(--primary-color));
}

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

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

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

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

/*Extra storlekar*/
.f-13 {
    font-size: 1.3rem;
}

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

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

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

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

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

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

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

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

/* Knappar */
.ContactSubmit,
.btn {
    min-width: 20rem;
    padding: 1.4rem 2rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Farger
========================================================================== */
.bg-white {
    background: rgba(var(--white-color));
}

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

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

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

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

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

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

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

.of-wrapper .op-35 {
    object-position: 50% 35%;
}

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

/* Bakgrunder */
.bg-wave-primary-bottom .section-block {
    background-image: url(/assets/images/wave.png);
    background-size: 100% 60rem;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.bg-wave-primary-top .section-block {
    background-image: url(/assets/images/wave-top.png);
    background-size: 100% 50rem;
    background-repeat: no-repeat;
    background-position: center top;
}

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

@media screen and (max-width: 580px) {
    .bg-wave-primary-bottom .section-block {
        background-size: 100% 20rem;
    }
}

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

.border-left-primary {
    border-left: .5rem solid rgb(var(--primary-color));
}

@media screen and (max-width: 580px) {
    .border-left-primary {
        border-left: .5rem solid rgb(var(--primary-color));
    }
}

/* Morph */
@keyframes morph {

    0%,
    100% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }

    34% {
        border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    }
}

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

.badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 16rem;
    padding: .5rem 1.5rem;
    font-size: 1.1rem;
    color: rgb(var(--white-color), .6);
}

/* Bakgrundsvideo
========================================================================== */
.bg-video {
    position: relative;
    overflow: hidden;
    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 video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.bg-image {
    position: relative;
}

.bg-image .section-block {
    background-color: rgb(var(--black-color), .8)
}

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

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

.parallax .section-block {
    background-color: rgb(var(--black-color), .8)
}

/* Bilder */
.parallax-musiker {
    background-image: url('/assets/images/musiker-gitarr-2000px.jpg');
}

.parallax-disco {
    background-image: url('/assets/images/disco-event-2000px.jpg');
}

.parallax-event {
    background-image: url('/assets/images/event-bal-2000px.jpg');
}

.parallax-bal {
    background-image: url('/assets/images/event-bal-2000px.jpg');
}

.parallax-ljus {
    background-image: url('/assets/images/event-ljus-2000px.jpg');
}

.parallax-mobil {
    background-image: url('/assets/images/event-mobil-2000px.jpg');
}

@media only screen and (hover:none) {
    .parallax {
        background-attachment: fixed;
        background-position: center center;
    }
}

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

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

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

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

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

@media only screen and (max-width: 1300px) {
    .cards-wrapper.w-20 .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);
        margin: 1rem;
    }

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

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

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

    .cards-wrapper.w-20 .card-item {
        width: 100%;
    }
}

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

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

/* Card 3-2 */
.cards-wrapper.card-3-2 .card-item {
    margin-top: 8rem;
    border-radius: 1rem;
    transition: transform .2s;
}

.cards-wrapper.card-3-2 .card-item:hover {
    transform: scale(1.05);
}

.card-3-2 .image-wrapper {
    display: inline-block;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
}

.card-3-2 .card-header {
    border: 5px solid rgb(var(--white-color));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 12rem;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 50%;
}

.card-3-2 .card-header i {
    font-size: 5rem;
}

.card-3-2 .social-item i {
    font-size: 2.3rem;
}

@media only screen and (max-width: 370px) {
    .cards-wrapper.card-3-2 .card-item a {
        font-size: 1.5rem;
    }
}

/* Card 3-1 */
.card-3-1 .card-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 45rem;
    padding: 0;
}

.card-3-1.higher .card-item {
    min-height: 60rem;
    padding: 0;
}

.card-3-1 a.insta {
    transition: .3s ease;
}

.card-3-1 a.insta:hover {
    transform: scale(1.1);
}

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

.card-3-1 img {
    object-position: center top;
}

.card-3-1 img.low {
    object-position: center 40%;
}

.card-3-1 p {
    padding-top: 1rem;
}

.card-3-1 .card-body {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 15rem;
    transition: .3s ease;
    background: rgba(var(--black-color), .6);
}

.card-3-1 a.card-item:hover .card-body {
    margin-bottom: 3rem;
}

@media only screen and (max-width: 750px) {
    .card-3-1.higher .card-item {
        min-height: 40rem;
        padding: 0;
    }
}

/* Cards 7 */
.cards-7 .card-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    background-color: rgb(var(--white-color));
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
    overflow: hidden;
    border-bottom: 5px solid rgb(var(--primary-color));
}

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

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

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

.cards-7 .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    position: absolute;
    z-index: 2;
    top: -4rem;
    left: -3rem;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background-color: rgb(var(--primary-dark-color));
    transition: all 0.3s ease;
}

.cards-7 .icon-wrapper i {
    font-size: 5rem;
    margin: 0rem 0 -2rem;
    color: rgb(var(--primary-color));
}


/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

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

.split-image {
    width: 50%;
}

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

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

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

.split-wrapper .pr-0 {
    padding-right: 0;
}

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

/* Osymetrist border radius */
.blob {
    width: 45rem;
    height: 45rem;
    border-radius: 55% 45% 47% 53% / 52% 36% 64% 48%;
}

.blob-small {
    width: 35rem;
    height: 45rem;
    border-radius: 55% 45% 47% 53% / 52% 36% 64% 48%;
    margin-bottom: 4rem;
}

.circle-animate {
    overflow: hidden;
    animation: morph 4s linear infinite;
}

.circle {
    overflow: hidden;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

.circle img {
    width: 100%;
}

/* sticky img*/
.sticky-img .split-content {
    padding-left: 0;
}

.sticky-img .split-image,
.sticky-img .split-info {
    align-self: flex-start;
    position: sticky;
    top: calc(var(--menu-height) * 2);
    padding-right: 5rem;
    height: 55rem;
    max-width: 60rem;
}


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

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

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

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

    .sticky-img .split-image {
        margin: 0 auto;
        height: 50rem;
        padding-right: 0rem;
    }
}

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

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

    .sticky-img .split-image {
        height: 40rem;
        max-width: 40rem;
        padding-right: 0rem;
    }
}

@media screen and (max-width: 360px) {
    .sticky-img .split-image {
        height: 30rem;
    }
}

/* Header / Navigation
========================================================================== */
.EditMode.WebbEssDIY header {
    position: relative;
    top: 10px !important;
}

header {
    background-color: rgb(var(--primary-dark-color));
}

header .container {
    max-width: none;
}

/* Logo */
.header-logo {
    margin: 0 auto 0 0;
    opacity: 0;
    transition: all .3s ease;
}

.scrolled .header-logo {
    opacity: 1;
}

.TemplateMenu {
    display: flex;
    align-items: center;
}

/* Nav */
.TemplateMenu a {
    padding: 0 2rem;
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    border-radius: 0.5rem;
    line-height: 3;
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--primary-dark-color));
}

.TemplateMenu>li>a,
header.scrolled .TemplateMenu>li>a {
    line-height: 3;
}

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

.TemplateMenu ul li a {
    color: rgb(var(--black-color));
    border: none;
}

.TemplateMenu ul {
    width: 22rem;
}

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

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

/* .dropdown-list:hover .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-list {
    position: relative;
    cursor: pointer;
}

.dropdown-list ul {
    display: none;
    position: absolute;
    padding: 0;
    text-align: center;
    list-style: none;
}

.dropdown-list:hover ul {
    display: block;
}

.dropdown-list ul .btn {
    width: 21.3rem;
    padding: 1rem;
    border-radius: 0;
} */

@media only screen and (max-width: 580px) {
    .header-cta-wrapper .btn {
        min-width: unset;
        padding: 0.7rem 1.5rem;
    }

    /* .dropdown-list ul .btn {
        width: 20.3rem;
        padding: 1rem;
        border-radius: 0;
    } */
}

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

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

.top-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: rgb(var(--primary-dark-color), .75);
}

.top-section video {
    filter: blur(3px);
}

.top-section img {
    margin: 0 auto 2rem auto;
    display: block;
}

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

.top-section .section-title {
    font-size: 3.7rem;
    font-weight: 300;
    line-height: 1.3;
    color: rgb(var(--white-color));
}

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

@media only screen and (max-width: 1440px) {
    .top-section img {
        margin: 0 auto 2rem auto;
        max-width: 30rem;
    }
}

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

@media only screen and (max-width: 580px) {
    /* .top-section img {
        max-width: 20rem;
    } */

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

    .top-section p {
        font-size: var(--base-size);
        line-height: 1.4;
    }
}

/* CTA-sektion
========================================================================== */
.section-cta {
    background-image: url('/assets/images/event-ljus-2000px.jpg');
}

.section-cta .text-block {
    max-width: 100%;
    text-align: right;
}

@media only screen and (max-width: 580px) {
    .section-cta .text-block {
        text-align: left;
    }

    .section-cta .section-title {
        font-weight: 700;
    }
}

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

/* Hero - Grundkod
========================================================================== */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 30rem;
    /*margin-bottom: 5rem;*/
}

/*.hero::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 15rem;
    background-image: url(/assets/images/wave-top.png);
    background-size: 100% 100%;
    bottom: -15rem;
    left: 0;
    z-index: 1;
}*/

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

.hero .section-title {
    font-size: 5rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0;
    text-transform: uppercase;
}

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

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

    /*.hero {
        margin-bottom: 10rem;
    }

    .hero::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 10rem;
        background-image: url(/assets/images/wave-top.png);
        background-size: 100% 100%;
        bottom: -10rem;
        left: 0;
        z-index: 1;
    }*/
}

/* Hero - test
========================================================================== */
.hero-split {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.hero-split .split-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--primary-dark-color), .4);
    transition: .3s ease;
}

.hero-split .section-title {
    font-size: 14rem;
    font-weight: 700;
    text-transform: uppercase;
    display: ruby-text;
    z-index: 2;
    position: relative;
}

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

@media only screen and (max-width: 1350px) {
    .hero-split .split-content {
        width: 30%;
    }

    .hero-split .split-image {
        width: 70%;
    }

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

@media only screen and (max-width: 1000px) {
    .hero-split .split-content {
        width: 20%;
    }

    .hero-split .split-image {
        width: 80%;
    }

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

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

@media only screen and (max-width: 800px) {
    .hero-split .split-content {
        width: 20%;
    }

    .hero-split .split-image {
        width: 80%;
    }

    .hero-split .section-title {
        display: block;
    }
}

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

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

/* ==========================================================================
Undersida > Management > Enskild person
========================================================================== */

/* Hero
========================================================================== */
.slider-hero {
    overflow: hidden;
    margin-bottom: 0;
}

.slider-hero::after {
    display: none;
}

.slider-hero .section-block {
    padding-bottom: 4rem;
}

.slider-hero .slick-list {
    width: 100%;
    overflow: visible;
}

.slider-hero .gallery-slider .image-wrapper {
    margin: 0 2rem;
    transition: all .3s ease;
}

.slider-hero .gallery-slider .image-wrapper[aria-hidden="true"] {
    opacity: .5;
    transition: all .3s ease;
}

.slider-hero .gallery-slider img {
    height: 40rem;
}

.slider-hero .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: rgb(var(--white-color));
}

.slider-hero .slick-prev {
    left: 2rem;
}

.slider-hero .slick-next {
    right: 2rem;
}

.slider-hero .slick-arrow::after {
    font-weight: 300;
}

.slider-hero .slick-dots {
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.slider-hero .slick-dots li::before {
    color: rgb(var(--white-color));
}

/* Innehall
========================================================================== */
.cv-list {
    list-style: none;
    padding: 0 0 2rem;
}

.cv-list li {
    font-size: 1.3rem;
    padding: 0 0 1rem;
}

.cv-list .year {
    display: inline-block;
    width: 12rem;
    font-weight: 700;
}

@media only screen and (max-width: 1100px) {
    .section-artist .sticky-img .split-image {
        position: unset;
        margin-bottom: 3rem;
    }

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

@media only screen and (max-width: 650px) {
    .cv-list li {
        display: flex;
        flex-direction: column;
    }
}

/* Sektionens namn
========================================================================== */
.video-wrapper {
    position: relative;
}

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

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

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

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


/* ==========================================================================
Bokning
========================================================================== */
.section-booking .col-0 {
    padding: 4rem;
    background-color: rgb(var(--white-color));
}

@media only screen and (max-width: 650px) {
    .section-booking .col-0 {
        padding: 3rem 2rem;
    }
}

/* Formulär
========================================================================== */
.ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ContactForm div {
    width: 49%;
}

.ContactForm .ContactFormMessage {
    width: 100%;
}

.ContactForm p {
    line-height: 1.8;
    font-weight: 600;
    font-size: 1.4rem;
}

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

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

.ContactSubmit {
    margin: 0;
}

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

/* ==========================================================================
Footer
========================================================================== */
.footer {
    padding: 0 5rem;
    background-color: rgb(var(--primary-dark-color));
}

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

.footer-menu {
    width: fit-content;
    margin: 0 0 3rem;
}

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

footer img {
    max-width: 20rem;
}

.footer .text-label {
    font-size: 1.5rem;
    letter-spacing: .3rem;
    color: rgb(var(--white-color));
}

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

.footer-top li,
.footer-top p,
.footer-top a:not(.circle-icon) {
    color: rgb(var(--white-color));
}

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

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

.footer-bottom p,
.footer-bottom a {
    font-size: 1.4rem;
    line-height: 1.6;
    color: rgb(var(--white-color));
}

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

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

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

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

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

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

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

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

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

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