@charset "utf-8";

html,body {
	max-width: none;
}
video {
  display: block;
}
img, video, picture {
  max-width: 100%;
  height: auto;
}
.animated {
    transition: all 500ms ease 0s;
}
select {
  cursor: pointer;
}
.unbreakable {
	white-space: nowrap;
}

[class*='bg-image'] {
	background-size: cover;
	background-position: center;
}
.bg-image-top {
	background-position: top center;
}
.bg-image-bottom {
	background-position: bottom center;
}
[class*='bg-faded'] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: .4;
	width: 100%;
	height: 100%;
}
.App-header{
}
.App-header.overlay:after{
    content: "";
    background-color: rgba(248,245,235,.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-faded-1 {opacity: .9;}
.bg-faded-2 {opacity: .8;}
.bg-faded-3 {opacity: .7;}
.bg-faded-4 {opacity: .6;}
.bg-faded-5 {opacity: .5;}
.bg-faded-6 {opacity: .4;}
.bg-faded-7 {opacity: .3;}
.bg-faded-8 {opacity: .2;}
.bg-faded-9 {opacity: .1;}
#at-share-dock {
	bottom: -100%;
	z-index: 999;
}
#at-share-dock.scrolled {
	bottom: 0;
}
/* Vertical Align anything */
.valign-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
}
/* Font Awesome Before element */
[class*='fa-before']::before {
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  font-weight: 400;
}
.fa-before-light::before {
  font-weight: 300;
}
.fa-before-solid::before {
  font-weight: 900;
}
.cover {
  width: 100%;
  height: 100%;
  margin: 0;
}
.cover img,
.cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.minheight-low {    min-height: 40vh;}     .height-low { height: 40vh;}
.minheight-medium { min-height: 60vh;}  .height-medium { height: 60vh;}
.minheight-tall {   min-height: 80vh;}    .height-tall { height: 80vh;}
.minheight-full {   min-height: 100vh;}   .height-full { height: 80vh;}
.limit-width {
  max-width: 900px;
}
.wide {
  max-width: 1600px;
}
.container.full,
.container-fluid.full {
  max-width: none;
  padding: 0;
}
.full .row {
  margin-left: 0;
  margin-right: 0;
}
.full .row [class*='col'] {
  padding-left: 0;
  padding-right: 0;
}
.opacity-high { opacity: .75;}
.opacity-medium { opacity: .50;}
.opacity-low { opacity: .25;}
.overlay-top .container,
.overlay-bottom .container {
  position: relative;
  z-index: 2;
}
.overlay-top::before,
.overlay-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 1;
}
.overlay-top::before {
  background-image: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,0));
  top: 0;
}
.overlay-bottom::after {
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));
  bottom: 0;
}
.content *:last-child {
  margin-bottom: 0;
}
.swiper-button-next,
.swiper-button-prev {
  width: auto;
  height: auto;
  margin: 0;
  background: none;
}
.swiper-button-next i,
.swiper-button-prev i {
  line-height: 0;
}
.slides-1 .swiper-button-next,
.slides-1 .swiper-button-prev,
.slides-1 .swiper-pagination {
  display: none;
}
.position-top {
  top: 0;
}

.block-swiper .swiper-slide .cover:not(.height-fit) {
  position: absolute;
  top: 0;
}
.block-swiper .swiper-slide .cover img {
  height: 100%;
}
.block-swiper .swiper-slide .content {
  padding: 2.5rem;
}
.block-swiper .swiper-slide .row.minheight-fit:not(.align-items-below) {
  position: absolute;
  top: 0;
  height: 100%;
}
.block-swiper .swiper-slide.align-items-below {
  min-height: 0;
}
.block-swiper .swiper-slide.align-items-below .cover {
  position: static;
  top: auto;
}
.block-swiper .swiper-slide.align-items-below .row {
  min-height: 0;
}
.block-swiper .swiper-slide.align-items-below .content {
 padding: .5rem 0 2rem;
}
.bg-black {
  background-color: #000;
}
.bg-light-green {
    background-color: var(--teal);
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6 {
    color: var(--light);
}
.message-wrapper{
    background:#FFF;
}


/* COOKIE CONSENT START */
.termsfeed-com---palette-light.termsfeed-com---nb {
    background-color: #FFF !important;
    color: var(--bs-dark) !important;
    box-shadow: 0 0 2rem rgba(0,0,0,.25) !important;

}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-cp-foot-save,
.termsfeed-com---palette-light .cc-nb-reject {
    background-color:#0071cd!important;
}

.termsfeed-com---palette-light .cc-nb-changep {
    background-color: var(--bs-light) !important;
    box-shadow: 0 0 2rem rgba(0,0,0,.25) !important;
}
.termsfeed-com---pc-dialog .cc-cp-foot-byline,
.termsfeed-com---pc-dialog .cc-cp-foot-byline * {
    opacity: 0 !important;
    display: none !important;
}
/* COOKIE CONSENT END   */






/** ################## PAGE HEADER / NAV START ################## **/
#header {
}
#logo {
  width: auto;
  height: 3rem;
}
.navbar-toggler::before {
  content: "\f00d";
}
.navbar-toggler.collapsed::before {
  content: "\f0c9";
}
#header .nav-link {
  color: var(--secondary);
}
#header .nav-link:hover {
  color: var(--primary);
}

