/*  ADR */

/* Typsnitt - Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400&display=swap');

/* Animationer */
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt 
========================================================================== */
:root {
    /* 	Layout  */
    --col-padding: 5rem;
    --menu-height: 8rem;
    --menu-height-scrolled: 8rem;

    /* 	Colors */
    --black-color: 4, 5, 5;
    --gray-dark-color: 21, 22, 22;
    --gray-color: 180, 180, 180;
    --gray-light-color: 244, 244, 244;
    --white-color: 255, 255, 255;

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

    /* 	Mobile nav */
    --activate-mobile-menu: 12000;
    --mobile-menu-height: 7rem;
    --mobile-menu-bg: 255, 255, 255;

    /* Other */
    --box-shadow-soft: 0 1rem 3.5rem rgba(var(--gray-dark-color), .15);
    --box-shadow-sharp: 0 .5rem 1rem rgba(var(--gray-dark-color), .15);
}

/* Sprak, tex header-cta-wrapper
- Anvand lang-en for allt som endast ska synas pa engelska sidan
- Anvand lang-se for allt som endast ska synas pa svenska sidan
========================================================================== */
body.en .lang-se,
body:not(.en) .lang-en {
    display: none;
}

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

.section-block-wrapper {
    max-width: 160rem;
}

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

.pb-2 {
    padding-bottom: 2rem;
}

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

.pt-0 .section-block {
    padding-top: 0;
}

.pb-0 .section-block {
    padding-bottom: 0;
}

.pb-2 .section-block {
    padding-bottom: 2rem !important;
}

.pt-4 .section-block {
    padding-top: 4rem;
}

.pb-4 {
    padding-bottom: 4rem;
}

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

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

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

