/* Alucard AB */

/* Typsnitt @JoSo Adobe Fonts: Open Sans, Unibody 8 & Unibody 8 Small Caps*/
@import url("https://use.typekit.net/ebd4lav.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: 130rem;

    /* 	Colors */
    --primary-color: 2, 231, 2;
    --primary-dark-color: 11, 142, 11;
    --secondary-color: 171, 69, 230;
    --secondary-dark-color: 136, 25, 199;
    --accent-red-color: 181, 31, 36;
    --accent-red-dark-color: 145, 20, 23;
    --accent-blue-color: 7, 36, 137;
    --accent-blue-dark-color: 0, 16, 74;

    --black-color: 0, 0, 0;
    --gray-dark-color: 20, 20, 20;
    --white-color: 255, 255, 255;

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

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

/* Layout
========================================================================== */
body {
    background-color: rgb(var(--black-color));
}

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

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

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

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

.pt-15 .section-block {
    padding-top: 15rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mw-600 {
    max-width: 60rem;
}

.mw-750 {
    max-width: 75rem;
}

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

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

/* Ovriga klasser */
.display-block {
    display: block;
}

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

@media only screen and (min-width: 1600px) {
    .mw-none .section-block-wrapper {
        max-width: 160rem;
    }
}

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

@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;
    color: rgb(var(--white-color));
}

/* Rubriker */
.section-title,
.text-label,
.text-title {
    font-family: unibody-8-new, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: rgb(var(--white-color));
}

.section-title {
    font-size: 3.5rem;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 3rem;
}

.small-title {
    font-family: unibody-8-small-caps-new, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.6;
    color: rgb(var(--white-color));
}

.text-label {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 1rem;
}

.text-title {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 0;
}

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

li {
    font-weight: 300;
}

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

a:hover {
    color: rgb(var(--accent-red-color));
}

.text-link {
    color: rgb(var(--accent-red-color));
    font-weight: 700;
}

/* Speciella fonter */
.unibody {
    font-family: unibody-8-new, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.unibody-caps {
    font-family: unibody-8-small-caps-new, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

/* ovriga klasser */
.text-bold {
    font-weight: 900;
}

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

.text-right {
    text-align: end;
}

.normal-font {
    font-family: inherit;
}

.base-size {
    font-size: var(--base-size);
}

.ingress {
    font-size: 2.3rem;
}

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

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

.text-block-center.text-center * {
    margin: 0 auto;
}

/* Listor */
.hours-list {
    list-style: none;
    padding-inline-start: 0;
}


.hours-list li {
    display: flex;
    justify-content: space-between;
    color: rgb(var(--white-color));
    line-height: 2.5rem;
}

.nerds-list li {
    line-height: 1.6em;
    padding-bottom: 20px;
    list-style: none;
    text-align: left;
}

.hours-list .small-text {
    font-size: 1.4rem;
    font-style: italic;
}

.nerds-list li::before {
    content: "\f8f6";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color: #0BFA33;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

/* Maxbredder med ch */
.mw-20ch {
    max-width: 20ch;
}

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

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

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

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

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

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

    .small-title {
        font-size: var(--base-size);
    }

    p {
        font-size: 1.6rem;
    }
}

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

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

.btn-wrapper.multiple .btn {
    margin: 0 1rem;
}

.btn,
.ContactSubmit {
    font-family: unibody-8-small-caps-new, sans-serif;
    text-transform: lowercase;
    display: inline-block;
    min-width: 20rem;
    padding: 1.5rem 2rem;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    border-radius: .5rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

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

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

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

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


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

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

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

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

/* Lank med pil */
.arrow-link {
    padding-right: 1rem;
    font-weight: 700;
}

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

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

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

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

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

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

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

    .btn-wrapper.multiple .btn {
        margin: 0 0 1rem;
    }
}

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

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

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
    background: rgb(var(--accent-red-dark-color));
    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: 2.8rem;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}

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

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

/* Innehåll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    max-width: 55rem;
    max-height: calc(100vh - 12rem);
    padding: 3rem;
    margin: 0 2rem;
    background: rgb(var(--accent-blue-color));
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
}

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

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

.popup-window .text-label {
    padding-bottom: 0;
    font-size: 1.8rem;
}

.popup-window p {
    font-size: 1.6rem;
}

/* Svenska / Engelska */
.popup-en,
body.en .popup-sv {
    display: none;
}

body.en .popup-en {
    display: block;
}

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

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

/* Modal
========================================================================== */
.modal {
    position: relative;
    max-width: 75rem;
    width: 100%;
    max-height: 95vh;
    padding: 4rem;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
    background: linear-gradient(0deg, rgb(var(--accent-blue-dark-color)), rgb(var(--secondary-color)));
}

.modal:after {
    content: 'N3RDS';
    position: absolute;
    top: 50%;
    left: 1rem;
    width: calc(100% - 2rem);
    font-size: 13rem;
    font-weight: 900;
    font-style: normal;
    color: rgb(var(--white-color));
    text-align: center;
    opacity: 0.05;
    pointer-events: none;
    font-family: unibody-8-new, sans-serif;
    transform: translateY(-50%);
    overflow: hidden;
}

.blocker {
    z-index: 100;
}

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

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

.modal p {
    padding-bottom: .5rem;
    font-size: 1.6rem;
}

@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: 75rem;
    max-height: 75vh;
    padding: 4rem;
    border-radius:0;
    overflow: auto;
    background: rgb(var(--black-color));
    transform: translate(-50%,-50%);
  }

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

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

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

}

