/*article {
    max-width: 504px;
    width: 100%;
    margin: 52px auto;
    position: relative;
}

article h1 {
    margin-top: 0;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 8px;
}

article h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 25px;
}

article p {
    font-size: 14px;
}

article > img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 53px;
}

article .fb-like {
    position: absolute;
    right: 0;
    bottom: -36px;
}

@media screen and (max-width:500px) {

    article h1 {
        font-size: 28px;
    }
}*/

.embeditem{

    & iframe[src^="https://www.youtube.com"]{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    & iframe[src^="https://vimeo.com"]{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    & iframe[src^="https://player.vimeo.com"]{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

}




h1{
    font-size:36px;
    font-weight:bold;
}


h2{
    font-size:18px;
}


p{
    font-size:14px;
}
/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('/css/fonts/open-sans-v35-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('/css/fonts/open-sans-v35-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/**umb_name:Yvirskrift*/
h1{
    color: #009FE3;
    font-family: "Open Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/**umb_name:Undiryvirskrift*/
h2{
    color: #009FE3;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/**umb_name:Tekstur*/
p{
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

p.highlight{
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;

    position: relative;
    z-index: 2;

    padding: 64px 32px;

    margin-top: 64px;
    margin-bottom: 64px;
}

.highlight::after{
    content: '';

    position: absolute;
    top: 50%;
    left: 50%;
    width: 167%;
    height: 100%;

    transform: translate(-50%, -50%);

    background-color: #fff;
    z-index: -1;
}




html {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.35;
}

a {
    color: #000;
}

#layout {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 963px;
}

@media screen and (max-width:450px) {
    #layout {
        padding: 0 15px;
    }
}

body{
    background-color: #F3F2F2;
}

.content-area{
    min-height: calc(100vh - 344px);
}
.featuredLinks {
    max-width: 728px;
    box-sizing: content-box;
    overflow: hidden;
    margin: 0 auto 38px;
}

.featuredLinks .item {
    background-color: #bce3f9;
    padding: 17px 17px 28px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    min-height: 103px;
    box-sizing: border-box;
}

.featuredLinks .item p {
    margin: 0;
    padding: 0;
}

.featuredLinks .item .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.36;
}

.featuredLinks .item .fakelink {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    color: #009ee3;
    font-size: 14px;
}

.featuredLinks .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



@media screen and (min-width:730px) {

    .featuredLinks .item {
        float: left;
        width: calc((100% - 20px) / 2);
    }

    .featuredLinks .item:nth-child(odd) {
        margin-right: 20px;
    }
}

.newsListing {
    max-width: 728px;
    box-sizing: content-box;
    overflow: hidden;
    margin: 0 auto 38px;
}

.newsListing .item {
    border-top: 1px solid #009ee2;
    padding: 17px 0 34px;
    box-sizing: border-box;
    cursor: pointer;
}

.newsListing .item p {
    margin: 0;
    padding: 0;
}

.newsListing .item .tag {
    margin-top: 17px;
    color: #009ee3;
    font-size: 14px;
}

.newsListing .item img {
    display: block;
    width: 100%;
    height: auto;
}

.newsListing .item img + .title {
    margin-top: 17px;
}

.newsListing .item .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 12px;
}

.newsListing .item .text {
    font-size: 14px;
}

.newsListing .item a {
    text-decoration: none;
    text-align: center;
    color: #009ee3;
    font-size: 14px;
}

@media screen and (min-width:730px) {

    .newsListing .col {
        float: left;
        width: calc((100% - 20px) / 2);
    }

    .newsListing .col.right {
        float: right;
    }
}

section.video {
    position: relative;
    margin-bottom: 59px;
    background-color: #000;
}

section.video img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 100;
    position: relative;
    transition: opacity ease-out .4s;
}

section.video iframe, section.video span.sucd-wrapper {
    border: 0 none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

section.video .videoPh {
    z-index: 101;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/btnPlay.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    cursor: pointer;
}

section.video .videoPh .ssn-cookieconsent-wrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.video .videoPh .ssn-cookieconsent-wrapper div
{
    z-index: 111;
}

section.video .fb-like {
    position: absolute;
    right: 0;
    bottom: -29px;
}

section.video.playing img {
    pointer-events: none;
    opacity: 0;
}

@media screen and (max-width:450px) {

    section.video .videoPh {
        background-size: 80px 80px;
    }
}

.c-footer{
    
    background-image: url("/images/Waves.jpg");
    background-size: cover;

    min-height: 344px;
    color: #fff;

    .center{
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;
        padding: 0 32px;

        display: flex;
        flex-wrap: wrap;

        padding-top: 64px;

        box-sizing: border-box;
    }

    .item{
        width: fit-content;
    }

    .top-pad{
        padding-top: 10px;
    }

    & a{
        color: #fff;
        display: block;
        font-size: 16px;
        line-height: 28px;
        text-decoration: none;
    }

    & a:hover{
        text-decoration: underline;
    }

    & p{
        font-size: 16px;
        columns: #fff;
        line-height: 28px;
        margin: 0;
    }

    .map{
        padding-left: 84px;

        background-image: url("/images/icons/map.svg");
        background-size: 18px 13px;
        background-repeat: no-repeat;
        background-position: 55px 17px;

        & p{
            color: #fff;
        }
    }

    .info{
        & a{
            padding-left: 50px;
            background-position: 23px 7px;
        }
    }

    .phone{
        background-image: url("/images/icons/mobile.svg");
        background-size: 18px 13px;
        background-repeat: no-repeat;
    }

    .mail{
        background-image: url("/images/icons/envelope.svg");
        background-size: 18px 13px;
        background-repeat: no-repeat;
    }

    .web-address{
        background-image: url("/images/icons/globe.svg");
        background-size: 18px 13px;
        background-repeat: no-repeat;
    }

    .blue-line{
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;
        margin-top: 48px;
        color: #009FE3;
    }

    .grey{
        & a{
            color: rgba(255, 255, 255, 0.5);
        }
    }

    .underlined{
        text-decoration: underline;
    }

    .links{
        display: flex;

        & a{
            margin-right: 18px;
        }
        
    }

    .extra-links{
        display: flex;
        max-width: 1240px;
        padding: 48px 22px;
        margin: 0 auto;

        padding-top: 48px;

        justify-content: space-between;

        .item{
            width: fit-content;
        }
    }

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

        .logo{
            & img{
                width: 226px;
            }
        }

        .blue-line{
            max-width: none;
            width: auto;
        }

        .info{
            padding-left: 32px;
        }

        .center{
            flex-direction: column;
        }
    }

    @media screen and (max-width: 750px){
        .extra-links{
            flex-direction: column;
        }
    }

}
.c-404-not-found {
  margin: 0 auto;

  padding: 64px;

  max-width: 1262px;
}

.c-front-page-image{
    max-height: 475px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 475px;

    & img{
        width: 100%;
        object-fit: cover;

        min-height: 475px;
    }

    @media screen and (max-width: 900px){
        min-height: auto;
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
    }
}
.c-front-page-news{
    padding-bottom: 64px;

    .contents{
        max-width: 1240px;
        padding: 64px 20px;
        padding-top: 120px;
        padding-bottom: 24px;

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        margin: 0 auto;
    }

    .item{
        margin: 20px;
        display: block;
        width: 100%;

        text-decoration: none;

        max-width: 373px;
    }

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

    .image-holder{
        display: flex;

        overflow: hidden;
        width: 100%;
        aspect-ratio: 16 / 9;

        border-radius: 4px;

        & img{
            width: 100%;
            object-fit: cover;
        }
    }

    .title{
        color: #009FE3;
        font-family: "Open Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    & a{
        color: #009FE3;
    }

    .date{
        color: #707070;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .content{
        color: #000;
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 160% */
    }

    .blue-text{
        color: #009FE3;
        text-decoration: underline;
    }

    .more-news-button{
        background-color: #009FE3;
        color: #fff;

        padding: 16px;
        border-radius: 4px;
        text-align: center;
        display: block;
        max-width: 128px;
        margin: 0 auto;

        text-decoration: none;
    }

    .more-news-button:hover{
        background-color: #1bb1f1;
    }

    @media screen and (max-width: 900px){
        flex-direction: column;

        padding-left: 0;
        padding-right: 0;

        padding-top: 64px;
        padding-bottom: 16px;

        .item{
            margin: 20px 0;
            padding: 0 20px;
            box-sizing: border-box;
        }
    }

    @media screen and (max-width: 1278px){
        .contents{
            max-width: 826px;
        }
    }

    @media screen and (max-width: 785px){
        .contents{
            padding-top: 0;
            padding-left: 0;
            padding-right: 0;
            flex-direction: column;

            .item{
                max-width: none;
            }
        }
    }

}
.c-header{
    
    .center{
        padding: 40px 22px;

        max-width: 1760px;
        margin: 0 auto;

        display: flex;
        justify-content: space-between;
    }

    .item{
        width: fit-content;
    }

    .logo-link{
        display: block;
        height: 71px;
        flex-shrink: 1;
        display: flex;
        padding-top: 16px;
    }

    .nav-desktop{
        flex-shrink: 0;

        display: flex;
        align-items: center;

        & a{
            display: block;
            color: #000;
            text-decoration: none;

            margin: 20px;

            font-size: 22px;
        }

        & a:hover{
            color: #009FE3;
            text-decoration: underline;
        }
    }

    .mobile-nav{
        display: none;
        align-items: center;
        justify-content: center;
    }

    .burger-button{
        cursor: pointer;
    }

    .c-menu{
        display: flex;
        list-style: none;
    }

    .active{
        position: relative;

        & a{
            color: #009FE3;
        }
        
    }

    @media screen and (max-width: 1050px){
        .nav-desktop{
            display: none;
        }

        .logo-link{
            width: 232px;
            padding-top: 0;
            
            & img{
                width: 100%;
            }
        }

        .mobile-nav{
            display: flex;
        }
    }

}
.c-news-content{

    .image-holder{
        overflow: hidden;
        width: 100%;
        min-height: 475px;
        height: 475px;

        display: flex;
        justify-content: center;
        align-items: center;

        & img{
            object-fit: cover;
            width: 100%;
            min-height: 475px;
        }
    }

    .main-image-holder{
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;

        max-width: 808px;
        margin: 0 auto;
        margin-top: 0px;

        aspect-ratio: 4 / 3;

        & img{
            width: 100%;
            object-fit: cover;
            min-height: 100%;
        }
    }

    .title{
        margin-top: 32px;
        margin-bottom: 0px;
    }

    .date{
        margin-top: 0;
        margin-bottom: 10px;

        color: #707070;
        font-size: 16px;
    }

    .padded{
        max-width: 808px;
        margin: 0 auto;

        padding: 64px 22px;
        padding-top: 0px;
    }

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

        .image-holder{
            aspect-ratio: 16 / 9;
            height: auto;
            min-height: 0;
        }

        & h1{
            color: #009FE3;
            font-family: "Open Sans";
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: 18px;
        }

        .title{
            margin-top: 18px;
        }
    }
}
.c-news-list{
    
    .list{
        max-width: 1180px;
        margin: 0 auto;

        .c-pager{
            display: flex;
            flex-wrap: wrap;
    
            justify-content: center;
            margin-top: 0;

            box-sizing: border-box;
        }

        .block{
            text-decoration: none;
            box-sizing: border-box;
        }

        .block:hover{
            text-decoration: underline;
        }
    
        .NewsPreviewLink{
            margin: 12px;
            text-decoration: none;
            max-width: 369px;
            width: 100%;
            margin-bottom: 32px;

            box-sizing: border-box;
        }
    
        .image-holder{
            overflow: hidden;
    
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;

            border-radius: 4px;
    
            & img{
                width: 100%;
                object-fit: cover;
                min-height: 100%;
            }
        }
    
        .article-date{
            font-size: 16px;
            margin-bottom: 16px;
            margin-top: 0;
            line-height: normal;
            color: #707070;
        }
    
        .article-title{
            margin-top: 12px;
            margin-bottom: 5px;
            font-size: 24px;
            font-weight: 600;

            color: #009FE3;
        }
    }

    .image-holder-main{
        max-height: 475px;
        overflow: hidden;

        display: flex;
        justify-content: center;
        align-items: center;

        min-height: 475px;

        & img{
            width: 100%;
            object-fit: cover;

            min-height: 475px;
        }
    }

    .main-title{
        max-width: 1180px;
        padding: 0 22px;
        margin: 0 auto;
        display: block;
        padding-top: 64px;
        padding-bottom: 32px;
    }

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

        .list{
            .image-holder{
                min-height: auto;
                width: 100%;
                aspect-ratio: 16 / 9;
                height: auto;
            }
        }
           
    }

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

        .list{
            .c-pager{
                flex-direction: column;
                flex-wrap: nowrap;
            }
    
            .NewsPreviewLink{
                max-width: none;

                margin: 0;
                padding: 12px;
                padding-bottom: 32px;
            }
        }

        
    }
}
.c-mobile-menu{
    
    display: none;

    #top-menu{
        margin-top: 0;
    }

    .mobile-bg{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0, 0.0);

        transition: background-color 0.5s ease;

        pointer-events: none;

        z-index: 999;
    }

    .menu-bar{
        position: fixed;
        /*left: calc(100% - 512px);*/
        left: 100%;
        top: 0;

        background-color: #fff;
        padding: 32px;

        width: 512px;
        height: 100%;
        overflow: scroll;

        box-sizing: border-box;

        transition: left 0.5s ease;

        z-index: 1000;
    }

    & li{
        list-style: none;
        margin-bottom: 18px;
    }

    & a{
        text-decoration: none;
        font-size: 32px;
    }

    & a:hover{
        text-decoration: underline;
    }

    & ol{
        padding-left: 0;
    }

    .close-button{

        padding: 32px 0px;

        display: flex;
        flex-direction: row-reverse;

        box-sizing: border-box;

        & img{
            cursor: pointer;
            width: 32px;
        }
    }

    .active{
        & a{
            color: #009FE3;
        }
    }

    @media screen and (max-width: 1050px){
        display: block;
    }

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

}

