/* Pefab Nacka strand AB */

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

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 1, 20, 46;
    --primary-light-color: 34, 57, 86;
    --black-color: 17, 17, 17;
    --gray-dark-color: 197, 182, 162;
    --gray-color: 130, 130, 130;
    --gray-light-color: 238, 233, 226;
    --white-color: 255, 255, 255;

    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 8rem;
    --menu-height-scrolled: 8rem;
    --section-width: 140rem;

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

    /* 	Mobile nav */
    --activate-mobile-menu: 1400;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: var(--primary-color);
    --menu-color: var(--white-color);
}

@media only screen and (max-width: 580px) {
    :root {
        --base-size: 1.5rem;
    }
}

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

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

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

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

/* Margins */
.mb-3 {
    margin-bottom: 3rem;
}

/* Bredder */
.mw-1100 .section-block-wrapper,
.mw-1100:not(.section-wrapper) {
    max-width: 110rem;
}

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

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

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

/* Rubriker */
.text-label {
    padding-bottom: 2rem;
    font-size: 1.7rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: rgb(var(--primary-color));
}

.section-title {
    padding-bottom: .5em;
    font-size: 3.8rem;
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Roboto Slab', serif;
}

.small-title {
    padding-bottom: .3em;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Roboto Slab', serif;
}

.text-normal {
    font-size: 1.7rem;
    line-height: 1.7;
    font-weight: 300;
}

/* Brodtext och lankar */
p,
li {
    line-height: 1.7;
    font-weight: 300;
}

a {
    text-decoration: none;
    font-weight: 300;
}

a:hover {
    text-decoration: underline;
}

/* Listor */

/* List-check */
.list-check {
    padding: 0;
    list-style: none;
}

.list-check li::before {
    content: '\f00c';
    padding: 0 1rem 0 0;
    color: rgb(var(--primary-color));
    font-weight: 700;
    font-size: .8rem;
    font-family: 'Font Awesome 5 Pro';
}

/* List-row */
.list-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.list-row li:not(:last-child)::after {
    content: '|';
    position: relative;
    display: inline-block;
    margin: 0 1rem;
}

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

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

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

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

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

    /* Rubriker */
    .section-title {
        font-size: 3.8rem;
    }

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

@media only screen and (max-width: 680px) {
    .list-row li {
        width: 100%;
    }

    .list-row li:not(:last-child)::after {
        display: none;
    }
}

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

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

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

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

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

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

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 1.2rem 2rem;
    margin: 5px;
    font-size: 1.4rem;
    font-weight: 300;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    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 {
    color: rgb(var(--primary-color));
    border: 1px solid rgb(var(--primary-color));
    background-color: transparent;
}

.btn-secondary-filled {
    background: rgb(var(--gray-light-color));
    border-color: rgb(var(--gray-light-color));
    color: rgb(var(--primary-color));
}

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

/* Arrow link */
.arrow-link {
    padding-right: 1rem;
    font-size: var(--base-size);
}

.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: 3rem;
    height: 3rem;
    padding: 0;
    margin: .5rem;
    font-size: 0;
    color: rgb(var(--primary-color));
    text-decoration: none;
    border-radius: 50%;
    background-color: rgb(var(--white-color));
    transition: .3s ease;
}

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

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

