/** GLOBAL */
:root {
    --main-black: #1c1c1b;
    --main-black-2: #0a0a0a;
    --main-dark-gray: #4a4949;
    --main-light-gray: #f5f5f5;
    --main-yellow: #fdc300;
    --old-red: #dc0714;
    --main-red: #AC1720;
    --main-white: #fff;
    --text-gray: #7C7A7A;
    --go-green: #00B050;
    --go-green2: #26580f;
    --go-green3: #378805;
    --go-green4: #c5e90b;
    font-family: 'Myriad Pro', sans-serif;
    --header-top-offset: 40px;
    --navigation-height: 90px;
    --mobile-navigation-height:50px;
    --business-area-transition: .3s ease-in-out;
    --image-link-transition: .3s ease-in-out;
    --footer-link-transition: .3s ease-in-out;
    --scroll-to-top-transition: .3s ease-in-out;
    --hero-gradient: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .8) 100%);
    --text-width-max: 850px;
    --image-fullwidth-max-width: 600px;
    --project-details-max-width: 900px;
    --hearder-border-radius: 7px;
}

body {
    background-color: var(--main-light-gray);
}

a[href^=tel],
a[href^=javascript] {
    color: var(--main-white);
    /*text-decoration: none;*/
}

.scroll-to-top-image {
    position: fixed;
    bottom: 4em;
    right: 2em;
    background: var(--main-yellow);
    margin: auto;
    transition: var(--scroll-to-top-transition);
    border: 2px solid var(--main-yellow);
    border-radius: 50%;
}

    .scroll-to-top-image:hover {
        transition: var(--scroll-to-top-transition);
        border: 2px solid black;
        cursor: pointer;
    }

.searchbar {
    display: none;
}





#searchfield-mobile {
    width: 40em;
    padding-left: 10px;
    padding-right: 10px;
}

.searchbar-button {
    background-color: var(--main-yellow);
    top: 5px;
    font-weight: 700;
    margin-left: 10px;
    justify-content: space-between;
    transition: var(--business-area-transition);
    border: 2px solid #f5f5f5;
    /* height: 106%; */
    padding: 0.8em 1em;
    color: var(--main-black);
    border-radius: 7px;
    position: relative;
}

.search-button-text-wrapper {
    display:flex;
}

.search-button-text-wrapper img{
    height: 20px;
    width: auto;
   vertical-align:middle;
}

    .search-button-text-wrapper span {
        padding-top: 2px;
        padding-left: 5px;
    }


.searchbar-button:hover {
    transition: var(--business-area-transition);
    border: 2px solid var(--main-black);
    cursor: pointer;
}
.searchbar-active {
    height: 80px;
    box-sizing: border-box;
    display: unset;
    background-color: var(--main-yellow);
    margin-top: .8em;
    padding: 1em;
    position: absolute;
    right: 0;
    border-radius: 7px;
    text-align: center;
}

    .searchbar-active form {
        height: 100%;
    }

    .searchbar-active input {
        height: 100%;
        font-size: 1.2em;
        margin: auto;
        border-radius: 7px;
        padding: 0 2em;
    }

.prodList {
    margin-bottom: 10rem;
}

.search-hit-wrapper {
    margin: 2.5em 0;
}

    .search-hit-wrapper p {
        margin-block-end: .3em;
    }

.show-on-mobile {
    display: none;
}

.show-on-desktop {
    display: block;
}

body {
    margin: 0;
    padding: 0;
}

.showOnSmalScreens {
    display: none;
}
/**
    HEADER
*/

.nav-toggle-label {
    display: none;
}

.link-color-override {
    color: var(--main-light-gray);
    text-decoration: none;
}

.logo-wrapper {
    margin-left: 17.5%;
}

.yellow-text {
    color: var(--main-yellow)
}

.breadcrumbs-wrapper {
    display: flex;
    flex-direction: row;
}

    .breadcrumbs-wrapper img {
        /*        padding-right: 2em;*/
    }

.breadcrumbs {
    display: flex;
    flex-direction: row;
    list-style: none;
    font-size: 1.2em;
    color: var(--main-black);
    text-transform: uppercase;
}

.breadcrumbs-divider {
    padding: 0 .7em;
    text-decoration: none;
}

.breadcrumb {
    display: flex;
    flex-direction: row;
    list-style: none;
}

/** Landing page globals */

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4 {
    font-weight: 500;
}

.landing-page h2 {
    display: block;
    text-align: center;
    font-size: 4em;
}

.mobile-padding {
    padding-left: 17rem;
    padding-right: 17rem;
}

.pinstripe-padding {
    padding-left: 22px;
    padding-right: 22px;
}

/** Header */

header {

    background: var(--main-yellow);
    position: fixed; 
     left: 0; 
     right: 0; 
    height: var(--navigation-height);
    z-index: 999;
}

.nav-bar-sticky + landing-page {
    padding-top: 60px;
}

.nav-logo {
    top: 50%;
    transform: translateY(calc(-50% + calc(var(--navigation-height)/2)));
    margin-left: 4em;
    float: left;
    transition: var(--footer-link-transition);
}

.nav-logo-shrinked {
    transform: translateY(calc(-50% + 40px)) scale(0.4);
}

.nav-logo-img {
    height: 70px;
    width: 70px;
}

.nav-items {
}

    .nav-items ul {
        display: flex;
        height: var(--navigation-height);
        flex-direction: row;
        justify-content: end;
        margin-right: 2em;
        margin-top: 0;
        margin-bottom: 0;
    }

        .nav-items ul li {
            margin: auto 2%;
            padding: 0;
            list-style: none;
        }

            .nav-items ul li a {
                text-decoration: none;
                color: var(--main-black);
                font-size: 1.4em;
            }

                .nav-items ul li a:hover {
                    text-decoration: underline;
                    color: var(--main-red);
                }

.search-icon {
    padding-top: 6px;
    height: 35px;
    width: 35px;
}

    .search-icon:hover {
        cursor: pointer;
        border-bottom: 2px solid var(--main-red);
    }

.yellow-heading {
    color: var(--main-yellow)
}

.nav-toggle {
    display: none;
}

.nav-menu-dropdown {
    position: absolute;
    padding: 2em;
    top: 90px;
    width: 100%;
    background-color: var(--main-dark-gray);
}

.nav-menu-dropdown-section {
    width: 80%;
}

    .nav-menu-dropdown-section h2 {
        z-index: 2;
        word-wrap: break-word;
        font-size: 1em;
        color: var(--main-yellow);
    }

    .nav-menu-dropdown-section li {
        word-wrap: break-word;
        font-size: 0.8em;
        color: var(--main-white);
    }

