/* WineTrade  */

/* Fonts */
@import url("https://use.typekit.net/lez3sci.css");
@import url("https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap");

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

/* ==========================================================================
Generellt 
========================================================================== */
:root {
    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 7rem;
    --menu-height-scrolled: 7rem;

    /* 	Colors */
    --primary-color: 224, 3, 3;
    --secondary-color: 188, 118, 116;
    --secondary-dark-color: 119, 75, 74;
    --secondary-light-color: 210, 184, 182;

    --accent-pink-color: 238, 208, 218;
    --accent-orange-color: 247, 146, 51;
    --accent-pastel-green-color: 200, 235, 225;

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

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

    /* 	Mobile nav */
    --activate-mobile-menu: 1240;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: 255, 255, 255;
}

/* 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: 2rem;
    overflow: auto;
    background: rgb(var(--secondary-light-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;
    }
  }

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

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

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

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

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

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

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

.pr-1 {
    padding-right: 1rem;
}

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

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

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

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

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

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

/* Specifika margins */
.mb-3 {
    margin-bottom: 3rem !important;
}

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

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-5 {
    margin-top: 5rem;
}
.mt-10 {
    margin-top: 10rem;
}

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

.mw-70 {
    max-width: 70rem;
}

.mw-100 {
    max-width: 100rem;
    margin: 0 auto;
}

.mw-100 img {
    margin: 0 auto;
    width: 15rem;
    display: flex !important;
    justify-content: center;
    margin-top: 2rem;
}

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

/* ovrigt */
.display-flex {
    display: flex;
}

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

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

    .mw-100 {
        max-width: 95%;
    }
}

/* Text och typsnitt
========================================================================== */
body {
    font-family: "pt-sans-narrow", sans-serif;
}

/* Rubriker */
.section-title {
    display: block;
    letter-spacing: 2px;
    font-size: 5rem;
    padding-bottom: 1rem;
    font-weight: 400;
    color: rgb(var(--secondary-dark-color));
    font-family: pt-sans-pro-extra-condensed, sans-serif;
}

.small-title {
    font-size: 2.6rem;
    font-weight: 600;
    font-family: "pt-sans-narrow", sans-serif;
    letter-spacing: 1px;
    padding-top: 3rem;
    padding-bottom: 0.5rem;
    color: rgb(var(--secondary-dark-color));
}

.text-label {
    font-style: normal;
    line-height: 1.3;
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: none;
    padding-bottom: 0rem;
    letter-spacing: 1px;
    color: rgb(var(--secondary-color));
    font-family: "La Belle Aurore", cursive;
}

.smaller {
    padding-top: 3rem;
    font-size: 2.2rem;
}

.ingress-title {
    color: rgb(var(--secondary-color));
    font-family: "La Belle Aurore", cursive;
    font-size: 3rem;
    text-transform: none;
    padding-bottom: 1rem;
}

.cursive {
    font-family: "La Belle Aurore", cursive;
    text-transform: none;
    letter-spacing: normal;
    padding-bottom: 1rem;
}

/* Brodtext & lankar */
p,
li,
a {
    font-family: "pt-sans-narrow", sans-serif;
    color: rgb(var(--black-color));
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: normal;
    text-decoration: none;
}

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

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

/* Ovriga klasser */
.text-white,
.white-text {
    color: rgb(var(--white-color));
}

.italic,
.text-italic {
    font-style: italic;
}

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

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

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


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

.facts-list li {
    padding-bottom: 1rem;
}

.list-calendar {
    list-style: none;
    padding-inline-start: 2rem;
}

.list-calendar li:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(var(--gray-dark-color), .2);
}

.list-calendar .date {
    display: block;
    font-size: 2.2rem;
}

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

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

    .text-label {
        padding-bottom: 0rem;
        font-size: 2rem;
    }

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

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

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

