/* Brisket and friends */

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

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

/* Typsnitt */
@font-face {
    font-family: "American Auto";
    src: url("/assets/fonts/americanauto-bld.otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "American Auto";
    src: url("/assets/fonts/americanauto-bldit.otf");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "American Auto";
    src: url("/assets/fonts/americanauto-med.otf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "American Auto";
    src: url("/assets/fonts/americanauto-ult.otf");
    font-weight: 900;
    font-style: normal;
}

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

    /* 	Colors */
    --primary-color: 199, 137, 62;
    --primary-light-color: 244, 224, 184;
    --secondary-color: 172, 68, 30;

    --accent-blue-color: 7, 43, 61;
    --accent-blue-light-color: 86, 116, 134;

    --black-color: 29, 29, 27;
    --gray-dark-color: 72, 72, 66;
    --gray-color: 154, 154, 150;
    --gray-light-color: 235, 235, 234;
    --white-color: 255, 255, 255;

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

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

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

/* Sprak, tex header-cta-wrapper
- Anvand lang-en for allt som endast ska synas pÃƒÂ¥ engelska sidan
- Anvand lang-se for aÃƒÂ¶lt som endast ska synas pÃƒÂ¥ svenska sidan
========================================================================== */
body.en .lang-se,
body:not(.en) .lang-en {
    display: none;
}

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

.section-block {
    padding: 12rem 5rem;
}

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

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

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

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

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

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

.pl-0 .section-block,
.pl-0:not(.section-wrapper) {
    padding-left: 0;
}

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

.pr-0 .section-block,
.pr-0:not(.section-wrapper) {
    padding-right: 0;
}

/* Margins */
.mt-3 {
    margin-top: 3rem;
}
/* Bredder */
.mw-none .section-block-wrapper {
    max-width: none;
}

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

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

.of-hidden {
    overflow: hidden;
}

@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 {
    color: rgb(var(--primary-light-color));
    font-family: 'American Auto', sans-serif;
}

/* Rubriker */
.text-label {
    padding-bottom: 1em;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(var(--secondary-color));
}

.section-title {
    font-size: 4.7rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: .5em;
    color: rgb(var(--primary-color));
}

.small-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: .7em;
    color: rgb(var(--primary-color));
}

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

/* Brodtext och lankar */
p,
li {
    font-weight: 500;
}

a {
    font-size: inherit;
    font-weight: 500;
    text-decoration: underline;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

/* Listor */
.list-properties {
    padding: 0;
    margin-top: 0;
    list-style: none;
}

.list-properties.single-item li {
    display: block;
}

.list-properties li {
    display: flex;
    justify-content: space-between;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
    font-size: 1.5rem;
    border-bottom: 1px solid rgb(var(--accent-blue-light-color));
}

.list-properties li span {
    padding: 0 .5rem;
}

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

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

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

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

.text-italic {
    font-style: italic;
    font-size: 1.5rem;
}

.text-shadow-primary {
    text-shadow: -2px 4px 1px rgb(var(--secondary-color));
}

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

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

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

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

    .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.4rem 2rem;
    margin: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 4rem;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}

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

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

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

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

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

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

.btn-snow {
    position: relative;
}

.btn-snow::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: -3px;
    right: 0;
    height: 23px;
    background: url('/assets/images/seasons/snow-left.png') no-repeat 0 0,
        url(/assets/images/seasons/snow-middle.png) no-repeat 50% 0,
        url(/assets/images/seasons/snow-right.png) no-repeat 100% 0;
}


/* Arrow link */
.arrow-link {
    font-size: var(--base-size);
    padding-right: 1rem;
    color: rgb(var(--primary-color));
    text-decoration: none;
}

.btn-wrapper .arrow-link {
    font-size: 1.4rem;
}

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

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

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

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-blue-light {
    background: rgb(var(--accent-blue-light-color));
}
.bg-overlay-black {
    background: rgba(var(--black-color), .6);
}
/* Text */
.text-primary {
    color: rgb(var(--primary-color));
}

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

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

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

/* Grafiska element
========================================================================== */
/* Borders */
.br-2 {
    border-radius: 2rem;
}

/* Borders */
.border-blue-light {
    padding: 3.5rem;
    border-top-left-radius: 70px 40%;
    border-top-right-radius: 20% 40%;
    border-bottom-left-radius: 60px 40%;
    border-bottom-right-radius: 50px 40%;
    border: 3px solid rgb(var(--accent-blue-light-color));
}