.video-ratio video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    z-index: 1;
}

.video-wrapper {
    max-width: 80rem;
    margin: auto;
}

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

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

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

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

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

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

.bg-primary .section-title,
.bg-primary .small-title,
.bg-primary .text-title,
.bg-primary p,
.bg-secondary .section-title,
.bg-secondary .small-title,
.bg-secondary .text-title,
.bg-secondary p {
    color: rgb(var(--white-color));
}

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

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

.bg-purple-gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(#3A163C), to(rgb(var(--secondary-color))));
    background: -o-linear-gradient(bottom, #3A163C, rgb(var(--secondary-color)));
    background: linear-gradient(0deg, #3A163C, rgb(var(--secondary-color)));
}

.bg-blue-purple-gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(var(--accent-blue-dark-color))), to(rgb(var(--secondary-color))));
    background: -o-linear-gradient(bottom, rgb(var(--accent-blue-dark-color)), rgb(var(--secondary-color)));
    background: linear-gradient(0deg, rgb(var(--accent-blue-dark-color)), rgb(var(--secondary-color)));
}

.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.279);
    margin-bottom: 0.5rem;
}

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

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

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

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

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

/* Special effects/stuff */
.cards-wrapper.no-click .card-item {
    cursor: default;
}

.cards-wrapper.expand .card-item {
    transition: 0.3s ease-in-out;
    transform: scale(1);
}

.cards-wrapper.expand .card-item:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.05);
}

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

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

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

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

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

/* Cards 2 */
.cards-2 .card-item {
    padding: 2rem;
    border-radius: 3rem;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.cards-2 .card-item.bg-white {
    background-color: rgb(var(--white-color));
}

.cards-2 .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    margin-bottom: 3rem;
    text-align: left;
    border-radius: 2rem;
}

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

.cards-2 .image-wrapper {
    max-width: 10rem;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cards-2 .image-wrapper img {
    width: 20rem;
}

.cards-2 .image-wrapper img.cassette-icon {
    max-height: 5rem;
}

.cards-2 .small-title:not(.text-white) {
    color: rgb(var(--black-color));
    padding-bottom: 1rem;
}

.cards-2 .small-title {
    font-size: var(--base-size);
    font-weight: 700;
    padding-bottom: 1rem;
}

.cards-2 .text-wrapper p,
.cards-2 .text-wrapper a {
    font-size: 1.5rem;
}

/* no click / link */
.cards-2 .card-item.no-click:hover {
    transform: none;
    cursor: default;
}

@media only screen and (max-width: 980px) {
    .cards-2 .card-item {
        width: 100%;
        margin: 2rem 0;
    }
}

/* Card 3-4  Menykort*/
.card-3-4 .card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid white;
    border-radius: 2rem;
}

.card-3-4 .image-wrapper {
    width: 12rem;
    height: 12rem;
    border-radius: 2rem;
}

