﻿/*
=======================================================================
	Fonts
=======================================================================
*/

@import url('//fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

/*
=======================================================================
	Custom Properties
=======================================================================
*/

:root {
	--white: #fff;
	--white-hover: #e5e5e5;

	--black: #000;
	--black-hover: #333333;

	--primary-color: 45,49,66; /* Purple */
	--primary-color-hover: 62,68,92; /* Purple hover */

	--secondary-color: 44,102,110; /* Green Dark */
	--secondary-color-hover: 34,78,84; /* Green Dark hover */

	--third-color: 140,192,132; /* Green Light */
	--third-color-hover: 121,166,114; /* Green Light hover */

	--fourth-color: 143,191,224; /* Blue Light */
	--fourth-color-hover: 127,170,199; /* Blue Light hover */

	--fifth-color: 239,131,84; /* Orange */
	--fifth-color-hover: 214,117,75; /* Orange hover */

}

/*
=======================================================================
	Bootstrap Col Double Margin
=======================================================================
*/

@media screen and (min-width: 991px) {
	.container {
		padding-right: 30px;
		padding-left: 30px;
		}
	
	.container .row {
		margin-right: -30px;
		margin-left: -30px;
		}

	.col, .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
        position:relative;min-height:1px;padding-right:30px;padding-left:30px;
        }
	}

/*
=======================================================================
	General
=======================================================================
*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Neue Helvetica eText W01';
	}

strong {font-weight:500;}

a {color: #563d7c;}

/* Link Hover */
article .text a:not(.bttn):not(.image-link):hover,
article .text a:not(.bttn):not(.image-link):focus {
    background-color: rgb(var(--primary-color));
    box-shadow: rgb(var(--primary-color)) -5px 0px 0px 0px, rgb(var(--primary-color)) 5px 0px 0px 0px;
    border-radius: 5px;
    border-bottom-color: transparent;
    color: #fff;
    text-decoration: none;
    }


/*
=======================================================================
	Main header General
=======================================================================
*/

header.mainheader  {
	width: 100%;
	transition: height 0.4s ease-in-out;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	border:0;
    background: rgb(var(--primary-color));
	}

body header.mainheader:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	}
	
.mainheader .header-elements {
	padding-top: 25px;
	padding-bottom: 25px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
	}

.mainheader .header-elements .sf-menu a {
	font-size:.8em;
	font-weight:lighter;
	}
	
@media (min-width:768px) {
	}

@media (min-width:991px) {
	.mainheader .header-elements .sf-menu a {font-size:1em;}
	}

@media (min-width:1200px) {
	.mainheader .header-elements .sf-menu a {font-size:1em;}
	}


/*
=======================================================================
	Main header Fixed
=======================================================================
*/

header.mainheader.sticky  {
    position:sticky;
    top:0; /* Verdi tilsvarende høyde på evt. pre-header */
    z-index: 9;
    }

/*
=======================================================================
	Main header Sticky
=======================================================================
*/

header.mainheader.sticky.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    }

.itemid-193 header.mainheader:not(.fixed).nobg {background:none!important;}
header.mainheader.sticky.fixed {border-bottom: 1px solid rgba(0,0,0,0.15);}

header.mainheader.sticky.fixed .header-elements {padding-top: 7px;padding-bottom: 7px;}

@media (min-width:1200px) {
	header.mainheader .header-elements {padding-top: 20px;padding-bottom: 20px;}
	header.mainheader.sticky.fixed .header-elements {padding-top: 0;padding-bottom: 0;}
	header.mainheader.sticky-fixed .site-logo {width:200px;}
	}
	
/*
=======================================================================
	Front page header without background
=======================================================================
*/

.itemid-193 header.mainheader:not(.fixed).nobg {background:none!important;position:absolute;}
.itemid-193 header.mainheader.fixed.nobg {position:fixed;}
.itemid-193 main section:first-of-type {padding-top:0;}

.itemid-797 header.mainheader:not(.fixed).nobg {background:none!important;position:absolute;}
.itemid-797 header.mainheader.fixed.nobg {position:fixed;}
.itemid-797 main section:first-of-type {padding-top:0;}