/** ################## PAGE HEADER / NAV END ################## **/


/** ################## HERO START ################## **/
/** ################## HERO END ################## **/

.bubble.bubble-tiny{
    z-index: 5!important;
}
.bubble-container:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    animation-duration: .5s;
    animation-name: fadein;
}
@keyframes fadein {
  from {
     opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/** ################## BANNER VIDEO START ################## **/
.bg-video {
  position: relative;
  overflow: hidden;
	background: #000;
}
.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

  #messages{
    max-height:600px;
    overflow-y:scroll;
    transform:rotate(180deg);
    direction: rtl;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 0 -20px;
    padding: 20px 20px;
}
.message-item{
    transform: rotate(180deg);
    direction: ltr;
}
.message {
    border: 1px solid rgba(0,0,0,0.3)!important;
    position: relative;
    margin-bottom: 40px;
    max-width:100%;
    min-width:100px;
    background:#FFF;
    
}
.message-left:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 27px 0 0;
    border-color: rgba(0,0,0,0.3) transparent transparent transparent;
    top: 100%;
    left: 49px;
    z-index: -1;
}
.message-left:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 25px 0 0;
    border-color: #FFF transparent transparent transparent;
    top: 100%;
    left: 50px;
}

.message-right:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0  27px 32px 0;
    border-color: transparent rgba(0,0,0,0.3) transparent transparent;
    top: 100%;
    right: 49px;
    z-index: -1;
}
.message-right:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0  25px 30px 0;
    border-color: transparent #FFF transparent transparent;
    top: 100%;
    right: 50px;
}
.profile-image {
    width: 75px;
    height: 75px;
    background: #002776;
    color: #FFF;
    font-size: 40px;
    border-radius: 50%;
    position: relative;
}
.profile-image span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label{
    cursor:pointer;
}
[data-status] {
  transform: scale(0.8);
  min-width: 25vw;
}
.popup_visible [data-status] {
  transform: scale(1);
}
.status-success{
    background-color: #008a00;
    color: #FFF;
    border-radius:5px;
}
.status-failure{
    background-color:#d28787;
    color: #FFF;
    border-radius:5px;
}
#loading-screen {
    position: absolute;
    top: -10px;
    left: 10px;
    right: 10px;
    bottom: -10px;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    border-radius: 10px;
}
/** ################## BANNER VIDEO END ################## **/

/** ################## MATTIS  ########################### **/
#kunstModal table {
    border:none;
}

/*
[data-application] input[type=text], textarea, input[type="password"], input[type="email"]{
	padding:12px;
    border:5px solid #f8f5eb;
    background-color:rgba(248,245,234,0.5);
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 700;
    color:#0071cd;
    font-size:20px;
    width:100%;
}


[data-application] textarea{
    width:100%;
    max-width:100%;
    min-width:100%;
}
[data-application] input[type=text].search{
	padding:20px 20px 20px 50px;
}

[data-application] form {
    padding: 0px;

    margin: 0 auto;
}

[data-application] label {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #002776;
}

[data-application] input[type=checkbox ]:not(old) + label > span, input[type=radio]:not(old) + label > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    background-color: rgba(0,0,0,0.2);
    vertical-align: bottom;
}


[data-application] input[type=checkbox]:not(old):checked + label > span > span, input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0.27em;
    background: #0071cd;
}

[data-application] a.btn, [data-application] .btn a, [data-application] button, [data-application] .btn {
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    width: auto;
    cursor: pointer;
    line-height: normal;
    font-weight: 500;
}

[data-application] .select {
    position: relative;
    width: 220px;
    display: inline-block;
    margin: 20px 10px;
}

[data-application] select {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #008a00;
    color: #FFF;
    border-radius: 5px;
}

[data-application] option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
[data-application] input, [data-application] select {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
[data-application] select {
    border: none;
    padding: 15px;
    font-size: 22px;
}
[data-application] div.form-group{
    position: relative;
}

[data-application] .select:after {
    padding: 20px;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    color: #FFF;
}
#otherSupport{
    opacity:0;
}
#consent {
    opacity: 0;
}
*/