/* Pulse btn */
.pulse-btn {
    box-shadow: 0 0 0 0 #eee9e2;
    -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(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

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

.bouncing-arrow i {
    color: rgb(var(--white-color));
    font-size: 4rem;
    font-weight: 500;
}

@keyframes bounce {

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

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

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

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

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

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

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

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

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

/* Grafiska element
========================================================================== */
/* Borders */
.border-bottom-primary {
    border-bottom: 1px solid rgb(var(--primary-color));
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}

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

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    overflow: hidden;
}

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

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

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

.cards-wrapper:not(.w-100) {
    margin-left: -1rem;
    margin-right: -1rem;
}

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

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

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

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

@media only screen and (max-width: 750px) {
    .cards-wrapper:not(.w-100) {
        margin-left: 0;
        margin-right: 0;
    }

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

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

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

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

/* Cards */

/* Card 1-2 */
.card-1-2 .card-body {
    min-height: 25rem;
}

.card-1-2 .card-footer {
    display: flex;
    padding: 0 2rem 1rem;
    margin: auto 0 0;
    font-size: 1.4rem;
}

.card-1-2 .quote-sign {
    width: 7rem;
    height: 7rem;
    padding: 1.5rem;
    margin: -1.5rem 2rem 0 0;
    border-radius: 50%;
}

.card-1-2 .card-footer p {
    padding: 1rem 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.card-1-2 .card-footer span {
    display: block;
    text-transform: uppercase;
}

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

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

.card-2-4 .card-header p {
    padding: 0;
    font-size: 1.8rem;
}

.card-2-4 .card-body {
    flex: 1 1 0px;
    padding: 0 3rem;
}

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

@media only screen and (max-width: 1000px) {
    .card-2-4 .card-header {
        height: 3rem;
        width: auto;
        padding: 0 1.2rem;
        border-radius: 0 2rem 2rem 0;
        margin-left: -2rem;
        font-size: 1.6rem;
        background-color: rgb(var(--primary-color));
        color: rgb(var(--white-color));
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-2-4 .card-header p {
        font-size: 1.6rem;
        margin: 0;
    }

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

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

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

.card-2-5 .card-item .small-title {
    transition: .3s ease;
    font-weight: 400;
    font-size: 2rem;
}

.card-2-5 .card-item:hover .small-title {
    text-decoration: underline;
}

@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 img {
    border-radius: 1rem;
    overflow: hidden;
}

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

.card-3-1 .image-wrapper {
    height: 30rem;
    border-radius: 1rem;
}

.card-3-1 a.card-item:hover .image-wrapper img {
    transform: scale(1.03);
}

.card-3-1 .image-wrapper img {
    transition: .3s ease;
}

.card-3-1 a {
    text-decoration: none;
}

/* Card 3-1-1 */
.card-3-1-1 .card-body {
    padding: 1rem;
}

.card-3-1-1 .image-wrapper {
    height: 35rem;
    border-radius: 1rem;
    overflow: hidden;
}

.card-3-1-1 a.card-item:hover .image-wrapper img {
    transform: scale(1.03);
    transition: .3s ease;
}

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

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

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

.split-image {
    width: 50%;
}

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

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

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

    .split-wrapper,
    .split-wrapper.reverse {
        flex-direction: column;
        background: transparent;
    }

    .split-content {
        width: 100%;
        max-width: 70rem;
        padding: 0 0 3rem;
        background: transparent;
    }

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

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

/* 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: 40rem;
    max-height: 75vh;
    padding: 0;
    border-radius: 2rem;
    overflow: auto;
    background: rgb(var(--white-color));
    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));
}


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

.IndexPage header:not(.scrolled) {
    border-color: transparent;
    background-color: transparent;
}

/* Top header */
.top-header {
    width: 100%;
    max-width: var(--section-width);
    height: 4rem;
    margin: 0 auto;
    border-bottom: 1px solid rgb(var(--gray-light-color));
    overflow: hidden;
    transition: .3s ease;
}

.scrolled .top-header {
    height: 0;
    border-bottom: 0;
}

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

.top-header a {
    padding: 0 1rem;
    font-size: 1.4rem;
    text-decoration: none;
    transition: .2s ease;
}

/* Logo */
.header-logo {
    margin: 0 auto 0 0;
}

/* Nav */
.TemplateMenu a {
    font-weight: 600;
    font-size: 1.4rem;
    color: rgb(var(--black-color));
}

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

.header-cta-wrapper li {
    margin: 0 .5rem;
}

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

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

/* Nav */
.TemplateMenu a {
    font-weight: 300;
    font-size: 1.4rem;
    color: rgb(var(--white-color));
}

header:not(.scrolled, .mobile-menu) .TemplateMenu>li:not(.active)>a:not(:hover) {
    color: rgb(var(--white-color));
}

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

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

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

.TemplateMenu ul li.active>a {
    background: rgb(var(--primary-color));
}

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

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

/* Mobilmeny */
.mobile-menu:not(.scrolled, .active-menu) {
    --menu-color: var(--white-color);
}

.mobile-menu .TemplateMenu li {
    padding: 0 2rem;
    text-align: center;
}

@media only screen and (max-width: 1300px) {
    .TemplateMenu ul {
        background-color: transparent;
    }

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

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

    /* Header logo */
    .header-logo a {
        font-size: 1.6rem;
    }

    /* CTA  */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }

    /* Header logo */
    .header-logo a {
        font-size: 1.6rem;
    }

    /* CTA */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }
}

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

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(115vh - var(--menu-height));
    padding-top: var(--menu-height);
    margin-top: calc(var(--menu-height) * -2);
    background-color: rgb(var(--black-color), .5);
}

.top-section .section-block {
    width: 100%;
}

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

.top-section .section-title {
    font-size: 5rem;
    font-weight: 300;
}


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

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

    .top-section .btn {
        width: 100%;
    }
}

/* Bildspel
========================================================================== */
.section-scroll {
    overflow: hidden;
}

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

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

.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(0, 20, 46);
}

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

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

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

.scroll-wrapper .slick-prev:before,
.scroll-wrapper .slick-next:before {
    opacity: 0;
    background-color: transparent;
}


/* Cta kontakt
========================================================================== */
.LayoutPage .section-map .section-block-wrapper {
    max-width: none;
}

.LayoutPage .section-map .section-block {
    padding: 10rem 0 0 0;
    overflow-x: hidden;
}

.section-map .text-wrapper {
    padding: 2rem;
}

/* Interaktiv karta */
.interactive-map {
    position: relative;
}

.interactive-item {
    position: absolute;
    border-radius: 50%;
}

/* inforuta */
.interactive-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    padding: 1rem;
    margin-bottom: .5rem;
    background: rgb(var(--white-color));
    border-radius: 1rem;
    transition: .25s ease;
    width: 100%;
    min-width: 15rem;
    max-width: 100rem;
}