/* header background */
.itemid-797 .mainheader.sticky.nobg + main:before,
.itemid-193 .mainheader.sticky.nobg + main:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.6979166666666667) 0%, rgba(0,0,0,0.09567577030812324) 80%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6979166666666667) 0%, rgba(0,0,0,0.09567577030812324) 80%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.6979166666666667) 0%, rgba(0,0,0,0.09567577030812324) 80%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index:2;
	}
}




/*
=======================================================================
	Section General
=======================================================================
*/

.darker-10:before {background: rgba(var(--secondary-color), 0.1);}
.darker-20:before {background: rgba(var(--secondary-color), 0.2);}
.darker-30:before {background: rgba(var(--secondary-color), 0.3);}
.darker-40:before {background: rgba(var(--secondary-color), 0.4);}
.darker-50:before {background: rgba(var(--secondary-color), 0.5);}
.darker-60:before {background: rgba(var(--secondary-color), 0.6);}
.darker-70:before {background: rgba(var(--secondary-color), 0.7);}
.darker-80:before {background: rgba(var(--secondary-color), 0.8);}
.darker-90:before {background: rgba(var(--secondary-color), 0.9);}



/*
=======================================================================
	Custom Front Page Banner
=======================================================================
*/

.itemid-198 {padding-top:150px!important;padding-bottom:110px!important;}
.itemid-198.xltitle h1 {font-size:2rem;font-weight:bold;}
.itemid-198 .teaser {font-weight:lighter;}

@media (min-width:768px) {
	.itemid-198 {padding-top:150px!important;padding-bottom:125px!important;}
	.itemid-198.xltitle h1 {font-size:2.5rem;}
	}

@media (min-width:991px) {
	.itemid-198 {padding-top:200px!important;padding-bottom:150px!important;}
	.itemid-198.xltitle h1 {font-size:3rem;}
	}

@media (min-width:1200px) {
	.itemid-198 {padding-top:240px!important;padding-bottom:200px!important;}
	.itemid-198.xltitle h1 {font-size:4.5rem!important;}
	.itemid-198 .teaser {font-size:1.4em;}
	}

@media (min-width:1500px) {
	.itemid-198.xltitle h1 {font-size:4.5rem!important;}
	}

/*
=======================================================================
	Custom Front Page Shortcuts
=======================================================================
*/

.itemid-476 .column {
	-webkit-transition: all 0.5s ease;                  
	-moz-transition: all 0.5s ease;                 
	-o-transition: all 0.5s ease;   
	-ms-transition: all 0.5s ease;          
	transition: all 0.5s ease;
	position:relative;
	}


.itemid-476 figure img {max-width:125px;}
.itemid-476 .column .column-content-wrapper {padding-top:25px;}
.itemid-476 .column h3 {letter-spacing:1.5px;font-size:1.4rem;font-weight:bold;margin-bottom:2.5rem;}
.itemid-476 .column a {text-decoration:none;}
.itemid-476 .column a:hover {text-decoration:none;}

.itemid-476 .column .bttn.section-cta {border:0;padding:0;}
.itemid-476 .column .bttn.section-cta:hover,
.itemid-476 .column .bttn.section-cta:focus {background:none;}

