/* Projektledarteam1 AB */

/* Typsnitt – Futura PT */
@import url("https://use.typekit.net/jej3lfr.css");

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

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

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

    /* 	Colors */
    --secondary-color: 224, 126, 60;

    --black-color: 20, 20, 25;
    --gray-dark-color: 40, 44, 48;
    --gray-color: 83, 86, 89;
    --gray-light-color: 237, 241, 244;
    --white-color: 255, 255, 255;

    --accent-turqoise-color: 51, 221, 204;
    --accent-turqoise-dark-color: 28, 191, 175;
    --accent-pink-color: 246, 178, 187;
    --accent-blue-dark-color: 36, 46, 62;

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

    /* 	Mobile nav */
    --activate-mobile-menu: 1000;
    --mobile-menu-height: 7rem;
    --mobile-menu-bg: 22, 26, 30;
    --menu-color: rgb(var(--black-color));
}

/* Layout
========================================================================== */
.section-block {
    padding: 15rem 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-0 .section-block {
    padding-left: 0;
}

.pr-0 .section-block {
    padding-right: 0;
}

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

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

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

.p-4 {
    padding: 4rem;
}

.p-2 .section-block {
    padding: 2rem;
}

.mt-0-5 {
    margin-top: 0.5rem
}

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

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

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

/* Specifika bredder */
.mw-50 {
    max-width: 50rem;
}

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


@media only screen and (max-width: 1550px) {
    .section-block {
        padding: 11rem 6rem;
    }
}

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

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

    .pl-0 .section-block {
        padding-left: 2rem;
    }

    .pr-0 .section-block {
        padding-right: 2rem;
    }
}

/* ovrigt */
.flex {
    display: flex;
}

/* Text och typsnitt
========================================================================== */
body {
    font-family: futura-pt, sans-serif;
    color: rgb(var(--black-color));
    font-weight: 300;
}

/* rubriker */
.section-title {
    font-size: 4.2rem;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 2rem;
    color: rgb(var(--accent-blue-dark-color));
}

.small-title {
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: 1rem;
}

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

.text-label.with-border {
    border-bottom: .5rem solid rgb(var(--accent-turqoise-color));
    padding-bottom: 0;
    margin-bottom: 2rem;
}

.text-label.with-border.border-accent-brown {
    border-color: rgb(var(--accent-brown-color));
}

.text-label.with-border.border-black {
    border-bottom: rgb(var(--black-color), .4);
}

.text-title {
    font-size: var(--base-size);
    line-height: 1.4;
    font-weight: 600;
}

/* Text */
p {
    font-weight: 300;
    line-height: 1.6;
}

a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

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

.text-link:hover {
    text-decoration: underline;
}

/* Ovriga klasser */
.db {
    display: block;
}

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

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

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

.text-block-center {
    max-width: 85rem;
    margin: 0 auto;
}

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

.text-highlight-primary {
    background: linear-gradient(180deg, rgb(var(--white-color), 0) 70%, rgb(var(--primary-color)) 70%);
}

.text-highlight-accent-brown {
    background: linear-gradient(180deg, rgb(var(--white-color), 0) 70%, rgb(var(--accent-brown-color)) 70%);
}

/* Listor */
.list-circle {
    list-style: none;
}

.list-circle li {
    position: relative;
    padding-left: 0.5rem;
}

.list-circle li::before {
    content: "\f111";
    position: absolute;
    top: 50%;
    left: -1.5rem;
    color: rgb(var(--accent-pink-color));
    font-weight: 700;
    font-size: 0.9rem;
    font-family: "Font Awesome 5 Pro";
    transform: translateY(-50%);
}

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

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

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

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

    .text-block-center {
        margin: 0;
    }

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

    :root {
        --base-size: 1.6rem;
    }
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
}

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

.btn-wrapper.flex-end {
    justify-content: flex-end;
}