.pr-4 {
    padding-right: 4rem;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3 {
    padding-top: 3rem;
}

.pt-4 {
    padding-top: 4rem;
}

.pt-4-8 {
    padding: 4.8rem;
}

.p-2 {
    padding: 2rem;
}

.py-0 .section-block {
    padding-top: 0;
    padding-bottom: 0;
}

.py-8 .section-block {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

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

.mt--15 {
    margin-top: -25rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-5 {
    margin-top: 5rem;
}

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

.mt-10 {
    margin-top: 15rem;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

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

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

.mw-1300 .section-block-wrapper {
    max-width: 130rem;
}

.mw-50 {
    max-width: 50rem;
}

.mw-1000 {
    max-width: 100rem;
}

.mw-80 {
    max-width: 80%;
}

.mw-20 {
    max-width: 20%;
}

/* Specifika Hojder */
.mh-400 {
    max-height: 40rem;
}

.mh-500 {
    max-height: 50rem;
}

.mh-600 {
    max-height: 60rem;
}

.mh-650 {
    max-height: 65rem;
}

.mh-800 {
    max-height: 80rem;
}

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

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

/* Text och typsnitt
========================================================================== */
body {
    font-family: "Playfair Display", serif;
    color: rgba(var(--gray-dark-color));
}

/* Rubriker */
.section-title {
    padding-bottom: 2rem;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: inherit;
}

.small-title {
    padding-bottom: .5rem;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.4;
    font-family: inherit;
}

.ingress {
    padding-bottom: .5rem;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.4;
}

.text-label {
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
    letter-spacing: .1em;
    font-weight: 400;
}


/* Brodtext & lankar */
p,
a,
li {
    font-family: "Radio Canada", sans-serif;
}

p {
    font-weight: 300;
}

a {
    color: rgb(var(--black-color));
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
}

/* Övriga klasser */
.text-center {
    text-align: center;
}

.text-block {
    max-width: 90rem;
}

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

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

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

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

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

.justify-left {
    justify-content: left !important;
}

.mw-100 {
    max-width: 100rem;
}

.mw-60 {
    max-width: 60rem;
}

.mw-40 {
    max-width: 40rem;
}

.m-0-auto {
    margin: 0 auto;
}

.pointer {
    cursor: pointer;
}


.list-bg-primary {
    list-style: none;
}

.list-bg-primary li:nth-child(odd) {
    background: rgb(var(--gray-light-color));
}

.list-bg-primary a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    color: rgb(var(--primary-color));
}

.list-bg-primary i {
    padding-right: 1.5rem;
    font-size: 2.3rem;
}

/* Listor */
.list-pills {
    display: flex;
    flex-wrap: wrap;
    max-width: 100rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-pills li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    margin: .5rem;
    font-size: 1.5rem;
    border-radius: 4rem;
    color: rgb(var(--black-color));
    background: rgb(var(--white-color), 0.5);
}

.list-pills li::before {
    content: '\f00c';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    border-radius: 50%;
    font-size: 1.5rem;
    font-family: 'Font Awesome 5 Pro';
    border-radius: 50%;
    color: rgb(var(--white-color));
    background: rgb(var(--primary-color));
}

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

.list-check {
    padding: 0;
}

.list-check li {
    font-weight: 300;
    padding-bottom: 1rem;
}

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

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

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

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


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

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

    .ingress {
        font-size: 1.6rem;
    }
}


/* Knappar och speciella länkar
========================================================================== */

.btn-wrapper {
    margin-top: 2rem;
}

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

.btn-wrapper.multiple .btn:not(:last-child) {
    margin-right: 1rem;
}


/* Knappar */
.btn,
.ContactSubmit {
    min-width: 16rem;
    padding: 1.5rem 3rem;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    align-content: center;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-small {
    min-width: unset;
    padding: 0.6rem 1.2rem;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

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

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

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

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

.btn-white-filled {
    color: rgb(var(--gray-dark-color));
    background-color: rgb(var(--white-color));
    border: 1px solid rgb(var(--white-color));
}

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

.btn-white-border {
    color: rgb(var(--white-color));
    background-color: transparent;
    border: 1px solid rgb(var(--white-color));
}

.btn-white-border:hover {
    color: rgb(var(--gray-dark-color));
    background-color: rgb(var(--white-color));
    border: 1px solid rgb(var(--white-color));
}

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

.btn-gray-border:hover {
    color: rgb(var(--white-color));
    background-color: rgb(var(--black-color));
    border: 1px solid rgb(var(--black-color));
}

.btn-transparent {
    color: rgb(var(--white-color));
    background-color: rgba(225, 225, 225, 0.7);
    border: 1px solid rgb(var(--gray-color));
}

.btn-transparent:hover {
    color: rgb(var(--white-color));
    background-color: rgb(var(--black-color));
    border: 1px solid rgb(var(--white-color));
}


.arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid rgb(var(--black-color), .2);
}

.arrow-btn i {
    font-size: 2.5rem;
    color: rgb(var(--black-color));
}

/* Arrow link */
.arrow-link {
    padding-right: 1rem;
    color: rgb(var(--gray-dark-color));
    cursor: pointer;
}

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

.arrow-link.arrow-down:hover::after {
    transform: rotate(90deg) translateY(-1rem);
}

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

.circle-icon:hover {
    color: rgb(var(--white-color));
    background-color: rgb(var(--black-color));
}

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

/* Bouncing arrow */
.bouncing-arrow {
    position: absolute;
    left: 50%;
    bottom: 15rem;
    transform: translatex(-50%);
    animation: bounce 2s infinite;
}

.bouncing-arrow i {
    color: rgb(var(--white-color));
    font-size: 3rem;
    font-weight: 100;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Border */
.hr-primary {
    height: 2px;
    background: rgb(var(--primary-color));
}

/* Cards
========================================================================== */
.image-wrapper.of-wrapper::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background: rgb(70 48 32 / 50%);*/
}

.split-image.of-wrapper::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(70 48 32 / 50%);
}

.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cards-wrapper.align-center {
    align-items: center;
}

/* Specifika bredder */
.cards-wrapper.w-100 .card-item {
    width: 100%;
    margin: 2rem 0;
}

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

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


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

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

@media only screen and (max-width: 650px) {
    .cards-wrapper.w-26 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

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

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

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


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

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

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

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

    .cards-wrapper.w-51 .card-item {
        width: 100%;
    }
}

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

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

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

    .cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-25-0 .card-item {
        width: 100%;
    }

    .cards-wrapper.w-33 .card-item {
        width: 100%;
    }
}

/* Cards 1 */
.cards-1.w-100 .card-item {
    margin: 1rem 0;
    padding: 2rem;
    background: rgb(var(--gray-light-color));
}

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

/* Cards 1 - variant (tex For hyresgaster > Gemensamma utrymmen) */
.cards-wrapper.cards-1-2 {
    justify-content: space-between;
}

.cards-wrapper.cards-1-2 .card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc((100% / 2) - 2rem);
    padding: 2rem;
    margin: 1rem;
    font-weight: 500;
    border-bottom: 2px solid rgb(var(--black-color));
    background: rgb(var(--gray-light-color));
}

@media only screen and (max-width: 580px) {
    .cards-wrapper.cards-1-2 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

/* Card 3-4 */
.card-3-4 .card-item {
    padding: 1rem;
    border-radius: 5px;
    
}

.card-3-4 .image-wrapper {
    margin-bottom: 2rem;
}

.card-3-4 .card-body {
    min-height: 25rem;
}

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

@media only screen and (max-width: 580px) {
    .card-3-4 .card-item {
        flex-wrap: wrap;
    }

    .card-3-4 .card-body {
        flex: unset;
        width: calc(100% - 3rem);
        padding: 1rem 0 0 1rem;
    }
}

/* Card 3-5 */
.card-3-5 .card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    border-radius: 5px;
    border-bottom: 0.2rem solid rgb(var(--black-color), .5);
}

