/* Lastbilen Scandinavia AB */

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

/* Modal */
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 24, 76, 123;
    --secondary-color: 151, 199, 61;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 130, 130, 130;
    --gray-light-color: 248, 248, 248;
    --white-color: 255, 255, 255;

    --accent-red-color: 187, 0, 0;

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

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

    /* 	Mobile nav */
    --activate-mobile-menu: 1100;
    --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;
    }
}

/* Modal
========================================================================== */
.modal {
    max-width: 75rem;
    width: 100%;
    max-height: 75vh;
    padding: 4rem;
    border-radius: 3px;
    box-shadow: none;
    overflow: auto;
}

.blocker {
    z-index: 100;
}

.modal a.close-modal {
    display: none;
}

.modal .custom-close-modal {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 3rem;
}

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

    .blocker {
        padding: 1rem;
    }
}

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

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

.p-3 .section-block,
.p-3:not(.section-wrapper) {
    padding: 3rem;
}

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

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

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

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

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

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

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

/* Bredder */
.mw-1000 .section-block-wrapper {
    max-width: 100rem;
}

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

/* Rubriker */
.text-label {
    padding-bottom: 1em;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(var(--primary-color));
}

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

.small-title {
    padding-bottom: .5em;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.5;
}

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

/* Listor */
.list-pills {
    display: flex;
    flex-wrap: wrap;
    flex-direction: center;
    align-items: flex-start;
    max-width: 100rem;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.list-pills li {
    display: flex;
    align-items: center;
    padding: 0.7rem 1rem;
    margin: .5rem;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 1rem;
    color: rgb(var(--black-color));
    background: rgb(var(--gray-color), .2);
}

@media only screen and (max-width: 580px) {
    .list-pills li {
        width: 100%;
        padding: 1rem;
        font-size: 1.4rem;
    }
}

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

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

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

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

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

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

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

    /* Rubriker */
    .section-title {
        font-size: 3.8rem;
    }

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

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

    /* Rubriker */
    .section-title {
        font-size: 2.5rem;
    }

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

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

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

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

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 17rem;
    padding: 1.8rem 2.2rem;
    margin: 5px;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all .4s ease;
}

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

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

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

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

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

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

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

.arrow-link::after {
    content: ' \f105';
    display: inline-block;
    margin-left: 1rem;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    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: .3rem;
    font-size: 0;
    color: rgb(var(--secondary-color));
    text-decoration: none;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgb(var(--secondary-color));
    transition: .3s ease;
}

.circle-icon:hover {
    color: rgb(var(--white-color));
    background-color: rgb(var(--secondary-color));
    border: 1px solid rgb(var(--secondary-color));
}

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

/* Pulse btn */
.pulse-btn {
    box-shadow: 0 0 0 0 rgb(var(--secondary-color));
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(var(--primary-color), 0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(var(--primary-color), 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(var(--primary-color), 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(var(--primary-color), 0);
    }
}

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

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

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

/* Gradients */
.bg-gradient-gray-primary {
    background: linear-gradient(to top, rgb(var(--primary-color)) 50%, rgb(var(--gray-light-color)) 50%);
}

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

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

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

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

/* Grafiska element
========================================================================== */
.br-1 {
    border-radius: 1rem;
}

.border-bottom-gray {
    border-bottom: 1px solid rgb(var(--gray-color), .3);
}

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

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    overflow: hidden;
    background-color: rgb(var(--black-color), .5);
}

.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;
}

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

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

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

/* Bredder */
.cards-wrapper.w-25-0 .card-item {
    width: calc((100% / 4));
}

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

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

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

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

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

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

/* Card 1-1 */
.card-1-1 .card-body {
    padding: 3rem 0;
}

.card-1-1 .card-footer {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
}

.card-1-1 .btn {
    width: 100%;
    margin: 0;
    border-radius: 0;
    min-width: 0;
}

.card-1-1 .more-images i {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    font-size: 2.2rem;
    font-weight: 400;
    opacity: 0;
    transition: .3s ease-in-out;
}

.card-1-1 .image-wrapper:hover .more-images i {
    opacity: 100%;
}

@media only screen and (max-width: 750px) {
    .card-1-1 .card-body.p-3 {
        padding-top: 0;
    }
}

@media only screen and (max-width: 580px) {
    .card-1-1 .card-footer {
        flex-direction: column;
    }
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

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

.split-image {
    width: 49%;
    border-radius: 1rem;
}

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

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

@media screen and (max-width: 1100px) {
    .split-content {
        width: 100%;
    }

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

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

    .split-content {
        padding: 0 0 2rem 0;
        margin: 1rem 0;
    }

    .split-content .btn {
        width: 100%;
    }
}

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

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

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

.IndexPage .header-logo {
    filter: brightness(10);
}

header.scrolled .header-logo {
    filter: brightness(1);
}

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

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

.TemplateMenu ul {
    width: auto;
}

.TemplateMenu .expandable-li li {
    min-width: 20rem;
}

/* Hover effect */
header:not(.mobile-menu) .TemplateMenu>li>a:hover:before,
header:not(.mobile-menu) .TemplateMenu>li.active a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

header:not(.mobile-menu) .TemplateMenu>li>a:before {
    visibility: hidden;
    position: absolute;
    content: "";
    height: 2px;
    top: 50px;
    width: 50%;
    left: calc(25% + 2rem);
    background-color: rgb(var(--secondary-color));
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

header:not(.scrolled, .mobile-menu) .TemplateMenu>li>a:before {
    background-color: rgb(var(--secondary-color));
}

nav.mainmenu ul.TemplateMenu>li:nth-child(2)>ul {
    column-count: 2;
}

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

.header-cta-wrapper li {
    margin: 0 .5rem;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    line-height: 1;
}

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

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

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

    /* CTA  */
    .header-cta-wrapper {
        display: none;
    }

    nav.mainmenu ul.TemplateMenu>li:nth-child(2)>ul {
        column-count: 1;
    }
}

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

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

.top-section .section-block {
    display: flex;
    align-items: center;
    min-height: 97vh;
}

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

.top-section h1 {
    padding-bottom: 2rem;
    font-size: 6rem;
}

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

.top-section .bottom-wrapper {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    width: 100%;
    max-width: 60rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    overflow: hidden;
}

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

    .top-section .bottom-wrapper {
        right: 0;
        bottom: 0;
        margin-top: 4rem;
        display: block;
        position: relative;
    }

    .top-section .section-block {
        align-items: flex-end;
    }
}

