/* My Air Test and Validation in Sweden AB */

/* Typsnitt - Karla */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');

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

    /* 	Colors */
    --primary-color: 0, 79, 159;
    --primary-dark-color: 0, 38, 77;
    --primary-light-color: 212, 237, 252;
    --secondary-color: 10, 187, 239;
    --secondary-dark-color: 6, 110, 142;

    --accent-pink-color: 243, 161, 175;
    --accent-pink-light-color: 250, 211, 216;
    --accent-blue-color: 0, 159, 227;

    --black-color: 17, 17, 17;
    --gray-color: 150, 150, 150;
    --gray-dark-color: 68, 68, 68;
    --gray-light-color: 238, 238, 238;
    --white-color: 255, 255, 255;

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

    /* 	Mobile nav */
    --activate-mobile-menu: 1000;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: 255, 255, 255;
}

/* Sprak, tex header-cta-wrapper
- Anvand lang-en for allt som endast ska synas pÃƒÂ¥ engelska sidan
- Anvand lang-se for aÃƒÂ¶lt som endast ska synas pÃƒÂ¥ svenska sidan
========================================================================== */
body.en .lang-se,
body:not(.en) .lang-en {
    display: none;
}

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

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

/* Speciella paddings */
.p-2 {
    padding: 2rem;
}

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

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

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

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

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

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

.p-0 .section-block {
    padding: 0;
}

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

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

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

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



/* Speciella margins */
.m-05 {
    margin: 0.5rem;
}

.mt-0 {
    margin-top: 0;
}

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

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

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

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

.mw-75 .section-block-wrapper,
.mw-75:not(.section-block-wrapper) {
    max-width: 75rem;
}

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

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

@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: 'Raleway', sans-serif;
    font-weight: 400;
}

/* Rubriker */
.section-title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 300;
    padding-bottom: 2rem;
    font-family: 'Raleway', sans-serif;
    color: rgb(var(--black-color));
}

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

.medium-title {
    font-size: 3rem;
    font-weight: 700;
}
.medium-title-thin {
    font-size: 3rem;
    font-weight: 400;
}

.small-title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    color: rgb(var(--black-color));
    padding-bottom: 2rem;
}

.text-label {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 2rem;
    font-family: 'Raleway', sans-serif;
    color: rgb(var(--black-color));
}

.text-label.pb-0 {
    padding-bottom: 0;
}

.ingress {
    font-size: calc(var(--base-size) * 1.2);
    font-weight: 600;
}

.text-wrapper-border {
    padding-bottom: 5rem;
    margin-bottom: 4rem;
    border-bottom: 2px solid rgb(var(--primary-color));
}

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

a {
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline;
    color: var(--primary-color);
}

a:hover {
    text-decoration: none;
}

/* Ovriga klasser */
.text-block-center {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

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

.text-center {
    text-align: center;
}
.justify-center{
    justify-content: center !important;
}
.text-bold {
    font-weight: 700;
}

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

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

.font-sans {
    font-family: 'Raleway', sans-serif;
}

.text-small {
    font-size: calc(var(--base-size) * 0.8);
}

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

@media only screen and (max-width: 550px) {
    .section-title {
        font-size: 2.5rem;
    }
    .medium-title-thin {
        font-size: 2.4rem;
        font-weight: 400;
    }

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

    .medium-title-thin.text-center {
        text-align: left;
    }
}

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

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

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

.btn,
.ContactSubmit {
    display: inline-block;
    padding: 1rem 3rem 1rem 3rem;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

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

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

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

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

.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(--gray-light-color));
    background-color: rgb(var(--gray-light-color));
}




/* 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(--secondary-color));
    text-decoration: none;
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
    transition: .3s ease;
}

.circle-icon:hover {
    color: rgb(var(--primary-color));
    background-color: rgb(var(--secondary-color));
}

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

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

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

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

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

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

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

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

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

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

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

.bg-secondary-light {
    background-color: rgb(var(--secondary-color), .4);
}

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

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

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

/* Overlays */
.overlay-secondary .section-block {
    background-color: rgb(var(--secondary-color), .4);
}



/* Cards
========================================================================== */

.cards-wrapper {
    display: grid;
}


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

.cards-wrapper.space-between {
    justify-content: space-between;
}

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

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