.card-3-5 .card-item:hover {
    background: rgb(var(--gray-light-color));
}

.card-3-5 .image-wrapper {
    width: 30rem;
    border-radius: 5px;
}

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

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


@media only screen and (max-width: 680px) {
    .card-3-5 .card-item {
        flex-wrap: wrap;
    }

    .card-3-5 .card-body {
        flex: unset;
        width: calc(100% - 3rem);
        padding: 1rem 0 0 1rem;
    }

    .card-3-5 .image-wrapper {
        width: 100%;
    }

    .card-3-5 .arrow-btn {
        margin: auto;
    }
}

/* Cards 3-7 */
.card-3-7 .card-header {
    width: 100%;
    background: rgb(var(--gray-light-color));
    padding: 1rem;
    border-radius: 2rem;

}

.card-3-7 .card-body {
    background-color: rgb(var(--white-color));
}

.card-3-7 .ingress {
    text-transform: uppercase;
}


/* Cards 4 */
.cards-4 .card-item {
    padding: 5rem;
    background-color: rgb(var(--white-color));
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: 1px solid rgb(var(--white-color));
}

/* Forsta kortet */
.cards-4 .card-item:nth-child(1) {
    padding: 2.5rem;
    border: 1px solid rgb(var(--gray-color));
}

.cards-4 .card-item:nth-child(1) .text-wrapper {
    border-top: none;
    padding-top: 0rem;
}

.cards-4 .card-item:nth-child(1):hover {
    border: 1px solid rgb(var(--gray-color));
}

/* End forsta kortet */

.cards-4 .card-item:hover {
    border: 1px solid rgba(var(--gray-color), 0.7);
}

.cards-4 .icon-wrapper i {
    margin-bottom: 1rem;
    font-size: 6rem;
    color: rgb(var(--primary-color));
}

.cards-4 .text-wrapper {
    width: 100%;
    margin-top: 2rem;
    padding-top: 3rem;
    border-top: 1px solid rgb(var(--gray-color));
}

/* Cards 7*/
.cards-7 .card-item {
    text-decoration: none;
    background: transparent;
    overflow: hidden;
    position: relative;
    transition: .5s ease;
    display: flex;
    flex-direction: column;
}

.cards-7 .card-item:hover {
    background-color: rgb(var(--gray-light-color));
}

.cards-7 .image-wrapper {
    position: relative;
}

.cards-7 .image-wrapper {
    padding-top: 106.5%;
}

.cards-7 .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.cards-7 .image-wrapper.ratio-big {
    padding-top: 62.5%;
}

.cards-7 .text-wrapper {
    padding: 3rem 2rem;
    flex-grow: 1;
}

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

.cards-7 .btn-wrapper {
    padding: 0 2rem 2rem;
}

/* Cards 8 - Vara kunder, referensgalleri */
.cards-8 .card-item {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-decoration: none;
    overflow: hidden;
}

.cards-8 .image-wrapper {
    height: 50rem;
}

.cards-8 .text-wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
    margin: -21rem 0 0;
    padding: 3.5rem;
    background-color: rgba(var(--black-color), .6);
    transition: .3s ease;
}

.cards-8 .card-item:hover .text-wrapper {
    width: 100%;
    /*margin: -22.5rem 0 0;*/
    padding: 3.5rem;
    background-color: rgba(var(--black-color), .8);
}

.cards-8 .text-label {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(var(--white-color));
}

.cards-8 .section-title {
    padding: 2rem 0 1rem;
}

.cards-8 img {
    transition: .5s all;
}

.cards-8 .card-item:hover img {
    transform: scale(1.03);
    transition: .5s all;
}

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

@media only screen and (max-width: 750px) {
    .cards-8 .image-wrapper {
        height: 40rem;
    }
}

/* Cards 11 */
.cards-11 .text-wrapper {
    padding: 1rem 2rem;
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    margin: 2rem 0rem;
}

/* Logos 1 */
.logos-1 .card-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-1 img {
    width: auto;
    max-height: 20rem;
    transition: .3s ease;
    object-fit: contain;
    margin: 0 auto;
    padding: 2rem;
}

.logos-1 img:hover {
    opacity: 1;
    transform: scale(1.04);
}

@media only screen and (max-width: 1200px) {
    .logos-1 .card-item {
        padding: 2rem;
    }
}