.card-3-4 .image-wrapper.food-item-image {
    max-width: 12rem;
    width: 100%;
    height: 100%;
    border-radius: 1.8rem;
}

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

.card-3-4 .text-label {
    padding-bottom: 1rem;
}

.card-3-4 .contact-item i {
    margin-right: 0rem;
}

.card-3-4 p {
    padding-top: 1rem;
    line-height: 1.2;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;

}

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


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

/* Cards 4*/
.cards-4 .card-item {
    padding: 5rem;
    background-color: rgb(var(--accent-blue-dark-color));
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.cards-4 .icon-wrapper i {
    margin-bottom: 3rem;
    font-size: 6rem;
    color: rgb(var(--accent-color));
}

.cards-4 .image-wrapper {
    max-width: 10rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.cards-4 .image-wrapper img {
    max-height: 10rem;
    width: auto;
}

.cards-4 .text-wrapper {
    width: 100%;
    padding-top: 3rem;
}

@media only screen and (max-width: 500px) {
    .cards-4 .card-item {
        padding: 2rem;
    }

    .cards-4 .image-wrapper img {
        max-height: 5rem;
    }
}

/* Cards 7 */
.cards-7 .card-item {
    border-radius: .8rem;
    box-shadow: 0 1.5rem 3rem rgba(105, 85, 61, .27);
    transform: scale(1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: rgb(var(--white-color));
    overflow: hidden;
    cursor: pointer;
    padding: 4rem 2rem;
}

.cards-7 .card-item:hover {
    transform: scale(1.05);
}

.cards-7 div:hover {
    transform: none !important;
    pointer-events: none;
}

.cards-7 div {
    pointer-events: none;

}

.cards-7 .card-item.not-available {
    opacity: .9;
    cursor: not-allowed;
}

.cards-7 .card-item .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-7 .card-item .image-wrapper img {
    max-width: 20rem;
}

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

.cards-7 p {
    color: rgb(var(--black-color));
    text-align: center;
    padding: 0;
}

@media only screen and (max-width:1024px) {
    .cards-7 .card-item {
        width: 100%;
        margin: 2rem 0;
    }
}

/* Cards 10 */
.cards-10 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40rem;
    margin: 1rem;
    -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: rgb(var(--accent-blue-color), .7);
    -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: rgb(var(--accent-blue-dark-color), .95);
}

.cards-10 .card-item.secondary-overlay .image-wrapper::after {
    background: rgb(var(--secondary-color), .5);
}

.cards-10 .card-item.secondary-overlay:hover .image-wrapper::after {
    background: rgb(var(--secondary-dark-color), .8);
}

.cards-10 .card-item.primary-overlay .image-wrapper::after {
    background: rgb(var(--primary-dark-color), .4);
}

.cards-10 .card-item.primary-overlay:hover .image-wrapper::after {
    background: rgb(var(--primary-dark-color), .8);
}

.cards-10 .card-item.accent-red-overlay .image-wrapper::after {
    background: rgb(var(--accent-red-color), .4);
}

.cards-10 .card-item.accent-red-overlay:hover .image-wrapper::after {
    background: rgb(var(--accent-red-dark-color), .8);
}

.cards-10 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.cards-10 .text-wrapper {
    z-index: 1;
    position: relative;
    text-align: center;
    transform: scale(1);
    -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 .text-wrapper {
    transform: scale(1.1);
}

.cards-10 .card-item .text-wrapper * {
    color: rgb(var(--white-color));
}

.card-center {
    justify-content: center;
    margin: auto;
}

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

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

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

.split-image {
    width: 50%;
}

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

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

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

/* Split image med grid */
.split-images-grid {
    justify-content: space-between;
    border-radius: 5px;
    padding-right: 1rem;
}

.split-images-grid .split-content {
    padding: 7rem 4rem;
    border-radius: 2px;
    width: calc(50% - 1rem);
}

.split-image-grid {
    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: 50%;
    margin: -1rem 0;
}

.split-image-grid .grid-image {
    position: relative;
    width: 100%;
}

.split-image-grid>.grid-image:nth-child(1) {
    grid-column: 1 / 1;
    -ms-grid-column: 1;
    grid-row: 1 / 3;
    -ms-grid-row: 1;
}

.split-image-grid>.grid-image:nth-child(2) {
    grid-column: 2 / 2;
    -ms-grid-column: 2;
    grid-row: 1 / 1;
    -ms-grid-row: 1;
}

.split-image-grid>.grid-image:nth-child(3) {
    grid-column: 2 / 2;
    -ms-grid-column: 2;
    grid-row: 2 / 2;
    -ms-grid-row: 2;
}

.split-image-grid .split-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

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

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

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

    /* Split image med grid */
    .split-images-grid {
        padding: 1rem;
    }

    .split-images-grid .split-content {
        width: 100%;
    }

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

    .split-image-grid .split-image {
        position: relative;
    }
}

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

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

    /* Split image med grid */
    .split-image-grid {
        display: block;
    }

    .split-images-grid .split-content {
        padding: 2rem 1rem;
    }
}

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

/* Halvsektionsparallax */
.parallax-half {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.parallax-half .section-block {
    padding-top: 45rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to top, white, white);
    background-size: 100% 55rem, 100% auto;
    background-position: center top, center 55rem;
    background-repeat: no-repeat;
}

/* Bakgrundsvideo
========================================================================== */
.bg-video {
    position: relative;
}

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

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

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

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

header .container {
    max-width: none;
}

/* Header logo */
#nav-logo img {
    height: var(--menu-height);
}