/* Knappar */
.btn,
.ContactSubmit {
    display: inline-block;
    min-width: 20rem;
    padding: 2rem 3rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

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

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

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

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

/* svart knapp */
.btn-black-filled {
    color: rgb(var(--white-color));
    border: 1px solid rgb(var(--black-color));
    background-color: rgb(var(--black-color));
}

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

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

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

/* vit knapp */
.btn-white-filled {
    color: rgb(var(--black-color));
    border: 1px solid rgb(var(--white-color));
    background-color: rgb(var(--white-color));
}

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

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

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

/* turkos knapp */
.btn-turqoise-filled {
    color: rgb(var(--black-color));
    border: 1px solid rgb(var(--accent-turqoise-color));
    background-color: rgb(var(--accent-turqoise-color));
}

.btn-turqoise-filled:hover {
    color: rgb(var(--black-color));
    border: 1px solid rgb(var(--accent-turqoise-dark-color));
    background-color: rgb(var(--accent-turqoise-dark-color));
    ;
}

/* Arrow link */
.arrow-link {
    padding-right: 1rem;
    font-weight: 500;
    font-size: 1.5rem;
}

.arrow-link::after {
    content: " \f178";
    display: inline-block;
    margin-left: 0.5rem;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.7em;
    transition: transform 0.4s ease;
}

.arrow-link:hover::after {
    transform: translateX(1rem);
    transition: transform 0.4s ease;
}
/* 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(--white-color));
    text-decoration: none;
    border-radius: 50%;
    background-color: rgb(var(--black-color));
    transition: .3s ease;
}

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

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

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

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

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

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

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

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

.gradient-white-blue-dark {
    background-image: linear-gradient(to bottom, rgba(var(--white-color)) 40%, rgba(var(--accent-blue-dark-color)) 20%);
}

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

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

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

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

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

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

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


/* Grafiska element
========================================================================== */
.b-3-primary-light {
    border: 3px solid rgb(var(--primary-light-color));
}

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

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

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

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

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

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

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

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

/* Bredder för specifika cards */
.cards-wrapper .card-item.w-70-0 {
    width: calc((100% / 1.43));
}

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

.cards-wrapper .card-item.w-30-0 {
    width: calc((100% / 3.3333));
}

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

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

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

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

    .cards-wrapper .card-item.w-30-0,
    .cards-wrapper .card-item.w-70-0 {
        width: calc((100% / 2));
    }
}

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

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

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

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

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

    .cards-wrapper .card-item.w-30-0,
    .cards-wrapper .card-item.w-50-0,
    .cards-wrapper .card-item.w-70-0 {
        width: 100%;
    }
}

/* Cards 7*/
.cards-7 .card-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 2px;
    background: rgb(var(--gray-light-color));
}

.cards-7 .image-wrapper {
    height: 30rem;
}

.cards-7 .image-wrapper::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(var(--accent-blue-dark-color), 0.4);
}

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

.cards-7 .small-title {
    position: relative;
    display: inline-block;
    background-color: rgb(var(--accent-turqoise-dark-color));
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 1.8rem;
    transform: translateY(-50%);
}

.cards-7 .text-wrapper p {
    font-size: 1.5rem;
}

.cards-7 ul {
    margin-block-start: 0;
}

.cards-7 i {
    color: rgb(var(--accent-pink-color));
    border-radius: 3px;
    padding: 5px;
    font-size: 1.7rem;
    margin-right: 5px;
}

.cards-7 .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(var(--accent-pink-color));
    padding: 2rem 0;
    margin: 0 2rem;
}

.cards-7 .card-footer p:not(.btn),
.cards-7 li {
    font-size: 1.5rem;
    font-weight: 300;
}

.cards-7 .btn {
    min-width: 13rem;
    padding: 5px 1rem;
}


/* Cards 10 */
.cards-10 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 45rem;
    text-decoration: none;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cards-10 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cards-10 .image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(var(--black-color), 0.6), rgba(var(--black-color), 0));
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cards-10 .image-wrapper.with-bg::after {
    background: transparent;
}

.cards-10 a.card-item:hover .image-wrapper::after {
    background: linear-gradient(45deg, rgba(var(--black-color), 0.8), rgba(var(--black-color), 0));
}

.cards-10 .text-wrapper {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 2rem;
    color: rgb(var(--white-color));
}

.cards-10 .text-wrapper .small-title {
    font-size: 2.2rem;
}

@media only screen and (max-width: 1080px) {
    .cards-10 .card-item {
        min-height: 30rem;
    }
}

