/* Custom Norgesdesign Styles */

.colortuner
{
    --sat: 0.65;      /* 1 = uendret, <1 = mindre metning */
  --bright: 0.85;   /* 1 = uendret, <1 = mørkere */
  filter: saturate(var(--sat)) brightness(var(--bright));
  -webkit-filter: saturate(var(--sat)) brightness(var(--bright));
  transition: filter .25s ease; 
}

.colortuner:hover
{
  filter: none;
  -webkit-filter: none;
}

.post-item-description p {
  margin-bottom: 1.9em; /* øker mellomrommet over avsnittet */
}

.SLbtnfix
{
    margin-top:-30px; margin-right:auto;margin-left:auto;text-align:center;margin-bottom:50px;margin-top:20px;
}

button.btn.btn-white, button.btn.btn-light, .btn:not(.close):not(.mfp-close).btn-white, .btn:not(.close):not(.mfp-close).btn-light, a.btn:not([href]):not([tabindex]).btn-white, a.btn:not([href]):not([tabindex]).btn-light {
  color: #00496a !important;
}


/* Øk spesifisitet + vinn over !important i temaet */
.section .badge, .article .badge, .content .badge {
  background-color: #1f4066 !important;
  color: #fff !important;
  font-size:120%;
}

/* Post-listing: tvang farger på badge i post-item */
.post-item .post-item-description .badge,
.post-item .post-item-description .badge.badge-success,
.post-item .post-item-description .badge.badge-pill {
  background-color: #1f4066 !important;
  color: #fff !important;
  font-size: 90%;
}

/* Hvis temaet er Bootstrap 5 som bruker CSS-variabler */
.post-item .post-item-description .badge,
.post-item .post-item-description .text-bg-success {
  --bs-badge-bg: #1f4066 !important;
  --bs-badge-color: #fff !important;
    font-size: 90%;
}

.optrabkg
{
  background-color:#f0f5f8 !important;
}

.ndroundimg
{
    border-radius:50% !important;
    max-width:220px;

    width:100% !important;
}

.html5vid::before {
    background-color: #ffffff !important;
}

.text-middle
{margin-top:-140px !important;}



  .column-container {
            display: flex;
            flex-wrap: wrap;
        }
        .column {
            flex: 1;
            padding: 10px;
            padding-top:0px !important;
            /* Optional: you can set a border or other styles here */
        }

        /* Responsive layout for mobile */
        @media screen and (max-width: 768px) {
            .column {
                flex-basis: 100%;
            }

            .kjerneverdier
{
    text-transform:uppercase;
    font-size:25%;
    font-weight:400 !important;
    margin-top:30px !important;

}
        }

.footerlogo
{
max-width:300px;
width:100%;
height:auto;
}

.h2ingress
{
font-size:210% !important;
line-height:40px !important;
}

button.btn.btn-white.btn-outline, button.btn.btn-light.btn-outline, .btn:not(.close):not(.mfp-close).btn-white.btn-outline, .btn:not(.close):not(.mfp-close).btn-light.btn-outline, a.btn:not([href]):not([tabindex]).btn-white.btn-outline, a.btn:not([href]):not([tabindex]).btn-light.btn-outline {
    border-color: #ffffff;
    background-color: transparent !important;
    color: #ffffff !important;
}

.team-members .team-member .team-desc > span {
  font-size: 16px !important;
  color: #444 !important;
  line-height: 23px !important;
}