.header-logo img {
    padding: 2rem 0;
    max-height: var(--menu-height-scrolled);
}

/* nav */
.TemplateMenu {
    justify-content: center;
}

.EditMode nav.mainmenu ul.TemplateMenu>li:first-child {
    display: inline-block;
}

nav.mainmenu {
    flex-grow: 1;
    padding-left: 2rem;
}

nav.mainmenu a {
    font-weight: 500;
    font-size: 1.35rem;
    color: rgb(var(--white-color));
    font-family: unibody-8-small-caps-new, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-transform: lowercase;
}

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

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

/* Dropdown */
.TemplateMenu ul {
    background-color: rgb(var(--accent-red-color));
}

.TemplateMenu ul a {
    color: inherit;
    line-height: 4rem;
}

.TemplateMenu ul a:hover {
    background-color: rgb(var(--accent-red-dark-color));
}

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

.expandable:after {
    color: rgba(var(--primary-color), 1);
}

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

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

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

/* Sprak */
.lang-wrapper {
    position: relative;
}

.lang-wrapper a {
    display: flex;
    align-items: center;
    padding: 1rem;
    font-size: 1.35rem;
    border-radius: .4rem;
    font-weight: 400;
    font-family: unibody-8-small-caps-new, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-transform: lowercase;
}

.lang-wrapper a:hover {
    color: rgb(var(--gray-light-color));
}

.lang-wrapper img {
    max-width: 2.5rem;
    margin-left: .5rem;
}

.lang-dropdown {
    display: none;
}

.lang-wrapper:hover .lang-dropdown {
    display: block;
    position: absolute;
    top: 100%;
}

.lang-dropdown a {
    color: rgb(var(--white-color));
    background: rgb(var(--accent-blue-dark-color));
}

.mobile-menu .lang-wrapper {
    padding-left: 1rem;
}

/* Mobilmenyn */
.mobile-menu .mainmenu {
    background: rgb(var(--black-color));
    padding-left: 0;
}

.mobile-menu .TemplateMenu>li>a {
    --menu-height-scrolled: 8rem;
    line-height: 8rem;
}

.mobile-menu nav.mainmenu a {
    text-align: right;
    padding-right: 4rem;
    white-space: nowrap;
    font-size: var(--base-size);
}

.mobile-menu nav.mainmenu a.toplevel {
    font-size: 2.5rem;
    font-weight: 700;
}

.mobile-menu nav.mainmenu a:hover {
    color: rgb(var(--primary-color));
}

.mobile-menu .header-logo img,
.mobile-menu.scrolled .header-logo img {
    max-height: 8rem;
}

.mobile-menu .TemplateMenu ul {
    background-color: transparent;
}

.mobile-menu .header-cta-wrapper {
    display: none;
}