@media only screen and (max-width: 850px) {
    .logos-1 .card-item {
        background-color: transparent;
    }
}

@media only screen and (max-width: 350px) {
    .logos-1 .card-item {
        padding: 0;
    }
}

/* Gallery */
.cards-gallery .image-wrapper {
    height: 45rem;
    overflow: hidden;
}

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

.split-wrapper.min-100 {
    min-height: 100vh;
}

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

.split-image {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.split-content {
    width: 50%;
    padding: 8rem;
    transition: all .3s ease;
}

/* Object fit */
.object-cover {
    object-fit: cover;
}

/* speciella klasser */
.split-content.space-between {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.split-content.bg-is:hover {
    background-color: rgb(var(--accent-frost-color));
}

.split-content.bg-frost:hover {
    background-color: rgb(var(--accent-is-color));
}

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

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

/* Specifika bredder */
.split-wrapper .w-40 {
    width: 40%;
}

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

/* Speciella paddings */
.split-wrapper .pb-0 {
    padding: 0;
}

.split-content.pl-0 {
    padding-left: 0;
}

.split-content.pt-0 {
    padding-top: 0;
}

.split-content.pr-0 {
    padding-right: 0;
}

/* Video i split */
.split-video {
    width: 50%;
    display: flex;
    align-items: center;
}

.split-video .fancybox-video {
    display: none;
}

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

@media screen and (max-width: 1100px) {
    .split-wrapper.reverse {
        flex-direction: column-reverse;
    }

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

    .split-image,
    .split-video {
        width: 100%;
    }
}

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

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

    .split-content.space-between {
        padding: 5rem 2rem;
    }
}

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

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

/* Grafiska element
========================================================================== */
.br-2 {
    border-radius: 2rem !important;
}

.box-shadow-soft {
    box-shadow: var(--box-shadow-soft);
}

/* Overlays */
.bg-overlay-dark {
    background: rgba(168, 168, 167, .9);
    padding: 1px;
}

.bg-overlay-light {
    background: rgba(209, 208, 206, .9);
    padding: 1px;
}

/* Ruta med box-shadow hogst upp */
.cutout-shadow-wrapper {
    position: relative;
}

.cutout-shadow-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    box-shadow: 0 1rem 2rem rgba(var(--black-color), .1);
}

.cutout-shadow {
    z-index: 1;
    position: relative;
    padding: 5rem;
    background-color: rgb(var(--white-color));
    border-radius: .5rem .5rem 0 0;
}

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

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

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

/* Bakgrundsvideo
========================================================================== */
.bg-video {
    position: relative;
    margin-top: calc(-1 * var(--menu-height));
    /*    background: linear-gradient(90deg, rgba(var(--black-color), .2) 0%, rgba(var(--black-color), .5) 0%, rgba(var(--black-color), 0.0) 100%);*/
}

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

.bg-video-wrapper2 video {
    top: -10%;
    transform: translate(-50%, -40%);
}

/* Bakgrundsbild
========================================================================== */
.bg-image {
    position: relative;
    background: rgb(70 48 32 / 50%);
    /* background: linear-gradient(90deg, rgba(var(--black-color), .2) 0%, rgba(var(--black-color), .5) 0%, rgba(var(--black-color), 0) 100%); */
}

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

/* Bakgrundsbilder
========================================================================== */
.parallax-start {
    background-image: url('/assets/images/stockholm-2000px.jpg');
    background-position: center top;
    background-color: rgb(var(--black-color), .9);
}

.parallax-bolagsstyrning {
    background-image: url('/assets/images/bostadsomrade-2000px.jpg');
    background-position: center top;
}

.parallax-bolagsstyrning .section-block {
    background-color: rgb(var(--black-color), .7);
}

/* Header / Navigation
========================================================================== */
header {
    background-color: rgb(var(--white-color));
}

header .container {
    height: inherit;
}

.clock {
    font-size: 1.8rem;
    font-weight: 300;
}

/* Header logo */
.header-logo {
    flex-grow: 1;
    display: none;
}

/* Nav */
.TemplateMenu a {
    font-weight: 400;
}

.TemplateMenu ul {
    width: 30rem;
    padding: .5rem;
    background: rgb(var(--white-color));
}

.TemplateMenu>li>ul a {
    font-size: 1.3rem;
}

/* Dolj hem, ta bort klick */
body:not(.EditMode) .TemplateMenu>li:nth-child(1) {
    display: none !important;
}

body:not(.EditMode) .TemplateMenu a[href="/17/57/lokaler/"],
body:not(.EditMode) .TemplateMenu a[href="/17/58/media/"],
body:not(.EditMode) .TemplateMenu a[href="/17/59/kontakta-oss/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/57/premises/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/58/media/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/59/contact-us/"] {
    pointer-events: none;
}