.itemid-476 .col2,
.itemid-476 .col2 a,
.itemid-476 .col2 h3 a{color:#fff;}

.itemid-476 .column h3 {position:relative;}
.itemid-476 .column h3:after {
	display:block;
	content:"";
	width:50px;
	height:5px;
	background-color:var(--black);
	position:absolute;
	bottom:-22px;
}
.itemid-476 .column.col2 h3:after {
	background-color:var(--white);
}

@media (max-width: 767px) {
	.itemid-476 {padding-top:0;}
	.itemid-476 .column .column-content-wrapper {padding-top:1rem;}
	.itemid-476 .column .column-content {padding-top:0;}
	}

@media (min-width: 768px) {
	.itemid-476 .column:hover {
		-ms-transform: scale(0.95); /* IE 9 */
		-webkit-transform: scale(0.95); /* Safari */
		transform: translate(0.95);
		z-index:1;
		}
	}

@media (min-width: 991px) {
	.itemid-476 {width: 75%;margin: -110px auto 0 auto;}
	.itemid-476 .colbg .column-content, .colbgimg .column-content {padding-top: 0;}
	}

@media (min-width: 1200px) {
	.itemid-476 {width: 75%;margin: -160px auto 0 auto;}
	.itemid-476 figure {max-width:200px;margin: 0 auto;}
	.itemid-476 .column .column-content-wrapper {padding-top:50px;padding-bottom:50px;}
	.itemid-476 .column h3 {font-size:2.5rem;margin-bottom:1em;}

	.itemid-476 .colbg .column-content, .colbgimg .column-content {padding-top: 0}
	}



.colelement > div {position:relative;}
.colelement .coverlink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	-webkit-transition: all 0.5s ease;                  
	-moz-transition: all 0.5s ease;                 
	-o-transition: all 0.5s ease;   
	-ms-transition: all 0.5s ease;          
	transition: all 0.5s ease;
	}
	
.colelement .coverlink:hover {background: rgba(255,255,255, 0.2);}



/*
=======================================================================
	Custom Page Title Separator
=======================================================================
*/

.page-section-title-separator {
	width:100px;
	height:5px;
	/*background-color:rgb(var(--third-color));*/
	background-color:var(--white);
	display:block;
}

.center .page-section-title-separator {margin-left:auto;margin-right:auto;}


/*
=======================================================================
	Custom Filter
=======================================================================
*/

.mix-controls {margin-bottom:3rem;}
.mix-controls button {border:0;color:#636363;background:#e6e6e6;margin-right:1rem;padding:1rem;}
.mix-controls button:last-of-type {margin-right:0;}
.mix-controls button:focus {outline:none;}

    .mix-controls button.mixitup-control-active {
        background: rgba(var(--primary-color),1);
        color: #fff;
    }



/*
=======================================================================
	Custom Footer
=======================================================================
*/

.site-footer .column.col1 img {width:275px;}

.site-footer .column .column-content h2 {margin-bottom:.2rem;font-size:1.4rem;font-weight:bold;letter-spacing:1px;}
.site-footer .column .column-content h2 + p {margin-top:.75rem;font-weight:lighter;}
.site-footer .column .column-content a {text-decoration:none;border-bottom:3px solid transparent;}
.site-footer .column .column-content a:hover,
.site-footer .column .column-content a:focus {border-color:var(--white);}

.site-footer a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f041";
    display: inline-block;
    margin-right: 10px;
	}

.site-footer .column.col2 .column-content a:before {font-family: "Font Awesome 5 Pro";}

.site-footer .column .column-content a[href*="linkedin"]:before {font-family: "Font Awesome 5 Brands";content: "\f08c";}
.site-footer .column .column-content a[href*="facebook"]:before {font-family: "Font Awesome 5 Brands";content: "\f082";}
.site-footer .column .column-content a[href*="instagram"]:before {font-family: "Font Awesome 5 Brands";content: "\f16d";}

.site-footer .column .column-content a[href*="@"]:before {content: "\f0e0";}
.site-footer .column .column-content a[href*="tel:"]:before {content: "\f095";}



@media (min-width:768px) {
	.site-footer .col.col1 img {width:200px;}
	}

@media (min-width:991px) {
	}

@media (min-width:1200px) {
	.site-footer .col .column-content h2 {margin:0!important;font-size:1.7rem;}
	}


/*
=======================================================================
	Custom Text and Image
=======================================================================
*/

/*
.text-and-image .image-content:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(var(--primary-color), 0.8);
}
*/

/*
=======================================================================
	Custom Button
=======================================================================
*/

.bttn.section-cta {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.bttn.section-cta::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f178";
    display: inline-block;
    margin-left: 10px;
}


/*
=======================================================================
	Custom Button colors
=======================================================================
*/

