/* AllCall / Vellux */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Strait:300,400');
@import url('https://fonts.googleapis.com/css?family=Strait');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');

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

    /* 	Colors */
    --primary-color: 31, 76, 115;
    --secondary-color: 239, 177, 90;

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

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

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

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

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

.p-2 {
    padding: 2rem;
}

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

/* Ovrigt */
.justify-center {
    justify-content: center;
}

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

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

/* Text och typsnitt
========================================================================== */
body {
    font-family: 'Strait', sans-serif;
}

/* Rubriker */
.section-title {
    padding-bottom: 1.5rem;
    color: #efb15a;
    font-size: 3.5rem;
}

.small-title {
    padding-bottom: 1rem;
    color: #222;
    font-size: 2rem;
    font-weight: 600;
}

.text-label {
    color: #666;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

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

/* Brödtext */
a {
    color: inherit;
}

/* Övriga klasser */
.text-block {
    width: 70rem;
    max-width: 100%;
}

.text-block-95 {
    width: 95rem;
    max-width: 100%;
}

.text-block-center {
    width: 70rem;
    max-width: 100%;
    margin: 0 auto;
}

.text-block-95-center {
    width: 95rem;
    max-width: 100%;
    margin: 0 auto;
}

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

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

.list-circle li::before {
    content: '\f111';
    padding: 0 1rem 0 0;
    color: #efb15a;
    font-weight: 700;
    font-size: .8rem;
    font-family: 'Font Awesome 5 Pro';
}

/* Lista */
.styled-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 5rem 0 0 0;
    list-style: none;
}

.styled-list li {
    position: relative;
    width: 50%;
    padding: 0 5rem 0 8rem;
    margin: 0 0 4rem;
}

.styled-list li::before {
    content: '\f00c';
    position: absolute;
    left: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    color: #efb15a;
    font-weight: 400;
    border-radius: 50%;
    background-color: #efe3d1;
    font-family: 'Font Awesome 5 Pro';
}

@media only screen and (max-width: 980px) {
    .styled-list li {
        width: 100%;
        padding: 0 0 0 8rem;
        margin: 2rem 0;
    }
}

@media only screen and (max-width: 580px) {
    .styled-list li {
        padding: 0 0 0 5.5rem;
    }

    .styled-list li::before {
        left: 0;
    }
}

/* Knappar och speciella länkar
========================================================================== */
.btn-wrapper {
    margin-top: 3rem;
}

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

/* Knappar */
.btn,
.ContactSubmit {
    padding: 1.6rem 5rem;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: .2em;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary-filled,
.ContactSubmit {
    color: #FFF;
    background: rgb(var(--primary-color));
}

.btn-primary-filled:hover,
.ContactSubmit:hover {
    background: rgb(var(--secondary-color));
}

.btn-secondary-filled {
    color: #FFF;
    background: rgb(var(--secondary-color));
}

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

/* 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(--secondary-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: rgb(var(--secondary-color));
}

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

@media only screen and (max-width: 480px) {
    .btn-wrapper .btn {
        margin: 1.5rem 0;
    }

    .btn {
        display: block;
        width: 100%;
    }
}

/* Färger
========================================================================== */
/* Bakgrundsfärger */
.bg-primary {
    background-color: rgb(var(--primary-color));
}

.bg-gray {
    background-color: #f8f8f8;
}

/* Textfärger */
.text-primary {
    color: rgb(var(--primary-color));
}

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

/* Grafiska element
========================================================================== */
/* Box shadow */
.box-shadow {
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}

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

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

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

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

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

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

@media only screen and (max-width: 580px) {
    .cards-wrapper.w-25 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}
/* Card 3-1 */
.card-3-1 .image-wrapper {
    height: 25rem;
}
.card-3-1 img {
    object-fit: scale-down;
    padding: 1rem;
}
/* Cards 7*/
.cards-7 .card-item {
    margin: 0 1rem 0 0;
    text-decoration: none;
    background: #FFF;
}

.cards-7 .image-wrapper {
    height: 20rem;
}

.cards-7 .text-wrapper {
    padding: 2rem;
    border-bottom: 5px solid #efb15a;
}

.cards-7 .small-title {
    padding-bottom: 0;
    font-weight: 300;
}

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

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

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

.split-image {
    width: 50%;
}

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

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

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

/* Flera bilder i split-image */
.split-images {
    display: flex;
    flex-wrap: wrap;
}

.split-images img {
    width: 100%;
    padding: 2rem;
}

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

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

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

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

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

/* Bakgrundsbild
========================================================================== */
.bg-image {
    position: relative;
    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%;
}

.bg-video {
    position: relative;
    overflow: hidden;
}

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

/* Header / Navigation
========================================================================== */
header {
    box-shadow: 1px 1px 7px rgb(0, 0, 0, .1);
}

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

/* Nav */
.TemplateMenu a {
    font-weight: 600;
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
}

.TemplateMenu a:hover {
    color: #a8a8a8;
    text-decoration: none;
}

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

/* 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.5rem 3rem;
    margin: 0 .5rem;
}

@media only screen and (max-width: 580px) {
    /* Header logo */
    .header-logo img {
        padding: 1.5rem;
    }

    /* CTA  */
    .header-cta-wrapper .btn {
        font-size: 1.1rem;
        padding: 1rem 1.2rem;
        white-space: nowrap;
        margin-right: 0.5rem;
    }
}

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