button.btn.btn-slide > i, .btn:not(.close):not(.mfp-close).btn-slide > i, a.btn:not([href]):not([tabindex]).btn-slide > i {
  float: left;
  left: 15px !important;
  position: absolute;
  top: 15px !important;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.team-members .team-member .team-desc > h3 {
  font-size: 23px !important;
  line-height: 25px !important;
   font-family: 'Gabarito', sans-serif !important;
   font-weight:400 !important;
  margin-bottom: 0;
}

.btn-blue
{
    display: inline-block;
    font-family: inherit;
    border: solid 1px #a4b8d3;
    background-color: #a4b8d3;
    color: #0a1d33 !important;
    font-size: 16px !important;
    padding: 10px 55px 14px 55px;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight:600;
    border-radius:35px;
}

.btn-blue:hover
{
   
    border: solid 1px #1b395b;
    background-color: #1b395b;
    color: #ffffff!important;
    text-decoration:none !important;
    
}

.btn-blue2
{
    display: inline-block;
    font-family: inherit;
    border: solid 1px #4a78ad;
    background-color: #4a78ad;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 10px 55px 14px 55px;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight:600;
    border-radius:35px;
}

.btn-blue2:hover
{
   
    border: solid 1px #3a5f8a;
    background-color: #3a5f8a;
    color: #ffffff!important;
    text-decoration:none !important;
    
}

.btn-darkblue
{
    display: inline-block;
    font-family: inherit;
    border: solid 1px #305682;
    background-color: #305682;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 10px 55px 14px 55px;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight:600;
    border-radius:35px;
}

.btn-darkblue:hover
{
   
    border: solid 1px #1b395b;
    background-color: #355c89;
    color: #ffffff!important;
    text-decoration:none !important;
    
}

.widget .widget-title, .widget > h4 {
    font-size: 15px !important;
    font-style: normal;
    font-weight: 900 !important;
    text-transform: uppercase;
    line-height: 15px !important;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
    margin-top: 35px !important;
}

.copyrighttextcolor
{
   color:#999 !important; 
   font-size: 16px !important;
}

a.copyrighttextcolor:hover
{
   color:#999 !important; 
   font-size: 16px !important;
}

#footer {
    font-size: 16px;
    line-height: 25px !important;
    font-weight: 400;
    font-family: inherit;
}

.tekstrotasjonblue
{
    color: #02394c !important;
}

.counter
{
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;

}

.paperback
{
    background-color: #f0f5f8 !important;
}

.dark #footer, #footer.inverted, #footer.dark {
    background-color: #2f5481 !important;
}

.grey
{
    filter: grayscale(100%);
}

.post-item .post-item-description .post-meta-date, .post-item .post-item-description .post-meta-comments, .post-item .post-item-description .post-meta-category {
    color: #3c4043 !important;
    position: relative;
    top: -4px;
    font-size: 14px !important;
    margin-right: 8px;

}




.mediaimagemobilemargin
{
    margin-top: 30px;
}

.borderking
{
    border: 1px solid #D3D3D3 !important;
    background-color: #FEFDFB !important;
}

p {


    font-family: "Poppins", sans-serif;
    font-size: 17px !important;
}

h2
{

    text-decoration: none !important;
    line-height: 1.0 !important;
    font-family: 'Gabarito', sans-serif !important;
    font-weight: 400 !important;
}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
    font-size: 22px !important;
    letter-spacing: -0.1px;
    line-height: 23px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 400 !important;
}

.bigger150
{
    font-size: 150% !important;
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    display: inline-block;
    font-family: inherit;
    border-radius: 0 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #2250fc;
    border-color: #2250fc;
    border-width: 1px !important;
    border-style: solid;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
    cursor: pointer;
}

button.btn.btn-dark.btn-outline, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline {
    background-color: transparent;
    color: #2d5278;
    border-color: #2d5278 !important;
    font-size: 14px !important;
}

.ndingress
{
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    text-transform: none;
    line-height: 1.7 !important;
    letter-spacing: 0 !important;
    color: #3c4043 !important;
    font-family: "Poppins", sans-serif !important;
}

.shadowhansen
{
    text-shadow: 1px 1px 4px #000000;
}

.projectheading
{
    text-transform: uppercase;
    font-size: 270% !important;
    font-weight: 700 !important;
}

.grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 50px !important;
}

.post-item-description ul li {
    font-size: 18px !important;
}

.grid li::after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #eee;
}

.grid li:hover {
    cursor: default !important;
    background-color: #fff!important;
}


.grid-item {
    display: inline-block;
    width: 87% !important;
    /* Fallback for small screens (1 column) */
    margin: 10px !important;
    padding: 0 !important;
    height: auto !important;
    max-height: 580px !important;
    overflow: hidden !important;
    text-align: center !important;
}