/* Bakgrundsbild
========================================================================== */
.bg-image {
    position: relative;
    background: linear-gradient(90deg, rgba(var(--black-color), .2) 0%, rgba(var(--black-color), .5) 0%, rgba(var(--black-color), 0.0) 100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Cards 3-1 */
.card-3-1 .small-title{
font-size: 2.3rem;
}
/* Cards 4 - vinsorter */
.cards-4 .card-item {
    padding: 2rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background-color: rgb(var(--accent-pink-color));
    display: flex;
    flex-direction: column;
}

.cards-4 a.card-item {
    transform: translateY(0);
    transition: .3s ease;
}

.cards-4 a.card-item:hover {
    transform: translateY(-1rem);
}

.cards-4 .icon-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: 2rem;
}

.cards-4 .icon-wrapper img {
    max-height: 20rem;
}

.cards-4 .text-wrapper {
    width: 100%;
    flex-grow: 1;
    padding-bottom: 2rem;
    position: relative;
    z-index: 2;
}

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

.cards-4 .arrow-link {
    position: relative;
    z-index: 2;
}

/* with background */
.cards-4 .card-item:nth-child(even) {
    background-color: rgb(215, 160, 163);
}

@media only screen and (max-width: 980px) {
    .cards-4 .icon-wrapper {
        padding: 0;
    }
}

/* Cards 7 */
.cards-7 .card-item {
    text-decoration: none;
    border-radius: .2rem;
    box-shadow: 0 1rem 3rem rgb(var(--black-color), .1);
    background: rgb(var(--white-color));
    overflow: hidden;
}

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

.cards-7 .small-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    border-bottom: 1px solid rgb(var(--secondary-color));
}

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

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

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

.cards-10 .text-wrapper {
    z-index: 1;
    position: relative;
    padding: 3rem;
    width: 100%;
    color: rgb(var(--white-color));
}

.cards-10 .text-wrapper h3 {
    font-family: pt-sans-pro-extra-condensed, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.cards-10 .text-wrapper h3,
.cards-10 .text-wrapper .arrow-link {
    color: rgb(var(--white-color));
}

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

    .cards-10 .card-item {
        min-height: 20rem;
    }

    .cards-10 .text-wrapper {
        padding: 1rem;
    }
}

/* Cards 10-1 */
.cards-10-1 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    min-height: 20rem;
    text-decoration: none;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

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

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

.cards-10-1 .text-wrapper {
    z-index: 1;
    position: relative;
    padding: 2rem;
    width: 100%;
    color: rgb(var(--white-color));
}

.cards-10-1 .text-wrapper h3 {
    font-family: pt-sans-pro-extra-condensed, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
    color: rgb(var(--white-color));
}

.cards-10-1 .arrow-link::after {
    font-size: .7em;
}

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

/* Cards 11 - medarbetare */
.cards-11 .image-wrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

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

/* Knappar & speciella lankar
========================================================================== */
.btn {
    padding: 1.2rem 2.2rem;
    margin: 1rem 0.3rem;
    font-size: 1.5rem;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: source-sans-pro, sans-serif;
}

.btn::after {
    content: ' \f105';
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    font-size: .7em;
    font-family: 'Font Awesome 5 Pro';
    transition: transform .4s ease;
}

.btn:hover::after {
    transform: translateX(5px);
    transition: all 0.4s ease;
}

/* Primary filled */
.btn-primary {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--white-color));
    border: 2px solid rgb(var(--primary-color));
}

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

/* Secondary filled */
.btn-secondary {
    background-color: rgb(var(--secondary-light-color));
    border: 2px solid rgb(var(--secondary-light-color));
    color: rgb(var(--black-color)) !important;
    cursor: pointer;
}

.btn-secondary:hover {
    background-color: transparent;
    color: rgb(var(--secondary-color)) !important;
    border: 2px solid rgb(var(--secondary-color));
}

/* Ninja */
.btn-ninja {
    background-color: #021F27;
    border: 2px solid #021F27;
    color: rgb(var(--white-color));
    border-radius: 4rem;
}

.btn-ninja:hover {
    background-color: rgb(var(--accent-orange-color));
    border: 2px solid rgb(var(--accent-orange-color));
    color: rgb(var(--white-color));
}

.btn-link,
.btn-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: rgb(var(--black-color));
    padding: 0rem;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.5;
    text-align: left !important;
    font-size: 1.5rem;
}

.btn-border,
.btn-border:hover {
    background-color: transparent;
    border: 2px solid rgb(var(--secondary-dark-color));
    color: rgb(var(--secondary-dark-color)) !important;
}

/* Button wrapper */
.btn-wrapper.center {
    display: flex;
    justify-content: center;
}

.btn-wrapper.flex-start {
    display: flex;
    justify-content: flex-start;
}

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

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

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

.arrow-link:hover::after {
    transform: translateX(5px);
    transition: transform .4s 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: rgb(var(--primary-color));
    transition: .3s ease;
}

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

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