.active-menu{

    .mobile-bg{
        background-color: rgba(0,0,0, 0.4);
        pointer-events: all;
    }

    .menu-bar{
        left: calc(100% - 512px);
    }

    @media screen and (max-width: 512px){
        .menu-bar{
            left: 0;
            width: 100%;
        }
    }
}

.c-normal-page-content{

    .image-holder{
        max-height: 475px;
        overflow: hidden;

        display: flex;
        justify-content: center;
        align-items: center;

        min-height: 475px;

        & img{
            width: 100%;
            object-fit: cover;

            min-height: 475px;
        }
    }

    .text-contents{
        max-width: 744px;
        margin: 0 auto;
        padding: 32px;
    }

    .highlight{
        padding-left: 0;
        padding-right: 0;
    }

    @media screen and (max-width: 1120px){
        overflow: hidden;

        .image-holder{
            min-height: auto;
            width: 100%;
            aspect-ratio: 16 / 9;
            height: auto;
        }
    }

    @media screen and (max-width: 500px){
        & h1{
            color: #009FE3;
            font-family: "Open Sans";
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
    }

}
.c-pager {
  width: 100%;
  max-width: var(--page-width-large);
  margin: clamp(15px, 8vw, 107px) auto 50px;

  > .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(345px, var(--page-width-large)), 393px));
    gap: clamp(30px, 6vw, 43px) 60px;
    justify-content: center;
    width: 100%;
    margin-bottom: 66px;
  }
}