.grid-item img {
    width: 100% !important;
    height: auto !important;

}



.portfolio-attributes .attribute strong {
    opacity: 0.9 !important;
    border-bottom: 1px solid rgba(31, 31, 31, 0.05);
    display: block;
    width: auto;
    margin-bottom: 10px;
    font-size: 14px !important;
}

.portfolio-attributes {
    color: #3c4043;
    font-size: 14px !important;
    text-transform: uppercase;
}

#page-title .page-title > h1 {

    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 700 !important;

    margin-bottom: 1rem;
}

.heading-text.heading-section h2 {

    font-size: 33px;

}

.lead {
    font-size: 1.4rem !important;
    font-weight: 400 !important;
}

.post-item-description {
    padding: 24px;
    padding-top:0px !important;
    line-height: 28px;
    overflow: hidden;
}

.fullscreen {
    width: 100%;
    height: 100%;
    min-height: 70vh !important;
}

.ndtopmargin
{
    margin-top: 30px !important;
}

h1
{
    font-size: 50px !important;
    font-family: 'Gabarito', sans-serif !important;
    font-weight: 700 !important;
    color: #444444 !important;
    text-transform:uppercase !important;
}



.tjenesteikoner
{
    padding-top: 130px;
    font-size: 80px !important;
    text-align: center !important;
    padding-bottom: 40px !important;
    margin: auto !important;
    color: #ffffff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.tjenesteikoner:hover
{
    padding-top: 120px;
    font-size: 90px !important;
}


.knapp-blue
{

    display: inline-block;
    font-family: inherit;
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    border-color: #00496a;
    border-width: 1px;
    border-style: solid;
    color: #fff !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 30px;

}

.flickity-button:hover {
    background-color: #00496a  !important;

}

.knapp-blue:hover {
    background-color: #00496a  !important;
    color: #fff !important;
    border-color: #00496a  !important;
}

.icon-chevron-down:before {
    content: "\e92e";
}

.icon-chevron-left:before {
    content: "\e92f";
}

.icon-chevron-right:before {
    content: "\e930";
}

.icon-chevron-up:before {
    content: "\e931";
    color: #fff!important;
}

.icon-chevrons-down:before {
    content: "\e932";
}

.icon-chevrons-left:before {
    content: "\e933";
}

.icon-chevrons-right:before {
    content: "\e934";
}

.icon-chevrons-up:before {
    content: "\e935";
}

.icon-chrome:before {
    content: "\e936";
}

.icon-circle:before {
    content: "\e937";
}


#scrollTop:after, #scrollTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #00496a !important;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px;
}

/* MOVING WORDS BULLET LIST*/

/* LEFT animation */

.moving-text-left {
    list-style-type: none; /* Removes default bullet points */
    display: flex; /* Aligns list items in a row */
    animation: moveTextleft 48s linear infinite;
    font-size:300%;
     color:#777777;
    font-family: 'Gabarito', sans-serif !important;
    /* Adjust the duration, timing function, and iteration count as needed */
}

 /* Responsive layout for mobile */
        @media screen and (max-width: 768px) {
            .moving-text-left {
                font-size:200%;
            }
        }

.moving-text-left li {
    margin-right: 10px; /* Space between words */
    position: relative; /* Needed for the pseudo-element */
    white-space: nowrap; /* Prevents line breaks */
}

.moving-text-left li::after {
    content: "/"; /* Adds the separator */
    color: #0087c1; /* Change the color as needed */
    margin-left: 10px; /* Space after the word */
}

.moving-text-left li:last-child::after {
    content: ""; /* Removes separator after the last item */
}