@media only screen and (max-width: 480px) {
    .btn {
        display: block;
        margin: 1rem auto;
    }
}

/* Farger
========================================================================== */
.bg-grey,
.bg-grey .section-block,
.bg-gray-light {
    background-color: rgb(var(--gray-light-color))
}

.primary-color,
.text-primary {
    color: rgb(var(--primary-color)) !important;
}

.secondary-color,
.text-secondary {
    color: rgb(var(--secondary-light-color)) !important;
}

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

.bg-accent-pink {
    background-color: rgba(var(--accent-pink-color), 0.2) !important;
}

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

.dark-overlay .section-block {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}

.bg-white {
    background-color: rgb(var(--white-color)) !important ;
}
/* Box shadow */
.box-shadow {
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}
/* Split Wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

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

.split-content {
    width: 50%;
    text-align: left;
    z-index: 0;
    padding: 6rem;
}

.split-content.align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-text {
    align-self: center;
    max-width: 70rem;
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
    max-height: 80rem;
}

.split-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

/* Speciella klasser */
.split-wrapper.justify-center {
    justify-content: center;
}
.split-wrapper.align-center {
    align-items: center;
}

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

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

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

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

.split-wrapper .h-50 {
    height: 50rem;
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }

    .split-wrapper .contain img {
        object-fit: contain;
    }
}

@media only screen and (max-width: 1200px) {
    .split-content {
        padding: 6rem;
    }
}

@media only screen and (max-width: 1000px) {
    .split-content {
        width: 100% !important;
        padding: 1.5rem 0;
    }

    .split-image {
        width: 100% !important;
    }

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

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

/* Parallax
========================================================================== */
.parallax {
    max-width: 100% !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: transparent;
    background-image: url(/assets/images/vindruvor-klase-2000.jpg);
}

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

header.scrolled,
.SubPage header {
    background-color: rgb(var(--white-color));
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}

/* Logotyp */
.header-logo a {
    position: relative;
    margin-bottom: -2rem;
    background-color: rgb(var(--white-color));
    padding: 1rem;
    border-radius: 0 0 2px 2px;
}

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

.header-logo img {
    padding: 0;
}

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

.TemplateMenu>li:nth-child(1) {
    display: none;
}

nav.mainmenu a {
    color: rgb(var(--black-color));
    font-size: 1.6rem;
}

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

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

/* Dropdown */
nav.mainmenu ul>li>ul>li:hover {
    background: rgb(var(--primary-color));
}

nav.mainmenu ul>li>ul>li a:hover {
    color: rgb(var(--white-color));
}

/* For att fa nav'en centrerad */
.openmenu {
    flex-basis: 0;
    flex: 1 1 0px;
}

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

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1.2rem 1.5rem;
    margin: 0 0.5rem;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0;
}

.header-cta-wrapper .btn::after {
    display: none;
}

/* Mobilmeny */
header.mobile-menu {
    background-color: rgb(var(--white-color));
}

header.mobile-menu .container {
    display: flex;
}

header.mobile-menu .header-logo {
    flex-grow: 1;
    background-color: rgb(var(--white-color));
}

header.mobile-menu .header-logo a {
    margin-bottom: 0;
    padding: 0;
}

header.mobile-menu .header-logo img {
    padding: 1rem 0;
}

.mobile-menu .mainmenu {
    padding-bottom: 10rem;
}

.mobile-menu .TemplateMenu {
    padding-top: 2rem;
}

.mobile-menu .TemplateMenu .active .expandable-li {
    margin-left: 2rem;
}

.mobile-menu .TemplateMenu li:hover {
    background-color: rgb(var(--white-color));
}

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

.mobile-menu .expandable,
.mobile-menu .toplevel {
    font-weight: 600;
}

.mobile-menu .Navigator {
    height: auto;
}

.mobile-menu .header-cta-wrapper {
    flex: unset;
    justify-content: center;
    padding: 0 2rem;
    margin: 2rem 0 0;
}

.mobile-menu .btn {
    color: rgb(var(--white-color));
    width: auto;
}

/* EditMode */
.EditMode header {
    position: relative;
}

.EditMode.WebbEssDIY header {
    top: 0 !important;
}

.EditMode nav.mainmenu a {
    color: rgb(var(--black-color)) !important;
    line-height: 1.5;
}

.EditMode .header-cta-wrapper {
    display: none;
}

.EditMode .openmenu {
    flex: none;
    flex-basis: unset;
}

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