/* Specifika bredder */
.cards-wrapper.w-25 {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.cards-wrapper.w-33 {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.cards-wrapper.w-50 {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media only screen and (max-width: 1200px) {
    .cards-wrapper.w-25 {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(2, 1fr);
    }

}

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

    .cards-wrapper.w-33 {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 750px) {
    .cards-wrapper {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }
}

/* Cards 1 */
.cards-1 .card-item {
    position: relative;
    z-index: 1;
    padding: 3rem;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
    display: flex;
    flex-direction: column;
}

.cards-1 .btn-wrapper {
    margin-top: auto;
}

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

.cards-1-2 .image-wrapper::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(var(--secondary-color), .7);
}

/* Cards 7 */
.cards-7 .card-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid rgb(var(--secondary-color));
    transition: all .3s ease;
}

.cards-7 .image-wrapper {
    position: relative;
    padding-top: 90%;
    overflow: hidden;
}

.cards-7 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cards-7 a:hover {
    text-decoration: underline !important;
}

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

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

.cards-7 .small-title {
    padding: 0 0 5px;
    margin: 0 0 5px;
}

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

/* Cards 7-1 */
.cards-7-1 .card-item {
    display: flex;
    flex-direction: column;
}

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

.cards-7 .h-50 {
    height: 50rem;
}

.cards-7.contact .card-item {
    border-bottom: none;
}

.cards-7.contact .card-item a {
    padding-bottom: 1rem;
    font-size: 1.4rem;
    text-decoration: none;
}


.cards-7-1 p,
.cards-7-1 li {
    font-size: 1.6rem;
}

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

/* Cards 8 */
.cards-8 .card-item {
    display: flex;
}

.cards-8 .text-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;
    padding: 3rem;
}

.cards-8 .btn-wrapper {
    margin: auto 0 0;
}

.cards-8 .image-wrapper {
    width: calc(50% - 1rem);
}

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

    .cards-8 .card-item {
        display: block;
    }

    .cards-8 .image-wrapper {
        width: 100%;
        height: 20rem;
    }

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


/* Cards 15 */
.cards-15 .card-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 35rem;
    margin: 3rem 0;
}

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

.cards-15 .text-wrapper {
    z-index: 1;
    position: relative;
    padding: 2rem;
}




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

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

@media only screen and (max-width: 1050px) {
    /* Bredder */
    .produkter .cards-wrapper.w-25 .card-item {
        width: calc((100% / 3) - 2rem);
        margin: 1rem;
    }
}

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

@media only screen and (max-width: 580px) {
    /* Bredder */
    .produkter .cards-wrapper.w-25 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}


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

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

.split-content {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 5rem;
}

.split-image {
    width: 50%;
}

.split-content .btn-wrapper {
    margin: auto 0 0;
}

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

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

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

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

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

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

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

.split-wrapper .w-auto {
    width: auto;
}

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

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

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

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

    .split-image,
    .split-wrapper .w-70,
    .split-wrapper .w-60,
    .split-wrapper .w-40,
    .split-wrapper .w-30 {
        width: 100%;
    }

    .split-image.small {
        width: 50%;
        margin: 0 auto 2rem;
    }
}

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

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

    .split-wrapper.bg-primary {
        padding: 2rem;
    }
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image {
    position: relative;
}

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

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

.parallax-utrustning {
    background-image: url(/assets/images/man-labb-teknisk-utrusning-1200.jpg);
}

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

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

header .container {
    max-width: 140rem;
    padding: 0 5rem;
    margin: 0 auto;
}

/* top header */
.top-header {
    width: 100%;
    height: 4rem;
    border-bottom: 1px solid #FFF;
    overflow: hidden;
    transition: .3s ease;
}

.scrolled .top-header {
    height: 0;
}

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

.top-header a {
    padding: 0 1rem;
    font-size: 1.4rem;
}


/* nav */
.mainmenu {
    margin: 0 0 0 auto;
}

.TemplateMenu a {
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 0 1rem;
    color: rgb(var(--gray-dark-color));
}

.TemplateMenu a:hover,
header.scrolled .TemplateMenu a:hover {
    color: rgb(var(--secondary-color));
}

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

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

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

.dropdown-list.show .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-list {
    position: relative;
    cursor: pointer;
    z-index: 1002;
}

.sprak {
    width: 75px;
    margin-left: 0px !important;
}

.dropdown-list ul {
    display: none;
    position: absolute;
    width: calc(100% - 1rem);
    padding: 0;
    text-align: center;
    list-style: none;
}

.dropdown-list.show ul {
    display: block;
}

.dropdown-list ul .btn {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
}

.header-cta-wrapper img {
    max-width: 2.5rem;
}


.dropdown-list.show .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}