@media only screen and (max-width: 550px) {
    .cards-10 .text-wrapper {
        padding: 2rem;
    }

    .cards-10 .text-wrapper.border {
        margin: 2rem;
    }
}

/* Cards 11 */

.cards-11 .card-item {
    overflow: hidden;
    position: relative;
}

.cards-11 .text-label {
    font-weight: 700;
    color: rgb(var(--black-color));
}

.cards-11 .image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

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

.cards-11 .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1.5rem;
    margin: 0;
}

.cards-11 .small-title {
    font-size: 1.6rem;
    font-weight: 700;
}

.cards-11 p,
.cards-11 a {
    display: block;
    padding-bottom: .3rem;
    font-size: 1.5rem;
    text-decoration: none;
}

.cards-11 em {
    margin-right: 1rem;
}

.cards-11 .socials {
    margin-top: 1rem;
}

.cards-11 .socials a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 550px) {
    .cards-11 .text-wrapper {
        padding: 0;
    }
}

.image-view.cards-11 .text-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1.5rem;
    top: 0;
    left: 0;
    background-color: rgba(var(--accent-pink-color), .6);
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    border-radius: 2px;
}

.image-view.cards-11 .text-wrapper.list-style {
    position: static;
    visibility: visible;
    justify-content: flex-start;
    opacity: 1;
}

.image-view.cards-11 .card-item:hover .text-wrapper {
    visibility: visible;
    opacity: 1;
    transition: all .2s ease;
}

.team-wrapper.cards-wrapper .card-item {
    width: calc(100% / 4 - 1rem);
    margin: 0 .5rem 1rem;
    border-radius: 2px;
}

.team-wrapper.cards-wrapper .arrow-link {
    background-color: rgb(var(--white-color));
    padding: 2px 10px;
    border-radius: 2rem;
    display: inline-block;
}

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

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

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

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

.logos-1 img {
    width: 100%;
    max-height: 12rem;
    filter: grayscale() opacity(0.5);
    transform: scale(0.94);
    transition: 0.2s ease-in-out;
}

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

@media only screen and (max-width: 868px) {
    .logos-1 img {
        max-height: 8rem;
    }
}

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

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

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

.split-content {
    width: 50%;
    padding: 8rem 4rem;
    z-index: 2;
}

.split-image {
    width: 50%;
}

.split-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-content.pl-9 {
    padding-left: 9rem;
}

.split-image .contain img {
    object-fit: contain;
}

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

/* Speciella bredder */
.split-wrapper .w-60 {
    width: 60%;
}

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

/* Speciella hojder */
.split-image.mh-60 {
    max-height: 60rem;
}

.split-image.mh-70 {
    max-height: 70rem;
}

.split-image.mh-40 {
    max-height: 40rem;
}

/* Speciella paddings */
.split-content.pl-0 {
    padding-left: 0;
}

/* Speciella margins */
.split-wrapper .ml--5 {
    margin-left: -5rem;
}

.split-wrapper .mr--5rem {
    margin-right: -5rem;
}

/* Övriga klasser */
.split-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-color), .25);
}

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

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

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

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

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

    /* Speciella margins */
    .split-wrapper .mt--20 {
        margin-top: 0;
    }

    /* Split image med grid */
    .split-images-grid {
        padding: 1rem;
    }

    .split-images-grid .split-content {
        width: 100%;
    }

    .split-image-grid {
        width: 100%;
        margin: 0;
    }

    .split-image-grid .split-image {
        position: relative;
    }
}

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

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

    .split-content.full {
        padding: 4rem 2rem;
    }
}

/* Bakgrundsbild
========================================================================== */
.bg-image {
    position: relative;
    margin-top: calc(-1 * var(--menu-height));
    background: linear-gradient(90deg,
            rgba(var(--black-color), 0.2) 0%,
            rgba(var(--black-color), 0.5) 0%,
            rgba(var(--black-color), 0) 100%);
}

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

/* bildspel */
.crossfade {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.crossfade div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: scroll/fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Bakgrundsvideo
========================================================================== */
.bg-video {
    position: relative;
    overflow: hidden;

}

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

@media only screen and (max-width: 1450px) {
    .bg-video-wrapper video {
        margin: auto;
        justify-content: center;
        margin-top: 0rem !important;
    }
}

@media only screen and (max-width: 1300px) {
    .bg-video-wrapper video {
        margin-top: 0rem !important;
    }
}

@media only screen and (max-width: 900px) {
    .bg-video-wrapper video {
        margin-top: -3rem !important;
    }
}

/* Parallax
========================================================================== */
.parallax {
    background-position: center 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;
    }
}

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