/* Ovriga klasser */
.EditMode .header-logo,
.EditMode .header-cta-wrapper {
    display: none;
}

@media only screen and (hover:none) {
    /* Sprak */
    .lang-active {
        display: none;
    }

    .lang-dropdown {
        display: block;
    }
}

@media only screen and (max-width: 510px) {
    .mobile-menu nav.mainmenu a.toplevel {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 370px) {
    .mobile-menu .header-cta-wrapper .btn {
        padding: 1rem .5rem;
    }

    .mobile-menu .header-cta-wrapper .btn i {
        display: none;
    }
}

@media only screen and (max-width: 330px) {
    .mobile-menu nav.mainmenu a.toplevel {
        font-size: 1.8rem;
    }

    .mobile-menu .header-logo img,
    .mobile-menu.scrolled .header-logo img {
        max-height: 6rem;
    }
}

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

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
    min-height: 110vh;
    margin-top: -10rem;
    background: linear-gradient(90deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
}

.top-image {
    width: 40rem;
    margin: 0 auto 5rem;
}

.top-section h1 {
    text-align: center;
    font-size: 3.8rem;
    color: rgb(var(--white-color));
    padding-bottom: 1rem;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    max-width: 20ch;
    margin: 0 auto;
}

body.en .top-section h1 {
    max-width: 25ch;
}

.top-section .btn-wrapper {
    flex-wrap: wrap;
}

.top-section .btn-wrapper .btn {
    width: calc(100% / 2 - 2rem);
    margin: 1rem;
    min-width: unset;
    max-width: 42rem;
}

/* Cards */
.top-section .card-item {
    background-color: rgb(var(--accent-blue-color), .9);
}

.top-section .cards-wrapper {
    margin-top: 5rem;
}

.top-section .cards-2 .image-wrapper {
    height: 15rem;
}

.top-section .cards-2 .image-wrapper img {
    max-height: 10rem;
}

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

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

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

@keyframes bounce {

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

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

    60% {
        transform: translate(-15px, 10px);
    }
}

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

    .top-image {
        width: 35rem;
    }
}

@media only screen and (max-width: 680px) {
    .top-section {
        padding-top: 15rem;
    }

    .top-section h1 {
        font-size: 2.8rem;
        line-height: 1.4;
    }

    .top-image {
        display: none;
    }

    .top-section .btn-wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .top-section .btn-wrapper .btn {
        width: 100%;
        margin: 0 0 2rem;
        max-width: none;
    }
}

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

/* Om oss
========================================================================== */
.section-about {
    position: relative;
    overflow: hidden;
}

.section-about:after {
    content: 'N3RDS';
    font-family: unibody-8-new, sans-serif;
    color: rgb(var(--white-color));
    font-weight: 900;
    font-style: normal;
    font-size: 32rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: -5rem;
    opacity: 0.05;
    pointer-events: none;
}

.section-about .section-block {
    padding: 15rem 2rem;
}

.section-about .text-wrapper {
    max-width: 90rem;
    margin: 0 auto;
}

.section-about .small-title {
    display: block;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1700px) {
    .section-about:after {
        font-size: 38rem;
    }
}

@media only screen and (max-width: 1440px) {
    .section-about:after {
        font-size: 30rem;
    }
}

@media only screen and (max-width: 1100px) {
    .section-about:after {
        font-size: 22rem;
    }
}

@media only screen and (max-width: 830px) {
    .section-about:after {
        font-size: 15rem;
        left: 0;
    }
}

@media only screen and (max-width: 550px) {
    .section-about:after {
        font-size: 12rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-about .split-wrapper {
        background-color: rgb(var(--secondary-color));
    }

    .section-about .split-content {
        padding: 3rem 2rem;
    }
}

/* Galleri
========================================================================== */
.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
}

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

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

.gallery-box.w-100 {
    width: 100%;
}

.gallery-box.w-60 {
    width: 60%;
}

.gallery-box.w-50 {
    width: 50%;
}

.gallery-box.w-40 {
    width: 40%;
}

.gallery-box:nth-child(1) {
    width: 65%;
    height: 55rem;
}