.nav-menu-dropdown-section-wrapper {
    margin: 2em;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.nav-menu-dropdown-section ul {
    padding-left: 0;
}

.nav-menu-dropdown-section li {
    list-style: none;
    padding-bottom: 9px;
}

/* hamburger container: place hamburger correctly */
.nav-toggle-label {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 2em;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    /** Define hamburger style */
    .nav-toggle-label span,
    .nav-toggle-label span::before,
    .nav-toggle-label span::after {
        /*   display: block;*/
        background: var(--main-black);
        height: 4px;
        width: 2em;
        border-radius: 2px;
        position: relative;
    }

        /* make hamburger top and bottom visible and rendered correctly */
        .nav-toggle-label span::before,
        .nav-toggle-label span::after {
            content: '';
            position: absolute;
            left: 20px;
            transition: all 0.6s ease-in-out;
        }

        /* Define distance betwen lines in hamburger */
        .nav-toggle-label span::before {
            bottom: 250%;
            left: 0;
            transform-origin: left top;
            transform: rotate(0deg);
        }

        .nav-toggle-label span::after {
            top: 250%;
            left: 0;
            transform-origin: left bottom;
            transform: rotate(0deg);
        }

    .nav-toggle-label span {
        left: 0;
        transition: background-color 100ms linear 300ms;
    }

/* Toggle color and animation of hamburger menu based on checkbox value */
#nav-toggle:checked ~ .nav-toggle-label span::before {
    background-color: var(--main-dark-gray);
    transform: rotateZ(41deg);
    left: 5px;
    transform-origin: left top;
}

#nav-toggle:checked ~ .nav-toggle-label span::after {
    background-color: var(--main-dark-gray);
    transform: rotateZ(-41deg);
    left: 5px;
    transform-origin: left bottom;
}

#nav-toggle:checked ~ .nav-toggle-label span {
    background-color: var(--main-yellow);
    transition: background-color 100ms linear;
}

.dropdown-navigation {
    display: none;
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background: var(--main-dark-gray);
    width: 100%;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 400ms ease-in-out 100ms;
}

.mobile-nav {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background: var(--main-dark-gray);
    width: 100%;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 400ms ease-in-out 100ms;
}

    .mobile-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav li {
        margin-bottom: 1rem;
        margin-left: 1rem;
    }

    .mobile-nav a {
        color: var(--main-black);
        text-decoration: none;
        font-size: 1.2rem;
        text-transform: uppercase;
        opacity: 0;
        transition: opacity 150ms ease-in-out;
    }

/* fade text before animating nav container */
.dropdown-navigation li,
.dropdown-navigation h2 {
    color: var(--main-white);
    text-decoration: none;
    text-transform: capitalize;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.dropdown-navigation h2 {
    color: var(--main-yellow);
    text-decoration: none;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.dropdown-navigation .yellow-divider {
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.mobile-nav a:hover {
    color: var(--main-light-gray);
}

.nav-toggle:checked ~ .dropdown-navigation {
    transform: scale(1, 1);
    transition: transform 400ms ease-in-out;
}

    .nav-toggle:checked ~ .dropdown-navigation li,
    .nav-toggle:checked ~ .dropdown-navigation h2,
    .nav-toggle:checked ~ .dropdown-navigation .yellow-divider {
        opacity: 1;
        transition: opacity 150ms ease-in-out 250ms;
    }

.main-hero-project a {
    padding: .7em 0;
}
/* / Header */
/**
    MAP STYLING
*/
.desktop-map-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/*svg circle {
    display: none;
}*/

svg text {
    display: none;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
    fill: #fdc300!;
}

#CookiebotWidget .CookiebotWidget-logo svg path {
    fill: #932828;
}

/**  Reuseable modules  */

.background-dark-gray {
    background-color: var(--main-dark-gray);
}

.background-light-gray {
    background-color: var(--main-light-gray);
}

.reusable-hero-wrapper {
    position: relative;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    justify-content: center;
}

.reusable-hero-image {
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 130vw;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.sub-page-heading {
    background-color: var(--main-dark-gray);
    padding-top: 2em;
    padding-bottom: 4em;
    color: var(--main-white);
}

.sub-page-header-wrapper {
    text-align: center;
    color: var(--main-yellow);
}
/** content2 */

.projects-section {
    color: var(--main-light-gray);
}

.project {
    margin: 1.8em 0;
}

.ongoing-projects-header {
    color: var(--main-yellow);
    font-size: 2em;
    margin-left: 0.2em;
    padding-top: 2em;
}

.reference-projects-header {
    color: var(--main-red);
    font-size: 2em;
    margin-left: 0.2em;
}

.thin-black-divider {
    border-bottom: 1px solid var(--main-black);
    width: 100%;
}

.black-divider {
    border-bottom: 3px solid var(--main-black);
    width: 100%;
}

.yellow-divider {
    border-bottom: 3px solid var(--main-yellow);
    width: 100%;
}

.red-divider {
    border-bottom: 3px solid var(--main-red);
    width: 100%;
}

.project-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    vertical-align: middle;
}

#ongoing-projects-section .project-header-dot {
    background-color: var(--main-yellow);
}

#reference-projects-section .project-header-dot {
    background-color: var(--main-red);
}

.project-header-dot {
    height: 15px;
    width: 15px;
    margin: auto 0.4rem auto 0;
    border-radius: 50%;
}

.project p {
    text-decoration: underline;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
}

/* / content2 */

/** ongoing projects */

.project-details-header {
    font-size: 3.1em;
    overflow-wrap: break-word;
}

.project-wrapper {
    display: flex;
    flex-direction: column;
}

    .project-wrapper img {
        max-height: 500px;
        object-fit: cover;
        display: flex;
        flex-direction: column;
    }

.ongoing-projects-header-background-color {
    background-color: var(--main-yellow);
}