/* Border-top pa sektion */
.border-top-blue-light {
    border-top-left-radius: 100% 5rem;
    border-top: 10px solid rgb(var(--accent-blue-light-color));
}

/* Object position */
.of-wrapper img.op-50-80 {
    object-position: 50% 80%;
}

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

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

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

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

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

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

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image {
    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;
    margin-left: -1rem;
    margin-right: -1rem;
}

.card-item {
    text-decoration: none;
    transition: all .3s ease;
}

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

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

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

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

.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 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: 1350px) {
    .cards-wrapper.w-20 .card-item {
        width: calc((100% / 4) - 2rem);
        margin: 1rem;
    }

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

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

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

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

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

    .cards-wrapper.w-20 .card-item,
    .cards-wrapper.w-25 .card-item,
    .cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-50 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}
/* Card 2-1 */
.card-2-1 a.card-item:hover {
    background: rgb(var(--primary-light-color));
}

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

.card-3-1 img {
    height: 35rem;
}

/* Card 3-6 */
.card-3-6 .card-item {
    position: relative;
    padding: 40rem 0rem 0rem;
}

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

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

.card-3-6 .card-body {
    z-index: 1;
    position: relative;
    pointer-events: none;
}
.card-3-6 p{
    font-size: 1.6rem;
}
.card-3-6 .small-title{
    font-size: 2.1rem;
}


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

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

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

.split-image {
    width: 50%;
}

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

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

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

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

    .split-content,
    .split-wrapper .w-70,
    .split-wrapper .w-30 {
        width: 100%;
        padding: 0 0 3rem;
    }

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

/* 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: 78vh;
    padding: 4rem;
    border-radius: 0;
    overflow: auto;
    background: rgb(var(--accent-blue-color));
    transform: translate(-50%, -50%);
    outline: 1px solid rgb(var(--white-color));
    outline-offset: -11px;
}

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

/* Modal
========================================================================== */
.modal {
    max-width: 85rem;
    max-width: 70rem;
    max-height: 85vh;
    padding: 4rem;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
    background: rgb(var(--accent-blue-color));
    outline: 1px solid rgb(var(--white-color));
    outline-offset: -11px;
}

.blocker {
    z-index: 100;
}

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

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

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

    .blocker {
        padding: 1rem;
    }
}


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

header.scrolled {
    background: rgb(var(--accent-blue-color));
    border-bottom: 1px solid rgb(var(--accent-blue-light-color));
}

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

header:not(.mobile-menu) .header-logo img {
    padding: 2rem 0;
}

/* Nav */
.TemplateMenu a {
    font-weight: 500;
    font-size: 1.6rem;
}

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

/* Dropdown */
.TemplateMenu ul {
    width: 27rem;
    background: rgb(var(--accent-blue-color));
}

/* CTA  */
.header-cta-wrapper {
    position: relative;
    z-index: 9;
    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;
}

.header-cta-wrapper .flag img {
    width: 2.5rem;
}

/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/11/kontakt/"] {
    pointer-events: none;
}

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

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

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: flex-end;
    min-height: 100vh;
    margin-top: calc(-1* var(--menu-height));
    background-color: rgb(var(--black-color), .6);
}

.top-section .section-block {
    width: 100%;
    padding-bottom: 5rem;
    background: linear-gradient(0deg, rgb(var(--accent-blue-color), 1) 0, rgb(var(--accent-blue-color), .8) 10%, rgb(var(--accent-blue-color), 0) 100%);
}

.top-section .section-title {
    padding-bottom: 1rem;
    font-size: 5.8rem;
}

.top-section p {
    font-size: 2.3rem;
}

@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: 4rem;
    }

    .top-section p {
        font-size: 1.6rem;
    }
}

/* Divider
========================================================================== */
.section-divider .section-block-wrapper {
    padding: 8rem 5rem;
    border-top-left-radius: 100% 5rem;
    border-bottom-right-radius: 100% 5rem;
    background-image: url(/assets/images/graphics/brown-abstract-1200px.jpg);
    background-size: cover;
    border: 10px solid rgb(var(--primary-light-color));
}

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