/* Top-section
========================================================================== */
.topsection {
    overflow: hidden;
}

.topsection .section-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.topsection .section-block-wrapper {
    max-width: 80rem;
    text-align: center;
}

.topsection h1 {
    font-size: 10rem;
    font-weight: 300;
    line-height: 1;
    padding: 1.2rem 0;
    color: rgb(var(--white-color));
    font-family: pt-sans-pro-extra-condensed, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.usp-est {
    font-size: 2rem;
}

.topsection p {
    max-width: 70rem;
    color: rgb(var(--white-color));
    font-weight: 200;
    padding-bottom: 3rem;
    margin: 0 auto;
}

.topsection .btn:hover {
    border: 2px solid rgb(var(--white-color));
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 480px) {
    .topsection h1 {
        font-size: 7rem;
    }
}

/* Startsida: Popup formular
========================================================================== */
.subscribe-start .section-block{
    min-height: none !important;
 }
 .subscribe-start .ContactForm input[type="text"]:not(.illegal){
     display: none !important;
 }
 .subscribe-start .ContactForm input[type="email"]:not(.illegal) {
     border-radius: 3rem 0 0 3rem;
     padding-left: 2rem;
     width: 100% !important;
     border: none;
 }
 .subscribe-start div.ContactFormEmail{
     width: 100%;
 }
 @media only screen and (max-width: 700px) {
    .subscribe-start .ContactForm input[type="email"]:not(.illegal) {
        border-radius: 3rem
    }
 }

/* Startsida: Vinbonder
========================================================================== */
.section-products .cards-wrapper {
    margin: 0 -1rem;
}

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

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

    .section-products .cards-wrapper .card-item {
        width: calc(100% / 2 - 1rem);
        min-height: 10rem;
        margin: .5rem;
    }

    .section-products .cards-10-1 .text-wrapper {
        padding: 1rem;
    }
}

/* Startsida: Instagram
========================================================================== */
.LayoutPage .instagram .section-block {
    background-image: linear-gradient(to bottom, #76806200 55%, rgb(var(--secondary-light-color)) 55%);
    padding-bottom: 3rem;
    overflow: hidden;
}

.LayoutPage .instagram .instagram-wrapper {
    overflow: hidden;
}

/* ==========================================================================
Undersidor
========================================================================== */
/* ==========================================================================
Undersida: Event
========================================================================== */
.event-wrapper-logo{
    text-align: center !important;
}
.event-wrapper-logo{
    max-width: 20rem;
}
.event-wrapper{
    padding: 4rem;
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}

/* Karta */
.map .section-block {
    padding: 0rem;
    font-size: 0;
}

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

/* ==========================================================================
Undersida: Bar Nija 
========================================================================== */
body.bar .footer,
body.bar header {
    display: none;
}

.EditMode.bar footer,
.EditMode.bar header {
    display: block;
}

.bar-hero {
    background-color: rgb(var(--accent-pastel-green-color));
    position: relative;
    overflow: hidden;
}

.bar-hero .section-block {
    padding-bottom: 0;
}

.bar-logo {
    display: block;
    margin: 0 auto;
    width: 20rem;
}

.bar-banner {
    padding: 5rem 0;
}

.bar-banner h1 {
    text-align: center;
    font-size: 12rem;
    color: rgb(var(--primary-color));
    font-family: ballers-delight, handwritten;
}

.bar-banner .small-title {
    padding: 0 0 2rem;
    color: rgb(var(--black-color));
    text-align: center;
}

.bar-banner .small-title img {
    width: 4rem;
}

.bar .section-instagram {
    background-image: linear-gradient(to bottom, rgb(var(--accent-pastel-green-color)) 50%, transparent 50%);
}

@media only screen and (max-width: 1200px) {
    .bar-banner h1 {
        font-size: 9rem;
    }
}

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

    .bar-banner h1 {
        font-size: 5.5rem;
    }

    .bar-logo {
        width: 12rem;
        margin-top: 25vh;
    }
}

/* ==========================================================================
Undersida: Privatkund
========================================================================== */

.section-lanseringar .card-item {
    position: relative;
}

.section-lanseringar .card-item .image-wrapper {
    padding-top: 2rem;
    height: 25rem;
}

.section-lanseringar .card-item .image-wrapper img {
    object-fit: contain;
}

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

.section-lanseringar .card-item .text-wrapper p {
    color: rgb(var(--black-color), 0.7);
}

