/* Stockholms Elektriska AB */

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

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 108, 188, 188;
    --primary-dark-color: 0, 124, 124;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 222, 224, 224;
    --gray-light-color: 247, 246, 246;
    --white-color: 255, 255, 255;

    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 12rem;
    --menu-height-scrolled: 8.5rem;
    --section-width: 150rem;

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

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

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

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

  .section-auto-modal .close-modal {
    position: absolute;
    top: 3rem;
    right: 3.5rem;
    font-size: 3rem;
    cursor: pointer;
  }

    .section-auto-modal p,
     .section-auto-modal li{
        font-size: 1.5rem;
    }
.modal-logo{
    max-width: 10rem;
}
  .section-auto-modal .card-3-1 .image-wrapper{
    max-height: 20rem;
}
  @media only screen and (max-width: 450px) {
    body:not(.EditMode) .section-auto-modal .section-block {
      padding: 3rem 2rem;
    }
  }


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

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

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

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

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

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

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

.pl-3 {
    padding-left: 3rem;
  }

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

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

/* Bredder */
.mw-none .section-block-wrapper {
    max-width: none;
}
.mw-800 .section-block-wrapper,
.mw-800:not(.section-wrapper) {
    max-width: 80rem;
    margin: auto;
}
/* Ovriga klsser */
.justify-center {
    justify-content: center;
}

.align-center .section-block-wrapper {
    align-items: 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;
    }
}

/* Grafiska delar
========================================================================== */
.border-left-primary {
    border-left: .5rem solid rgb(var(--primary-color));
  }
  
  @media screen and (max-width: 580px) {
    .border-left-primary {
      border-left: .5rem solid rgb(var(--primary-color));
    }
  }



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

/* Rubriker */
.section-title {
    padding-bottom: 0.2em;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.2;
}

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

.text-label{
    text-transform: uppercase;
    font-weight: 600;
}
/* Brodtext och lankar */
p,
li {
    color: rgb(var(--gray-dark-color));
}

/* List-check */
.list-check {
    padding-left: 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';
}

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

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

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

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

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

.text-small,
.text-small li {
    font-size: 1.4rem;
}

.text-uppercase {
    text-transform: uppercase;
}

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

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

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

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

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

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

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 1.2rem 2.5rem;
    margin: 1rem 2rem 0 0;
    font-size: 1.3rem; 
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    transition: all .4s ease;
}

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

.btn:hover::after,
.arrow-link:hover::after {
    transform: translateX(5px);
    transition: transform .4s ease;
}

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

.btn:hover::after,
.arrow-link2:hover::after {
    transform: translateX(5px);
    transition: transform .4s ease;
}

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

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

.btn-primary-filled::after {
    color: rgb(var(--white-color));
}

/* Arrow link */
.arrow-link {
    margin: 1rem 2rem 0 0;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}

.arrow-link2 {
    margin: 1rem 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}

/* Cirkelikon */
.circle-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin: .5rem;
    font-size: 0;
    border-radius: 50%;
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
    text-decoration: none;
    transition: .3s ease;
}

.circle-icon:hover {
    background-color: rgb(var(--gray-dark-color));
}

.circle-icon em:before,
.circle-icon i:before {
    font-size: 1.4rem;
}


/* Lank med ikon */
.icon-links {
    padding: 5px 10px;
    font-size: 1.4rem;
    color: rgb(var(--white-color));
    line-height: 1;
    border-radius: 2rem;
    text-decoration: none;
    transition: all .3s ease;
}

.icon-links:hover {
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
}

/* @media only screen and (max-width: 420px) {
    .btn {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
} */

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-gray-light {
    background-color: rgb(var(--gray-light-color)) !important;
}

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

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

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

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

.text-primary2 { 
    color: rgb(var(--primary-color));
    font-size: 2.1rem;
    padding-right: 0.7rem;
}

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