.interactive-item:hover .interactive-info {
    opacity: 1;
    visibility: visible;
}

.interactive-info p {
    padding-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.7;
}

/* placeringar for samtliga interaktiva knappar */
.bar {
    top: 41.6%;
    left: 30.56%;
    width: 2.3%;
    height: 3.8%;
}

.boule {
    top: 47.2%;
    left: 25.85%;
    width: 2.3%;
    height: 3.7%;
}

.foodtrucks {
    top: 42.9%;
    left: 19.2%;
    width: 6.3%;
    height: 4.4%;
    border-radius: 2.8rem;
}

.gatuparkering {
    top: 38.6%;
    left: 51.7%;
    width: 4.5%;
    height: 7.4%;
}

.klattervagg {
    top: 64.3%;
    left: 12%;
    width: 2.6%;
    height: 4.5%;
}

.padel {
    top: 59.7%;
    left: 23.35%;
    width: 4.13%;
    height: 6.8%;
}

.minigolf {
    top: 59.3%;
    left: 28.9%;
    width: 4.11%;
    height: 6.7%;
}

.spa {
    top: 61.7%;
    left: 37.65%;
    width: 2.7%;
    height: 4.5%;
}

.parkeringsgarage {
    top: 80.7%;
    left: 77.6%;
    width: 11%;
    height: 8%;
    border-radius: 4.7rem;
}

@media only screen and (max-width: 1000px) {
    .interactive-item {
        display: none;
    }
}

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

/* Hero - Grundkod
========================================================================== */
.hero {
    display: flex;
    align-items: center;
    min-height: 50rem;
    padding-top: var(--menu-height);
    margin-top: calc(var(--menu-height) * -1);
    background-color: rgb(var(--black-color), .7);
}

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

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