/* logo */
.header-logo a {
    width: 15rem;
    height: 7rem;
    background-image: url(/assets/images/projektledarteam1-logotyp.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Nav */
nav.mainmenu {
    flex-grow: 1;
}

.TemplateMenu {
    justify-content: flex-end;
}

.TemplateMenu a {
    font-weight: 500;
    font-size: 1.5rem;
    color: rgb(var(--black-color));
}

.TemplateMenu a:hover {
    color: inherit;
}

.TemplateMenu>li:first-child {
    display: none;
}

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

.TemplateMenu a:before {
    background-color: rgb(var(--accent-pink-color));
    visibility: hidden;
    position: absolute;
    content: "";
    height: .5rem;
    bottom: 2.5rem;
    width: 50%;
    left: 25%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.TemplateMenu a.expandable:before,
.TemplateMenu ul a:before {
    display: none;
}

/* Mobilmeny */
.is-clicked .hamburger-inner,
.is-clicked .hamburger-inner::after,
.is-clicked .hamburger-inner::before {
    background-color: rgb(var(--white-color));
}

.mobile-menu .TemplateMenu a {
    color: rgb(var(--white-color));
}

.mobile-menu .TemplateMenu a:hover:before,
.mobile-menu .TemplateMenu li.active a:before {
    display: none;
}

.mobile-menu .TemplateMenu li.active>a,
.mobile-menu .TemplateMenu ul a:hover {
    color: rgb(var(--accent-pink-color));
}

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

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

/* Cirkelikon */
.header-cta-wrapper .circle-icon {
    width: 2.8rem;
    height: 2.8rem;
    color: rgb(var(--white-color));
    background-color: rgb(var(--accent-blue-dark-color));
    border-radius: 3px;
}

.header-cta-wrapper .circle-icon:hover {
    color: rgb(var(--accent-pink-color));
    background-color: rgb(var(--black-color));
}


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

/* Top-section
========================================================================== */
/*sektion under top-section med usp och cta som visas efter 800px*/
.top-section-mobile {
    display: none;
}

.Editmode .top-section-mobile {
    display: block;
}

.top-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    max-height: calc(100vh);
    border-top: none;
    padding-top: 56%;
}

.top-section .section-block {
    padding: 0 !important;
}

.top-section .bg-video-wrapper video {
    margin-top: 0 !important;
    top: 0;
    min-height: 0;
    height: auto;
    transform: translate(-50%, 0%);
    max-width: unset;
}

.top-section h1 {
    padding-bottom: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.top-section .text-block {
    position: absolute;
    top: 0;
    left: 6rem;
    padding-top: 30%;
    max-width: 80rem;
}

.top-section .btn-wrapper {
    margin-top: 4rem;
}

.top-section .btn {
    min-width: 22rem;
}

.top-section-mobile .arrow-link,
.top-section .arrow-link {
    color: rgb(var(--accent-pink-color));
}

@media only screen and (max-width: 1500px) {
    .top-section .text-block {
        padding-top: 23%;
    }
}

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

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

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

@media only screen and (max-width: 800px) {
    .top-section .text-block {
        display: none;
    }

    .top-section-mobile,
    .top-section-mobile .text-block  {
        display: block;
    } 

}

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

}

@media only screen and (max-width: 408px) {
    .top-section .section-title {
        padding-bottom: 1rem;
    }

    .top-section .btn-wrapper {
        margin-top: 0rem;
    }
}

/* Section Vision
========================================================================== */
.section-vision {
    background-image: url('/assets/images/team/teamet.jpg');
    min-height: 60rem;
    min-height: unset;

}

.section-vision .section-block {
    background-color: rgb(var(--black-color), 0.6);
}

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

/* Hero - Grundkod
========================================================================== */
.hero .section-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

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

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

    .hero .section-block {
        padding: 4rem 2rem;
    }
}

/* Hero: Hero-split
========================================================================== */
.hero-split .section-block {
    background: linear-gradient(to right, rgb(var(--accent-blue-dark-color)) 70%, rgb(var(--gray-light-color)) 0);
}

.hero-split .split-content {
    padding: 0 4rem 0 0;
}

.hero-split .split-image {
    width: 40%;
    margin: 0 0 0 auto;
}

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

@media only screen and (max-width: 1100px) {
    .hero-split .section-block {
        background: linear-gradient(to top, rgb(var(--gray-light-color)) 26rem, rgb(var(--accent-blue-dark-color)) 0);
    }

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

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

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

/* Modal
========================================================================== */
.modal {
    max-width: 75rem;
    width: 100%;
    max-height: 75vh;
    padding: 4rem;
    border-radius: 0;
    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;
    }
}

/* ==========================================================================
Undersida: Det har gor vi
========================================================================== */

/* Contact Card */

.contact-card {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    display: flex;
    align-items: center;
    background-color: rgb(var(--white-color));
    border-radius: 2px;
    overflow: hidden;
    transform: translateX(-50%);
}

.contact-card img {
    position: relative;
    width: 5rem;
    height: 5rem;
    transform: none;
    top: auto;
    left: auto;
    min-width: unset;
    min-height: unset;
}

.contact-card .text-wrapper {
    padding: 1rem;
}

.contact-card p {
    font-size: 1.4rem;
    line-height: 1;
    padding: 0;
}

/* Kontakt-CTA (section-cta)
========================================================================== */
.section-cta {
    background-image: url(/assets/images/kontorsmiljo-2000px.jpg);
}

.section-cta .section-block {
    padding: 7rem 2rem;
    background: rgba(var(--black-color), .7);
}

/* ==========================================================================
Undersida > Jobba hos oss
========================================================================== */
.section-applyform {
    background: linear-gradient(to right, rgb(var(--gray-light-color)) 50%, rgb(var(--white-color)) 50%);
}

@media only screen and (max-width: 980px) {
    .section-applyform {
        background: rgb(var(--gray-light-color));
    }

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

    .section-applyform .col-1 {
        background-color: rgb(var(--white-color));
        width: calc(100% + 6rem);
        max-width: unset;
        margin: 5rem -3rem 0;
        padding: 3rem;
    }
}

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

    .section-applyform .col-1 {
        width: calc(100% + 4rem);
        margin: 5rem -2rem 0;
        padding: 3rem 2rem;
    }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgb(var(--accent-blue-dark-color));
}

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

