/* Litz */

/* Animationer */
@import url('/resources/scripts/aos/2.3.1/aos.css');

/* Typsnitt */
@font-face {
    font-family: "NeueHaasDisplayLight";
    src: url("/assets/fonts/NeueHaasDisplayLight.otf");
    font-weight: 400;
}

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 143, 138, 138;

    --accent-blue-color: 16, 57, 125;

    --black-color: 0, 0, 0;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 169, 169, 169;
    --gray-light-color: 247, 246, 246;
    --white-color: 255, 255, 255;

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

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

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

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

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

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

@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: 'NeueHaasDisplayLight', sans-serif;
}

/* Rubriker */
.text-label {
    padding-bottom: .5em;
    margin: 0;
    font-size: var(--base-size);
    font-weight: 400;
    font-family: inherit;
    line-height: 1.8;
}

.section-title {
    padding-bottom: .5em;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
}

.small-title {
    padding-bottom: .3em;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
}

/* Brodtext och lankar */
p,
li {
    line-height: 1.6;
    color: rgb(var(--black-color));
}

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

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

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

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

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

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

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

/* Bakgrundsbilder och videos
========================================================================== */
/* Crossfade */
.fade-slider {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fade-slider div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fade-slider.slick-slider {
    position: absolute;
}

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

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

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

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

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

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

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

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

.split-image {
    width: 50%;
}

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

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

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

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

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

    .split-image {
        width: 100%;
    }

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

/* Header / Navigation
========================================================================== */
.IndexPage header:not(.scrolled) {
    background-color: transparent;
}

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

.header-logo img {
    padding: 2rem 0;
}

.IndexPage header:not(.scrolled) .header-logo img {
    opacity: 0;
}

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

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

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

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

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

/* Top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: center;
    min-height: 100vh;
    margin-top: calc(-1 * var(--menu-height));
}

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

.top-section .logo-wrapper img {
    width: 85rem;
}

.color {
    background-image: url('/assets/images/gallery/color-1920px.jpg')
}

.fero {
    background-image: url('/assets/images/gallery/fero-1920px.jpg')
}

.helling01 {
    background-image: url('/assets/images/gallery/helling01-1920px.jpg')
}

.helling02 {
    background-image: url('/assets/images/gallery/helling02-1920px.jpg')
}

.hem {
    background-image: url('/assets/images/gallery/hem-1920px.jpg')
}

.jordy {
    background-image: url('/assets/images/gallery/jordy-1920px.jpg')
}

.kultur {
    background-image: url('/assets/images/gallery/kultur-1920px.jpg')
}

.linnea {
    background-image: url('/assets/images/gallery/linnea-1920px.jpg')
}

.pservice {
    background-image: url('/assets/images/gallery/pservice-1920px.jpg')
}

.ruth {
    background-image: url('/assets/images/gallery/ruth-1920px.jpg')
}

@media only screen and (max-width: 1024px) {
    .top-section {
        margin-top: calc(-1 * var(--mobile-menu-height));
    }

    .top-section .logo-wrapper img {
        width: 45rem;
    }

    .top-section .slick-slide {
        background-attachment: unset;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .color {
        background-image: url('/assets/images/gallery/color-1024px.jpg');
        background-size: contain;
    }

    .fero {
        background-image: url('/assets/images/gallery/fero-1024px.jpg');
        background-size: contain;
    }

    .helling01 {
        background-image: url('/assets/images/gallery/helling01-1024px.jpg');
        background-size: contain;
    }

    .helling02 {
        background-image: url('/assets/images/gallery/helling02-1024px.jpg');
        background-size: contain;
    }

    .hem {
        background-image: url('/assets/images/gallery/hem-1024px.jpg');
        background-size: contain;
    }

    .jordy {
        background-image: url('/assets/images/gallery/jordy-1024px.jpg');
        background-size: contain;
    }

    .kultur {
        background-image: url('/assets/images/gallery/kultur-1024px.jpg');
        background-size: contain;
    }

    .linnea {
        background-image: url('/assets/images/gallery/linnea-1024px.jpg');
        background-size: contain;
    }

    .pservice {
        background-image: url('/assets/images/gallery/pservice-1024px.jpg');
        background-size: contain;
    }

    .ruth {
        background-image: url('/assets/images/gallery/ruth-1024px.jpg');
        background-size: contain;
    }
}

@media only screen and (max-width: 580px) {
    .top-section .logo-wrapper img {
        width: 30rem;
    }
}

/* About
========================================================================== */
.section-about .section-title {
    font-size: 5.3rem;
}

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

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

/* Collection
========================================================================== */
.collection-wrapper .card-body {
    padding-top: .5rem;
}

.collection-wrapper p {
    font-size: 1.4rem;
}

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

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8rem 0 0;
}

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

.footer .text-label {
    padding: 0 0 1rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

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

.footer-top li,
.footer-top p,
.footer-top a {
    font-size: 1.4rem;
    text-decoration: none;
    color: rgb(var(--white-color));
}

.footer a:not(.icon-links):hover {
    text-decoration: none;
    color: rgb(var(--primary-color));
}

.footer-info li,
.footer-info a {
    font-size: 1.2rem;
}

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

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

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

.footer-bottom img {
    display: block;
    margin: 0 auto;
}

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

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

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

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

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

    /* WebbEss Stamp  */
    .webbess-stamp {
        margin: 0 auto 2rem;
    }
}