.project-header-wrapper {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .project-header-wrapper h1 {
        margin-block-start: 0.2rem;
        margin-block-end: 0.2rem;
    }

.other-ongoing-project-header-wrapper {
    /* background-color: var(--main-yellow); */
    padding: 1.2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .other-ongoing-project-header-wrapper h1 {
        margin-block-start: 0.2rem;
        margin-block-end: 0.2rem;
    }

.other-reference-project-header-wrapper {
    /* background-color: var(--main-red); */
    padding: 1.2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .other-reference-project-header-wrapper h1 {
        margin-block-start: 0.2rem;
        margin-block-end: 0.2rem;
    }

.project-header-description {
    text-transform: uppercase;
    font-size: 1.1em;
}

.project-header-location {
    /* 	text-transform: uppercase; */
    font-size: 1.1em;
}

.project-name-ongoing, .project-name-reference {
    color: var(--main-white);
}

    .project-name-ongoing:hover {
        color: var(--main-yellow);
    }

    .project-name-reference:hover {
        color: var(--main-red);
    }

.mobile-project-details-wrapper {
    margin: 2em 0 3em 0;
}

.desktop-project-details-wrapper {
    margin: 2em 0 3em 0;
    display: none;
}

.desktop-project-details-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: var(--project-details-max-width);
}

.mobile-project-details-list {
    display: grid;
    grid-template-columns: 50% 50%;
}

.project-item-border-top {
    border-top: 1px solid var(--main-dark-gray);
    padding-top: .7em;
}

.dynamic-project-item-border-top {
    border-top: 1px solid var(--main-dark-gray);
    padding-top: 1em;
}

.project-details-item {
    border-bottom: 1px solid var(--main-dark-gray);
    margin: 1.2em 1em 0.3em 0;
    padding-right: 1em;
}

    .project-details-item p {
        margin-block-start: 0;
        margin-block-end: 0.7em;
    }

.project-details-item-description {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
}

.project-details-item-content {
    font-weight: bold;
    font-size: 1.2em;
    padding-right: 30px;
    word-break: break-word;
}

.project-bread-and-project-map-wrapper {
    width: 65%;
}

    .project-bread-and-project-map-wrapper img {
        height: auto;
        width: 100%;
        max-width: var(--project-details-max-width);
    }

.details-map-wrapper {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 10em;
    margin-bottom: 1em;
}

.project-map {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.project-bread {
    padding-top: 2em;
    padding-bottom: 2em;
}

.project-images-wrapper {
    padding-top: 2em;
    padding-bottom: 6em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
}

    .project-images-wrapper img {
        height: auto;
        width: 100%;
    }

.project-other-ongoing-projects-wrapper {
    background-color: var(--main-light-gray);
}

.other-projects-in-same-county-wrapper li {
    vertical-align: middle;
    list-style-type: none;
}

    .other-projects-in-same-county-wrapper li span {
        text-decoration: underline;
    }

.other-projects-in-same-county-wrapper img {
    vertical-align: middle;
    width: 13px;
    height: auto;
    margin: auto 5px;
}
/* / ongoing projects */
/** Reference projects */

.reference-projects-header-background-color {
    background-color: var(--main-red);
}

/*.reference-project-header-wrapper {
    background-color: var(--main-red);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}*/
/* / Reference projects */

/** Our values */

.generic-hero-wrapper {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    justify-content: center;
}

    .generic-hero-wrapper::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: var(--hero-gradient);
    }

.generic-hero-header {
    position: absolute;
    bottom: 0%;
    color: var(--main-white);
    font-size: 4em;
    z-index: 1;
}

.hero-image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 80%;
}

/**
    VIDEO stylling

*/

.video-video-wrapper {
    /*text-align: center;*/
    margin-top: 1em;
    margin-bottom: 1em;
}

    .video-video-wrapper iframe {
        width: 100%;
        /*height: auto*/
    }

/** NEW SIZES */
.generic-page-heading-wrapper {
    /* background-color: var(--main-dark-gray);*/
    /*color: var(--main-white);*/
    padding-top: 2em;
    padding-bottom: 2em;
    /*text-align: center;*/
}

    .generic-page-heading-wrapper h1 {
        font-size: 2.5em;
        font-weight: 500;
    }

    .generic-page-heading-wrapper h2 {
        font-size: 2.5em;
        font-weight: 500;
    }

.our-values-content-wrapper {
    margin: 3em 0;
}

.our-values-content-item {
    padding-top: 1em;
    padding-bottom: 1em;
}

/* / Our values */
/** Business areas */

.business-area-grid {
    margin-top: 5em;
    margin-bottom: 4em;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 4em;
}

.business-area-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 11em;
    padding: 5px;
    align-self: start;
    margin-bottom: 30px;
}

business-area-menu a {
    text-decoration: none;
}

.business-area-menu-item {
    padding: 1em 1em 1em 2em;
    margin-block-start: 0;
    margin-block-end: 0;
    color: var(--main-black);
    background-color: var(--main-white);
    font-size: 1.1em;
    font-weight: 500;
}

.business-area-menu p:hover {
    background-color: var(--main-yellow);
}

.business-area-circles-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: -80px;
    margin-bottom: 2em;
}

.business-area-circle {
    z-index: 2;
    background-color: var(--main-black);
    height: 9em;
    width: 9em;
    border-radius: 100%;
    text-align: center;
    margin: 0.5em auto;
    /* padding: 20% */
    box-shadow: 0 0 50px -10px var(--main-light-gray);
}

    .business-area-circle h2 {
        padding-top: 1.4em;
        margin-block-start: 0;
        margin-block-end: 0;
        color: var(--main-yellow);
        font-size: 1.5em;
    }

    .business-area-circle h3 {
        width: 100%;
        text-transform: uppercase;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-bottom: 7px;
        color: var(--main-light-gray);
        font-size: 1em;
    }

    .business-area-circle a {
        color: var(--main-light-gray);
        font-size: 0.7em;
    }

.business-area-main-content {
    padding-top: 1rem;
}

.business-area-collaborator-card {
    width: 200px;
    margin: 3em auto;
    padding: 3em 2em;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: var(--main-white);
}

.business-area-page-company-logo {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.other-areas-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

    .other-areas-wrapper a {
        text-decoration: none;
    }

.image-gallery-thumbnail {
    height: 215px;
}

/** / Business areas */
/**
    BUSINESS AREAS SUBPAGE
*/
.business-area-page-companies-wrapper {
    margin-bottom: 4em;
}

.business-area-page-real-estate-wrapper {
    margin-bottom: 4em;
}

.business-area-page-real-estate-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.business-area-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

    .business-area-contact-wrapper a {
        display: inline-flex;
        padding: 1em 1em;
        background-color: var(--main-light-gray);
        border-radius: 7px;
        color: inherit;
        text-decoration: none;
    }

    .business-area-contact-wrapper p {
        margin: auto 0;
        font-weight: bold;
        font-size: 1.3em;
    }

    .business-area-contact-wrapper img {
        width: 3em;
        height: auto;
        padding-right: 1em;
    }

.business-area-page-company-with-logo-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5em;
    margin-top: 2em;
    margin-bottom: 2em;
}

    .business-area-page-company-with-logo-wrapper a {
        margin: auto;
    }

