/* Robot Event AB */

/* Typsnitt */
@import url("https://use.typekit.net/baz6kdq.css");

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

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

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

    /* 	Colors */
    --primary-color: 106, 67, 27;
    --secondary-color: 32, 32, 32;
    --accent-color: 176, 126, 74;
    --accent-beige-color: 246, 241, 236;

    --white-color: 255, 255, 255;
    --gray-color: 250, 250, 250;
    --black-color: 0, 0, 0;

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

    /* 	Mobile nav */
    --activate-mobile-menu: 1150;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: 255, 255, 255;
    --menu-color: var(--black-color);

    /* Others */
    --box-shadow: 0 1rem 3rem rgb(0, 0, 0, .3);
}

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

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

/* Specifika paddings */
.p-5:not(.section-wrapper) {
    padding: 5rem;
}
.p-1{
    padding: 1rem !important;
}
.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 2rem;
}

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

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

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

.pt-3 {
    padding-top: 3rem;
}
.pb-0,
.pb-0 .section-block {
    padding-bottom: 0 !important;
}

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

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

.pl-2 .section-block {
    padding-left: 2rem;
}

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

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

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

.mr-1 {
    margin-right: 1rem;
}
.mb-0{
    margin-bottom: 0;
}
.mb-3{
    margin-bottom: 3rem;
}

/* Specifika bredder */

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

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

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

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

.br-2 {
    border-radius: 2rem;
}

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

@media only screen and (max-width: 980px) {
    .col-1 {
        padding-top: 1rem;
    }
}

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

/* Text och typsnitt
========================================================================== */
body {
    font-family: "Source Sans Pro", sans-serif;
}

/* Rubriker */
.section-title {
    font-size: 4rem;
    line-height: 1.2;
    font-style: normal;
    font-weight: 900;
    padding-bottom: 2rem;
}

.small-title {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 1rem;
}
.small-title-small {
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 1rem;
}
.text-label {
    font-size: var(--base-size);
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: .4rem;
    padding-bottom: 2rem;
    text-shadow: none;
    font-style: normal;
    text-align: center;
    font-weight: 400;
}


/* Brodtexter och lankar */
p,
li {
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
}

a {
    text-decoration: none;
    font-size: 1.8rem;
    color: rgb(var(--primary-color));
    font-weight: 300;
    font-style: normal;
}

a:hover {
    text-decoration: underline;
}

/* Ovriga klasser */
.center,
.text-center {
    text-align: center;
}

.left {
    text-align: left;
}

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

.hidden-items {
    display: none;
}

.font-handwritten {
    font-family: 'Amatic SC', sans-serif;
    font-weight: 700;
    font-style: normal;
}

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

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

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

/* Listor */
.styled-list,
.list-arrow,
.check-list {
    list-style: none;
    padding-inline-start: 5px;
}

.styled-list li,
.list-arrow li,
.check-list {
    position: relative;
    padding-left: 1.8rem;
}

.styled-list li::before,
.list-arrow li::before {
    content: '\f544';
    position: absolute;
    top: 50%;
    left: -0.5rem;
    color: rgba(var(--primary-color), 0.8);
    font-weight: 700;
    font-size: 1.2rem;
    font-family: 'Font Awesome 5 Pro';
    transform: translateY(-50%);
}

.list-arrow li::before {
    content: '\f061';
}

.check-list li::before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 2rem;
    margin-right: 0.7rem;
    content: '\f14a';
}

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

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

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

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

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

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

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

/* Farger och bakgroundsfarger
========================================================================== */
.bg-accent {
    background-color: rgba(var(--accent-color), .1);
}

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

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

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

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

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

.border-top {
    border-top: 1px solid rgba(var(--primary-color));
}

.border-bottom {
    border-bottom: 1px solid rgba(var(--primary-color));
}

/* Grafiska element */
.shadow {
    box-shadow: var(--box-shadow);
}

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