.dropdown-list {
    position: relative;
    cursor: pointer;
}

.dropdown-list ul {
    display: none;
    position: absolute;
    width: calc(100% - 1rem);
    padding: 0;
    text-align: center;
    list-style: none;
}

.dropdown-list.show ul {
    display: block;
}

.dropdown-list ul .btn {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
}

.header-cta-wrapper img {
    max-width: 2.5rem;
}

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

.header-logo img {
    padding: 0.5rem 0;
}

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

/* Mobilmeny */
@media only screen and (max-width: 1024px) {
    header .container {
        padding: 0 3rem;
    }
}

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

/* ==========================================================================
Startsida
========================================================================== */
/* Top Section
========================================================================== */

.top-section .section-block {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 60rem;
}

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

.top-section .bg-image-wrapper img {
    object-position: center 30%;
}

.top-section h1 {
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: -1px;
}

.top-section p {
    color: rgb(var(--white-color));
    max-width: 55rem;
}

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

    .top-section .section-block {
        min-height: 40rem;
    }

    .top-section h1 {
        font-size: 5rem;
    }

}

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

    .top-section h1 {
        font-size: 3rem;
    }

    .top-section p {
        font-size: 2rem;
    }
}

/* Sektion Tjanster
========================================================================== */
.cards-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

@media only screen and (max-width: 880px) {
    .cards-container {
        grid-template-columns: 1fr;
    }

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

}


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

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

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

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

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

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

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

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

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

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

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


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

/* ==========================================================================
Undersida: Om oss
========================================================================== */
.partner-logo {
    width: auto;
    max-width: 20rem;
    margin: 0 0 3rem;
}

/* ==========================================================================
Underisda: Case
========================================================================== */

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

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

.section-case .js-more-text h3 {
    padding: 2rem 0 1rem;
}

/* ==========================================================================
Underisda: Nyheter
========================================================================== */
body:not(.EditMode) .hero .section-title.mt--5 {
    position: relative;
    margin-top: -5rem;
}

.news-split {
    max-width: 100rem;
    margin: 0 auto;
}

.news-split .year {
    width: 15rem;
    padding-left: 0;
    padding-right: 0;
}

.news-split .content {
    width: calc(100% - 15rem);
    padding-right: 0;
}

@media only screen and (max-width: 980px) {
    .news-split .year {
        width: 10rem;
    }

    .news-split .content {
        width: calc(100% - 10rem);
    }
}

@media only screen and (max-width: 650px) {
    .news-split .year {
        width: 100%;
        padding: 0;
    }

    .news-split .content {
        width: 100%;
        padding: 0 0 5rem 0;
    }

    body:not(.EditMode) .hero .section-title.mt--5 {
        position: relative;
        margin-top: 0rem;
    }
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.section-contact .section-block-wrapper {
    align-items: center;
}

/* Karta */
.section-contact .col-2 .col-wrapper,
.section-contact .col-2 .code-part,
.section-contact .col-2 .block-object,
.section-contact .col-2 iframe {
    height: 100%;
}

/* Kontaktformular */
.section-contact .ContactSubmit {
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .section-contact .col-1 {
        padding-top: 5rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-contact .col-0 iframe {
        height: 30rem;
    }
}


/* ==========================================================================
Undersida: Annonser
========================================================================== */
.info-wrapper-gray {
    margin-top: 4rem;
    background-color: rgb(var(--gray-light-color));
    padding: 3rem;
}


/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgb(var(--secondary-color), .4);
}

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

/* Footer Logo */
.footer-logo {
    margin: 5rem 0 2rem;
}

.footer-logo img {
    width: 15rem;
}

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


.footer-menu:first-child {
    width: 40%;
}

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

.footer ul ul {
    margin: 0 0 0 2rem;
}

.footer-top p,
.footer-top a,
.footer-top li {
    color: rgb(var(--black-color), .7);
    font-weight: 400;
    font-size: 1.4rem;
}

.footer-top p.text-bold {
    font-weight: 700;
}

.footer a:hover {
    color: rgb(var(--black-color));
}

.footer p.text-label {
    font-weight: 600;
    color: rgb(var(--black-color));
    padding: 0;
}

.footer p.footer-title {
    display: inline-block;
    background-color: rgb(var(--primary-color));
    color: rgb(var(--white-color));
    padding: 1rem 3rem;
    margin: 0 0 2rem;
}

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

.footer-bottom p {
    font-size: 1.2rem;
    color: rgb(var(--black-color), .5);
}

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

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


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

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

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

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