@media only screen and (max-width: 750px) {
    .top-section .section-block {
        margin-top: 8rem;
    }
}

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

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

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

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

.scroll-wrapper.cards-wrapper .slick-list {
    width: 100%;
    overflow: hidden;
    max-width: 40rem;
}

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

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

/* Card item */
.scroll-wrapper .card-item {
    display: flex;
    flex-direction: column;
    margin: 0 0.2rem 0 0.2rem;
}

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

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

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

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

@media only screen and (max-width: 1200px) {
    .scroll-wrapper .slick-prev {
        left: 1rem;
    }

    .scroll-wrapper .slick-next {
        right: auto;
        left: 5rem;
    }

    .scroll-wrapper.cards-wrapper {
        justify-content: flex-start;
    }
}

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

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

.accordion-item {
    width: 100%;
    padding-bottom: 0.5rem;
}

.accordion-item .btn {
    width: 100%;
    margin: 0;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    padding: 1.5rem 1.8rem;
}

.accordion-header {
    position: relative;
    width: 100%;
    padding: 0 5rem 0.5rem 2rem;
    text-decoration: none;
    color: rgb(var(--white-color));
    border-bottom: 1px solid rgb(var(--primary-color));
}

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

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

.accordion-body {
    padding: 2rem;
    background-color: rgb(var(--white-color));
}

.accordion-body p {
    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: 0 3rem 1rem .5rem;
    }

    .accordion-header::after {
        right: .5rem;
    }

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

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

/* Hero - Grundkod
========================================================================== */
.hero {
    display: flex;
    align-items: center;
    min-height: 40rem;
    padding-top: var(--menu-height);
    margin-top: calc(var(--menu-height) * -1);
}

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

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

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

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

/* ==========================================================================
Undersida: Allmanna hyresvillkor
========================================================================== */
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

.table {
    width: 100%;
    min-width: 80rem;
    max-width: 110rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cell {
    width: calc(100% / 4);
    padding: 1rem;
}



/* ==========================================================================
Undersida: Kontakta oss
========================================================================== */

/* .section-filters
========================================================================== */
.section-filter .filter-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* Dropdown */
.tags-wrapper {
    position: relative;
    min-width: 20rem;
    cursor: pointer;
    margin-left: 2rem;
    background-color: rgb(var(--secondary-color));
    border-radius: 1rem;
}

.tags-heading {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
}

.tags-heading p {
    display: flex;
    color: rgb(var(--white-color));
    justify-content: space-between;
    padding-bottom: 0;
}

.tags-heading i {
    margin-left: 2rem;
}

.tags-list {
    display: none;
    z-index: 2;
    position: absolute;
    width: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
    background: rgb(var(--white-color));
    box-shadow: 1px 1px 10px rgba(var(--black-color), .1);
}

.tags-list a {
    text-decoration: none;
    width: 100%;
    padding: 1rem;
    font-size: var(--base-size);
}

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

.tags-wrapper:hover .tags-list,
.tags-wrapper.opened .tags-list {
    display: block;
}

.tags-wrapper .tag {
    display: block;
    padding: 1rem 2rem;
    font-size: 1.5rem;
}

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

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

}

@media only screen and (max-width: 380px) {
    .section-filter .filter-wrapper {
        flex-direction: column;
    }
}

.section-station .section-block-wrapper {
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
    max-width: 100rem;
    border-radius: 1rem;
    overflow: hidden;
}

.section-station .col-0 {
    max-width: 60rem;
    padding: 4rem;
}

.section-station .col-1 {
    position: relative;
    padding: 4rem;
    max-width: 45rem;
    background: rgb(var(--primary-color));
}

.section-station .ContactForm p {
    color: rgb(var(--white-color));
}

.section-station .ContactForm .submit-button-container {
    margin-bottom: 0;
}

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

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

.section-station .ContactForm .submit-button-container,
.section-station .ContactForm .ContactFormField.textarea-field {
    width: 100%;
}

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

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

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

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

.footer-menu {
    width: 15%;
    margin: 0 0 2rem;
}

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

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

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

.footer-top a:hover {
    color: rgb(var(--secondary-color));
    text-decoration: none;
}

/* Sociala medier */
.footer-socials {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-socials .circle-icon {
    background-color: rgb(var(--secondary-color));
    color: rgb(var(--white-color));
}

.footer-socials .circle-icon:hover {
    background-color: transparent;
    color: rgb(var(--secondary-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(--white-color));
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.3rem;
    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;
    filter: invert();
}

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

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

@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;
        text-align: center;
    }

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

    .footer-socials {
        flex-direction: row;
        justify-content: center;
    }

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

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