/* Marquee */
.marquee {
    z-index: 1;
    position: relative;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(100%);
    }
}


  

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
    display: flex;
}

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

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

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

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

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

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

.btn-white-filled {
    background-color: rgb(var(--white-color));
    color: #000;
}

.btn-white-filled:hover {
    background-color: rgb(var(--gray-color));
}

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

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

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

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

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

.bouncing-arrow img {
    max-width: 4rem;
}

@keyframes bounce {

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

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

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

@media only screen and (max-width: 480px) {
    .bouncing-arrow img {
        max-width: 3rem;
    }
}

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

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

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

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

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

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

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

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

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

/* Modal
========================================================================== */
.modal {
    max-width: 75rem;
    width: 100%;
    max-height: 75vh;
    padding: 4rem;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
}

.blocker {
    z-index: 100;
}

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

.modal .custom-close-modal {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 3rem;
}

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

    .blocker {
        padding: 1rem;
    }
}

/* Modal 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: 65rem;
    max-height: 90vh;
    padding: 0rem;
    border-radius: 0;
    overflow: auto;
    transform: translate(-50%, -50%);
}

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

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

/* Popup-notis
========================================================================== */
.cta-contact .section-block {
    padding: 0rem !important;
}

.EditMode .popup-wrapper {
    display: none;
}

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

/* Knappar */
.popup-button {
    position: relative;
    width: 6rem;
    height: 6rem;
    background: #5166a9;
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    cursor: pointer;
}

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

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

/* Innehall */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    max-width: 40rem;
    max-height: calc(100vh - 12rem);
    padding: 4rem 2.5rem;
    margin: 0 2rem;
    background: #f7f2ed;
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgb(15 36 47 / 30%);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
}

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

.popup-window .contact-info {
    padding-top: 2rem;
}

.popup-window .contact-info a {
    padding-bottom: 0.5rem;
}

.popup-window .small-title {
    padding: 0rem;
}

.popup-window .jobb-title {
    padding-bottom: 2rem;
}

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

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

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

/* Parallax
========================================================================== */
.parallax {
    min-height: 45rem;
    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;
    }
}

/* Bakgrundsvideo
========================================================================== */
.bg-video {
    position: relative;
    margin-top: calc(-1 * var(--menu-height));
    background: linear-gradient(90deg, rgba(0, 0, 0, .2) 0%, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 70%) 100%);
    overflow: hidden;
}

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

.video-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

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

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

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

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

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


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

.split-image {
    width: 50%;
}

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

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

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

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


/* Grafiska element for bilden */
.split-image.clip img {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

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

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

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

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

    .split-content.p-5,
    .split-content,
    .split-content.padding-left {
        padding: 0 0 3rem 0;
    }
}


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

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

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

.small-cards-wrapper .card-item p {
    padding-bottom: 0;
}

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

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

/* Specifika bredder */

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

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

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

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


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

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

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

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

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

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

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

    .cards-wrapper.w-33 .card-item,
    .cards-wrapper.alt-w-25 .card-item,
    .cards-wrapper.w-25 .card-item {
        width: 100% !important;
    }

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

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

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

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

.card-2-3 .card-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    margin: -1rem 0 0 -1rem;
    border-radius: 50%;
}


/* Card 2-5 */
.card-2-5 .card-item {
    display: flex;
    align-items: center;
}

.card-2-5 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

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

.card-2-5 .card-body {
    padding: 0 2rem;
}

.card-2-5 .card-item .small-title {
    transition: .3s ease;
}
  
.card-2-5 .card-item:hover .small-title {
    color: rgb(var(--primary-color));
}