.link-style--solid .section-cta {background: rgb(var(--primary-color));color:var(--white);}
.link-style--solid .section-cta:hover,
.link-style--solid .section-cta:hover {background: rgb(var(--primary-color-hover));border-color: rgb(var(--primary-color-hover));color:var(--white);}

.white .link-style--solid .section-cta {background: var(--white);color:var(--black);}
.white .link-style--solid .section-cta:hover,
.white .link-style--solid .section-cta:hover {background: var(--white-hover);border-color: var(--white-hover);color:var(--black);}

.link-style--solid.link-color--white .section-cta {background:var(--white);color:var(--black);}
.link-style--solid.link-color--white .section-cta:hover,
.link-style--solid.link-color--white .section-cta:focus {background:var(--white-hover);border-color:var(--white-hover);color:var(--black);}

.link-style--solid.link-color--black .section-cta {background:var(--black);border-color:var(--black);color:var(--white);}
.link-style--solid.link-color--black .section-cta:hover,
.link-style--solid.link-color--black .section-cta:focus {background:var(--black-hover);border-color:var(--black-hover);color:var(--white);}

.link-style--solid.link-color--primary-color .section-cta {background:rgb(var(--primary-color));border-color:rgb(var(--primary-color));color:var(--white);}
.link-style--solid.link-color--primary-color .section-cta:hover,
.link-style--solid.link-color--primary-color .section-cta:focus {background:rgb(var(--primary-color-hover));border-color:rgb(var(--primary-color-hover));color:var(--white);}

.link-style--solid.link-color--secondary-color .section-cta {background:rgb(var(--secondary-color));border-color:rgb(var(--secondary-color));color:var(--white);}
.link-style--solid.link-color--secondary-color .section-cta:hover,
.link-style--solid.link-color--secondary-color .section-cta:focus {background:rgb(var(--secondary-color-hover));border-color:rgb(var(--secondary-color-hover));color:var(--white);}

.link-style--solid.link-color--third-color .section-cta {background:rgb(var(--third-color));border-color:rgb(var(--third-color));color:var(--white);}
.link-style--solid.link-color--third-color .section-cta:hover,
.link-style--solid.link-color--third-color .section-cta:focus {background:rgb(var(--third-color-hover));border-color:rgb(var(--third-color-hover));color:var(--white);}

.link-style--solid.link-color--fourth-color .section-cta {background:rgb(var(--fourth-color));border-color:rgb(var(--fourth-color));color:var(--white);}
.link-style--solid.link-color--fourth-color .section-cta:hover,
.link-style--solid.link-color--fourth-color .section-cta:focus {background:rgb(var(--fourth-color-hover));border-color:rgb(var(--fourth-color-hover));color:var(--white);}

.link-style--solid.link-color--fifth-color .section-cta {background:rgb(var(--fifth-color));border-color:rgb(var(--fifth-color));color:var(--white);}
.link-style--solid.link-color--fifth-color .section-cta:hover,
.link-style--solid.link-color--fifth-color .section-cta:focus {background:rgb(var(--fifth-color-hover));border-color:rgb(var(--fifth-color-hover));color:var(--white);}