.text-white {
    color: rgb(var(--white-color));
}
/* Grafiska element
========================================================================== */
.box-shadow {
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}
/* Bakgrundsbilder och videos
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    overflow: hidden;
}

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

.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 {
    background-color: rgb(var(--black-color), .7);
}

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

/* Video ratio */
.video-ratio {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

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

@media only screen and (max-width: 750px) {
    .video-ratio,
    .video-ratio iframe {
        width: 100%;
        margin-bottom: 3rem;
    }
} 

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

.card-item {
    text-decoration: none;
}

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

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

/* 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: calc(100% - 2rem);
    margin: 1rem 0;
}

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

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

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

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

.card-2-1 .card-body .logo {
    width: 17rem;
    margin-top: 1rem;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgb(var(--white-color));
}

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

.card-2-4 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
}

.card-2-4 .card-header i {
    font-size: 3rem;
}

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

.card-2-4 .text-small {
    font-size: 1.4rem;
}

/* Card 3-1 */
.card-3-1 .image-wrapper {
    height: 30rem;
}

.card-3-1 .image-wrapper .contain {
    object-fit: scale-down;
}
.card-3-1 .badge-item {
    position: absolute;
    top: 2rem;
    right: -4rem;
    padding: .5rem 4rem;
    background: rgb(var(--primary-color));
    transform: rotate(45deg);
}

.card-3-1 .badge-item p {
    padding: 0;
    font-weight: 600;
}
/* Card 3-2 */
.card-3-2 .image-wrapper {
    display: block;
    width: 20rem;
    height: 20rem;
    margin: 0 auto;
    border-radius: 50%;
}

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

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

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

.split-image,
.split-video {
    position: relative;
    width: 50%;
}

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

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

/* Hojder */
.split-image.mh-37 {
    max-height: 37rem;
}
/* Speciella bredder */
.split-wrapper .w-60 {
    width: 60%;
}

.split-wrapper .w-40 {
    width: 40%;
}
@media screen and (max-width: 1024px) {
    .split-wrapper,
    .split-wrapper.reverse {
        flex-direction: column;
    }

    .split-content,
    .split-content.pl-0,
    .split-content.pr-0 {
        width: 100%;
        padding: 2rem;
        background: transparent;
    }
    .split-wrapper .w-60,
    .split-wrapper .w-40 {
        width: 100%;
    }
    .split-image {
        width: 100%;
    }

    .split-video {
        width: 100%;
        min-height: 40rem;
    }

    /* Hojder */
    .split-image.mh-37 {
        max-height: unset;
    }

    /* Med bakgrund */
    .split-wrapper.bg-primary-dark,
    .split-wrapper .split-content.bg-primary-dark {
        background: rgb(var(--primary-dark-color));
    }

    .split-wrapper.bg-primary-dark .split-content,
    .split-wrapper .split-content.bg-primary-dark {
        padding: 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));
    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: 4rem;
    bottom: 6rem;
    max-width: 40rem;
    max-height: calc(100vh - 12rem); 
    padding: 2rem 4rem 2rem 2rem;
    margin: 0 2rem;
    background: rgb(var(--white-color));
    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 { 
    background: rgb(var(--gray-dark-color));
}

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

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

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

.TemplateMenu > li > a {
    padding: 0 3.5rem;
    font-size: 1.6rem;
}

/* Dropdown */
.TemplateMenu ul {
    background: rgb(var(--gray-dark-color));
}

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

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

/* Mobilmeny */
.mobile-menu .TemplateMenu {
    text-align: center;
}

@media only screen and (max-width: 580px) {
    /* Header logo */
    .header-logo a {
        font-size: 1.6rem;
    }
    
    /* CTA  */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }
}

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

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

/* Om oss (.section-intro)
========================================================================== */
.section-intro .section-title {
    font-size: 4.9rem;
  }
  
  @media screen and (max-width: 980px) {
    .section-intro .section-title {
      font-size: 4.5rem;
    }
  }
  
  @media screen and (max-width: 580px) {
    .section-intro .section-title {
      font-size: 3.2rem;
    }
  }

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

/* Hero - Grundkod
========================================================================== */
.hero {
    display: flex;
    align-items: flex-end;
    min-height: 75vh;
    padding-top: var(--menu-height);
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgb(var(--black-color), .5);
}

.hero-small {
    display: flex;
    align-items: flex-end;
    min-height: 45vh;
    padding-top: var(--menu-height);
    margin-top: calc(-1 * var(--menu-height));
    background: rgb(var(--gray-dark-color));
}

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

.hero .section-title,
.hero-small .section-title{
    font-size: 6rem;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 580px) {
    .hero {
        min-height: 40rem;
    }

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

/* ==========================================================================
Undersida: Om oss
========================================================================== */
.parallax-elektriker {
    background-image: url(/assets/images/elektriker-2000px.jpg);
}



/* Certifikat & forsakring
========================================================================== */
.logo-cert img {
    min-width: 25rem;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgb(var(--white-color));
}

/* ==========================================================================
Undersida: Zaptec GO / DEFA
========================================================================== */
.vimeo {
    min-height: 45rem;
}

@media only screen and (max-width: 1024px) {
    .vimeo {
        min-height:30rem;
    }
}

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

.gallery-split .split-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 5rem;
    border-radius: 3px;
}