/* Top-section
========================================================================== */
.topsection {
    margin-top: calc(-1 * var(--menu-height));
}

.topsection .section-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: rgba(0, 0, 0, .4);
}

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

.topsection h1 {
    font-size: 3rem;
    font-weight: 400;
    padding-bottom: 1rem;
}

.topsection .section-title {
    color: #FFF;
    font-size: 5.5rem;
}

.topsection .btn {
    margin: .5rem;
}

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

@media only screen and (max-width: 580px) {
    .topsection .btn {
        font-size: 1.2rem;
    }
}

/* Välj din bransch
========================================================================== */
.section-services {
    overflow: hidden;
}

.scroll-wrapper.slick-slider {
    display: block;
    padding-top: 6rem;
}

.scroll-wrapper .slick-list {
    overflow: visible;
}

.scroll-wrapper .slick-arrow {
    position: absolute;
    top: 0;
    width: 4rem;
    height: 4rem;
    font-size: 0;
    background-color: rgb(var(--secondary-color));
    border: 1px solid rgb(var(--secondary-color));
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
}

.scroll-wrapper .slick-arrow:not(.slick-disabled):hover,
.scroll-wrapper .slick-arrow:not(.slick-disabled):focus {
    background-color: transparent;
}

.scroll-wrapper .slick-prev {
    right: 5rem;
}

.scroll-wrapper .slick-next {
    right: 0;
}


/* Loggor
========================================================================== */
.references-logos .slick-track {
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

.references-logos img {
    max-width: calc(100% - 4rem);
    max-height: 6rem;
    margin: 2rem;
}

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

/* Hero
========================================================================== */
.section-hero:not(.bg-image) {
    background-image: url(/assets/images/allcall-blurry-restaurant-2000px.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-hero .section-block {
    display: flex;
    align-items: flex-end;
    min-height: 40rem;
    padding: 9rem 5rem;
    background-color: rgba(31, 76, 115, 0.508);
}

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

.section-hero h1 {
    padding-bottom: 1.5rem;
    color: #fff;
    font-size: 6rem;
}

.section-hero p {
    color: #fff;
}

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

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

/* Introduktions­erbjudande
========================================================================== */
.section-offer {
    background-image: url(/assets/images/allcall-blurry-restaurant-2000px.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-offer .section-block {
    background-color: rgba(0, 0, 0, 0.65);
}

.section-offer .section-title {
    color: #FFF;
    font-size: 5rem;
}

.section-offer p {
    color: #FFF;
}

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

/* ==========================================================================
Undersida: Produkter
========================================================================== */
.products-wrapper .card-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-wrapper .card-item{
        box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
        padding: 3rem;
}

/* ==========================================================================
Undersida: Återförsäljare
========================================================================== */
.resellers-wrapper .card-item {
    padding: 2rem 3rem;
    background-color: #FFF;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 10%);
    border-radius: 2px;
    border-bottom: 5px solid #efb15a;
}

.resellers-wrapper p {
    padding-bottom: 0;
}

/* ==========================================================================
Undersida: Kontakt / Testa gratis
========================================================================== */
.ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 130rem;
    padding: 5rem;
    margin: 0 auto;
    background: #FFF;
}

.ContactForm div {
    width: 31.333%;
}

.ContactForm div.ContactFormMessage,
.ContactForm .select-wrapper,
.ContactFormField.radio-field,
.ContactForm .group-wrapper,
.ContactForm .checkbox-field {
    width: 100%;
}

.ContactForm .radio-group .group-wrapper {
    display: flex;
}

.ContactSubmit {
    max-width: 35rem;
    margin: 2rem auto 0;
    border-style: none;
}

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

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

    .ContactForm div {
        width: 100%;
    }
}

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

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

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

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

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

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

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

    padding: 2rem;
}

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

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

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

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

a.webbess-stamp {
    text-decoration: none;
}

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


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

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

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

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

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

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

}

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

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

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