.hero .section-title {
    font-size: 3.2rem;
    color: rgb(var(--white-color));
}

.hero .logo-wrapper {
    max-width: 10rem;
    margin: auto;
}

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

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

/* ==========================================================================
Undersida: Enskilda event
========================================================================== */
/* Hero med bilder 
========================================================================== */
.hero-images .section-title {
    font-size: 4.5rem;
}

/* Tre bilder */
.hero-images .images-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    gap: 1rem;
    width: 100%;
    height: 50rem;
    margin: -1rem 0;
}

.hero-image .images-wrapper {
    position: relative;
}

.hero-images .images-wrapper .image-wrapper:nth-child(1) {
    grid-column: 1 / 1;
    -ms-grid-column: 1;
    grid-row: 1 / 3;
    -ms-grid-row: 1;
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;
}

.hero-images .images-wrapper .image-wrapper:nth-child(2) {
    grid-column: 2 / 2;
    -ms-grid-column: 2;
    grid-row: 1 / 1;
    -ms-grid-row: 1;
    border-radius: 0 1rem 0 0;
    overflow: hidden;
}

.hero-images .images-wrapper .image-wrapper:nth-child(3) {
    grid-column: 2 / 2;
    -ms-grid-column: 2;
    grid-row: 2 / 2;
    -ms-grid-row: 2;
    border-radius: 0 0 1rem 0;
    overflow: hidden;
}

.hero-images .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--black-color), .1);
    transition: .3s ease;
}

.hero-images .image-wrapper:hover::after {
    background: rgb(var(--black-color), .5);
}

/* Tva bilder */
.hero-images .images-wrapper.two .image-wrapper:nth-child(2) {
    grid-row: 1 / 3;
    border-radius: 0 1rem 1rem 0;
}

/* En bild */
.hero-images .images-wrapper-single .image-wrapper {
    display: block;
    position: relative;
    height: 50rem;
    border-radius: 1rem;
}

/* Videomarkor */
.hero-images .images-wrapper i,
.hero-images .images-wrapper-single i,
.previous-event .cards-wrapper i {
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10rem;
    transform: translate(-50%, -50%);
}

/* Inforuta columner */
.section-text-info .section-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.LayoutPage .section-text-info .col-0 {
    width: calc(100% - 45rem);
    padding-right: 7rem;
}

.LayoutPage .section-text-info .col-1 {
    width: 45rem;
    padding: 5rem;
    border-radius: 1rem;
    background-color: rgb(var(--white-color));
}

.LayoutPage .section-text-info-image .col-1 {
    padding: 0;
    border-radius: 1rem;
}

.section-text-info-image img {
    border-radius: 1rem;
}


.section-text-info .col-1 p,
.section-text-info .col-1 a:not(.btn) {
    font-size: 1.7rem;
}

.section-event-info .col-0 {
    background-color: rgb(var(--white-color));
    padding: 3rem;
    border-radius: 1rem;
}

@media only screen and (max-width: 1100px) {
    .LayoutPage .section-text-info .col-0 {
        width: 100%;
        padding-right: 0;
    }

    .LayoutPage .section-text-info .col-1 {
        width: 45rem;
        margin: 3rem auto 0;
    }
}

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

    /* Videomarkor */
    .hero-images .images-wrapper i,
    .hero-images .images-wrapper-single i {
        font-size: 5rem;
    }
}

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

    .hero-images .images-wrapper,
    .hero-images .images-wrapper-single .image-wrapper {
        height: 30rem;
    }
}

@media only screen and (max-width: 480px) {
    .LayoutPage .section-text-info .col-1 {
        width: 100%;
        padding: 2rem;
    }
}

/* ==========================================================================
Undersida: Eventforfragan
========================================================================== */
.ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ContactForm div {
    width: 49%;
}

div.ContactFormField.textarea-field,
div.select-wrapper,
div.submit-button-container {
    width: 100%;
}

.ContactForm .ContactFormField:has(.field-4) {
    width: 100%;
}