.c-shortcuts{
    
    display: flex;
    max-width: 1268px;
    padding: 22px;
    margin: 0 auto;
    padding-bottom: 120px;

    flex-wrap: wrap;

    .block{
        flex: 1;
        margin: 34px;

        color: #fff;
        background-color: #009FE3;

        display: flex;

        border-radius: 4px;

        text-decoration: none;

        overflow: hidden;

        transition: background-color 0.1s ease;

        & img{
            transition: transform 0.1s ease;
        }

        min-width: 566px;
        max-width: 566px;
    }

    .block:hover{
        background-color: #1bb1f1;
    }

    .icon{
        max-width: 128px;
        width: 100%;
        min-width: 128px;
        height: auto;
        aspect-ratio: 1 / 1;

        background-color: #0A2C5C33;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .text{
        display: flex;
        align-items: center;

        & p{
            font-size: 30px;
            text-transform: uppercase;
            padding-left: 40px;
            padding-right: 40px;
            color: #fff;
        }
    }

    @media screen and (max-width: 1311px){
        justify-content: center;
    }

    @media screen and (max-width: 900px){
        flex-direction: column;

        padding-bottom: 80px;

        

        .block{
            margin: 10px 0;
            max-width: none;
            min-width: 0;
        }

        .icon{
            max-width: 75px;
            min-width: 75px;

            & img{
                width: 21px;
            }
        }

        .text{
            & p{
                font-size: 18px;
                padding-left: 22px;
                padding-right: 22px;
            }
            
        }
    }

}
.c-pagination {

  width: fit-content;
  margin: 0 auto;

  padding: 32px;
  padding-bottom: 64px;
  padding-top: 0;

  & ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 0;
    padding: 0;
    list-style: none;

    & > li {
      display: flex;

      & > * {
        display: block;
        padding: 0.5em 1.0em;
        text-decoration: none;

        &[aria-current='page'] {
          color: white;
          background-color: #009FE3;
        }
      }
    }
  }

  & .previous, & .next {
    display: flex;
    align-items: center;

    &::before, &::after {
      display: none;
      width: 1em;
      height: 1em;
      background-color: currentcolor;
      content: '';
      mask-repeat: no-repeat;
      mask-size: contain;
      mask-position: center;
    }
  }

  & .previous::before {
    display: inline-block;
    margin-inline-end: 1ch;
    mask-image: url('/images/pagination/chevron-left.svg');
  }

  & .next::after {
    display: inline-block;
    margin-inline-start: 1ch;
    mask-image: url('/images/pagination/chevron-right.svg');
  }
}

.visually-hidden:not(:focus, :active) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

*:focus-visible > .visually-hidden {
  all: initial !important;
}