.footer :is(p, a, li) {
    color: rgba(var(--white-color));
    font-size: var(--base-size);
    font-weight: 300;
}

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

.footer .small-title {
    color: rgb(var(--accent-pink-color));
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: .05em;
}


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

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

.footer-menu:nth-child(1) {
    width: 35%;
}

/* .footer-menu:nth-child(2) ul {
    padding-inline-start: 2rem;
} */

.footer-top .container-logo {
    width: 15rem;
    background-color: rgb(var(--white-color));
}

.footer-top .footer-stamp {
    max-height: 11rem;
}

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

.footer-logo {
    max-width: 12rem;
    padding-top: 2rem;
    padding-left: 2rem;
}

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

.social-menu li {
    margin: 1rem 1rem 1rem 0;
}

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

.footer-bottom p {
    font-size: 1.3rem;
    padding: 0;
}

/* WebbEss Stamp */
.webbess-stamp {
    min-width: 20rem;
    opacity: 0.6;
}

.webbess-stamp a {
    padding: 0;
    font-size: 1.3rem;
    font-weight: 400;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.webbess-stamp img {
    max-width: 2rem;
    margin-left: 1rem;
    filter: invert();
}

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

    /* Footer top */
    .footer-menu {
        width: 48%;
        margin: 2rem 0;
    }

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

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

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

@media only screen and (max-width: 950px) {
    .footer-menu:nth-child(1) {
        width: 50%;
    }
}

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

    /* Footer top */
    .footer-menu:nth-child(1),
    .footer-menu,
    .footer-menu-large {
        width: 100%;
    }

    .webbess-stamp a {
        justify-content: flex-start;
    }

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

    .footer-menu:nth-child(2) {
        column-count: 1;
    }
}

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