.section-lanseringar .card-item h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-lanseringar .card-item .small-title {
    opacity: 0.7;
    padding: 0 0 3px;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.section-lanseringar .card-item .price {
    padding: 0rem 1rem 0rem 1rem;
    margin: 0 -2rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 2rem 0 0 2rem;
    color: rgb(var(--secondary-color));
    background: rgb(var(--primary-color), .15);
}

.section-lanseringar .badge {
    z-index: 1;
    position: absolute;
    right: 0;
    width: auto;
    top: 2rem;
    padding: 0.6rem 1rem;
    background-color: rgb(var(--primary-color));
    border-radius: 5px 0 0 5px;
    color: rgb(var(--white-color));
    font-size: 1.4rem;
    line-height: 1;
}

/* Vinlador */
.btn-wrapper.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 1rem 0 0;
}

.btn-small {
    padding: .7rem 1.3rem;
    line-height: 1;
    margin: 0 0 0 5px;
}

.small-list {
    padding-inline-start: 2rem;
}

.small-list li {
    font-size: 1.5rem;
    color: rgb(var(--gray-dark-color));
    padding: 0 0 5px;
}

/* ==========================================================================
Undersida: Vara vinbonder, samlingssida
========================================================================== */
.LayoutPage .intro-section .section-block {
    padding-top: 18vh;
}

/* ==========================================================================
Undersida: Vara vinbonder, varje enskild bonde
========================================================================== */
/* Hero
========================================================================== */
.hero {
    overflow: hidden;
}

.hero .section-block {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
    padding: 15rem 4rem;
}

.mobile-menu+main .hero {
    margin-top: 0;
}

.hero h1,
.hero p {
    color: rgb(var(--white-color));
}

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

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

/* Vinbonder, per region
========================================================================== */
.section-wines .cards-wrapper {
    padding-top: 4rem;
}

.section-wines .wineyard-heading {
    font-family: "La Belle Aurore", cursive;
    text-transform: none;
    font-size: 3rem;
    color: rgb(var(--secondary-dark-color));
    padding-bottom: 0;
    border-bottom: 1px solid rgb(var(--secondary-color));
    max-width: 25rem;
}

.section-wines .cards-wrapper li {
    font-size: 1.7rem;
}

.section-wines .cards-wrapper ul {
    list-style: none;
    padding-inline-start: 1rem;
}

.section-wines .arrow-link {
    font-size: 1.7rem;
}

.section-wines .arrow-link::after {
    color: rgb(var(--secondary-color));
}

@media only screen and (max-width: 580px) {
    .section-wines .cards-wrapper .card-item {
        margin: 0 0 2rem;
    }

    .section-wines .wineyard-heading {
        max-width: none;
    }
}

/* Vinbonder, varje producent
========================================================================== */
.section-farmer .section-block-wrapper {
    max-width: 130rem;
}

.section-farmer .split-imagegrid img {
    object-fit: contain;
}

.section-farmer .cards-wrapper {
    margin: 0 auto;
}

.section-farmer .facts-list .text-bold {
    display: block;
}

.section-farmer .facts-list li {
    font-size: 1.6rem;
}

.section-farmer .card-item .small-title {
    padding-bottom: 2rem;
    padding-top: 0;
}

/* Split om bonden */
.picture-split {
    justify-content: center;
    padding-right: 1rem;
}

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

.picture-split .split-image {
    margin-top: 0;
}

.split-imagegrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    width: 38%;
    margin-left: 2rem;
}

.picture-split .split-image img {
    object-fit: contain;
}

/* Fyra bilder i griden pa rad */
.image-four .split-imagegrid {
    margin: .5rem;
    width: 48%;
}

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

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

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

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

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

/* Tva bilder pa rad */

.split-wrapper img.mw-50 {
    max-width: 50%;
}

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

    .picture-split .split-content,
    .section-farmer .split-content {
        width: 100%;
        max-width: 90rem;
        margin: 0 auto;
    }

    .split-imagegrid,
    .image-four .split-imagegrid,
    .two-pictures .text-wrapper,
    .madame .split-imagegrid {
        width: 100%;
    }

    .grid-image .split-image {
        position: relative;
        margin: 1rem 0;
    }

    .picture-split {
        padding: 5rem 2rem;
    }

    .split-imagegrid {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1000px) {
    .picture-split .split-content,
    .section-farmer .split-content {
        padding: 3rem 0 2rem !important;
    }
}