.ezdz-dropzone{
    border: .25rem dashed var(--primary);
    width: 100%;
    height: 10rem;
    margin-bottom: 2rem;
    line-height: 10rem;
}
.ezdz-dropzone.error-empty, .ezdz-dropzone.error{
    border: .25rem dashed var(--danger);
}
.ezdz-dropzone.ezdz-accept{
    border: .25rem dashed var(--success);
}
.form-control.valid{
    border-color:var(--success);
}
.form-control.error{
    border-color:var(--danger);
}
[data-delete] {
    position: absolute;
    top: .25em;
    right: .25em;
    border-top-right-radius: 18px;
}
[data-application] .delete:hover{
    background: var(--danger);
}
.p-relative{
    position:relative;
}
.dropdown-menu{
        z-index: 9999;
}




/** UTLISTING AV PROSJEKTGAVER START **/
/*
#prosjektgaver .center{
    text-align:center;
}

.gift-item .text h4 {
    font-size: 20px;
}

.gift-item .text span {
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
}

.gift-item .text p {
    font-size: 14px;
    line-height: 1.25;
}

.gift-item {
    background-color: rgba(248,245,235,0.5);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    max-width: 400px;
}

.gift-item .text {
    padding: 20px;
}

.giftswiper {
    position: relative;
    width: 100%;
    height: auto;
}

.giftswiper .swiper-slide {
    height: auto;
}

.giftswiper .swiper-pagination {
    position: relative;
    margin: 20px 20px 0 20px;
}

.giftswiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 10px;
    height: 10px;
}
*/
/** UTLISTING AV PROSJEKTGAVER SLUTT **/

/** STYREMEDLEMMER START **/



/**
#BOKSER START
**/

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;

  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
   -webkit-transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */


/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-inner img{
    object-fit:cover;
    width:100%;
    height:100%;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
  text-align:left;
  padding-left:0.7rem;
  padding-right:0.7rem;
}


.flip-card .card-text-front{
    bottom: 0;
    left: 0;
    right: 0;
}
.flip-card .card-text-front p{
    padding-bottom: 0px;
}
.flip-card .card-text-front:before {
    background-color: #002776;
    opacity:35%;
    content: '';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    transition: .15s ease-in-out;
}


.flip-card:hover:not(.no-hover) .card-text-front:before  {
    opacity:1;    
}

.flip-card-front.hascontent{
    cursor: pointer;
}
.flip-card-front img.bright:hover{
    filter: none;
}

.flip-card .card-text-front h3, 
.flip-card .card-text-front p{
    position: relative;
}
/*
.flip-card:hover .card-text-front h3
*/
.flip-card:hover .card-text-front p{
    opacity:1;
}

.flip-card h4{
    position:relative;
}
.flip-card-back h4{
    padding-right: 1.5rem;
    margin-top:0.5rem;
}
.flip-card-front p{
    color:white;
}
.flip-card-front:hover p{
   text-decoration:underline;
   
}

.flip-card p{
    font-size:14px;
}
.flip-card-back p{
    font-size:14px;
}
.flip-card h3{
    color:white;
    font-size:18px;
}

.card-text-front h4{
    color:white;
    font-size:14px;
}
.flip.card-front img {
    height:70%;
}
.flip-card-inner.flipped {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.flip-card-inner.flipped .flip-card-front {
  pointer-events: none;
  display:none;
}

.flip-card-back a{
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 1.1rem;
}
/**
#BOKSER SLUTT
**/
.custom-boxes .bg-blue,
.custom-boxes .bg-blue h3 a,
.custom-boxes .bg-blue h4 a{
    color: #FFF;
}
.custom-boxes .bg-blue h3 a:hover,
.custom-boxes .bg-blue h4 a:hover{
    color:#c9dd02;
}
.col-md-cb-boxes{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}


.aarsregnskap table{
    border: none!important;
}
.aarsregnskap table tr,
.aarsregnskap table tr td{
    height: auto!important;
}
/** STYREMEDLEMMER SLUTT **/

/** ################## MATTIS  ########################### **/




/** ################################################## MEDIA QUERIES ################################################## **/

/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {
    .position-sm-absolute {
        position: absolute !important;
    }
}

/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
    .swiper-content-wrapper {
         height: 100%;
         width: 100%;
         position: absolute;
         top: 0;
    }

}

