/* Veosol Energi AB */

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

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    /* --primary-color: 0, 97, 1; */
    --primary-color: 188, 223, 42;
    --primary-dark-color: 163, 197, 19;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 130, 130, 130;
    --gray-light-color: 243, 241, 237;
    --white-color: 255, 255, 255;

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

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

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

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

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

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

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

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

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

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

/* Margins */
.mb-3 {
    margin-bottom: 3rem;
}

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

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

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

/* Rubriker */
.text-label {
    padding-bottom: 1em;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

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

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

/* Brodtext och lankar */
p,
li {
    color: rgb(var(--gray-dark-color));
}

.ingress {
    font-size: calc(var(--base-size) * 1.1);
}

.text-smaller {
    font-size: 1.5rem;
}

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

.list-check li::before {
    content: '\f00c';
    padding: 0 1rem 0 0;
    color: rgb(var(--primary-color));
    font-weight: 700;
    font-size: .8rem;
    font-family: 'Font Awesome 5 Pro';
}

/* List Row */
.list-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.list-row li {
    font-size: 1.5rem;
}

.list-row li:not(:last-child)::after {
    content: '|';
    display: inline-block;
    margin: 0 1rem;
}

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

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

.text-block-right {
    max-width: 75rem;
    margin-left: auto;
    margin-right: 9;
}

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

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

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

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

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

    p, li {
        line-height: 1.6;
    }
}

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

.btn-wrapper.center {
    text-align: center
}

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 1.2rem 2rem;
    margin: 7px;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease;
}

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

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

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

.btn-white-filled:hover {
    color: rgb(var(--white-color));
    background-color: transparent;
}

/* Arrow link */
.arrow-link {
    padding-right: 1rem;
    font-size: var(--base-size);
    cursor: pointer;
}

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

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

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

/* Cirkelikon */
.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: .5rem;
    font-size: 0;
    color: rgb(var(--black-color)); 
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid rgb(var(--primary-color));
    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: 1.5rem;
}

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

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-black {
    background-color: rgb(var(--black-color));
}

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

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

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

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

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

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

/* Grafiska element
========================================================================== */
/* Video ratio */
.video-ratio {
    position: relative;
    padding-bottom: 50%;
    height: 0;
}

.video-ratio video,
.video-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Border radius */
.br-50 {
    border-radius: 50%;
    overflow: hidden;
}

/* Badge */
.badge-wrapper {
    position: relative;
}

.badge {
    z-index: 1;
    position: absolute;
    top: 1rem;
    left: 0;
    padding: .5rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 .5rem .5rem 0;
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
}

/* Linje genom element */
.line-through-primary {
    position: relative;
}

.line-through-primary::before {
    position: absolute;
    content: '';
    display: block;
    height: calc(100% - 4rem);
    width: 2px;
    top: 2rem;
    left: 2.5rem;
    background-color: rgb(var(--primary-color));
}

@media only screen and (max-width: 650px) {
    .line-through-primary::before {
        left: 2rem;
    }
}

/* Of wrapper */
.of-wrapper .scale-down {
    object-fit: scale-down;
}

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

/* Parallax */
.parallax {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax .section-block {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-color: rgb(var(--black-color), .65)
}

.parallax p {
    font-size: 1.8rem;
}

.parallax-solceller {
    background-image: url('/assets/images/solceller-vatten-2000px.jpg');
}

@media only screen and (hover:none) {
    .parallax {
        background-attachment: scroll;
        background-position: center center;
    }
}

@media only screen and (max-width: 580px) {
    .parallax p {
        font-size: var(--base-size);
    }
}

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

.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-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: 1050px) {

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

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

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

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

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

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

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

/* Card 2-1 */
.card-2-1 a.card-item.bg-gray-light:hover {
    background: rgb(var(--white-color));
}

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

/* Card 2-2 */
.card-2-2 .card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 15rem;
    padding: 2rem;
    margin: -7rem auto 3rem;
    font-size: 6rem;
    border-radius: 50%;
}


/* Card 2-5 */
.card-2-5 .card-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.card-2-5 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 2px solid rgb(var(--primary-color));
}

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

@media only screen and (max-width: 650px) {
    .card-2-5 .card-header {
        width: 4rem;
        height: 4rem;
    }

    .card-2-5 .card-header i {
        font-size: 1.8rem;
    }
}

/* Card 3-1 */
.card-3-1 a.card-item.bg-gray-light:hover {
    background: rgb(var(--white-color));
}

.card-3-1 .icon-wrapper {
    width: 100%;
    height: 20rem;
}