.business-area-page-company-without-logo-wrapper {
    margin-top: 2em;
    margin-bottom: 2em;
}

    .business-area-page-company-without-logo-wrapper a {
        font-size: 1.5em;
    }

.other-areas-wrapper {
    padding-top: 2rem;
    padding-bottom: 4rem;
    /*  width: 60%;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4em;
}
/** Contact */
.contact-us-blob {
    margin-top: 0;
    /*  flex-direction: column-reverse;
    display: flex;*/
}

.contact-hero-wrapper {
    position: relative;
    /* 	border: 10px solid red; */
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    /* 	display: flex; */
    justify-content: center;
}

    .contact-hero-wrapper h1 {
        z-index: 1;
    }

.contact-heading {
    background-color: var(--main-black-2);
    padding-top: 2em;
    padding-bottom: 2em;
    color: var(--main-white);
}

.contact-info-wrapper {
}

    .contact-info-wrapper h2 {
        font-size: 2.4em;
        padding-top: .8rem;
        margin-top:1.5rem;
    }

.contact-info-wrapper {
}

.contact-menu-sticky ul {
    padding-inline-start: 0;
}

.contact-header-wrapper {
    text-align: center;
    color: var(--main-yellow);
}

.contact-map-wrapper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.contact-alternatives {
    padding: 1em 0;
}

.mail-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.contact-email-social-media {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.contact-alternatives a {
    color: var(--main-white);
    font-size: 1.2em;
}

.contact-alternatives img {
    /* width: 2.5rem;*/
    margin-right: 2em;
    color: var(--main-light-gray);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 3em;
}

.contact-sidemenu-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 11em;
    padding: 5px;
    margin-top: 7em;
    min-width: 10em;
    align-self: start;
    margin-bottom: 30px;
    background-color: var(--main-light-gray)
}

    .contact-sidemenu-sticky a {
        color: var(--main-black);
        text-decoration: none;
        padding: 1em 2em;
    }

.contact-main {
    padding-top: 7rem;
    /*    background-color: var(--main-white)*/
}

.employee-section-wrapper h2 {
    font-size: 2em;
}

.employee-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.employee-card {
    padding: 1em 0;
}

    .employee-card a {
        color: var(--main-black)
    }

.employee-card-employee-image {
    width: 220px;
    min-height: 220px;
    overflow: hidden;
}

.employee-card-image {
    width: 180px;
    min-height: 180px;
    border-radius: 100%;
    background-image: url('./res/img/skiskytter.png');
}

.employee-card-contact-wrapper img {
    width: 2em;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
}

.employee-card-contact-wrapper p {
    display: flex;
    flex-direction: row;
}

    .employee-card-contact-wrapper p a {
        text-align: center;
        vertical-align: middle;
    }
/* / Contact */
/** Footer */

.footer-map {
    padding: 5em 0;
    width: 100%;
}

.mobile-footer-image {
    width: 100%;
    height: auto;
    margin-top: 4em;
}

/* / Footer */

/** Main */
.landing-page {
    /* 	height: 200vh; */
    background-color: var(--main-light-gray);
}

.hero-wrapper {
    background-color: var(--main-black);
    background-image: url('./res/bakgrunn.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25% 80%;
    height: 100vh;
    /*    margin-top: -110px;*/
}

/* Experimental code  */
.hero-wrapper, .generic-hero-wrapper {
    /*   top: -170px;
    position: relative;*/
}

.hero-text-wrapper {
    color: var(--main-white);
    position: absolute;
    bottom: 9%;
    left: 3%;
}

.hero-heading {
    /* width: 60%; */
    font-size: 4em;
    margin-block-end: 0;
}

.hero-subheading {
    font-size: 2em;
    width: 15em;
    margin-block-start: 33px;
}

.map-placeholder {
    position: absolute;
    top: 1em;
    right: 7em;
    padding-top: 60px;
}

    .map-placeholder svg {
        height: 81vh;
        padding-top: 8vh;
    }

.project-types-wrapper {
    color: var(--main-light-gray);
    /* 	border: 3px solid red; */
    display: flex;
    flex-direction: column;
    margin: 3rem auto;
}

    .project-types-wrapper a {
        color: var(--main-white);
    }

.project-type {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .project-type p {
        margin: auto 0;
        /*        font-size: 1.2em;*/
        font-size: 1.8em;
        padding-left: 1.5em;
    }


#projects:hover #project-ongoing-ellipse {
    stroke: #fff;
}

#reference-projects:hover #project-reference-ellipse {
    stroke: #fff;
}

#go-green:hover #go-green-ellipse {
    stroke: #fff;
}

.project-types-wrapper {
    position: absolute;
    right: 5%;
    font-size: 0.7rem;
    bottom: 12%;
}

.color {
    height: 30px;
    width: 30px;
    margin: 0.8rem;
    border-radius: 50%;
    background-color: var(--main-yellow);
}

#reference-projects div {
    background-color: var(--main-red);
}

#vacant-work-positions div {
    background-color: var(--main-black);
    border: 2px solid var(--main-light-gray);
}

#sponsor-marte-or div {
    background-color: green; /* replace with sponsor img */
}

.blob {
    color: var(--main-light-gray);
    margin: 3em 0 8em 0;
}

    .blob h2 {
        text-transform: uppercase;
    }

.business-areas {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: var(--main-light-gray);
}

.landing-page-vertical-spacing {
    padding-top: 4em;
    padding-bottom: 4em;
}

.front-page-business-area-circle {
    font-size: .8em;
    font-weight: 400;
   /* padding: 5%;*/
    border: 4px solid black;
    background-color: var(--main-black);
    height: 200px;
    width: 200px;
    width: 14.375em;
    height: 14.375em;
    border-radius: 100%;
    text-align: center;
    margin: 2em auto;
    /* padding: 20%;*/
    box-shadow: 0 0 50px -10px var(--main-black-2);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: var(--business-area-transition)
}

    .front-page-business-area-circle:active {
        border: 4px solid var(--main-red);
    }

.desktop-business-areas-header {
    display: none;
}

.front-page-business-area-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    justify-content: space-evenly;
    display:flex;
    flex-wrap:wrap;
}

    .front-page-business-area-wrapper a {
        text-decoration: none;
    }