.link-style--outline .section-cta {background:none;}
.link-style--outline .section-cta:hover,
.link-style--outline .section-cta:focus {background-color: rgb(var(--primary-color));border-color:rgb(var(--primary-color));color:#fff;}

.link-style--outline.link-color--black .section-cta {color:#000;border-color:#000;}
.link-style--outline.link-color--black .section-cta:hover {background:#000;color:#fff;}

.link-style--outline.link-color--white .section-cta {color:#fff;border-color:#fff;}
.link-style--outline.link-color--white .section-cta:hover {background:#fff;color:#000;}

.link-style--outline.link-color--primary-color .section-cta {color:rgb(var(--primary-color));color:rgb(var(--primary-color));}
.link-style--outline.link-color--primary-color .section-cta:hover {background:rgb(var(--primary-color));color:#fff;}

.link-style--outline.link-color--secondary-color .section-cta {color:rgb(var(--primary-color));color:rgb(var(--primary-color));}
.link-style--outline.link-color--secondary-color .section-cta:hover {background-color:rgb(var(--secondary-color));color:#fff;}

.link-style--outline.link-color--third-color .section-cta {color:rgb(var(--third-color));color:rgb(var(--third-color));}
.link-style--outline.link-color--third-color .section-cta:hover {background-color:rgb(var(--third-color));color:#fff;}

.link-style--outline.link-color--fourth-color .section-cta {color:rgb(var(--fourth-color));color:rgb(var(--fourth-color));}
.link-style--outline.link-color--fourth-color .section-cta:hover {background-color:rgb(var(--fourth-color));color:#fff;}

.link-style--outline.link-color--fifth-color .section-cta {color:rgb(var(--fifth-color));color:rgb(var(--fifth-color));}
.link-style--outline.link-color--fifth-color .section-cta:hover {background-color:rgb(var(--fifth-color));color:#fff;}

/*
=======================================================================
	Custom Column Fullwidth
=======================================================================
*/

.colfullwidth .container {width:100%;padding:0;}
.colfullwidth .container .row {margin:0;}
.colfullwidth .container .row div[class*="col-"] {padding:0;}

.colfullwidth [class*="listelement-"],
.colfullwidth .colelement {
    margin-bottom: 0;
}


/*
=======================================================================
	Custom Event List
=======================================================================
*/

.event-list .event-meta > *::before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 10px;
}

.event-list .event-meta {margin-bottom:1em;}
.event-list .eventdate {opacity:0.8;font-size:.8em;}
.event-list .eventdate span {text-transform: capitalize;}
.event-list .eventdate:before {content: "\f133";}
.event-list .eventlocation {opacity:0.8;font-size:.8em;}
.event-list .eventlocation:before {content: "\f041";}

.event-list article h1 {color: rgb(var(--primary-color));}


/*
=======================================================================
	Custom Event
=======================================================================
*/

.event .event-meta h2 {color: rgb(var(--primary-color));}

.event .event-meta-section {padding-left:2em;}
.event .event-meta-section h3 {margin-bottom:0;color: rgb(var(--primary-color));position:relative;letter-spacing:2px;font-size:0.9em;}
.event .event-meta-section h3:before {
	position:absolute;
	left:-38px;
	font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 10px;
	font-weight:bold;

}

.event .event-meta-section.time h3 {text-transform:capitalize;}
.event .event-meta-section.time h3:before {content: "\f133";}
.event .event-meta-section.time p:first-letter {text-transform:uppercase;}
.event .event-meta-section.location h3:before {content: "\f041";}
.event .event-meta-section.price h3:before {content: "\f145";}


/*
=======================================================================
	Custom Image Gallery
=======================================================================
*/

.itemid-497 .row.list {align-items:center;}
.itemid-497 .row.list figure {margin:0;}
.itemid-497 .row.list figure a {pointer-events:none;display:block;}
.itemid-497 .row.list figure img {max-height:100px;object-fit: contain;}


/*
=======================================================================
	Custom Project
=======================================================================
*/

.listelement-project article {
	padding:min(5vw, 5rem);
	border: 10px solid var(--light);
}

.listelement-project article h1 {font-size:2em;}
.listelement-project article .listimage {max-width:200px;}

@media (max-width: 575px) {
	.listelement-project .row div[class*="col"]:first-of-type {
		margin-bottom: 30px;
	}
}


/*
=======================================================================
	Custom Front Page Video
=======================================================================
*/

@media (min-width: 1200px) {
	.itemid-585 figure {max-width:80%;margin: 0 auto;}
}


/*
=======================================================================
	Custom Shortcut Links
=======================================================================
*/

.shortcutLinks-list {margin:15px -15px -15px -15px;padding:0;list-style:none;}
.shortcutLinks-list li {margin:15px!important;padding:0;display:inline-block;}
.shortcutLinks-list li a {display:block;}

@media (max-width: 576px) {
	.shortcutLinks-list li {display:block;}
}