.gallery-box:nth-child(2) {
    width: 35%;
    height: 55rem;
}

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

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

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

    .gallery-box,
    .gallery-box:nth-child(2) {
        width: calc(100% / 2);
        height: 35rem;
    }

    .gallery-box:nth-child(1) {
        width: 100%;
    }
}

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

    .gallery-box,
    .gallery-box:nth-child(2) {
        width: calc(100% / 2);
        height: auto;
        transform: none !important;
    }
}

/* Boka bord
========================================================================== */
.section-booking .section-block {
    padding-bottom: 8rem;
}

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

.section-important-info .split-image {
    position: sticky;
    top: var(--menu-height-scrolled);
    align-self: flex-start;
}

.section-important-info .btn-wrapper {
    margin-top: 5rem;
}

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

/* Forsta sektionen (nar ej hero finns)
========================================================================== */
.LayoutPage .section-first .section-block {
    margin-top: calc(-1 * var(--menu-height));
    padding-top: 15rem;
}

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

.LayoutPage .hero .section-block {
    padding: 15rem 2rem 5rem;
    min-height: 70vh;
    margin-top: calc(-1 * var(--menu-height));
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, rgb(var(--accent-blue-dark-color), .8), rgb(var(--secondary-color), .9));
}

.LayoutPage .hero.hero-blue .section-block {
    background: linear-gradient(45deg, rgb(var(--accent-blue-dark-color), .8), rgb(var(--accent-blue-color), .8));
}

.hero .section-title {
    font-size: 6rem;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    color: rgb(var(--white-color));
}

.hero-video .title-wrapper .title {
    font-size: 2rem;
    text-align: right;
    padding: 0;
    color: rgb(var(--white-color));
}

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

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

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

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

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

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

/* ==========================================================================
Undersida: Boka bord
========================================================================== */
.info-list {
    box-sizing: border-box;
    padding: 4rem;
    border: 1px solid rgb(var(--accent-red-color), .6);
    margin: 0 auto;
}

@media only screen and (max-width: 510px) {
    .info-list {
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: 4rem 0;
    }
}

/* ==========================================================================
Undersida: Spelutbud > Respektive konsoll
========================================================================== */
.hero.hero-games {
    justify-content: center;
}

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

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

.hero-box .hero-logo {
    max-width: 50rem;
    margin: 0 auto 2rem;
}

.hero-box h1 {
    font-size: 5rem;
    padding: 0 0 4rem;
    color: rgb(var(--white-color));
}

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

.cards-wrapper.w-33 .closed-event {
    background-image: linear-gradient(rgba(var(--black-color), .75), rgba(var(--black-color), .55)), url('') !important;
    z-index: 999 !important;
}

.closed-event img {
    filter: brightness(0.5);
}

/* Section Games
========================================================================== */
.section-games .section-block {
    padding: 5rem 2rem 0;
}

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

/* Filter */
.games-filter-list {
    text-align: center;
    max-width: 100rem;
}

.games-filter-list a {
    color: rgb(var(--white-color));
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: auto;
    padding: 0 2rem;
    line-height: 6rem;
    height: 6rem;
    text-decoration: none;
    text-align: center;
    border-radius: .5rem;
    background: rgb(var(--accent-red-color));
    border: 2px solid rgb(var(--accent-red-color));
    margin: 0.3rem;
    transition: .3s ease-out;
}

.games-filter-list a:hover {
    background: rgb(var(--accent-red-dark-color));
}

#scroll-to-top {
    z-index: 5;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 6.5rem;
    height: 6.5rem;
    background: rgb(var(--accent-red-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .5);
    transition: .25s ease;
}

#scroll-to-top em {
    font-size: 7rem;
    color: rgb(var(--white-color)) !important;
}

.games-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.game-letter {
    font-size: 33px;
    padding-bottom: 20px;
    color: rgb(var(--primary-color));
    text-shadow: -2px 3px 2px rgb(var(--black-color));
    font-family: unibody-8-new, sans-serif;
}

.games-wrapper .games-thumb {
    width: calc(100% / 4 - 4rem);
    margin: 2rem;
}