.card-3-1 .icon-wrapper.mh-15 {
    height: 15rem;
}

/* Card 3-4 */
.card-3-4 .card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-3-4 .image-wrapper {
    flex-shrink: 0;
    width: 10rem;
    height: 10rem;
}

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

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

@media only screen and (max-width: 580px) {
    .card-3-4 .card-body {
        padding-right: 0;
    }
}

/* Card 3-6 */
.card-3-6 .card-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    min-height: 45rem;
}

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

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

.card-3-6 .card-item:hover .image-wrapper::after {
    background: rgba(var(--black-color), 0);
}

.card-3-6 .card-body {
    z-index: 1;
    position: relative;
    transition: all .3s ease;
}

.card-3-6 .card-item:hover .card-body {
    opacity: 0;
}

/* Logos 1 */
.logos-1 .card-item {
    height: 7rem;
    text-align: center;
}

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

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

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

.split-image,
.split-video {
    width: 50%;
    border-radius: 2px;
}

.split-video video,
.split-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.split-wrapper .align-end {
    align-self: flex-end;
}

/* Ruta bakom text */
.split-wrapper.box {
    margin-bottom: 3rem;
}

.split-wrapper.box .split-content {
    position: relative;
    margin-top: 3rem;
}

.split-wrapper.box .text-block {
    z-index: 1;
    position: relative;
}

.split-wrapper.box .split-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 80%);
    height: calc(100% + 3rem);
}

.split-wrapper.box-white .split-content::after {
    background: rgb(var(--white-color));
}

.split-wrapper.box-gray-light .split-content::after {
    background: rgb(var(--gray-light-color));
}

.split-wrapper.box.reverse .split-content::after {
    left: -80%;
}

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

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

    .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,
    .split-video {
        width: 100%;
        min-height: 20rem;
    }

    /* Ruta bakom text */
    .split-wrapper.box .split-content {
        padding: 3rem 0;
        margin: 0;
    }

    .split-wrapper.box .split-content::after,
    .split-wrapper.box.reverse .split-content::after {
        left: -2.5rem;
        width: calc(100% + 5rem);
        height: calc(100% + 5rem);
    }
}

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

    /* Ruta bakom text */
    .split-wrapper.box .split-content::after,
    .split-wrapper.box.reverse .split-content::after {
        left: -2rem;
        width: calc(100% + 4rem);
        height: calc(100% + 4rem);
    }
}

/* 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: 85rem;
    max-height: 75vh;
    padding: 4rem;
    border-radius:0;
    overflow: auto;
    background: rgb(248, 237, 229);
    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;
    }
  }

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

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

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
    background: rgb(var(--primary-color));
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    cursor: pointer;
}

.popup-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8rem;
    transform: translate(-50%,-50%);
    transition: .3s ease;
}

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

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

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

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

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

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

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

/* Header / Navigation
========================================================================== */
/* Header */
header {
    border-bottom: 1px solid rgb(var(--gray-light-color));
}

.sub-landing header:not(.scrolled) {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

/* Top header */
.top-header {
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: var(--section-width);
    height: 4rem;
    margin: 0 auto;
    border-bottom: 1px solid rgb(var(--gray-light-color));
    overflow: hidden;
    transition: .3s ease;
}

.top-header ul {
    display: flex;
    justify-content: flex-end;
    padding: .5rem 0;
    margin: 0;
    list-style: none;
}

.top-header a {
    padding: 0 0 0 3rem;
    font-size: 1.4rem;
    color: rgb(var(--gray-dark-color));
    text-decoration: none;
    transition: .2s ease;
}

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

.sub-landing header:not(.scrolled, .active-menu) .top-header a:not(:hover) {
    color: rgb(var(--white-color));
}

.top-header i {
    margin-right: 5px;
}

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

.header-logo img {
    width: 100%;
}

.sub-landing header:not(.scrolled, .active-menu) .header-logo {
    filter: brightness(0) invert(); 
}

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

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

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

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

/* Dropdown */
.TemplateMenu ul {
    width: 25rem;
}

.TemplateMenu>li>ul>li>ul {
    right: -25rem;
}

.EditMode .TemplateMenu ul a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

/* Mobilmeny */
.mobile-menu .header-logo {
    flex: 1 1 0px;
}

.mobile-menu .Padding {
    padding-bottom: 12rem;
}

.mobile-menu .TemplateMenu>li>a .mobile-menu.scrolled .TemplateMenu>li>a,
.mobile-menu .TemplateMenu ul a {
    font-weight: 400;
    line-height: 4rem;
}

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

    /* CTA  */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }
}

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