@media only screen and (max-width: 480px) {
    .card-2-5 .card-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-2-5 .card-header {
        width: 4.5rem;
        height: 4.5rem;
    }

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

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

/* Card 3-1 */
.card-3-1 .card-item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-3-1 .image-wrapper {
    height: 25rem;
}

.card-3-1 .btn-wrapper {
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.card-3-1 .btn {
    padding: 1.2rem;
}

/* Cards 10 */
.cards-10 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 40rem;
    text-decoration: none;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

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

.cards-10 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cards-10 .card-item:hover .image-wrapper::after {
    background: rgba(0, 0, 0, 0.3);
}

.cards-10 .text-wrapper {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 5rem;
    color: #FFF;
}

.cards-10 .text-wrapper.border {
    margin: 5rem;
    border: 1px solid #FFF;
}

.cards-10 .card-item .text-wrapper * {
    color: #FFF;
}

.cards-10 .btn-wrapper {
    margin-top: 2rem;
}

.cards-10 .btn-wrapper .btn {
    min-width: unset;
    padding: 1.5rem 2.5rem;
}

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

    .cards-10 .text-wrapper.border {
        margin: 2rem;
    }
}

/* Cards 11 */
.cards-11 img {
    width: 100%;
    border-radius: 100%;
}

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

.cards-11 .small-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: rgb(var(--primary-color));
}

.cards-11 .job-title {
    font-weight: 500;
}

.cards-11 .image-wrapper {
    width: 25rem;
    height: 25rem;
}

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

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

.cards-11 .socials-wrapper {
    margin-top: 1rem;
}

.cards-11 .socials-wrapper a {
    display: inline-block;
}


.cards-11 .image-wrapper {
    margin: auto;
}

.cards-11 .card-item {
    margin: auto;
    text-align: center;
}

/* Cards 12 */
.cards-12 .card-item {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 37rem;
    text-decoration: none;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cards-12 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.cards-12 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cards-12 .card-item:hover .image-wrapper::after {
    background: rgba(0, 0, 0, 0.3);
}

.cards-12 .text-wrapper,
.cards-12 .text-wrapper2 {
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    color: #FFF;
}

.cards-12 .text-wrapper2 {
    padding-top: 23rem;
}

.cards-12 .text-wrapper .btn-primary-filled {
    padding: 0.5rem;
    min-width: 12rem;

}

input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 1rem;
    margin-bottom: 1.5rem;
}

.cards-12 .card-item .text-wrapper *,
.cards-12 .card-item .text-wrapper2 * {
    color: #FFF;
}

.cards-12 .btn-wrapper {
    margin-top: 2rem;
}

.cards-12 .btn-wrapper .btn {
    min-width: unset;
    padding: 1.5rem 2.5rem;
}

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

    .cards-12 .text-wrapper.border {
        margin: 2rem;
    }
}

/* Cards 14 */
.cards-14 {
    max-width: 100rem;
    margin: 0 auto;
    margin-top: 2rem;
}

.cards-14 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 2rem;
    transition: all .3s ease;
}

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

.cards-14 i {
    width: 5rem;
    font-size: 3rem;
}

.cards-14 p {
    padding-bottom: 0;
}

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

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

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

@media only screen and (max-width: 868px) {
    .logos-1 img {
        max-height: 8rem;
    }
}

/* Logotyp (finns pa hallbara evenemang undersidan) */
.info-box .topp-notis {
    position: absolute;
    z-index: 1;
    right: 5rem;
    margin-top: -10rem;
    transform: rotate(15deg);
    width: 16rem;
}

@media only screen and (max-width: 950px) {
    .info-box .topp-notis {
        margin-top: -20rem;
        right: 2rem;
        padding: 1rem;
        width: 14rem;
    }
}

/* Header / Navigation
========================================================================== */
/* Nav */
.EditMode header {
    position: relative;
}

.EditMode.WebbEssDIY header {
    top: 0px !important;
}
/* Top header */
.top-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-bottom: 1px solid rgb(var(--gray-light-color));
    overflow: hidden;
}

.top-header p {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
}


nav.mainmenu a {
    font-weight: 500;
    font-size: 1.5rem;
    color: #555;
}

header {
    box-shadow: 0 1rem 3rem rgb(0, 0, 0, .1);
}

nav.mainmenu a:hover {
    color: rgb(var(--secondary-color));
}