@keyframes moveTextleft {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

/* LEFT animation 2 */

.moving-text-left2 {
    list-style-type: none; /* Removes default bullet points */
    display: flex; /* Aligns list items in a row */
    animation: moveTextleft2 65s linear infinite;
    font-size:300%;
    color:#777777;
    font-family: 'Gabarito', sans-serif !important;
    /* Adjust the duration, timing function, and iteration count as needed */
}

 /* Responsive layout for mobile */
        @media screen and (max-width: 768px) {
            .moving-text-left2 {
                font-size:200%;
            }
        }

.moving-text-left2 li {
    margin-right: 10px; /* Space between words */
    position: relative; /* Needed for the pseudo-element */
    white-space: nowrap; /* Prevents line breaks */
}

.moving-text-left2 li::after {
    content: "/"; /* Adds the separator */
    color: #0087c1; /* Change the color as needed */
    margin-left: 10px; /* Space after the word */
}

.moving-text-left2 li:last-child::after {
    content: ""; /* Removes separator after the last item */
}


@keyframes moveTextleft2 {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}



/*RIGHT animation*/

.moving-text-right {
    list-style-type: none; /* Removes default bullet points */
    display: flex; /* Aligns list items in a row */
    animation: moveTextright 45s linear infinite;
    font-size:300%;
     color:#777777;
    font-family: 'Gabarito', sans-serif !important;
    /* Adjust the duration, timing function, and iteration count as needed */
}

 /* Responsive layout for mobile */
        @media screen and (max-width: 768px) {
            .moving-text-right {
                font-size:200%;
            }
        }

.moving-text-right li {
    margin-right: 10px; /* Space between words */
    position: relative; /* Needed for the pseudo-element */
    white-space: nowrap; /* Prevents line breaks */
}

.moving-text-right li::after {
    content: "/"; /* Adds the separator */
    color: #0087c1; /* Change the color as needed */
    margin-left: 10px; /* Space after the word */
}

.moving-text-right li:last-child::after {
    content: ""; /* Removes separator after the last item */
}


@keyframes moveTextright {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(0%); }
}





.bluebk
{
    background-color: #00496a !important;

}

.bg-overlay-frontpage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* Mørkere og mer kontrastfylt gradient for å bevare filmens detaljer */
    background:  rgba(48, 86, 130, 0.75) 100%;
    backdrop-filter: contrast(1.4) brightness(0.8);
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
     background: rgba(48, 86, 130, 1.0);
    opacity: 0.8;
}

.bg-overlay-lightblue {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
    background: rgba(48, 86, 130, 1.0);
    opacity: 0.8;
}

.bg-overlay-referanser {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: .6;
}

.bg-overlay[data-style="1"] {
    background: #bed0e3 !important;
}

.dark #header .header-inner .lines, .dark #header .header-inner .lines::before, .dark #header .header-inner .lines::after, .dark #header #header-wrap .lines, .dark #header #header-wrap .lines::before, .dark #header #header-wrap .lines::after, #header.dark .header-inner .lines, #header.dark .header-inner .lines::before, #header.dark .header-inner .lines::after, #header.dark #header-wrap .lines, #header.dark #header-wrap .lines::before, #header.dark #header-wrap .lines::after {
    background-color: #000 !important;
}

.post-item-wrap
{
    border-radius:30px !important;
    background-color:#f0f5f8   !important;
    color:#3c4043 !important;
    min-width:250px;
     -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-item-wrap:hover
{
   
    background-color:#f0f5f8   !important;
    color:#3c4043 !important;
  
}

.post-item-wrap2
{
    border-radius:30px !important;
  
    color:#ffffff !important;
    min-width:350px;
     -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.overlay-filter-bkg-img
{
    border-radius:30px !important;
    color:#ffffff !important;
        position: absolute;
    top: -20px;
    left: -20px;
    bottom: 0;
    right: -20px;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
     background: rgba(48, 86, 130, 0.5);
  overflow:hidden;
}

.background-overlay {
    position: relative;
    
    background-size: cover;
    background-position: center;
    overflow: hidden;

}

.background-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 86, 130, 0.0);
    pointer-events: none; /* Sørger for at det ikke påvirker interaksjon */
}