/* Top-section (anvands aven pa Villa, Foretag, BRF, Lantbruk)
========================================================================== */
.top-section {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding-top: var(--menu-height);
    margin-top: calc(-1 * var(--menu-height) - 4rem);
    background-color: rgb(var(--black-color), .5);
}

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

.top-section .section-title {
    padding-bottom: 2rem;
    font-size: 5.8rem;
    font-weight: 400;
    line-height: 1.1;
}

.top-section p:not(.small-title) {
    font-size: 1.9rem;
    color: rgb(var(--white-color));
}

.top-section .btn-primary-filled:hover {
    color: rgb(var(--white-color));
}

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

    .top-section p:not(.small-title) {
        max-width: 60rem;
        margin: 0 auto;
        font-size: 1.7rem;
    }
}

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

    .top-section p:not(.small-title) {
        max-width: 45rem;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 500px) {
    .top-section .section-title span {
        display: block;
    }
}

/* Highlights / Nyckeltal
========================================================================== */
.section-highlights .cards-wrapper {
    border: 1px solid rgb(var(--gray-light-color));
}

.section-highlights .card-item {
    width: calc((100% / 3));
    padding: 1rem 2rem;
    text-align: center;
}

.section-highlights .card-item:not(:last-of-type) {
    border-right: 1px solid rgb(var(--gray-light-color));
}

.counter-wrapper .text-label {
    font-size: 1.2rem;
}

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

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

    .section-highlights .card-item,
    .section-highlights .card-item:not(:last-of-type) {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgb(var(--gray-light-color));
    }

    .counter-wrapper .text-label {
        font-size: 1.1rem;
    }

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

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

/* Hero
========================================================================== */
.hero-image {
    display: flex;
    align-items: center;
    min-height: 40rem;
    background-color: rgb(var(--black-color), .5);
}

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

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

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

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

/* Hero: Hero-split (anvands pa under-undersidor)
========================================================================== */
.hero-split {
    background: linear-gradient(to left, rgba(var(--white-color), .85) 70%, rgb(var(--white-color)) 0);
}

.hero-split.bg-gray-light {
    background: linear-gradient(to left, rgba(var(--gray-light-color), .85) 70%, rgb(var(--gray-light-color)) 0);
}

.hero-split .split-wrapper {
    min-height: 50vh;
}

.hero-split .split-content {
    align-self: center;
}

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

@media only screen and (max-width: 1100px) {
    .hero-split {
        background: rgba(var(--white-color), .8);
    }

    .hero-split .split-content {
        width: 100%;
        padding: 0 0 3rem 0;
    }

    .hero-split .split-image {
        width: 100%;
    }
}

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

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

/* Accordion
========================================================================== */
.accordion-wrapper {
    display: flex;
    flex-wrap: wrap;
}

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

.accordion-item {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px;
    background: rgb(var(--gray-light-color));
    border: 1px solid rgb(var(--gray-light-color));
    transition: .3s ease;
}

.accordion-item.bg-white {
    background: rgb(var(--white-color));
    border: 1px solid rgb(var(--white-color));
}

.accordion-item:hover,
.accordion-item.active {
    background: transparent;
}

.accordion-header {
    position: relative;
    display: flex;
    width: 100%;
    padding: 2rem 4rem 2rem 2rem;
    text-decoration: none;
}

.accordion-header::after {
    content: "\f078";
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    color: rgb(var(--primary-color));
    transition: .5s ease;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(180deg);
}

.accordion-header em,
.accordion-header i {
    flex-shrink: 0;
    min-width: 2.5rem;
    margin-right: 2rem;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}

.accordion-body {
    padding: 0 2rem 2rem;
}

.accordion-body p,
.accordion-body li,
.accordion-body a {
    font-size: 1.5rem;
}