nav.mainmenu ul>li>ul {
    width: 28rem;
}

.EditMode nav.mainmenu ul>li>ul {
    width: 45rem;
}

nav.mainmenu ul>li>ul>li>a {
    line-height: 4.5rem;
}

nav.mainmenu ul>li>ul>li:hover,
.EditMode nav.mainmenu ul>li>ul>li.active {
    background-color: rgba(var(--accent-color), 0.1);
}

/* Dolja hem i menyn  */
nav.mainmenu ul.TemplateMenu>li:first-child {
    display: none;
}

/* Logo */
.header-logo {
    flex-basis: 0;
    flex: 1 1 0px;
}

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

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

@media only screen and (max-width: 1150px) {
    .mobile-menu .header-logo {
        background: rgb(var(--white-color));
    }

    .mobile-menu .TemplateMenu {
        padding-bottom: 12rem;
    }

    .mobile-menu .mainmenu {
        padding-top: calc(var(--mobile-menu-height) + 0rem);
    }
}

/* CTA-knappar pa sidan 
========================================================================== */
.cta-side-wrapper {
    z-index: 2;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.4s ease-in-out;
}

.cta-side-wrapper a {
    position: relative;
    left: 0;
    display: block;
    padding: 1.5rem;
    margin: .5rem 0;
    white-space: nowrap;
    color: rgba(var(--white-color));
    background: #5166a9;
    transition: 0.4s ease-in-out;
}

header.scrolled .cta-side-wrapper a {
    left: calc(100% - 3rem - 1.5rem);
    /* 100% - i's width - a's padding-left */
}

.cta-side-wrapper a:hover {
    color: rgb(var(--accent-color));
    background: #5166a9;
}

header.scrolled .cta-side-wrapper a:hover {
    left: 0;
}

.cta-side-wrapper i {
    width: 3rem;
}