/* Visselblasare */
body:not(.EditMode) .TemplateMenu a[href="/17/68/visselblasare/"] {
    font-style: italic;
    font-weight: 600;
}

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

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

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

.header-cta-wrapper .lang {
    font-weight: 400;
}

.header-cta-wrapper.logo-wrapper {
    justify-content: center;
}

.header-cta-wrapper img {
    height: 4rem;
}

/* Mobilmeny */
.mobile-menu .mainmenu {
    padding: calc(var(--mobile-menu-height) + 2rem) 5rem 10rem 5rem;
}

.mobile-menu .TemplateMenu>li>a {
    font-weight: 600;
}

.mobile-menu .header-cta-wrapper {
    margin: 0;
}

@media only screen and (max-width: 1050px) {
    header .container {
        padding: 0.5rem 1rem;
    }

    .header-cta-wrapper.logo-wrapper {
        display: none;
    }

    /* Header CTA */
    .header-cta-wrapper .btn {
        min-width: unset;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 580px) {
    .mobile-menu .mainmenu {
        padding-left: 2rem;
    }

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

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

    .clock-wrapper {
        margin: 0;
        max-width: 9rem;
    }

    .clock {
        font-size: 1.3rem;
        padding-left: 0;
        line-height: 1.4;
    }
}

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

/* Top-section
========================================================================== */
.top-section {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    margin-top: calc(-1 * var(--menu-height) - 4rem);
    /* background-color: rgb(var(--black-color), .5); */
    background: linear-gradient(40deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.top-text-box {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 20rem;
    margin-left: 4rem;
}


.top-section .text-block-center {
    max-width: 90rem;
}

.top-logo {
    margin-bottom: 2rem;
}

.top-logo img {
    max-height: 12rem;
}

.top-section h1 {
    line-height: 1.3em;
    font-size: 6rem;
    padding-bottom: .3em;
    color: rgb(var(--white-color));
    font-weight: 600;
    letter-spacing: 3px;
}

.top-section h2 {
    line-height: 1.3em;
    font-size: 4rem;
    padding-bottom: .3em;
    color: rgb(var(--white-color));
    letter-spacing: 3px;
    font-family: "Radio Canada", sans-serif;
}

.top-section .text-label {
    display: block;
    margin-bottom: 2rem;
    color: rgb(var(--secondary-color));
}

.top-section .section-title {
    color: rgb(var(--white-color));
}

.top-section .btn {
    min-width: 18rem;
    margin-right: 1rem;
}



@media only screen and (max-width: 620px) {
    .top-section h1 {
        font-size: 3.5rem;
        text-align: center;
    }

    .top-section h2 {
        font-size: 2.5rem;
        text-align: center;
    }

    .top-text-box {
        margin-bottom: 10rem;
        margin-left: 0rem;
        padding: 2rem;
        left: 0;
        right: 0;
    }

    .top-section .btn-wrapper {
        flex-direction: column;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .top-section .btn {
        min-width: 100%;
        margin-bottom: 1rem;
    }
}

/* Counter
========================================================================== */
.count {
    color: white;
    font-size: 8rem;
    justify-content: center;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) {
    .count {
        font-size: 5rem;
    }
}

/* Sammarbete
========================================================================== */
.partner-box {
    max-width: 70rem;
    background: white;
    padding: 2rem;
    margin: auto;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 1px 1px 1px grey;
}

.img-border {
    border-radius: 1rem;
}

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

/* Hero
========================================================================== */
.hero {
    position: relative;
    overflow: hidden;
}

.hero .section-block {
    display: flex;
    align-items: flex-end;
    min-height: 50vh;
    padding-bottom: 10rem;
}

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

.hero .section-block-wrapper::after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 1px;
    background-color: rgb(var(--white-color));
    left: calc((100vw - 150rem) / 2);
    bottom: 10rem;
}

.hero-black {
    z-index: -1 !important;
}

.hero-black .section-block-wrapper::after {
    background-color: rgb(var(--black-color));

}

.hero .section-title {
    color: rgb(var(--white-color));
    max-width: 80rem;
    font-size: 6rem;
}

@media only screen and (max-width: 1500px) {
    .hero .section-block-wrapper::after {
        left: 5rem;
    }
}

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

    .hero .section-block {
        padding-bottom: 6rem;
    }

    .hero .section-block-wrapper::after {
        left: 3rem;
        bottom: 6rem;
    }

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

@media only screen and (max-width: 580px) {
    .hero .section-block-wrapper::after {
        left: 2rem;
    }

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

/* ==========================================================================
Undersida: Om oss > historia
========================================================================== */

/* Timeline 
========================================================================== */
.timeline-wrapper {
    position: relative;
    max-width: 150rem;
    margin: 10rem auto 0;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: rgb(var(--gray-light-color));
    top: 0;
    bottom: 0;
    left: 50%;
    border-radius: 40px;
}

.timeline-text:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: -12.5%;
    top: 50%;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgb(var(--secondary-color));
    -webkit-box-shadow: 0 0 0 4px rgb(var(--white-color));
    box-shadow: 0 0 0 4px rgb(var(--white-color));
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item-right .timeline-text::before {
    left: auto;
    right: -12.8%;
}

.timeline-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.timeline-item.item-left {
    justify-content: flex-end;
}

.timeline-text,
.timeline-image {
    width: 45%;
}

.timeline-text {
    padding-left: 5rem;
}

.item-right .timeline-text {
    padding-right: 5rem;
    padding-left: 0;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 980px) {
    .timeline-wrapper::before {
        left: 0;
    }

    .timeline-item {
        justify-content: flex-end;
    }

    .timeline-item.item-left {
        flex-wrap: wrap-reverse;
    }

    .timeline-text,
    .item-right .timeline-text {
        width: calc(100% - 2rem);
        padding-right: 0;
        padding-left: 5rem;
        margin-bottom: 5rem;
    }

    .timeline-text:before,
    .item-right .timeline-text::before {
        left: -2.9rem;
        right: auto;
    }
}

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

    .timeline-text,
    .item-right .timeline-text {
        padding-left: 1rem;
    }
}

.times {
    margin-right: 2rem;
    color: black;
    text-align: center;
    line-height: normal;
}

/* ==========================================================================
Undersida: Medarbetare
========================================================================== */
@media only screen and (max-width: 1100px) {
    .section-team .section-block {
        padding-top: 0;
    }

    .section-team .split-wrapper {
        flex-direction: column;
    }

    .section-team .split-content {
        padding-left: 0;
    }
}

/* ==========================================================================
Undersida: Bostader (Fastigheter)
========================================================================== */
.video-wrapper {
    position: relative;
    transition: .4s ease;
}

.video-wrapper p {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-ratio {
    z-index: -1;
}

.video-wrapper:hover .video-ratio {
    z-index: 5;
}

.section-videos .col-0,
.section-videos .col-1 {
    padding: 0;
}

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


/* ==========================================================================
Undersida: Bostader > Enskilda sidor for lediga objekt
========================================================================== */

/* Sektion med lediga objekt
========================================================================== */
.property-wrapper .card-item {
    display: flex;
    flex-direction: column;
    background-color: rgb(var(--white-color));
    padding: 0 0 2rem;
}

.property-wrapper .text-label {
    width: 100%;
    padding: 2rem 2rem 0 2rem;
}

.property-wrapper .small-title {
    padding: 2rem;
    width: 100%;
}

.property-wrapper .image-wrapper {
    position: relative;
    padding-top: 66.67%;
    overflow: hidden;
}

.property-wrapper .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.property-wrapper img {
    height: 40rem !important;
}

.property-wrapper .image-wrapper .badge {
    z-index: 1;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 1px 6px;
    font-size: 1.3rem;
    font-weight: 600;
    background: rgb(var(--white-color), .8);
    border-radius: 4px;
}

.property-wrapper .text-wrapper {
    margin: 2rem 0 0 2rem;
}

.property-wrapper .text-wrapper p {
    padding: 1rem 2rem 1rem 0;
    font-size: 1.4rem;
}

.property-wrapper .table .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(var(--gray-light-color));
}

.property-wrapper .row:nth-child(odd):not(.table-heading) {
    background-color: transparent;
}

.property-wrapper .cell {
    font-size: 1.4rem;
    padding: 1rem 0;
}

.property-wrapper .cell:last-child {
    text-align: right;
    padding: 0 2rem 0 1rem;
}

.property-wrapper .btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 2rem 2rem 0;
    margin: auto 0 0;
}

/* Heltackande kort */
.property-wrapper .card-item.w-100 {
    flex-direction: row;
    flex-wrap: wrap;
}

.property-wrapper .card-item.w-100 .image-wrapper {
    width: 40rem;
    min-height: 40rem;
    ;
    padding-top: unset;
}

.property-wrapper .card-item.w-100 .gallery-slider {
    width: 100%;
    max-width: 40rem;
}

.property-wrapper .card-item.w-100 .text-wrapper {
    flex: 1 1 0px;
}

.property-wrapper .card-item.w-100 .gallery-slider .image-wrapper {
    padding-top: 66.67%;
}

/* Slick Galleri */
.gallery-slider {
    width: 100%;
}

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

.gallery-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

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

.gallery-slider .slick-dots li {
    width: 1.5rem;
    height: 1.5rem;
}

.gallery-slider .slick-dots li::before {
    font-size: 6px;
}

.gallery-slider .slick-arrow {
    position: absolute;
    z-index: 2;
    height: 4rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(255, 255, 255);
    opacity: 0;
}

.gallery-slider:hover .slick-arrow {
    opacity: 1;
}

.gallery-slider .slick-arrow::after {
    font-weight: 300;
}

.gallery-slider .slick-prev {
    left: 0;
    border-radius: 0 2rem 2rem 0;
}

.gallery-slider .slick-next {
    right: 0;
    border-radius: 2rem 0 0 2rem;
}

/* Paginering
========================================================================== */
.simple-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
}

.simple-pagination li {
    line-height: 1;
    padding: 2px;
}

.simple-pagination li>* {
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    border: 1px solid rgb(var(--black-color));
    border-radius: 2px;
    padding: 5px;
    line-height: 1;
}

.simple-pagination .active>*,
.simple-pagination li>*:hover {
    background-color: rgb(var(--black-color));
    color: rgb(var(--white-color));
}

.simple-pagination .disabled>* {
    opacity: .5;
    cursor: not-allowed;
}

/* Intresseanmalan
========================================================================== */
.section-interest .ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90rem;
    margin: 4rem auto 0;
}