.gallery-split .slick-slide {
    max-height: 37rem; 
    margin: 0 1rem;
    border-radius: 3px;
}

.gallery-split .slick-list {
    overflow: visible;
}

/* Slick Settings */
.slick-list,
.slick-track {
    height: 100%;
}

.gallery-split .slick-list {
    width: 100%;
}

.gallery-split .slick-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    width: auto;
    padding: 0;
    margin: 0;
    background-color: rgb(var(--white-color));
    border-radius: 2rem;
    transform: translateX(-50%);
}

.slick-dots li.slick-active::before {
    opacity: 1;
    color: rgb(var(--secondary-color));
    transition: all .2s ease;
}

@media only screen and (max-width: 1100px) {
    .gallery-split .split-content {
        width: calc(100% - 2rem);
        margin: 0 auto;
        border-radius: 3px 3px 0 0;
    }

    .gallery-split .split-image {
        height: 50rem;
    }

    .gallery-split .slick-slide {
        border-radius: 0 0 3px 3px;
    }
}

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

    .gallery-split .split-image {
        height: 25rem;
    }
}

/* Bestall + Parallax 
========================================================================== */
.parallax-zaptec {
    background-image: url('/assets/images/products/zaptec/zaptec-laddare-2000px.jpg');
}

.parallax-defa {
    background-image: url('/assets/images/products/defa/hanga-sladd-1000px.jpg');
}

.section-order .section-block-wrapper {
    justify-content: space-between;
}

.section-order .col-2 {
    max-width: 50rem; 
    padding: 3rem;
    background: rgb(var(--white-color));
}

.section-order .ContactSubmit {
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
}

@media only screen and (max-width: 980px) {
    .section-order .col-2 {
        max-width: 100%;  
        margin-top: 5rem; 
    }
}
/* ==========================================================================
Undersida: Laddboxar
========================================================================== */
.parallax-laddbox {
    background-image: url(/assets/images/products/zaptec/zaptec-bil-laddare-2000px.jpg);
}
/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.section-contact .col-1,
.section-contact .col-2 {
    margin-top: 5rem;
         
}

.section-form .ContactForm{
    padding: 4rem;
          background-color: rgb(var(--white-color));
}

.form-item {
    padding: 3rem;
    background: rgb(var(--white-color));
    padding-bottom: 0;
}
.ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ContactForm div {
    width: 49%;
}
div .textarea-field,
div .radio-field,
div .group-wrapper,
div .radio-option,
div .submit-button-container,
div .select-wrapper,
div.file-upload-container,
div .file-field,
.ContactForm .file-dropzone:not(.illegal) {
    width: 100%;
}

@media only screen and (max-width: 980px) {
    .form-item {
        padding: 1.5rem;
    }
}

@media only screen and (max-width: 980px) {
   /* .section-contact {
        background-image: url(/assets/images/ritningar-mobil.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }*/
.section-form .col-0,
    .section-form .col-1,
.section-form .col-2 {
    margin-top: 5rem;
}

    .section-contact .section-block {
        padding-top: 20rem;
        margin-top: calc(-1 * var(--menu-height));
        background-color: rgb(var(--black-color), .5);
    }

    /*.section-contact .bg-image-wrapper {
        display: none;
    }*/
}
@media only screen and (max-width: 580px) {
.ContactForm div {
    width: 100%;
}
}
/* ==========================================================================
Footer
========================================================================== */
.footer {
    padding: 0 3rem;
    background: rgb(var(--gray-dark-color));
}

.footer-container {
    max-width: var(--section-width);
    margin: 0 auto;
}

.footer-menu-logo img {
    max-height: 18rem;
    margin-top: -4rem;
}

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

.footer-menu {
    width: 18%;
    margin: 0;
    text-align: center;

}

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

.footer .text-label {
    padding: 0 0 1rem;
    line-height: 1;
    color: rgb(var(--white-color));
    font-weight: 600;
}

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

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

}

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

}

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

.social-menu li {
    margin: 1rem 1rem 1rem 0;
    color: rgb(var(--white-color));

}

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

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


/* 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 {
        width: 33.333%;
    }

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

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

@media only screen and (max-width: 750px) {
    /* Footer top */
    .footer-menu,
    .footer-menu-large {
        width: 100%;
    }
}

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

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

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

    .footer .social-menu {
        text-align: center;
        justify-content: center;
    }

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

    .footer-menu-logo img {
        max-height: 15rem;
        margin-top: 0rem;
    }
}