.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 input[type="date"]:not(.illegal),
.ContactForm select:not(.illegal),
.ContactForm textarea:not(.illegal),
.ContactForm .file-dropzone:not(.illegal) {
    border: none;
    background: rgb(var(--white-color));
}

.ContactForm p {
    margin-top: 1rem;
    color: rgb(var(--primary-color));
    line-height: 1.8;
    font-weight: 300;
    font-size: 1.7rem;
}

.ContactSubmit {
    margin: 0;
}

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

/* ==========================================================================
Undersida: Da Antonio e Lucia
========================================================================== */

/* 360 view
========================================================================== */
.section-panorama iframe {
    width: 100%;
    height: calc(100vh - 9rem - 8rem);
    border: none;
    border-radius: 2rem;
}

/* ==========================================================================
Undersida Kalender
========================================================================== */

/* Filtrering
========================================================================== */

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

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

.tag {
    padding: .3rem 1.5rem;
    margin: .6rem .5rem;
    font-size: 1.5rem;
    border: 1px solid rgb(var(--primary-color));
    border-radius: 2rem;
    cursor: pointer;
    transition: .5s ease;
}

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

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

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

/* ==========================================================================
Undersida: Nyhetsbrev
========================================================================== */
.section-newsletter iframe {
    width: 100%;
    min-height: 87rem;
    height: 100%;
    border: none;
}

@media only screen and (max-width: 1200px) {
    .section-newsletter iframe {
        min-height: 85rem;
    }
}

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

    .section-newsletter .split-wrapper .split-content {
        max-width: none;
        padding: 4rem 3rem;
        background-color: rgb(var(--white-color));
    }

    .section-newsletter iframe {
        min-height: 109rem;
    }
}

@media only screen and (max-width: 900px) {
    .section-newsletter iframe {
        min-height: 91rem;
    }
}

@media only screen and (max-width: 750px) {
    .section-newsletter .split-wrapper .split-content {
        padding: 1rem;
    }
    
    .section-newsletter iframe {
        min-height: 87rem;
    }
}

@media only screen and (max-width: 500px) {
    .section-newsletter .split-wrapper .split-content {
        padding: 0;
    }

    .section-newsletter iframe {
        min-height: 82rem;
    }
}

@media only screen and (max-width: 450px) {
    .section-newsletter iframe {
        min-height: 85rem;
    }
}

/* ==========================================================================
Undersida Omdomen
========================================================================== */
.section-gallery {
    overflow: hidden;
}

.section-gallery .card-item {
    margin: 0 1rem;
    transition: all .3s ease;
    border-radius: 8px;
}

.section-gallery .card-item .card-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.section-gallery .card-item[aria-hidden="true"] {
    opacity: .5;
    transform: scale(.9);
}

/* Slick Slider */
.section-gallery .slick-list {
    width: calc(100% - 3rem);
    overflow: visible;
}

.slick-dots {
    margin-top: 3rem;
}

/* ==========================================================================
Undersida Kontakta oss
========================================================================== */
.section-contact .col-0 {
    background: rgb(var(--white-color));
    padding: 4rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.section-contact .ContactForm .ContactFormField:has(.field-2),
.section-contact .ContactForm .ContactFormField:has(.field-2) {
    width: 100%;
}

.ContactForm input[type="text"],
.ContactForm input[type="email"],
.ContactForm input[type="tel"],
.ContactForm textarea{
    border-radius: 0.5rem;
}

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

.footer-container {
    max-width: var(--section-width);
    margin: 0 auto;
}

/* 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.socials {
    align-self: flex-end;
}

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

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

.footer .small-title {
    font-size: 1.6rem;
    font-weight: 400;
}

.footer li,
.footer p,
.footer a:not(.circle-icon) {
    color: rgb(var(--white-color));
    text-decoration: none;
    transition: .2s ease;
    font-size: 1.4rem;
    font-weight: 300;
}

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

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

.footer-bottom p,
.footer-bottom a {
    font-size: 1.4rem;
    line-height: 1.6;
}

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

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

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

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