@media only screen and (hover:none) {
    .cta-side-wrapper {
        display: flex;
        top: unset;
        left: 0;
        bottom: 0;
        right: unset;
        width: 100vw;
        transform: unset;
    }

    .cta-side-wrapper a {
        display: inline-block;
        width: 33.333%;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

    header.scrolled .cta-side-wrapper a,
    header.scrolled .cta-side-wrapper a:hover {
        left: unset;
    }

    .cta-side-wrapper i {
        width: auto;
        margin-right: .5rem;
    }
}

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

/* Top-section
========================================================================== */
.new-top-section .col-block {
    padding: 5vw;
}

.new-top-section .col-0 {
    background-color: rgba(var(--accent-color), .2);
}

.new-top-section .col-1 {
    background-color: rgba(var(--accent-color), .3);
}

.new-top-section .section-block {
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.new-top-section h1 {
    color: #000;
}

.mindmap {
    position: relative;
    max-width: 75rem;
    margin: 0 auto;
}

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

.mindmap li {
    position: absolute;
    line-height: 1;
}

.mindmap a {
    font-size: 1.8vw;
    font-family: 'Amatic SC', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.mindmap a::after {
    display: inline-block;
    position: relative;
    margin: 0 0 0 5px;
    content: '->';
    opacity: 0;
    transform: translateX(-2rem);
    transition: all .2s ease;
}

.mindmap a:hover::after {
    opacity: 1;
    transform: none;
}

.mindmap img {
    display: block;
    width: 100%;
}

/* Mobile Hero */
.mobile-hero {
    display: none
}

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

    .new-top-section .col-block {
        padding: 5rem 2rem;
    }

    .mobile-hero {
        display: block;
    }

    .mindmap {
        display: none;
    }
}

/* Startsida: Om oss
========================================================================== */
.section-text .block-object {
    max-width: 90rem;
    margin: 0 auto;
}

/* Startsida: Referenser
========================================================================== */
.section-referenser {
    overflow: hidden;
}

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

.section-referenser .slick-list {
    display: inline-block;
    width: 100%;
    overflow: visible;
}

/* Startsida: Tjanster
========================================================================== */
.section-services a {
    color: #fff;
}

.section-services .btn-wrapper {
    justify-content: center;
    padding-bottom: 6rem;
}

/* Startsida: Video
========================================================================== */

.cta-video {
    text-align: center;
    font-size: 0;
}

.cta-video video {
    width: 100%;
}

.cta-video::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
}

.cta-video .text-block {
    position: absolute;
    z-index: 1;
    top: 20%;
    width: 100%;
}

/* Moving logo */
.moving-logo {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 3rem;
    left: 0;
    animation: fadeIn 1s ease 0s 1 normal forwards;
}

.moving-logo img {
    max-width: 4rem;
}

@media only screen and (max-width: 1000px) {
    .cta-video {
        padding-bottom: 75%;
    }

    .cta-video video {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
    }

}

/* Startsida: Appen
========================================================================== */
.app-download-wrapper {
    display: flex;
    padding-top: 3rem;
}

.app-download-wrapper .app-download-icon {
    max-width: 100% !important;
    height: 5rem;
    margin: 1rem 2rem 1rem 0;
    transform: scale(.97);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.LayoutPage .app-download-wrapper .app-download-icon:hover {
    transform: scale(1);
}

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

/* Undersidor generellt 
========================================================================== */
/* Top-section */
.hero {
    height: 50rem;
}

.hero-title {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    padding: 4rem;
}

.hero-title h1 {
    color: #fff;
    padding: 0;
}

@media only screen and (max-width: 480px) {
    .hero-title {
        padding: 2rem;
    }
}

.small-hero {
    height: 20rem;
}

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

.small-hero .section-block {
    padding: 6rem 4rem 5rem;
}

/* Citat */
.quote-wrapper {
    margin-top: 2rem;
}

.quote-wrapper p {
    font-style: italic;
}

.quote-wrapper .fas {
    padding: 0.2rem;
    color: rgba(var(--accent-color), .6);
    font-size: 1.2rem;
}
@media only screen and (max-width: 600px) {
    .small-hero .section-title {
        font-size: 3rem;
    }
}

/* CTA contact popup */
.cta-contact .name {
    font-weight: 700;
    padding-top: 2rem !important;
}

.cta-contact .name,
.cta-contact .desc {
    color: rgb(var(--primary-color));
    padding: 0rem;
}

/* Sektion CTA
========================================================================== */
.section-cta .section-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-wrapper .text-block {
    max-width: 65rem;
}

.cta-wrapper .btn-wrapper {
    margin-top: 0;
}

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

    .cta-wrapper .btn-wrapper {
        margin-top: 2rem;
    }
}

/* ==========================================================================
.section-services (cards for tjanster och case) 
========================================================================== */
.section-services .cards-wrapper {
    padding: 8rem 1rem;
}

.section-services .arrow-link {
    z-index: 1;
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
}

.service-title,
.section-services .card-item .section-title {
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ==========================================================================
Undersida: Enskilda undersidor for tjanster
========================================================================== */
.sub-service .split-image {
    box-shadow: var(--box-shadow);
    position: relative;
}

.sub-service .split-image:after {
    background-image: url('/assets/images/logo/r-logotyp-vit.png');
    position: absolute;
    content: '';
    display: block;
    width: 3vw;
    height: 100vh;
    bottom: 1rem;
    left: 1rem;
    pointer-events: none;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.sub-service .split-content .section-title {
    font-size: 3rem !important;
}

@media only screen and (max-width: 400px) {
    .sub-service .split-content .section-title {
        font-size: 2rem !important;
    }
}

/* ==========================================================================
Undersida:  case samlingssida
========================================================================== */
.tabs-list {
    margin: 0;
    padding: 5rem 0 3rem;
    list-style: none;
    text-align: left;
    width: 100%;
    text-align: center;
}

.tab {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    transition: .5s ease;

}

.tab.active,
.tab:hover {
    color: rgb(var(--white-color));
    background: rgb(var(--primary-color));
    padding: 1rem;
}

.tab_container {
    border-top: none;
    width: 100%;
    background: transparent;
    margin: auto;
}

.tab_content {
    display: none;
}

.tab_drawer_heading {
    display: none;
}


.tags-wrapper {
    margin: auto;
    text-align: center;
}

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

    .tab {
        width: 100%;

    }
}

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

.tag {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    transition: .5s ease;
}

.tags-list {
    background-color: rgba(var(--gray-color));
    padding: 1rem;
    z-index: 2 !important;
}

.tag:hover,
.tag.tag-picked {
    color: rgb(var(--white-color));
    background: rgb(var(--primary-color));
}

/* Content */
.list-styled {
    max-width: 120rem;
    padding: 5rem 2rem;
    margin: 0 auto;
    list-style: none;
}

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

.list-styled p {
    padding: 0;
}

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

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

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

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

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

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

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

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


/* Enskilda undersidor for tjanster > Gamla case
========================================================================== */
.case-wrapper {
    margin-top: 2rem;
    padding: 3rem 0rem;
}

.case-wrapper .small-title {
    padding: 0px;
}

/* ==========================================================================
Undersida: Enskilda undersidor for case 
========================================================================== */

/* Enskilda undersidor for case > Split image
========================================================================== */
.sub-case .split-image {
    box-shadow: var(--box-shadow);
}

/* Enskilda undersidor for case  > Knapp till bildgalleri
========================================================================== */
.open-gallery {
    background-color: #6a431c;
    border-radius: 0px 20px 0px 0px;
    padding: 2rem;
    width: 17rem;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Enskilda undersidor for case > Galleri
========================================================================== */
.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.gallery-box {
    display: flex;
    width: calc(100% / 4);
    height: 30rem;
    transition: 0.2s ease-in-out;
    padding: 1rem;
}

.gallery-box:hover {
    -moz-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

.gallery-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-box img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 980px) {
    .gallery-box {
        width: calc(100% / 2);
        transform: none !important;
    }
}

@media only screen and (max-width: 680px) {
    .gallery-box {
        width: calc(100% / 1);
        transform: none !important;
    }
}

/* ==========================================================================
Undersida: Dokument
========================================================================== */
.section-documents .files-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 5rem;
}

.section-documents .files-wrapper a {
    margin-bottom: 1rem;
}

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

.timeline-wrapper::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: rgba(var(--accent-color), 0.2);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
}

.timeline-item {
    margin-bottom: 3rem;
    position: relative;
    width: 50%;
}

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

.timeline-item.item-left {
    margin-left: auto;
}

.timeline-text:before {
    content: '';
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgb(var(--primary-color));
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

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

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

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

.timeline-text .text-label {
    font-size: 2rem;
    letter-spacing: 0.1em;
    padding-bottom: 0rem;
}

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

.timeline-text .timeline-step {
    font-size: 5rem;
    color: rgba(var(--primary-color)), 0.5;
}

.timeline-text h3 {
    line-height: 1.4;
}

@media only screen and (max-width:1200px) {
    .timeline-text h3 {
        font-size: 2.4rem;
    }
}

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

    .item-right .timeline-text {
        padding-right: 3rem;
    }
}

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

    .timeline-item {
        width: 100%;
    }

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

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

    .timeline-text:before {
        left: -.75rem;
        width: 1.5rem;
        height: 1.5rem;
    }

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

/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.section-contact .col-0{
    max-width: 110rem;
    margin: auto;
}
.section-contact .section-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4rem;
    background-color: rgba(var(--primary-color), 0.2);
    box-shadow: var(--box-shadow);
     max-width: 110rem;
}
 .ContactForm .ContactFormField:has(.field-4) {
    width: 100%;
}
@media only screen and (max-width: 380px) {
    .section-contact .section-block-wrapper {
        padding: 2rem;
    }

    .section-contact .cards-14 .card-item {
        padding: 2rem 0rem;
    }

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

/* Formular */
.ContactForm p {
    color: rgb(var(--seconday-color));
    line-height: 1.8;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}

.ContactForm input[type="text"],
.ContactForm textarea {
    border: none;
    background-color: #f3f5f5;
}

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

.ContactForm div {
    width: 49%;
}

.ContactForm .ContactFormMessage {
    width: 100%;
}
div.submit-button-container{
    width: 100%;
}



/* Karta */
.section-map .section-block {
    margin-bottom: -1rem;
}
@media only screen and (max-width: 800px) {
    .ContactForm div {
        width: 100%;
    }
}
  

/* ==========================================================================
Undersida: Platser > specifika platser
========================================================================== */
.table-item {
    padding: 1rem 0;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* ==========================================================================
Undersida: Eventkontakt
========================================================================== */
.kontakt-event-section .ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kontakt-event-section .ContactForm div {
    width: 49%;
}

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

.kontakt-event-section .ContactForm p {
    color: rgb(var(--primary-color));
    line-height: 1.8;
    font-weight: 600;
    font-size: 1.4rem;
}

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

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

.kontakt-event-section .ContactSubmit {
    margin: 0;
}

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

/* ==========================================================================
Undersida: Prototyp
========================================================================== */

.parallax-logo {
    background-image: url('/assets/images/prototyp/logo-bg-prototyp-2000px.jpg');
    background-size: cover;

}

.parallax-logo2 {
    background-image: url('/assets/images/prototyp/bg-hero-logo2-2000px.jpg');
    background-size: cover;

}

.parallax-sand {
    background-image: url('/assets/images/evenemang/bakgrund-2000px.jpg');
    background-size: cover;

}

.parallax-sand-logo {
    background-image: url('/assets/images/logo-back-2000px.jpg');
    background-size: cover;

}


.section-scroll {
    overflow: hidden;
}

/* Slider */
.scroll-wrapper.cards-wrapper {
    margin-bottom: 5rem;
}

.scroll-wrapper.cards-wrapper .slick-list {
    width: 100%;
}

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

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

/* Card item */
.scroll-wrapper .card-item {
    display: flex;
    flex-direction: column;
    margin: 0 2rem 0 0;
}

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

.scroll-wrapper .slick-arrow::after {
    font-weight: 300;
    color: rgb(var(--white-color));
}

.scroll-wrapper .slick-next {
    right: 2rem;
}

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

.text-video {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 0 7rem 4rem;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media only screen and (max-width: 750px) {
    .text-video {
        padding: 0 0 1rem 1rem;
    }
}

/* ==========================================================================
Undersida: Platser
========================================================================== */

.parallax-popcorn {
    background-image: url('https://media.gettyimages.com/id/1468163562/sv/foto/repeated-red-paper-striped-buckets-with-popcorn-on-the-blue-background.jpg?s=2048x2048&w=gi&k=20&c=-JVh0e9ZQnEDCt-D5PdaOoTp9_c2mWkw2ao2f2FYLcc=');
    background-size: cover;
}

/* ==========================================================================
Undersida Evenemang
========================================================================== */
.evenemang-logo-wrapper{
    max-width: 40rem;
    margin: auto;
    margin-bottom: 5rem;
}
.section-evenemang-book .col-0{
    max-width: 70rem;
    margin: auto;
}
/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgba(var(--accent-color), 0.1)
}

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

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

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

.footer img {
    max-width: 100%;
    width: 20rem;
}

.footer .small-title {
    font-size: var(--base-size);
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: .2rem;
    padding-bottom: 2rem;
    text-shadow: none;
    font-style: normal;
    font-weight: 400;
}

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

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

    padding: 2rem;
}

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

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

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

.footer-bottom .circle-icon {
    width: 3rem;
    height: 3rem;
    color: #fff !important;
}

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

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

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
}

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

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

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

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

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

    .footer-bottom .socials {
        order: 1;
        margin-bottom: 1rem;
    }

    .footer .webbess-stamp {
        margin-bottom: 1rem;
    }
}

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

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

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