.frame{
    padding: 3rem 2rem;
    border-top-left-radius: 100% 3rem;
    border-bottom-right-radius: 100% 3rem;
    background-image: url(/assets/images/graphics/brown-abstract-1200px.jpg);
    background-size: cover;
    border: 10px solid rgb(var(--primary-light-color));
}

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

/* Hero - Grundkod
========================================================================== */
.hero .text-block-center {
    max-width: 100rem;
}

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

.hero .sticker {
    max-width: 30rem;
    margin: 0 auto 3rem;
}

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

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

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

    .hero .sticker {
        max-width: 20rem;
    }
}

/* Hero - utan bakgrundsbild
========================================================================== */
.hero:not(.bg-image) {
    margin-top: calc(-1* var(--menu-height));
    text-align: center;
    background: linear-gradient(180deg, rgb(var(--black-color), 1) 0, rgb(var(--black-color), .8) 30%, rgb(var(--accent-blue-color), 0) 100%);
}

.hero:not(.bg-image) .section-block {
    padding-top: 20rem;
}

@media only screen and (max-width: 580px) {
    .hero:not(.bg-image) .section-block {
        padding-top: 15rem;
    }
}

/* Hero - med bakgrundsbild 
========================================================================== */
.hero.bg-image {
    display: flex;
    align-items: flex-end;
    min-height: 85vh;
    margin-top: calc(-1* var(--menu-height));
    text-align: center;
    background-color: rgb(var(--black-color), .6);
}

.hero.bg-image .section-block {
    width: 100%;
    background: linear-gradient(0deg, rgb(var(--accent-blue-color), 1) 0, rgb(var(--accent-blue-color), .8) 10%, rgb(var(--accent-blue-color), 0) 100%);
}

/* Formular utan bild
========================================================================== */
.section-order .section-block-wrapper {
    max-width: 80rem;
    padding: 5rem;
    background: rgb(var(--accent-blue-light-color));
}

.section-order .ContactForm {
    margin-top: 2rem;
}

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

.ContactSentMessage {
    margin: 1rem auto 2rem;
    background-color: rgba(var(--primary-light-color));
}

.ContactSentMessage p {
    font-size: 1.7rem;
    line-height: 1.5;
    color: rgb(var(--gray-dark-color));
}

.section-catering-form .ContactForm select {
    width: 100%;
    height: 4rem;
}


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

/* Formular med bild
========================================================================== */
.section-order-image .section-block-wrapper {
    padding: 5rem;
    background: rgb(var(--accent-blue-light-color));
}

.section-order-image .col-0 .col-wrapper,
.section-order-image .col-0 .code-part,
.section-order-image .col-0 .block-object,
.section-order-image .col-0 .of-wrapper {
    height: 100%;
}

.section-order-image .col-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

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

/* ==========================================================================
Undersida: Vara restauranger > Restaurangsida 
========================================================================== */
.section-restaurant-info .section-block-wrapper {
    justify-content: space-between;
}

.section-restaurant-info .col-2 {
    max-width: 60rem;
}

@media only screen and (max-width: 980px) {
    .section-restaurant-info .col-2 {
        max-width: 100%;
        margin-top: 4rem;
    }
}

/* Social media
========================================================================== */
.hero .social-menu {
    border-bottom: none;
    justify-content: center;
}

/* Certifikat / Creekstone
========================================================================== */
.cert-wrapper {
    display: flex;
    align-items: center;
}

.cert-wrapper .text-block-center {
    max-width: 90rem;
    padding: 1rem;
}

.cert-wrapper p {
    font-size: 1.7rem;
}

.cert-wrapper .logo {
    margin-top: -2rem;
    margin-bottom: -2rem;
}

@media only screen and (max-width: 700px) {
    .cert-wrapper {
        flex-direction: column;
    }

    .cert-wrapper .logo {
        margin-top: -2rem;
        margin-bottom: 0;
    }
}

/* Integritetspolicy
========================================================================== */
.hero.policy .section-title {
    font-size: 5rem;
}


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

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

/* Meny
========================================================================== */
@media only screen and (max-width: 580px) {
    .section-menu .card-1-1 .card-item {
        padding: 0;
    }
}

/* Franchise
========================================================================== */
.franchise .small-title {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: .7em;
    color: rgb(var(--primary-color));
}

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

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