.front-page-business-area-circle-icon {
    /*height: 3.125em;*/
    height: auto;
    width: 3.125em;
    transition: var(--business-area-transition);
}

.front-page-business-area-circle-arrow {
    width: 2.875em;
    height: auto;
    transition: var(--business-area-transition);
}

.front-page-business-area-circle img {
    margin: 0 auto;
}

.front-page-business-area-circle:hover {
    border: 4px solid var(--main-yellow);
    transition: var(--business-area-transition);
}

    .front-page-business-area-circle:hover .front-page-business-area-circle-icon {
        height: auto;
        width: 4em;
        transition: var(--business-area-transition);
    }

    .front-page-business-area-circle:hover .front-page-business-area-circle-arrow {
        padding-left: 20px;
        width: 3.4em;
        transition: var(--business-area-transition);
    }

.front-page-business-area-circle h3 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 2em;
    font-weight: 400;
    color: var(--main-light-gray);
}

.front-page-business-area-circle h5 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 7px;
    color: var(--main-light-gray);
    font-size: 1.3em;
}

.front-page-business-area-circle a {
    color: var(--main-light-gray);
}

/** FEATURED */
.featured-image-link-wrapper {
    position: relative;
}

.featured-image-wrapper-v2 {
    position: relative;
    font-size: .8em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .featured-image-wrapper-v2 h2 {
        margin-block-start: 0;
        margin-block-end: 0;
    }

    .featured-image-wrapper-v2 h3 {
        position: relative;
        font-size: 1.8em;
    }

.featured-image-text-wrapper-v2 {
    margin-block-start: 0;
    margin-block-end: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background: rgb(10, 10, 10); /* Fallback for older browsers without RGBA-support */
    background: rgba(10, 10, 10, 0.8);
    position: absolute;
    bottom: 0;
    padding: 1em 2em;
    box-sizing: border-box;
    color: white;
    width: 100%;
    transition: var(--image-link-transition);
}

    .featured-image-text-wrapper-v2 h2 {
        text-align: left;
        margin-block-start: 0.3em;
        margin-block-end: 0.3em;
    }

    .featured-image-text-wrapper-v2 h3 {
        text-align: left;
        font-size: 1.8em;
        /*
        margin-block-start: 0.3em;
        margin-block-end: 0.3em;*/
    }

.fetured-image-text-wrapper-v2 h2 {
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: left;
}

.featured-image-text-wrapper {
    text-align: left;
    z-index: 10;
    position: absolute;
    color: var(--main-black);
    text-decoration: none;
    font-weight: bold;
}

    .featured-image-text-wrapper h2,
    .featured-image-text-wrapper h3 {
        margin-block-start: 0.3em;
        margin-block-end: 0.1em;
        font-weight: bold;
        text-align: left;
    }

    .featured-image-text-wrapper h3 {
        font-size: 1.5em
    }

.featured-fullpane-image-wrapper-v2 {
    right: 0;
    bottom: unset;
    top: 0;
    width: 10em;
    height: 300px;
    margin-block-start: 0;
    margin-block-end: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background: rgb(10, 10, 10);
    background: rgba(10, 10, 10, 0.8);
    position: absolute;
    bottom: 0;
    padding: 1em 2em;
    box-sizing: border-box;
    color: white;
    /*
    transition: var(--image-link-transition);*/
}

    .featured-fullpane-image-wrapper-v2 img {
        margin: auto;
    }

.featured-two-panes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding-bottom: 22px;
}

.featured-two-panes-image {
    width: 100%;
    object-fit: cover;
}

.featured-image-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.featured-image-full-pane {
    font-size: .8em;
    top: 2em;
    right: 5em;
    color: var(--main-white);
}

.featured-one-pane {
    display: grid;
    grid-template-columns: 2fr 4fr;
    gap: 22px;
    height: 300px;
    transition: var(--image-link-transition);
}

    .featured-one-pane a {
        text-decoration: none;
        color: var(--main-black);
        overflow: hidden;
    }

    .featured-one-pane:hover {
        font-size: 1.05em;
        transition: var(--image-link-transition);
    }

        .featured-one-pane:hover .sponsor-image {
            transform: scale(1.1);
            overflow: hidden;
            transition: var(--image-link-transition);
        }

.featured-orange-box {
    box-sizing: border-box;
    background-color: var(--main-yellow);
    height: 100%;
    padding: 2em;
}

.one-pane-text-wrapper h2 {
    font-size: 2em;
    text-align: left;
    margin-block-start: 0;
    margin-block-end: 0;
}

.one-pane-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
    box-sizing: border-box;
    transition: var(--image-link-transition);
    transform: scale(1);
}

.featured-image-arrow {
    height: auto;
    width: 2em;
    font-size: 0.8rem;
}

.featured-image-link:hover .featured-image-text-wrapper-v2 {
    font-size: 1.1em;
    transition: var(--image-link-transition);
}

/** CERTIFICATION */
.certifications {
    padding-top: 2em;
}

.certification-text {
    text-align: center;
}

.certification-details {
    line-height: 1.5em;
    margin: 1em auto;
    font-size: 1.7em;
    font-weight: bold;
    width: 60%;
    display: flex;
    justify-content: space-around;
}