@media(max-width:768px){
    h1 {
        font-size: 30px;
    }

    .introtext{
        font-size:22px;
    }
    .banner:not(.rigid) .swiper-background{
        position: relative;
        height: 40vh;
    }
    .banner{
        height:auto;
    }
    .swiper-content {
        margin-bottom: 2rem;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev{
        top:20vh;
    }
    .banner .swiper-button-next{
        right:20px;
    }
    .banner .swiper-button-prev{
        left:20px;
    }
    #logo {
        height: 1.8rem;
    }
    .columns-2{
        columns:1;
    }

}

/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
    .position-lg-absolute {
        position: absolute !important;
    }
}

/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
    .position-xl-absolute {
        position: absolute !important;
    }
}

/** HD devices (extra large desktops, 1540px and up) **/
@media (min-width: 1540px) {
    body.aarsregnskap{
        font-size: 17px;
    }
}

@media (max-height: 800px) {
}

@media (orientation: landscape) {
  .img-portrait {
    display: none;
  }
}

@media (orientation: portrait) {
  .img-landscape {
    display: none;
  }
}


/* ###################### ÅRSRAPPORT MAL ######################## */

.select2-container--default .select2-selection--single{
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 4px);
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ccc;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div#loader {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
label.error{
    color:var(--danger);
    margin-top:.25rem;
    display:block;
}
.mixitup-page-list{
    text-align:center;
}
.mixitup-page-list-disabled{
    display:none;
}
.mixitup-page-list .mixitup-control-active {
    background-color: var(--success);
    border-color: var(--success);
}
label.error{
    color:var(--danger);
    margin-top:.25rem;
    display:block;
}
[data-breddegaver] .mix:nth-of-type(odd){
    background-color: #f8f5eb!important;
}
[data-loading] {
    position: fixed;
    z-index: 999999999;
    background: rgba(0,0,0,0.25);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
[data-loading] * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary);
}
.pros ul, .cons ul{
    list-style:none;
}
.modal-header{
    border-bottom:0!important;
    padding: 1rem 1rem 0 1rem!important;
}
.modal-footer{
    border-top:0!important;
    padding: 0 1rem 1rem 1rem!important;
}
.swiper-container-vertical .swiper-slide{
    
}

.swiper-pagination-bullet {
    background: #0071cd;
    opacity: .5;
    width: 6px;
    height: 6px;
}
.swiper-pagination-bullet-active {
    background: #0071cd;
    opacity: 1;
    box-shadow: 0 0 0px 3px rgba(0, 113, 205,.5);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:10px 0;
}

.aarsrapport-menu{
    position: fixed;
    background: #fff;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    text-align: left;
    transition: .25s ease;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    transform: translateX(100%);
    z-index: 9999999;
}
.click-overlay{
    display: none;
}
.click-overlay.open{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    cursor: pointer;
}
.tpl-standard #main{
    transition: .25s ease;
}
.aarsrapport-menu ul a,
.menu-col a{
    color: rgb(0,113,205);
    border-bottom: 2px dotted rgb(0,113,205);
}
.aarsrapport-menu ul a:hover,
.menu-col a:hover{
    border-color: transparent;
    color: #004781;
    text-decoration: none;
}
[data-open-menu]:hover{
    text-decoration: none;
}
[data-open-menu] span{
    color: #002776;
}
.aarsrapport-menu ul{
    list-style:none;
    padding:0;
}
.aarsrapport-menu li{
    padding-bottom:1.5rem;
    font-size: 1.35rem;
}
.menu-col a{
    font-size: 1.35rem;
}
table.text-dark{
    color:#262626!important
}
.tpl-standard table{
    font-size: 1rem;
}
.aarsregnskap h1{
    font-size: 2.2rem; 
}
.aarsregnskap h2{
    margin-bottom: 1rem;
    font-weight: 700;
}
.aarsregnskap .introtext{
    font-weight: 500;
    font-size: 1.25rem;
}
.container.wide{
    max-width: 1410px;
}

.aarsregnskap .cross-section .text-left .cross-text .block-text{
    max-width: 740px;
    margin-left: auto;
}
.aarsregnskap .cross-section .text-right .cross-text .block-text{
    max-width: 740px;
    margin-right: auto;
    text-align: left!important;
}
.aarsregnskap .cross-section .cross-other .block-swiper,
.aarsregnskap .cross-section .cross-other .video-embed iframe{
    min-height: 400px;
    height: 400px;
    width: 100%;
}
.aarsregnskap .cross-section .cross-other{
    overflow:hidden;
}