.section-interest .ContactForm div p {
    font-weight: 600;
}

.asterisk p:after {
    content: "*";
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 6px;
    color: red;
}

/* Bekraftelseruta */
.ContactSentMessage {
    padding: 1rem 1rem 1rem 7rem;
    margin-bottom: 2rem;
    border-radius: .5rem;
    background-color: rgba(var(--primary-color), .2);
    background-image: url(/assets/images/icons/message-sent.svg);
    background-size: 4rem;
    background-position: 1.5rem center;
    background-repeat: no-repeat;
}

.ContactSentMessage p {
    padding: 0;
}

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


.js-gdpr-check input[type="checkbox"] {
    margin-right: 5px;
    margin-bottom: -0.5rem;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
}

.js-gdpr-check input[type="checkbox"]:checked {
    background-color: black;
    border-color: black;
}

.js-gdpr-check strong {
    /* Style the "Våra villkor" text */
    font-weight: bold;
}

.js-gdpr-check span {
    /* Style the asterisk */
    color: red;
    margin-left: 3px;
}

/* ==========================================================================
Undersida: Hyra bostad
========================================================================== */
#homeq-web-widget {
    color: #444 !important;
    max-width: 100rem;
    margin: auto;
}

#homeq-web-widget .widget-label {
    color: #444;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