.games-thumb {
    width: auto;
    min-width: auto;
    margin: 1rem;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2rem;
    border: 4px solid #8c8c8c;
    border-left-color: #bebebe;
    border-top-color: #bebebe;
    text-decoration: none !important;
    cursor: default;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.games-thumb .thumb-image {
    width: 100%;
    height: 25rem;
    background: rgb(var(--black-color));
    padding: 1rem;
}

.games-thumb img {
    display: block !important;
    object-fit: contain;
    object-position: center center !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0 auto;
}

.games-thumb .thumb-content {
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    padding: 2rem 2rem;
    background: rgba(91, 91, 91, 1);
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.games-thumb .thumb-content * {
    color: rgb(var(--white-color));
    align-self: center;
}

.games-thumb .thumb-title {
    text-align: left;
    width: 70%;
}

.games-thumb .thumb-info {
    text-align: right;
    width: 30%;
}

.games-thumb .thumb-info p {
    padding: 0;
    font-size: 1.5rem;
}

.games-thumb .thumb-title h4,
.games-thumb .thumb-title,
.games-thumb .small-title {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: inherit;
    text-transform: none;
    padding: 0;
}

.games-thumb .thumb-content li {
    font-size: inherit;
    line-height: 1.6em;
}

.games-thumb .thumb-link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: rgb(var(--white-color));
    background-color: rgb(var(--accent-blue-dark-color));
    height: 6rem;
    line-height: 6rem;
    z-index: 4;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.games-thumb:hover .thumb-link {
    background: rgb(var(--accent-red-color));
}

.games-thumb:hover .thumb-content {
    background: rgb(var(--secondary-dark-color));
}

/* Soklista */
.game-search {
    background-image: url('/assets/images/searchicon.png');
    background-position: 1rem 1.2rem;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
    border: 1px solid #ddd;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 4rem;
    box-sizing: border-box;
}

.games-list .text-title {
    padding-bottom: .5rem;
    padding-top: 2rem;
    color: rgb(var(--primary-color));
}

.games-list {
    list-style: none;
    padding-inline-start: 0;
}

.games-list li {
    padding-left: 2rem;
}

@media only screen and (max-width:1100px) {
    .games-wrapper .games-thumb {
        width: calc(100% / 3 - 2rem);
        margin: 1rem;
    }
}

@media only screen and (max-width:800px) {
    .games-wrapper .games-thumb {
        width: calc(100% / 2 - 2rem);
        margin: 1rem;
    }

    .games-thumb .thumb-title,
    .games-thumb .thumb-info {
        width: 100%;
        text-align: left;
    }

    .games-thumb .thumb-content {
        padding: 1rem;
    }

    .games-thumb .thumb-image {
        height: auto;
    }
}

@media only screen and (max-width: 510px) {
    .hero-box .hero-logo {
        max-width: 15rem;
    }

    .hero-box h1 {
        font-size: 3rem;
    }

    .games-thumbs-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .games-wrapper .games-thumb {
        width: calc(100% / 3 - 2rem);
        margin: 1rem;
    }

    .games-thumb .thumb-image {
        padding: 0;
    }

    .games-thumb img {
        object-fit: cover !important;
    }

    .games-thumb .thumb-title h4 {
        font-size: 1rem;
    }

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

    .games-wrapper .games-thumb {
        width: 100%;
        margin: 0 0 2rem;
        max-width: 25rem;
    }
}

/* ==========================================================================
Undersida: Valj bord
========================================================================== */
.section-choose {
    background-image: url('/assets/images/n3rdsbar-ps4controller-2000px.jpg');
    margin-top: calc(-1 * var(--menu-height));
}

.section-choose .image-wrapper {
    max-width: 20rem;
    margin: 3rem auto;
}

.section-choose .card-item {
    padding: 4rem;
}

@media only screen and (max-width: 400px) {
    .section-choose .card-item {
        padding: 2rem;
    }

    .section-choose .image-wrapper {
        max-width: 10rem;
    }

    .section-choose .image-wrapper img {
        max-width: 60%;
    }
}

/* ==========================================================================
Undersida: Om oss > Podcast
========================================================================== */
.podcast-icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}

.podcast-icons a {
    width: calc(100% / 5 - 4rem);
    margin: 2rem;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.podcast-icons em {
    font-size: 10rem;
    transition: .25s ease;
}

.podcast-icons em:hover {
    font-size: 12rem;
}

.podcast-icons .fa-spotify {
    color: #1ED761;
}

.podcast-icons .fa-youtube {
    color: #FF0000;
}

.podcast-icons .fa-apple-alt {
    color: rgb(var(--white-color));
}

.podcast-icons .fa-google {
    color: #4885ed;
}

.podcast-icons .fa-instagram {
    color: #C13584;
}

@media only screen and (max-width:1100px) {
    .podcast-icons a {
        width: calc(100% / 3);
        margin: 2rem 0;
    }
}

@media only screen and (max-width:750px) {
    .podcast-icons a {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width:330px) {
    .podcast-icons a {
        width: 100%;
    }
}

/* ==========================================================================
Undersida: Oppna en n3rds bar?
========================================================================== */
.form-wrapper {
    max-width: 90rem;
    padding: 5rem;
    margin: 0 auto;
    background: rgb(var(--white-color));
}

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

.ContactForm input[type="text"]:not(.illegal),
.ContactForm input[type="email"]:not(.illegal),
.ContactForm input[type="tel"]:not(.illegal),
.ContactForm select:not(.illegal) {
    border-radius: 1rem;
    height: 5rem;
}

.ContactForm textarea:not(.illegal) {
    border-radius: 1rem;
    height: 10rem;
}


/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.section-map-tour {
    overflow: hidden;
}

.section-map-tour .col-0 {
    padding-right: 1rem;
}

.section-map-tour .col-1 {
    padding-left: 1rem;
}

@media only screen and (max-width:1500px) {
    .section-map-tour .col-block {
        width: 50%;
    }
}

@media only screen and (max-width:1100px) {
    .section-map-tour .col-block {
        width: 100%;
        padding: 0 0 2rem;
    }
}

@media only screen and (max-width:800px) {
    .section-map-tour iframe {
        height: 30rem;
    }
}

/* ==========================================================================
contakt sektion startsida
========================================================================== */
.contact-section .col-0 {
    width: 60%;
}

.contact-section .col-1 {
    width: 40%;
}

.contact-section img {
    width: 15rem;
    padding-bottom: 5rem;
}

@media only screen and (max-width:1024px) {
    .contact-section .col-0 {
        width: 100%;
    }

    .contact-section .col-1 {
        width: 100%;
        padding-top: 5rem;
    }
}

@media only screen and (max-width:580px) {
    .contact-section img {
        width: 10rem;
        padding-bottom: 5rem;
    }
}

/* ==========================================================================
Undersida: Meny
========================================================================== */
.of-wrapper-long.of-wrapper img {
    object-fit: contain;
    object-position: center;
}

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

.tag {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border-radius: 0.8rem 0.8rem 0 0;
    background: rgb(var(--primary-light-color));
    cursor: pointer;
    transition: .5s ease;
}

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

/* Content */
.list-styled {
    max-width: 150rem;
    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-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(--black-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;
    }
}

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

.footer-blue footer {
    background-color: rgb(var(--accent-blue-dark-color));
}

.footer-container {
    max-width: 160rem;
    padding: 0 2rem;
    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(--primary-color));
}

.footer-top *:not(.text-label) {
    color: rgb(var(--white-color));
    font-size: 1.4rem;
}

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

.footer-menu:first-child {
    align-self: center;
}

.footer-menu:last-child {
    width: 6rem;
}

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

.footer .small-title {
    font-size: 2rem;
    letter-spacing: normal;
}

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

.footer a {
    font-weight: inherit;
}

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

.footer .circle-icon {
    display: flex;
    width: 4rem;
    height: 4rem;
    background-color: rgb(var(--secondary-color));
}

.footer .circle-icon:hover {
    background-color: rgb(var(--secondary-dark-color), 1);
}

.footer .circle-icon em {
    margin-right: -0.4rem;
}

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

.footer-bottom * {
    font-size: 1.2rem;
    color: rgb(var(--white-color));
}

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

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

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

    /* Footer 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-menu img {
        max-width: 20rem;
    }

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

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

    .footer-bottom .socials {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 510px) {
    .footer-top {
        padding: 8rem 0 4rem 0;
    }

    .footer-menu {
        width: 100%
    }

    .footer .circle-icon {
        display: inline-flex;
    }

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