.certification-text h3 {
    line-height: 1.5em;
    max-width: calc(var(--text-width-max) + 40px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.certification-details  {
    max-width: var(--text-width-max);
}

.certification-details h4 {
    margin: 0 1em;
    color: var(--main-red);
}

.certification-icons {
    max-width: 600px;
    margin: 4em auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

    .certification-icons img {
        padding: 0 4em;
        max-width: 175px;
        object-fit: contain;
        max-height: 175px;
    }

/** aktuelt */

.aktuelt-hero {
    height: 25em;
    object-fit: cover;
}

.aktuelt-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    margin-bottom: 4em;
}

.aktuelt-grid {
    margin-top: 2em;
}

.aktuelt-card {
    position: relative;
    min-height: 28em;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.aktuelt-card-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.aktuelt-card-text-wrapper {
    padding: .8em 1.1em;
}

.aktuelt-card-date {
    color: var(--text-gray);
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.aktuelt-card-header {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 0.8em;
    margin-bottom: 0.2em;
}

.aktuelt-card-intro-text {
    line-height: 1.5;
}

.aktuelt-card-link {
    position: absolute;
    bottom: 1em;
    left: 1em;
}

.aktuelt {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: var(--main-light-gray);
}

.aktuelt-bilde {
    width: 100%;
    object-fit: fill;
}

.image-section-text-and-credits {
    text-align: start;
    font-style: italic;
    font-size: .9em;
}

    .image-section-text-and-credits p {
        margin-block-end: 0.2em;
        margin-block-start: 0.2em;
    }

.generic-page-content-block-wrapper {
    margin-bottom: 2em;
    max-width: var(--text-width-max);
}

.business-area-sub-page-contact-wrapper {
    padding-top: 2em;
}

.published-date-wrapper {
    display: none;
}

.aktuelt-preview-blob {
    display: none;
}

.aktuelt h2 {
    text-transform: uppercase;
}

.aktuelt-text-block-wrapper {
    padding-bottom: .8em;
    max-width: var(--text-width-max);
}

    .aktuelt-text-block-wrapper h3 {
        margin-block-start: 0;
        font-size: 1.5em
    }

    .aktuelt-text-block-wrapper h3 {
        font-size: 1.5em;
        font-weight: 500;
        margin-block-end: 0;
    }

    .aktuelt-text-block-wrapper p {
        font-size: 18px;
        line-height: 1.5em;
    }

    .aktuelt-text-block-wrapper ul {
        font-size: 18px;
    }

.aktuelt .underline {
    border: 3px solid var(--main-yellow);
    width: 100%;
    margin: 0 auto;
}

.article-wrapper {
    margin: 3em auto;
    padding: 1.5em;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: var(--main-white);
}

.image-wrapper {
    /* 	border: 2px solid black; */

    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.aktuelt-image {
    width: 100%;
    height: auto;
}

.aktuelt a {
    color: var(--main-black);
}

.read-more-button {
    height: 50px;
    width: 180px;
    background-color: var(--main-yellow);
    border-radius: 7px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: none;
    font-size: 1rem;
    font-weight: 700;
}

.back-button {
    border: none;
    background-color: unset;
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1.87em;
    padding: 1em;
    text-decoration: none;
    color: var(--main-black);
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .back-button a {
        text-decoration: none;
        color: var(--main-black);
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .back-button img {
        padding-right: 1.5em;
        height: 1.3em;
    }

.aktuelt-image-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
}

    .aktuelt-image-gallery a {
    }

        .aktuelt-image-gallery a img {
            max-height: 300px;
        }
/** AKTUELT PAGE */
.generic-page-ingress {
    font-size: 1.5em;
    line-height: 1.5;
    max-width: 1000px;
    font-size: 21px;
    line-height: 30px;
    font-size: 1.3125em;
}

/** Sponsor feature */
.sponsor-feature {
    background-color: var(--main-yellow);
    padding-top: 3em;
    padding-bottom: 3em;
}

    .sponsor-feature h2 {
        text-transform: uppercase;
    }

.mobile-image-full-width {
    padding: 2.5em 0;
    overflow: hidden;
    width: 100%;
}

.mobile-social-media-icons-wrapper {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

    .mobile-social-media-icons-wrapper img {
        height: 1.7em;
        width: auto;
    }

.follow-me {
    text-align: center;
    margin: 1em 0;
}

    .follow-me p {
        margin: 0 auto;
        font-size: 0.8em;
    }

    .follow-me span {
        text-decoration: underline;
    }

.sponsor-button {
    display: block;
    margin: auto;
    width: 170px;
    height: 30px;
    border-radius: 8px;
    border: none;
}

/** Prosjektsiden*/

/** FOOTER */
footer {
    background-color: var(--main-black-2);
    margin-top: 8em;
    padding-top: 4em;
}

.footer-main {
    max-height: 520px;
    background-color: var(--main-black-2);
    color: var(--main-white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 4em;
}

.footer-left {
    display: flex;
    flex-direction: column;
}

.footer-left-logo {
    width: 100px;
    height: 100px;
}

.footer-left h4 {
    color: var(--main-yellow);
}

.footer-social-media-wrapper {
    /* text-align: center; */
    /* width: 50%; */
    /* margin: 0 auto; */
    /* padding-left: 10em; */
}

.white-telephone-icon, .white-email-icon {
    width: 35px;
}

.generic-some-icon {
    height: 30px;
    width: 30px;
}

.footer-left-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 2em;*/
}

    .footer-left-text h4 {
        font-size: 2em;
    }

    .footer-left-text p {
        font-size: 1.5em;
        margin-block-start: 0;
        margin-block-end: 0.2em;
    }

.footer-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-type-wrapper {
    font-size: 1.5em;
    padding-left: 2em;
    padding-bottom: 0.9em;
}

    .contact-type-wrapper a {
        color: var(--main-white);
    }

.footer-right {
    text-align: center;
    vertical-align: middle;
}

.footer-yellow {
    background-color: var(--main-yellow);
}

    .footer-yellow p {
        color: var(--main-black);
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        padding: 1em 0;
        margin-block-start: 0;
        margin-block-end: 0;
    }

.footer-social-media-wrapper {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding-left: 10em;
}

    .footer-social-media-wrapper img {
    }

.footer-right-image {
    width: 100%;
    height: 250px;
    margin-top: 4em;
}

.footer-right button {
    position: relative;
    background-color: var(--main-light-gray);
    border-radius: 12px;
    padding: .7em 1em;
    font-weight: bold;
    margin-top: 1.5em;
    float: right;
}

.button-icon {
    height: 10px;
    width: 10px;
    padding-left: 30px
}

.table-with-underline td {
    padding-right: 2em;
    padding-bottom: .55em;
}
/**
    ABOUT US
*/
.project-wrapper a,
.project-bread-and-project-map-wrapper a,
.breadcrumbs-wrapper a,
.about-us-wrapper a,
.aktuelt-overview-grid a,
.aktuelt-grid a,
.aktuelt-card a,
.employee-card-contact-wrapper a,
.business-area-page-company-without-logo-wrapper a {
    color: var(--main-black);
}

    .project-wrapper a:hover,
    .project-bread-and-project-map-wrapper a:hover,
    .breadcrumbs-wrapper a:hover,
    .about-us-wrapper a:hover,
    .aktuelt-overview-grid a:hover,
    .aktuelt-grid a:hover,
    .employee-card-contact-wrapper a:hover,
    .business-area-page-company-without-logo-wrapper a:hover {
        color: var(--main-yellow);
    }

.about-us-grid {
    margin-top: 5em;
    margin-bottom: 4em;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 4em;
}

.about-us-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 11em;
    /*    padding: 5px;*/
    align-self: start;
    margin-bottom: 30px;
    list-style: none;
}

    .about-us-sticky ul {
        padding-inline-start: 0;
        margin-block-start: 0;
        margin-block-end: 0;
    }

.about-us-menu li {
    list-style: none;
    border-bottom: 2px solid var(--main-yellow);
}

.about-us-menu a {
    text-decoration: none;
}

.about-us-menu-item {
    padding: 2em 0 2em 2em;
    margin-block-start: 0;
    margin-block-end: 0;
    color: var(--main-black);
    background-color: var(--main-light-gray);
}

.about-us-menu p:hover {
    background-color: var(--main-yellow);
}

.about-us-header-and-ingress {
    margin-bottom: 4em;
    /*max-width: var(--text-width-max);*/
}

    .about-us-header-and-ingress h2 {
        font-size: 2.5em;
        font-weight: 500;
        margin-block-start: 0;
        margin-block-start: 0;
        /* margin-block-end: 0;*/
    }

    .about-us-header-and-ingress p {
        margin-block-start: 0.5em;
    }

.about-us-menu-active {
    background-color: var(--main-yellow);
}

.sticky-menu-active {
    background-color: var(--main-yellow);
}

.about-us-subpage-imagewrapper {
    width: 100%;
    /* text-align: center;*/
    padding-bottom: .8em;
}

    .about-us-subpage-imagewrapper a {
        /* width: 100%;*/
        /*text-align: center;*/
    }

.about-us-subpage-image {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.what-we-do-image {
    width: 60%;
    object-fit: cover;
    margin: 0 auto;
    /*    margin-bottom: 3em;
*/
}

.img-max-width {
    max-width: var(--image-fullwidth-max-width);
}

.about-us-table {
    font-size: 1.2em;
    padding-bottom: 3em
}

    .about-us-table thead {
        font-weight: bold;
    }

    .about-us-table thead {
        border: 1px solid black;
    }

        .about-us-table thead td {
            padding-top: .8em;
            padding-bottom: .2em;
        }


        .table-seven {
            width: 100%;
        }
/**
    WORK
*/
.work-buttons-wrapper {
    display: flex;
    flex-direction: row;
    gap:2em;
  /*  justify-content: space-between;*/
  /*  justify-content: space-between;*/
    flex-wrap: wrap;
}

    .work-buttons-wrapper button {
        width: 30%;
        min-width: 250px;
        padding: .5em;
        border-radius: 12px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 3em 0;
    }

.work-button-v2 {
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-color: var(--main-light-gray);
    border-radius: 12px;
    padding: 0.7em 1em;
    font-weight: bold;
    margin-top: 1.5em;
    float: right;
}

.work-buttons-wrapper p {
    margin: auto 0;
    display: inline;
    font-size: 1.5em;
    font-weight: 700;
    float: left;
    padding-left: 10px;
}

.work-buttons-wrapper img {
    height: 23px;
    /* width: 147px; */
    float: right;
    padding-left: 30px;
    padding-right: 20px;
}

.work-link-button {
    width: 30%;
    min-width: 270px;
    padding: 0.5em;
    border-radius: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 3em 0;
    /*  background-color: #FCC317;*/
    border: 2px solid #f5f5f5;
    color: var(--main-black);
    transition: var(--business-area-transition);
}

    .work-link-button:hover {
        border: 2px outset rgb(118, 118, 118);
        transition: var(--business-area-transition);
    }

.work-contact-us {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.4em;
    margin-bottom: 2em;
}

    .work-contact-us a {
        color: var(--main-black);
    }

    .work-contact-us div {
        margin-top: 1em;
        margin-bottom: 1em;
        font-weight: bold;
    }

    .work-contact-us img {
        width: 52px;
    }

.work-about {
    width: 65%;
    margin-bottom: 4em;
}

/*
    CONTACT
*/

#map {
    min-height: 320px;
}

.contact-map-wrapper {
    font-size: 2.4em;
    width: 50%;
    padding-top: .8rem;
    margin-top: .83em;
    /*  height: 200px;*/
}
/**
    PROJECT V3
*/
.project-v3 {
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding-bottom: 4em;
}

    .project-v3 h1 {
        color: var(--main-white);
    }

.project-v3-navigator {
    background-color: var(--main-dark-gray);
    padding-top: 166px;
}

/*.project-v3-navigator-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 11em;
    padding: 5px;
    align-self: start;
    margin-bottom: 30px;
}*/

project-v3-navigator h1 {
    color: var(--main-white);
}

.project-selector-wrapper {
    border-radius: 12px;
    background-color: var(--main-light-gray);
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 1em 0;
}

    .project-selector-wrapper button {
        border-radius: 12px;
        border: none;
        margin: .6em;
        font-weight: bold;
        background-color: var(--main-dark-gray);
    }

.project-search-wrapper {
    margin: 1em 0;
}

    .project-search-wrapper input {
        width: -webkit-fill-available;
        padding: 1em 2em;
        font-weight: bold;
    }

.project-card-wrapper {
    margin-top: 4em;
}

.project-card {
    margin: 1em 0;
    padding-left: 1em;
    border: 2px solid gold;
    border-radius: 12px;
    background-color: var(--main-light-gray);
}

    .project-card h2 {
        margin-block-end: 0.4em;
    }

    .project-card h3 {
        margin-block-start: 0;
        ;
    }

    .project-card a {
        text-decoration: none;
        color: var(--main-black);
    }

.project-v3-map {
}

    .project-v3-map img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.search {
    position: relative;
    color: #aaa;
}

    .search input {
        font-size: 1em;
        height: 32px;
        background: #fcfcfc;
        border: 1px solid #aaa;
        border-radius: 12px;
        /* box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset; */
    }

    .search .project-search-icon {
        position: absolute;
        padding-top: 4px;
        top: 10px;
        left: 10px;
    }

    .search .project-search-icon {
        left: auto;
        right: 10px;
    }

.samfunnsansvar-content .aktuelt-text-block-wrapper {
    width: 65%;
    line-height: 1.5;
}

.samfunnsansvar-block-image {
    width: 50%;
}

    .samfunnsansvar-block-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.samfunnsansvar-buttons-wrapper button {
    width: 310px;
    min-width: 350px;
    /* border: none; */
    padding: .5em;
    border-radius: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin: 3em 0; */
}

.samfunnsansvar-subpage-button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

    .samfunnsansvar-subpage-button-wrapper img {
        height: 23px;
        float: right;
        padding-left: 30px;
        padding-right: 20px;
        margin: auto;
    }

.samfunnsansvar-block-text {
    width: 80%;
}

    .samfunnsansvar-block-text h3 {
        font-weight: 500;
        font-size: 2.5em;
    }

.samfunnsansvar-subpage-button {
    background-color: var(--main-yellow);
    width: 27em;
    display: flex;
    justify-content: space-between;
    padding: 2em 1.5em;
    border-radius: 12px;
    margin-bottom: 6em;
    font-size: .6em;
    border: 2px solid var(--main-yellow);
    transition: var(--business-area-transition);
}

    .samfunnsansvar-subpage-button:hover {
        transition: var(--business-area-transition);
        border: 2px solid var(--main-black);
        cursor: pointer;
    }

    .samfunnsansvar-subpage-button p {
        margin: auto 0;
        display: inline;
        font-size: 1.7em;
        font-weight: 500;
        float: left;
    }

    .samfunnsansvar-subpage-button img {
        width: 20px;
        height: auto;
    }

/**
        SPONSORAT
    */

.sponsorat-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em;
    max-width: 1200px;
}

.sponsorat-card {
    margin-bottom: 3em;
}

    .sponsorat-card h2 {
        text-align: center;
        font-size: 1.5em;
        font-weight: 500;
        margin-block-end: .5em;
        margin-block-start: .8em;
    }

    .sponsorat-card p {
        /*font-size: 18px;*/
        line-height: 1.5em;
    }

.samfunnsansvar-sponsorat-card h2 {
    font-size: 1.5em;
    text-align: center;
}

.link-hover-red:hover {
    color: var(--main-red);
    text-decoration-color: var(--main-red);
}

.link-hover-yellow:hover {
    color: var(--main-yellow);
    text-decoration-color: green;
}

.footer-wrapper-v2 {
    color: var(--main-white);
    display: grid;
    grid-template-columns: 3fr 2fr 2fr;
    padding-top: 2em;
    padding-bottom: 4em;
}

.footer-left-header {
    display: flex;
    flex-direction: row;
    padding-bottom: 3em;
}

.footer-left-text {
    font-size: 0.8em;
}

    .footer-left-text p {
        padding: 0.4em 0;
    }

.footer-left-header img {
    width: 4.7em;
    height: 4.7em;
}

.footer-heading-v2 {
    color: var(--main-yellow);
    font-size: 1.8em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: auto 0;
    padding-left: .5em;
}

.footer-center-v2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.footer-button-v2 {
    text-decoration: none;
    cursor: pointer;
    width: 99%;
    margin: 0 auto;
    border: none;
    background-color: inherit;
    color: white;
}

    .footer-button-v2:active {
        color: var(--main-yellow);
    }

.footer-center-button-content-v2 {
    cursor: pointer;
    width: 99%;
    margin: 0 auto;
    border: none;
    background-color: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: .4rem;
}

.footer-button-text-v2 {
    text-decoration: none;
    font-size: 1.5em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: auto 0;
}

.footer-right-v2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-social-media-wrapper-v2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

    .footer-social-media-wrapper-v2 svg {
        padding: 0 1.2em;
        height: 2.8rem;
        width: 2.8rem;
        color: red;
    }

        .footer-social-media-wrapper-v2 svg:hover path {
            fill: var(--main-yellow);
        }

        .footer-social-media-wrapper-v2 svg:active path {
            fill: var(--main-red);
        }

.footer-animated-arrow {
    transition: var(--footer-link-transition);
}

.footer-button-v2:hover .footer-animated-arrow {
    transform: translateX(8px);
    transition: var(--footer-link-transition);
    fill: red;
}

.for-employees-section {
    padding-top: 4em;
    width: 50%;
}

.for-employees-description {
    font-size: 1.5em;
}

.for-employees-buttons-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
    flex-direction: row;
}

.for-employees-button {
    font-size: 1.2em;
    margin-right: 2em;
    padding: 1em;
    font-weight: 500;
    color: var(--main-black);
    border-radius: 14px;
    border: 2px solid var(--main-yellow);
    background-color: var(--main-yellow);
    text-decoration: none;
    transition: var(--footer-link-transition);
}

    .for-employees-button:hover {
        text-decoration: underline;
    }

    .for-employees-button:active {
        border: 2px outset var(--main-black-2);
        transition: none;
    }

.for-employees-downloads-wrapper {
    width: 80%;
    max-width: var(--text-width-max);
}

.for-employees-download-file {
    color: var(--main-black);
    font-weight: 500;
    text-decoration: none;
    margin-top: 1em;
    font-size: 1.2em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: var(--footer-link-transition);
}

    .for-employees-download-file:hover {
        background-color: var(--main-white);
        cursor: pointer;
        font-size: 1.3em;
        transition: var(--footer-link-transition);
    }

    .for-employees-download-file:active {
        border-bottom-color: var(--main-black);
        transition: 0s;
    }

.sponsorat-image {
    object-fit: contain;
}

.contact-menu-sticky {
    top: 10em;
    margin-top: 7em;
    min-width: 250px;
}

.noheader-offset {
    margin-top: 2.5em;
}

.hva-vi-gjor-grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
    max-width: 1250px;
}

.samfunnsansvar-sponsorat-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
}

.samfunnsansvar-sponsorat-thumbnail {
    height: 150px;
}


/* For links in footer-yellow */
.footer-yellow {
    background-color: #fdc300;
}

.grid-container2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* left / center / right */
    align-items: center;
    gap: 10px;
}

/* left / center / right alignment */
.item1 {
    text-align: left;
}

.item2 {
    text-align: center;
}

.item3 {
    text-align: right;
}

.grid-container2 p {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1em 0;
}

.item-small {
    display: none;
}

.footer-left-text {
    margin-bottom: 30px;
}



@media (max-width: 1000px) {

    .grid-container2 {
        grid-template-columns: 1fr; /* one column */
        font-size: 14px; /* allowed smaller font */
    }

    .item1 {
        display: none; /* remove the empty cell */
    }

    .item3 {
        display: none; /* hide the separate center cell */
    }

    /* Use only item3 and let all three labels share the space */
    .item3 {
        padding: 0 16px;
        justify-content: space-between;
    }

        /* Inject VI FLYTTER FJELL as the first “item” in the row */
        .item3::before {
            content: "VI FLYTTER FJELL";
            font-weight: bold;
            text-transform: uppercase;
            margin-right: 16px;
        }

        /* On small screens we don't want auto push on the last span anymore */
        .item3 span:last-child {
            margin-left: 0;
        }

    .item-small{
        color: white;
        display: block;
    }

    .footer-left-text {
        margin-bottom: 30px;
    }
}