/* ==========================================================================
Undersida: Arsta
========================================================================== */
.mexico-offer-wrapper {
    padding: 2rem;
    margin-top: 3rem;
    border-radius: 1rem;
}

/* ==========================================================================
Undersida: Sickla
========================================================================== */
.news-img-wrapper{
    max-width: 10rem;
    margin: auto;
    margin-top: 1rem;
}


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

/* Slider */
.scroll-wrapper .slick-list {
    width: 100%;
}

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

.scroll-wrapper img {
    display: flex;
    height: auto;
}

@media only screen and (max-width: 1000px) {
    .scroll-wrapper .slick-dots {
        padding: 0;
        margin: 3rem 0;
    }
}

/* Neon text */
.text-neon {
    font-family: 'Pacifico', sans-serif;
    color: rgb(var(--primary-color));
    text-transform: none;
    font-size: 10rem;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em rgb(var(--secondary-color)), 0 0 0.5em rgb(var(--secondary-color)), 0 0 0.1em rgb(var(--secondary-color)), 0 10px 3px rgb(var(--black-color));
}

.text-neon span {
    animation: blink linear infinite 2s;
}

@keyframes blink {

    78% {
        color: inherit;
        text-shadow: inherit;
    }

    79% {
        color: #333;
    }

    80% {
        text-shadow: none;
    }

    81% {
        color: inherit;
        text-shadow: inherit;
    }

    82% {
        color: #333;
        text-shadow: none;
    }

    83% {
        color: inherit;
        text-shadow: inherit;
    }

    92% {
        color: #333;
        text-shadow: none;
    }

    92.5% {
        color: inherit;
        text-shadow: inherit;
    }

}

@media only screen and (max-width: 580px) {
    .text-neon {
        font-size: 6rem;
        letter-spacing: -3px;
        text-shadow: 0 -15px 40px rgba(var(--secondary-color), 0.7), 
                     0 0 2px rgba(var(--secondary-color), 0.9), 
                     0 0 0.5em rgba(var(--secondary-color), 0.6), 
                     0 0 0.25em rgba(var(--secondary-color), 0.4), 
                     0 5px 2px rgba(var(--black-color), 0.6);
    }
}

/* ==========================================================================
Footer 
========================================================================== */
.footer {
    padding: 0 5rem;
    border-top-left-radius: 100% 5rem;
    border-top: 10px solid rgb(var(--accent-blue-light-color));
    background: rgb(var(--accent-blue-color));
}

.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 0 3rem;
}

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

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

.footer .small-title {
    padding: 0 0 1rem;
    font-size: 2rem;
}

.footer-submenu {
    padding: 0;
    margin: 0 0 3rem;
    list-style: none;
}

.footer-top li,
.footer-top p:not(.small-title),
.footer-top a {
    font-size: 1.7rem;
    text-decoration: none;
    color: rgb(var(--primary-light-color));
}

.footer a:hover {
    text-decoration: none;
    color: rgb(var(--white-color));
}

/* Social Menu */
.social-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgb(var(--secondary-color));
}

.social-menu li {
    margin: 1rem 1rem 1rem 0;
}

.social-menu a {
    font-size: 1.4rem;
    color: rgb(var(--primary-light-color));
    padding: 5px 10px;
    border-radius: 2rem;
    line-height: 1;
    text-decoration: none;
    transition: all .3s ease;
}

.social-menu a:hover {
    background-color: rgb(var(--white-color));
    color: rgb(var(--black-color));
    transition: all .3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .footer-bottom {
        flex-direction: column-reverse;
    }

    .webbess-stamp {
        margin: 0 auto 2rem;
    }
}




/* Test
========================================================================== */
.section-product-nav  {
    z-index: 2;
    position: sticky;
    top: var(--menu-height);
    overflow: auto;
    white-space: nowrap;
}


.section-product-nav .sub-menu {
	list-style: none;
	display: flex;
	flex-wrap: nowrap !important;
	flex-direction: row;
	padding: 0;
	margin: 0;
	background: rgb(var(--primary-color));
    justify-content: center;
}

.section-product-nav .sub-menu a {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3;
	text-decoration: none;
	color: rgb(var(--white-color));
	padding: 1rem 3rem;
	transition: 0.2s ease-in-out;
}

.section-product-nav .sub-menu a:hover,
.section-product-nav .sub-menu-active {
	background-color: rgb(var(--primary-dark-color));
}