.lightbluebkg
{ background-color:#d3dde9 !important;
    padding:30px !important; 
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lightbluebkg:hover
{ background-color:#c3cedc !important;
    
}


.ikonholder
{
    height: 160px !important;
    z-index:999999 !important;
}

.heading-text.heading-section h2::before {
    content: "";
    text-align:center !important;
    height: 2px;
    width: 100px;
    background-color: #00496a !important;
    bottom: -30px;
    margin:auto !important;
  

}

.portfolio-item .portfolio-image, .portfolio-item .portfolio-video, .portfolio-item .grid-image, .portfolio-item .grid-video, .portfolio-item .flickity-viewport, .grid-item .portfolio-image, .grid-item .portfolio-video, .grid-item .grid-image, .grid-item .grid-video, .grid-item .flickity-viewport

{
    position: relative;
    overflow: hidden;
    padding: 0px !important;
    margin: 40px;

}


.portfolio-item .portfolio-image:after, .portfolio-item .portfolio-video:after, .portfolio-item .grid-image:after, .portfolio-item .grid-video:after, .portfolio-item .flickity-viewport:after, .grid-item .portfolio-image:after, .grid-item .portfolio-video:after, .grid-item .grid-image:after, .grid-item .grid-video:after, .grid-item .flickity-viewport:after

{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    content: ' ';
    z-index: 2;
}

.portfolio-item2 .portfolio-image2, .portfolio-item2 .portfolio-video, .portfolio-item2 .grid-image, .portfolio-item2 .grid-video, .portfolio-item2 .flickity-viewport, .grid-item .portfolio-image2, .grid-item .portfolio-video, .grid-item .grid-image, .grid-item .grid-video, .grid-item .flickity-viewport

{
    position: relative;
    overflow: hidden;
    padding: 40px !important;

}


.portfolio-item2 .portfolio-image2:after, .portfolio-item2 .portfolio-video:after, .portfolio-item2 .grid-image:after, .portfolio-item2 .grid-video:after, .portfolio-item2 .flickity-viewport:after, .grid-item .portfolio-image2:after, .grid-item .portfolio-video:after, .grid-item .grid-image:after, .grid-item .grid-video:after, .grid-item .flickity-viewport:after

{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0 !important;
    content: ' ';
    z-index: 2;
}

@media (max-width: 991.98px) {
  #header #logo > a img {
    max-height: 60px !important;
  
    padding-bottom: 6px;
  padding-left:10px;
  }
}