@media only screen and (max-width: 800px) {
    .accordion-wrapper.w-50 .accordion-item {
        width: 100%;
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 580px) {
    .accordion-header {
        padding: 1rem 3rem 1rem 1rem;
    }

    .accordion-header::after {
        top: 1.5rem;
        right: .8rem;
    }

    .accordion-header em,
    .accordion-header i {
        min-width: 2rem;
        margin-right: 1rem;
        font-size: 1.5rem;
        line-height: 2;
    }

    .accordion-body {
        padding: 0 1rem 1rem;
    }
}

/* ==========================================================================
Undersida: Villa
========================================================================== */
.section-expandable .col-1,
.section-expandable .col-2 {
    margin-top: 5rem;
}

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

    .section-expandable .col-1,
    .section-expandable .col-2 {
        margin-top: 0;
        background: rgb(var(--gray-light-color));
    }

    .section-expandable.bg-gray-light .col-1,
    .section-expandable.bg-gray-light .col-2 {
        background: rgb(var(--white-color));
    }

    .section-expandable .col-1 {
        width: 100%;
        padding: 2rem 2rem 0;
        margin-top: 2rem;
    }

    .section-expandable .col-2 {
        width: 100%;
        padding: 0 2rem 2rem;
    }

    /* Split i col-0 */
    .section-expandable .split-wrapper.box {
        margin-bottom: 0;
    }

    .section-expandable .col-0 .split-content {
        max-width: 100%;
        padding: 0;
    }

    .section-expandable .col-0 .split-image,
    .section-expandable .split-wrapper.box-white .split-content::after,
    .section-expandable .split-wrapper.box-gray-light .split-content::after {
        display: none;
    }
}

/* ==========================================================================
Undersida: Produkter > Batterier / Energilagring > Pixii Home
========================================================================== */
.section-scroll {
    overflow: hidden;
}

/* Slider */
.scroll-wrapper.cards-wrapper {
    margin-bottom: 5rem;
}

.scroll-wrapper.cards-wrapper .slick-list {
    width: 100%;
    overflow: visible;
}

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

.scroll-wrapper.cards-wrapper .card-item {
    /* display: flex;
    flex-wrap: wrap; */
    height: auto;
}

/* Card item */
.scroll-wrapper .card-item {
    margin: 0 2rem 0 0;
}

/* Slick Arrow */
.scroll-wrapper .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -4rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
}

.scroll-wrapper .slick-arrow::after {
    font-weight: 300;
    color: rgb(var(--white-color));
}

.scroll-wrapper .slick-next {
    right: 2rem;
}

.scroll-wrapper .slick-prev {
    left: auto;
    right: 6rem;
}

/* ==========================================================================
Undersida: Referenser
========================================================================== */
.section-referenser .card-3-1 .image-wrapper {
    height: 22rem;
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */

/* Taggar */
.tags-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.tag {
    padding: 1px 7px;
    margin: .6rem .5rem;
    font-size: 1.3rem;
    font-weight: 600;
    border: 1px solid rgb(var(--primary-color));
    border-radius: 2rem;
    cursor: pointer;
    transition: .5s ease;
}

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

@media only screen and (max-width:580px) {
    /* Taggar */
    .tags-wrapper {
        display: none;
    } 
}

/* ==========================================================================
Underisda: Kontakt > Kostnadsfri offert / Support
========================================================================== */
.section-offert .section-block {
    background-color: rgb(var(--white-color), .65);
}

.section-offert .section-block-wrapper {
    max-width: 90rem;
    padding: 5rem;
    background: rgb(var(--white-color));
}

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

.section-offert .ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-offert .ContactForm > div {
    width: 49%; 
}

.section-offert .ContactForm div.gdpr,
.section-offert .ContactForm div.textarea-field,
.section-offert .ContactForm div.submit-button-container {
    width: 100%; 
}

.gdpr p {
    display: none;
}

.gdpr .checkbox-option {
    align-items: flex-start;
}

.gdpr input {
    margin-top: 4px;
}

.gdpr label {
    font-size: 1.5rem;
    color: rgb(var(--gray-dark-color));
}

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

@media only screen and (max-width: 680px) {
    .section-offert .ContactForm > div {
        width: 100%; 
    }
}

/* ==========================================================================
Undersida: Tack for ditt meddelande
========================================================================== */
.section-message .section-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

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

/* Footer header */
.footer-header {
    width: 100%;
    padding-top: 10rem;
}

.footer-header .section-title {
    font-size: 3rem;
    font-weight: 600;
    color: rgb(var(--primary-dark-color));
}

.footer-header p:not(.section-title) {
    font-size: 1.5rem;
}

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

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

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

.footer-menu.socials {
    width: 4rem;
}

.footer .text-label {
    padding: 0 0 1rem;
    line-height: 1;
    color: rgb(var(--primary-dark-color));
}

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

.footer-top li,
.footer-top p,
.footer-top a {
    text-decoration: none;
}

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

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

.footer-bottom p,
.footer-bottom a {
    font-size: 1.4rem;
    line-height: 1.6;
}

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

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

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

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

    .footer .socials li {
        display: inline-block;
    }
}

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

    /* Footer header */
    .footer-header {
        padding-top: 6rem;
    }

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

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

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

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

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

    .footer-menu,
    .footer-menu.socials {
        width: 100%;
        margin: 0;
    }
}