/* ==========================================================================
Undersida: Nyheter
========================================================================== */
.section-news .section-block {
    padding-bottom: 0;
}

.section-insta .section-block {
    background-image: linear-gradient( rgb(var(--white-color)), rgb(var(--white-color)));
    background-size: 100% 5rem;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 0;
}

.section-event .section-block {
    background-image: linear-gradient( rgb(var(--white-color)), rgb(var(--white-color)));
    background-size: 100% 40rem;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 0;
}

/* ==========================================================================
Undersida - Kontakta oss
========================================================================== */
/* Nyhetsbrev
========================================================================== */
.subscribe .subscribe-2 .section-block {
    min-height: 85vh;
}

/* Kontaktformular */
.subscribe .ContactForm p,
.subscribe .ContactFormMessage,
.subscribe .ContactFormField {
    display: none;
}

.subscribe .ContactForm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe .ContactForm div {
    margin: 0 5px 0 0;
}

.subscribe .ContactForm input {
    height: 5rem;
    width: auto;
}

.subscribe .ContactFormName input {
    border-radius: 3rem 0 0 3rem;
    padding-left: 2rem;
}

.subscribe .ContactSubmit {
    background-color: rgb(var(--primary-color));
    color: rgb(var(--white-color));
    border-radius: 0 3rem 3rem 0;
    border: none;
    padding: 1.4rem 5rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    cursor: pointer;
    font-weight: 600;
}

.subscribe .ContactSubmit:hover,
.subscribe .ContactSubmit:focus {
    background-color: rgb(var(--secondary-color));
}

@media screen and (max-width: 700px) {
    .subscribe .ContactForm {
        flex-direction: column;
    }

    .subscribe .ContactForm div {
        width: 100%;
        margin: 0 0 5px;
    }

    .subscribe .ContactForm input {
        border-radius: 3rem;
        width: 100%;
    }
}

.ContactSentMessage .small-title{
    padding-top: 0;
}
.ContactSentMessage{
    padding: 2rem;
}

/* Team
========================================================================== */
.team-wrapper .card-item {
    width: calc(100% / 3 - 5rem);
    margin: 0 2rem 5rem;
}

.team-wrapper .card-item:nth-child(odd) {
    transform: rotate(-1deg);
}

.team-wrapper .card-item:nth-child(even) {
    transform: rotate(1deg);
}

.team-wrapper .small-title {
    text-transform: uppercase;
}

.team-wrapper em {
    color: rgb(var(--secondary-color));
    margin: 0 1rem 0 0;
}

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

@media screen and (max-width: 900px) {
    .team-wrapper .card-item {
        width: calc(100% / 2 - 5rem);
    }
}

@media screen and (max-width: 580px) {
    .team-wrapper .card-item {
        width: 100%;
        margin: 0 0 5rem;
    }
}

/* Kontakta, langst ner
========================================================================== */
/* cards */
.section-contact .cards-5 {
    max-width: 120rem;
    margin: 5rem auto 0;
    justify-content: center;
}

.section-contact .cards-5 .card-item {
    text-align: center;
}

.section-contact .cards-5 .icon-wrapper i {
    font-size: 5rem;
    color: rgb(var(--primary-color));
    padding-bottom: 1rem;
}

/* ==========================================================================
Undersida: In english
========================================================================== */
.section-form .ContactForm {
    max-width: 50rem;
}

.section-form .ContactForm input.text,
.section-form .ContactForm textarea {
    border-radius: 5px;
}

.section-form .ContactForm input.ContactSubmit {
    padding: 1.5rem 2rem;
    color: rgb(var(--white-color));
    background: rgb(var(--primary-color));
    border: 2px solid rgb(var(--primary-color));
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.section-form .ContactForm input.ContactSubmit:hover {
    background: transparent;
    border: 2px solid rgb(var(--primary-color));
    color: rgb(var(--primary-color));
}

/* ==========================================================================
Footer 
========================================================================== */
.footer {
    background-color: rgb(var(--secondary-light-color));
    position: relative;
}

.footer-container {
    max-width: 160rem;
    padding: 0 5rem;
    margin: 0 auto;
}

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

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

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

.footer .socials {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer .circle-icon {
    width: 3.5rem;
    height: 3.5rem;
}

/* 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 {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.6;
}


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

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

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

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

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

    .footer .socials {
        align-items: flex-start;
        flex-direction: row;
    }
}

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

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

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

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