.aarsregnskap .gradient-overlay{
    background: linear-gradient(to bottom, rgba(0,39,118,0) 70%, rgba(0,39,118, 1));
}
.block-swiper figure{
    max-height: 100%;
    display: block;
}
.block-swiper .swiper-button-next{right: 20px;}
.block-swiper .swiper-button-prev{left: 20px;}
.block-swiper .swiper-button-next:after,
.block-swiper .swiper-button-prev:after{
    content: '';
}
.block-swiper p.introtext{
    margin: 0;
}
.block-swiper picture{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-main{
    background-color: rgb(0,90,164);
}
.aarsregnskap p{
    margin-bottom: 1.2rem;
}
.aarsregnskap .bg-primary,
.aarsregnskap .bg-primary h1,
.aarsregnskap .bg-primary h2,
.aarsregnskap .bg-primary h3,
.aarsregnskap .bg-primary h4,
.aarsregnskap .bg-secondary,
.aarsregnskap .bg-secondary h1,
.aarsregnskap .bg-secondary h2,
.aarsregnskap .bg-secondary h3,
.aarsregnskap .bg-secondary h4,
.aarsregnskap .bg-main,
.aarsregnskap .bg-main h1,
.aarsregnskap .bg-main h2,
.aarsregnskap .bg-main h3,
.aarsregnskap .bg-main h4{
    color: #FFF;
}

.aarsregnskap .bg-primary .btn-square,
.aarsregnskap .bg-secondary .btn-square,
.aarsregnskap .bg-main .btn-square{
    color: #FFF;
    border-color: #FFF;
}

.aarsregnskap .bg-primary .btn-square:hover,
.aarsregnskap .bg-secondary .btn-square:hover,
.aarsregnskap .bg-main .btn-square:hover{
    color: #0071cd;
    background: #FFF;
}
.block-text{
    overflow: auto;
}
.aarsregnskap table{
    overflow: auto;
    width: 100%;
}
.aarsregnskap table h3{
    font-size: 1.4rem;
    font-weight: 700;
}

.aarsregnskap table h4{
    font-size: 1.2rem;
    font-weight: 700;
}

.aarsregnskap table td:not(:first-of-type){
    white-space: nowrap;
}

.profile-box img{
    border-radius: 50%;
    border: 5px solid #f8f5eb;
    max-width: 160px;
}
.profile-box p{
    margin-bottom: 0;
}
.profile-box .like-h1{
    font-size: 2.2rem;
    color: #002776;
    font-weight: 300;
}
.aarsregnskap tr td:first-of-type{
    padding-left: .15rem;
}

.custom-tab{
    border-bottom: 2px dotted rgb(0,113,205);
}

.custom-tab:hover{
    text-decoration: none;
}

.custom-tab.tab-active{
    border-color: transparent;
    color: #002776;
}
.aarsrapport-menu .pop-menu{
    position: absolute;
    transform: translateY(-100%);
}
.aarsregnskap .cross-section .cross-other img{
    width: 100%;
}
@media(min-width: 992px){
    .aarsregnskap .cross-section .cross-other img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
}
}
@media(min-width: 768px){
    .aarsregnskap h1{
        font-size: 3rem;
        font-weight: 700;
    }
    .aarsregnskap .introtext{
        font-size: 1.4rem;
    }
    .aarsregnskap .cross-section .cross-other .block-swiper{
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
    }
    
    .cross-section .text-left .cross-other{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 50%;
    }
    .cross-section .text-left .cross-other .video-embed,.cross-section .text-right .cross-other .video-embed{
        width: 100%;
        height: 100%;
    }
    .cross-section .text-right .cross-other{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 50%;
    }
    .aarsregnskap .cross-section .cross-other .video-embed iframe,.aarsregnskap .cross-section .cross-text .video-embed iframe{
        min-height: auto;
        height: 100%;
        width: 100%;
    }
   
}
.bubble-wrapper .bubble{
    min-width: 4vw;
    min-height: 4vw;
}
@media(min-width: 460px){
    .aarsregnskap table{
        overflow: inherit;
    }
}

.cloud{
    background:url('../gfx/cloud.svg');
    background-repeat: no-repeat;
    position:absolute;
    height:calc(50vw / 2);
    width:50vw;
}
/** #### CLOUD LAYER 1 #### **/
.cloud-1{ top:5%;  left:80%;}
.cloud-2{ top:15%;  left:5%;}


@media (min-width: 1200px) {

    .cloud{
        height:calc(20vw / 2);
        width:20vw;
    }

}