#homeq-web-widget .widget-bg-color {
    background-color: #eeeeee00 !important;
}

#homeq-web-widget .homeq-select {
    color: black !important;
}

#homeq-web-widget select {
    background-color: rgb(0, 0, 0) !important;
    color: white !important;
    border: 0px solid black !important;
}


#homeq-web-widget .rc-slider-rail {
    background-color: black !important;
}

#homeq-web-widget .rc-slider-track {
    background-color: black !important;
}

#homeq-web-widget .rc-slider-handle {
    border: solid 2px black !important;
    background-color: black !important;
}

#homeq-web-widget .pagination-button {
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

#homeq-web-widget .pagination-button-active {
    background-color: black !important;
    border: none;
}

#homeq-web-widget .pagination-button-text {
    color: #777777;
}

#homeq-web-widget .pagination-button-text-active {
    color: #ffffff;
}

#homeq-web-widget .pagination-dots-container {
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

#homeq-web-widget .pagination-dots {
    color: #777777;
}

.homeq-col-12 {
    font-size: 2rem;
}

.homeq-col-4 {
    font-size: 1.4rem;
}

/* ==========================================================================
Undersida: Bostader > Anmal intresse
========================================================================== */
.section-interest-form .col-1 {
    border-bottom: 1px solid rgb(var(--black-color));
    border-left: 1px solid rgb(var(--black-color));
    padding: 4rem;
}
.ContactForm div {
    width: 100%;
}


/* ==========================================================================
Undersida: Hyresgaster
========================================================================== */
.parking-box {
    display: flex;
}

.parking-text {
    max-width: 55rem;
    padding: 2rem;
}

.parking-img {
    max-width: 20rem;
}

.parking-logo {
    max-height: 20rem;
}

@media only screen and (max-width: 780px) {
    .parking-box {
        flex-direction: column;
    }

    .parking-img {
        text-align: left;
        padding: 2rem;

    }
}