.nddato
{
    background-color: #00a870;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}

.contentimages
{
    padding-left: 50px;
    padding-bottom: 20px;
    max-width: 400px;
    height: auto;


}


.h1smallscreen
{
    font-size:380% !important;
}



.h1bigscreen
{
    font-size:600% !important;
}



.logomenustyle
{
    width: 280px !important;
    height: auto !important;
    margin-top: 14px !important;

}

.ndtitle
{
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.has-submenu .submenu-nav {
    color: #000000 !important;
    visibility: visible;
    background-color: #ffffff !important;
}

.black
{
    color: #333 !important;
}

a.black:hover
{
    color: #00496a !important;
}

.contentimagexs
{
    max-width: 400px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}


ul {
    margin-left: 20px !important;
    padding: 0 !important;
}





.green
{
    color: #00a870 !important;

}

.blue
{
    color: #00496a !important;

}


.white
{
    color: #ffffff !important;
    text-decoration: none !important;

}

a.white
{
    color: #ffffff !important;
    text-decoration: none !important;

}

a.white:link
{
    color: #ffffff  !important;
    text-decoration: none !important;

}

a.white:hover
{
    color: #ffffff  !important;
    text-decoration: underline !important;
}


.btn-theme.btn-green {
    background-color: #00496a !important;
    border-color: #00496a !important;
    text-transform: none !important;
    font-size: 15px !important;
}



.btn-theme.btn-green:hover {
    background-color: #5786b5 !important;
    border-color: #5786b5 !important;
    color: #fff;
    font-size: 15px !important;
}


.header-area.header-default.header-style4 .header-logo-area {
    margin-left: 0px !important;
    width: 160px;
}

.page-title-area .page-title-content {

    padding: 100px 0 52px !important;

}



.divider-area.divider-about-area {
    background-color: #ffffff !important;

}

.divider-area.divider-about-area .divider-about-content .divider-content {
    margin: 22px auto 0;
    max-width: 900px !important;

    width: 70% !important;
}


::selection {
    background: #f1f1f1  !important;
    color: #3c4043;
    text-shadow: none;
}

::-moz-selection {
    background: #f1f1f1  !important;
    /* Firefox */
    color: #3c4043;
    text-shadow: none;
}

::-webkit-selection {
    background: #f1f1f1  !important;
    /* Safari */
    color: #3c4043;
    text-shadow: none;
}



.btn-theme {

    color: #fff !important;

}

a {
    color: #00496a !important;
    text-decoration: none !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
    box-shadow: none;
    color: #00496a !important;
    outline: none;
    text-decoration: underline !important;
}


.noborder
{
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    text-decoration: none;
}

.noborder p
{
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    text-decoration: none;
}

.sidebar-area .widget-custom-menu ul .has-sub
{
    color: #00a870 !important;
    padding: 7px !important;
    margin-bottom: 0px !important;
    list-style: none !important;

}

.sidebar-area .widget-custom-menu ul .has-sub .collapsed
{
    color: #00a870 !important;
    font-size: 16px;
}

.sidebar-area .widget-custom-menu ul .has-sub ul li a {
    color: #00a870 !important;
}

.sidebar-area .widget-custom-menu ul .has-sub ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0px !important;
}

.sidebar-area .widget-custom-menu li
{
    border-bottom: 1px solid #ccc !important;
    padding: 7px;
    list-style: none !important;
}

.home-slider-area.slider-default .slider-content-area .content .inner-content h2:after {
    border-top: 0px !important;
    content: "";
    left: -18px;
    position: absolute;
    top: 220px;
    width: 130px;
}

.home-slider-area.slider-default .slider-content-area .content .inner-content p:after {
    border-top: 0px !important;
    bottom: -27px;
    content: "";
    position: absolute;
    right: -11px;
    width: 230px;
}

.header-area.sticky-header.sticky.header-style2 .header-logo-area .logo-main {
    display: none !important;
    margin-top: 20px;
}


@media only screen and (max-width: 1199px) {
    .home-slider-area.slider-default .slider-content-area .content {
        margin-top: 30px;
    }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content {
    position: relative;
    animation-duration: 1.25s;
    animation-fill-mode: both;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}
.home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
    color: #fff;
    font-family: "Abril Fatface", cursive;
    font-size: 115px !important;
    line-height: 0.9;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media (max-width: 1600px) {
    .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
        font-size: 115px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
        font-size: 107px;
    }
}
@media only screen and (max-width: 991px) {
    .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
        font-size: 74px;
    }


}
@media only screen and (max-width: 575px) {
    .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
        font-size: 44px !important;
        margin-bottom: 10px;
    }
    
    .mobilegap
{
  margin-top:-120px;
  background-color:transparent;  
}

}

/* For medium and larger screens (3 columns) */
@media (min-width: 768px) {

    .heading-text.heading-section h2 {

    font-size: 50px;

}
    
    .mobilegap
{
  margin-top:-180px;
  background-color:transparent;  
}

.kjerneverdier
{
    text-transform:uppercase;
    font-size:35% !important;
    font-weight:400 !important;
    margin-top:30px !important;

}

    .grid-item {
        width: calc(33.33% - 20px) !important;
        height: auto !important;
        margin: 10px !important;
        max-height: 450px !important;
        overflow: hidden !important;
        text-align: center !important;
        display: inline-block;
    }

    .grid-item img {
        width: 100% !important;
        height: auto !important;

    }

    .grid li {
        float: left;
        position: relative;
        width: 20% !important;
        padding: 50px !important;
    }

    #page-title .page-title > h1 {

        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: 500 !important;
        margin-bottom: 1rem;
    }

    h1
    {
        font-size: 50px !important;

        font-weight: 700 !important;
    }

    .projectheading
    {
        text-transform: uppercase;
        font-size: 700% !important;
        font-weight: 700 !important;

    }


}