/* Flyttstad
========================================================================== */
.table {
    width: 100%;
    max-width: 110rem;
    margin: 0 auto;
}

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

.row:nth-child(odd):not(.table-heading) {
    background-color: rgb(var(--gray-light-color));
}

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

}

@media only screen and (max-width: 630px) {
    .table-heading {
        display: none;
    }

    .cell {
        width: 100%;
    }

    .cell:before {
        content: attr(data-title);
        display: block;
        font-size: 1.3rem;
        color: #666;
        text-transform: uppercase;
        margin-bottom: 13px;
    }
}


/* Nyheter
========================================================================== */
.news-wrapper .image-wrapper {
    height: 30rem;
}

.news-wrapper .image-wrapper.of-wrapper::after {
    background-color: transparent;
}

/* Taggar */
.tags-heading {
    display: none;
}

.tag {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border-radius: 0.8rem 0.8rem 0 0;
    background: rgb(var(--primary-light-color));
    cursor: pointer;
    transition: .5s ease;
}

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

/* Content */
.list-styled {
    max-width: 120rem;
    padding: 5rem 2rem;
    margin: 0 auto;
    list-style: none;
}

.list-styled li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0.5rem 0;
    border-bottom: 1px dotted rgb(var(--gray-dark-color));
}

.list-styled p {
    padding: 0;
}

@media only screen and (max-width: 700px) {
    .news-wrapper .image-wrapper {
        height: auto;
    }
}

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

    /* Taggar */
    .tags-wrapper {
        position: relative;
        max-width: 25rem;
        background: rgb(var(--primary-light-color));
        cursor: pointer;
    }

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

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

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

    .tags-list {
        display: none;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: left;
        background: rgb(var(--white-color));
        box-shadow: 1px 1px 10px rgba(var(--black-color), .1);
    }

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

    .tags-wrapper .tag {
        display: block;
        padding: 1rem 2rem;
        margin: 0;
        letter-spacing: normal;
        text-transform: initial;
        box-shadow: none;
        border-radius: 0;
    }
}

/* Formular
========================================================================== */
.ContactForm p {
    color: rgb(var(--primary-color));
    line-height: 1.8;
    font-weight: 500;
    font-size: 1.5rem;
}

.ContactForm input[type="text"]:not(.illegal),
.ContactForm textarea:not(.illegal) {
    border: 1px solid #c2c2c2;
    background-color: rgb(var(--white-color));
}

.ContactForm .js-gdpr-check {
    margin-bottom: 2rem;
}

.ContactForm label {
    font-size: 1.5rem !important;
}

@media only screen and (max-width: 980px) {
    .section-form .col-1 {
        margin-top: 3rem;
    }
}

/* Karta
========================================================================== */
.section-map {
    font-size: 0;
}

.office-logo {
    width: 20rem;
    margin-bottom: 3rem;
}

/* ==========================================================================
Undersida: jobba hos oss
========================================================================== */
.section-jobba-hos-oss .col-1 {
    box-shadow: 0 1rem 1 drem rgba(var(--black-color), .1);
    margin-top: -10rem;
    padding: 5rem;
}

@media only screen and (max-width: 1024px) {
    .section-jobba-hos-oss .col-1 {
        padding: 0rem;
        margin-top: 4rem;
    }
}

/* Kontaktformular */
.section-jobba-hos-oss .ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-jobba-hos-oss .ContactForm .file-dropzone span {
    font-family: "Radio Canada", sans-serif;
}

.section-jobba-hos-oss .full-width {
    width: 100%;
}

.section-jobba-hos-oss .ContactForm > div:not(.submit-button-container, .full-width) {
    width: 49%; 
}

.section-jobba-hos-oss .ContactSentMessage {
    padding: 4rem 5rem 4rem 8rem;
    font-size: 2rem;
}

/* ==========================================================================
Undersida: Visselblasare
========================================================================== */
.whistle .ContactFormName,
.whistle .ContactFormEmail {
    display: none;
}

.whistle .ContactSubmit {
    white-space: normal;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgb(var(--gray-light-color));
}

.footer-container {
    max-width: 160rem;
    padding: 0 5rem;
    margin: 0 auto;
}

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

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

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

.footer .small-title {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(var(--black-color));
}

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

.footer p,
.footer li,
.footer a:not(.circle-icon) {
    font-weight: 300;
    font-size: 1.4rem;
    color: rgb(var(--gray-dark-color));
}


.footer a:hover:not(.circle-icon) {
    text-decoration: underline;
}

.footer-menu .socials {
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

    .footer-container {
        padding: 0 3rem;
    }

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

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

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

    .footer-menu .socials {
        flex-direction: row;
    }
}

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

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

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

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

}

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

}