﻿

/*
=======================================================================
 Bootstrap
=======================================================================
*/

.container .container {padding:0!important;margin:0!important;width:auto!important;}

/*
=======================================================================
	Skip Navigation
=======================================================================
*/

#tilinnhold, #tilnavigasjon {
	position: absolute;
	overflow: hidden;
	z-index:99999;
	text-align:center;
	width:100%;
	color:#fff;
	top:-35px;
	font-size:18px;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
	}

#tilinnhold:focus, #tilnavigasjon:focus {
	height:40px;
	line-height:40px;
	text-align:center;
	width:100%;
	top:0;
	background: #000;
	}


/*
=======================================================================
	General styling
=======================================================================
*/

html {font-size: 100%;}

body {
	font-size:100%;
	font-family: 'Fira Sans', sans-serif;
	font-weight:normal;
	line-height: 1.45;
	}

main:focus {outline:0;}

h1,h2,h3,h4,h5,h6 {
	margin:0 0 1.25rem 0;
	font-family: 'Crete Round', sans-serif;
	}

h1 {font-size:1.8rem}
h2 {font-size:1.6rem}
h3 {font-size:1.5rem}
h4 {font-size:1.5rem}
h5 {font-size:1.5rem}
h6 {font-size:1.5rem}
.xltitle h1.page-section-title {font-size: 3.2rem;font-weight:500;}
.xltitle h2.page-section-title {font-size: 2.6rem;font-weight:500;}

a {
	color: #2b5b6a;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
	}

a:focus,
a:hover {color:#000;}

blockquote { border-left: 5px solid #929292;}

section blockquote {margin:20px 0 0 0;}
section div[class*="col-"] ~ blockquote {margin:0;}
section blockquote p {margin:0;padding:0;}


@media only screen and (min-width:768px) {
	body {font-size: 16px;}
	h1 {font-size:3rem}
	.xltitle h1.page-section-title {font-size:3rem;}
	h2 {font-size:1.7rem}
	.xltitle h2.page-section-title {font-size:3rem;}
	h3 {font-size:1.3rem}
	h4 {font-size:1.3rem}
	h5 {font-size:1.2rem}
	h6 {font-size:1.1rem}
	}

@media only screen and (min-width:991px) {
	body {font-size: 17px;line-height: 1.65;}
	h1 {font-size:2.8rem}
	.xltitle h1.page-section-title {font-size:4rem!important;}
	h2 {font-size:1.7rem}
	.xltitle h2.page-section-title {font-size:4rem!important;}
	h3 {font-size:1.4rem}
	h4 {font-size:1.4rem}
	h5 {font-size:1.3rem}
	h6 {font-size:1.2rem}
	}

@media only screen and (min-width:1200px) {
	body {font-size: 19px;}
	h1 {font-size:3.5rem}
	.xltitle h1.page-section-title {font-size:5rem!important;}
	h2 {font-size:1.7rem}
	.xltitle h2.page-section-title {font-size:5rem!important;}
	h3 {font-size:1.4rem}
	h4 {font-size:1.4rem}
	h5 {font-size:1.3rem}
	h6 {font-size:1.2rem}
	}


/*
=======================================================================
	General Image
=======================================================================
*/

.circular figure .thumb {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;	
	}

.circular figure  {margin-left: auto;margin-right:auto;}
.circular figure a:hover		 {background: none;}

figure figcaption {font-size:0.9em;opacity:0.8;
	-webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
	}

figure:hover figcaption {opacity:1;}


/*
=======================================================================
	General Image Size / Shape
=======================================================================
*/

/* Article image styles */
.thumb  {/*margin:0 auto;*/width:100%;}
.large-media {width: 100%; margin: 0 0 1.5rem 0;}

.small-media {
	position:relative;
	-webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
	}
	
.small-media:after {
	position:absolute;
	top:10px;
	right:10px;
	font-family: Font Awesome\ 5 Pro;
	content: "\f055";
	margin-left:10px;
	opacity:0.7;
	color:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	pointer-events: none;
	}

.small-media:after:hover {opacity:1;}	

.small-media.fullwidth:after {
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	}

[class^="small-media"]:hover {cursor:pointer;}

.small-media.fullwidth { width: 100%; float:right; margin: 0 0 20px 0;}
.small-media.fullwidth img {width:100%;}
.small-media-left { width: 40%; float:left; margin: 0 20px 20px 0;}
.small-media-left.fullwidth { width: 100%; float:left; margin: 0 0 20px 0;}

.small-media-right { width: 40%; float:right; margin: 0 0 20px 20px;}
.small-media-right.fullwidth { width: 100%; float:right; margin: 0 0 20px 0;}

figure {position:relative;}
figure a:hover {background: #fff;display:block;}

@media screen and (min-width: 768px) {
	.large-media {margin: 0 0 1.75rem 0;}
	}
	
@media screen and (min-width: 991px) {
	.large-media {margin: 0 0 2rem 0;}
	figure a:hover img {opacity:0.90;}
	}

@media screen and (min-width: 1200px) {
	.large-media {margin: 0 0 2.5rem 0;}
	}




/*
=======================================================================
	Site Header
=======================================================================
*/

header.mainheader {position:relative;z-index:999;border-bottom: 1px solid rgba(0,0,0,0.15);}
header.mainheader > .container {position:relative;}

header.mainheader div[class*="col-"] {height:100%;}

header.mainheader .header-elements {display: flex;    justify-content: space-between;align-items: center;padding-top:15px;padding-bottom:15px;width:100%;}
/*header.mainheader .header-elements .header-element {display: table-cell;vertical-align:middle;}*/


/*
=======================================================================
	Site Header Logo
=======================================================================
*/

.site-logo {width:150px;
	-webkit-transition: width 0.7s ease;                  
	-moz-transition: width 0.7s ease;                 
	-o-transition: width 0.7s ease;   
	-ms-transition: width 0.7s ease;          
	transition: width 0.7s ease;
	}

@media screen and (min-width: 768px) {
	.site-logo {width:200px;}
	}
	
@media screen and (min-width: 991px) {
	}

@media screen and (min-width: 1200px) {
	.site-logo {width:275px;}
	}


/*
=======================================================================
	Site Header (white)
=======================================================================
*/

header.white {color:#fff;}
header.white .site-navigation ul.sf-menu a,
header.white .site-navigation ul.sf-menu:hover a {color: #fff;text-decoration:none!important;}
header.white .site-navigation ul.sf-menu > li > a {opacity:0.8;border-bottom: 2px solid transparent;}
header.white .site-navigation ul.sf-menu > li.active > a {opacity:1;border-color:#fff;}
header.white .site-navigation ul.sf-menu > li > a:hover {opacity:1;}
/*header.white .btn-site-search {background: url(../images/icon-search-w.png);}*/


/*
=======================================================================
	Site header search
=======================================================================
*/

.btn-site-search {display:block!important;}
.btn-site-search a {position:static;padding-right:0;}

.wrapper-site-search-outer {display:none;padding-bottom:10px;}
.wrapper-site-search {display:table;height:100%;width:100%;}
.wrapper-site-search-inner {display:table-cell;vertical-align:middle;}

.site-search {
	width:100%;
	padding:0;
	border: 0;
	margin-top:0;
	margin-bottom:0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #fff;
	}
	
.site-search div {
	box-sizing: border-box;
	width: 100%;
	display: table-cell;
	}

.site-search input[type=text] {
	height: 45px;
	line-height:50px;
	width: 100%;
	padding: 0 20px;
	float:left;
	margin: 0;
	border: 0;
	color: #000;
	font-size: 1em;
	font-weight:100;
	background: #fff;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	}

.site-search input[type=text]:focus {outline:0;}

.site-search button {
	float:left;
	width: 45px;
	height: 45px;
	border: 0;
	background-color:transparent;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	color: #bfbfbf;
	cursor: pointer;
	font-size: 1.4em;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	}

.site-search button:hover {
	opacity:1;
	}
	
@media screen and (min-width: 768px) {
	}

@media screen and (min-width: 1200px) {
	}




/*
=======================================================================
	Navigation
=======================================================================
*/

.site-navigation {float:right;}
.site-navigation .sf-menu > li {display:none;}

.site-navigation ul.sf-menu > li > ul > li:first-child {position:relative;}
.site-navigation ul.sf-menu > li > ul > li:first-child:before {
	content:"";
	position:absolute;top:-10px;left:45px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #58595B;
	}

.site-navigation ul.sf-menu > li > ul > li:first-child:hover:before {
	border-bottom: 10px solid #6f7073;
	}

.site-navigation ul.sf-menu > li > a {font-size:1em;color:#828282;font-weight:400;}
.site-navigation ul.sf-menu > li:hover > a {color:#000;}
.site-navigation ul.sf-menu li a.sf-with-ul:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f107";
	padding-left: 10px;
	}

.site-navigation  ul.sf-menu li li a.sf-with-ul:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f105";
	padding-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

.site-navigation  ul.sf-menu li li:hover a.sf-with-ul:after {
	padding-left: 20px;
	}

.site-navigation  ul.sf-menu li li:hover {
	background:#6f7073;
	}


@media screen and (min-width: 768px) {

	}
	
@media screen and (min-width: 991px) {
	.site-navigation ul.sf-menu > li > a {font-size:1.1em;}

	}

@media screen and (min-width: 1200px) {
	.site-navigation .sf-menu > li {display:inline-block;padding: .75em 1em;}
	.site-navigation .sf-menu > li > a {padding: 0;}
	.site-navigation .sf-menu > li li a {padding: .75em 1em;}
	}



/*
=======================================================================
	Mobile navigation / Mmenu / Fast food (V2)
=======================================================================
*/

.mainheader .header-elements .sf-menu li.mobile-nav a {font-size: 1em;}

.mobile-nav.btn-hamburger {display:block!important;}
.mobile-nav.btn-hamburger a {padding-right:0;}
.mobile-nav.btn-hamburger a:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0c9";
	display:inline-block;
	margin-left:7px;
	}

.mm-opened .mobile-nav.btn-hamburger a:after {
	content: "\f00d";
	}

@media screen and (min-width: 576px) {
	.mainheader .header-elements .sf-menu li.mobile-nav a {font-size: 1.1em;}
	}	

@media screen and (min-width: 768px) {
	.mainheader .header-elements .sf-menu li.mobile-nav a {font-size: 1.2em;}
	}
	
@media screen and (min-width: 991px) {
	}

@media screen and (min-width: 1200px) {
	.mobile-nav.btn-hamburger {display:none!important;}
	}


/*
=======================================================================
	Mmenu IE fix
=======================================================================
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.mm-menu {
		z-index: 10
		}
	}

/*
=======================================================================
	Mobile navigation / Mmenu / Fast food
=======================================================================
*/

.c-hamburger {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
	background:none;
	z-index:999999;
	}

.c-hamburger:focus {
  outline: none;
	}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  height: 4px;
	}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
	}

.c-hamburger span::before {
  top: -10px;
	}

.c-hamburger span::after {
  bottom: -10px;
	}
	
header .c-hamburger {
  position: absolute;
	top:50%;
	margin-top:-20px;
	right:15px;
	}

header .c-hamburger span {background: #000;}
header .c-hamburger span::before,
header .c-hamburger span::after {
  background-color: #000;
	}

header.white .c-hamburger span {background: #fff;}
header.white .c-hamburger span::before,
header.white .c-hamburger span::after {
  background-color: #fff;
	}


@media (max-width:767px) {
	.c-hamburger {display:block;}
	}


/*
=======================================================================
	Section General
=======================================================================
*/

section {overflow:hidden;}

section[class*="darker-"] {position: relative;}
section[class*="darker-"]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	}

section.darker-10:before {background: rgba(43, 91, 106, 0.10);}
section.darker-20:before {background: rgba(43, 91, 106, 0.20);}
section.darker-30:before {background: rgba(43, 91, 106, 0.30);}
section.darker-40:before {background: rgba(43, 91, 106, 0.40);}
section.darker-50:before {background: rgba(43, 91, 106, 0.50);}
section.darker-60:before {background: rgba(43, 91, 106, 0.60);}
section.darker-70:before {background: rgba(43, 91, 106, 0.70);}
section.darker-80:before {background: rgba(43, 91, 106, 0.80);}
section.darker-90:before {background: rgba(43, 91, 106, 0.90);}

/* Remove margin-bottom on last element */
article > :last-child,
div[class*="listelement-"] > :last-child, 
div[class*="listelement-"] .listtext  > :last-child,
.column-content > :last-child {margin-bottom:0!important;}

.bordertop {border-top:1px solid #e0e0e0;}
.borderbottom {border-bottom:1px solid #e0e0e0;}



/*
=======================================================================
	Section Padding
=======================================================================
*/

.home-top-clean {margin-top: 0;}


/* Less */
.lesstopspace {padding-top:30px;}
.lessbottomspace {padding-bottom:30px;}

/* Standard */
.topspace {padding-top: 60px;}
.bottomspace {padding-bottom: 60px;}

/* More */
.moretopspace {padding-top:80px;}
.morebottomspace {padding-bottom:80px;}

/* Even More */
.evenmoretopspace {padding-top:100px;}
.evenmorebottomspace {padding-bottom:100px;}


@media screen and (min-width: 768px) {
	.morebottomspace {padding-bottom:120px;}
	.moretopspace {padding-top:120px;}
	}
	
@media screen and (min-width: 991px) {
	.morebottomspace {padding-bottom:120px;}
	.moretopspace {padding-top:120px;}
	}

@media screen and (min-width: 1200px) {
	.topspace {padding-top: 80px;}
	.bottomspace {padding-bottom: 80px;}
	
	.morebottomspace {padding-bottom:130px;}
	.moretopspace {padding-top:130px;}
	
	.evenmorebottomspace {padding-bottom:200px;}
	.evenmoretopspace {padding-top:200px;}
	}


/*
=======================================================================
	Article General
=======================================================================
*/

article {}

article blockquote {margin-top:0;margin-bottom:0;}

article .text a {text-decoration:underline;}
article .text a:not(.bttn):hover,
article .text a:not(.bttn):focus {
    background-color: #2b5b6a;
    box-shadow: #2b5b6a -5px 0px 0px 0px, #2b5b6a 5px 0px 0px 0px;
    border-radius: 5px;
    border-bottom-color: transparent;
    color: #fff;
    text-decoration: none;
}

article .text p {padding:0;}

article .text > * {margin-bottom:1.5rem;}
article .text > :last-child {margin-bottom:0;}

article .byline {margin-top:2rem;font-size:0.8em;color: rgba(0,0,0,.5);}
article .byline-author {font-size:0.8em;}
article .byline-author:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f2be";
	margin-right:10px;
	display:inline-block;
	}

article .byline-date {margin-top:.2rem;color: rgba(0,0,0,.5);font-size:0.8em;}
article .byline-date:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f017";
	margin-right:10px;
	display:inline-block;
	}


article .teaser {margin-bottom:2rem;font-weight:600;font-size:1.15rem;}

article .text h1,article .text h2,article .text h3,article .text h4,article .text h5,article .text h6 {margin-bottom:1.5rem;}
article .text * + h1,article .text * + h2,article .text * + h3,article .text * + h4,article .text * + h5,article .text * + h6 {margin-top:2rem;}
article .text * + h1,article .text * + h2,article .text * + h3,article .text * + h4,article .text * + h5,article .text * + h6 {margin-bottom:0.75rem;}

article ol,
article ul {padding-bottom: 0.5rem;}

article ol li,
article ul li {margin-bottom: 0.35rem;}

.bordertop {border-top:1px solid #e0e0e0;}
.borderbottom {border-bottom:1px solid #e0e0e0;}



@media screen and (min-width: 768px) {
	article p.teaser {font-size:1.2rem;}
	}
	
@media screen and (min-width: 991px) {
	article p.teaser {font-size:1.25rem;}
	}

@media screen and (min-width: 1200px) {
	article p.teaser {font-size:1.4rem;}
	}



/*
=======================================================================
	Page
=======================================================================
*/

.page-article h2:first-of-type {margin-bottom:1.25rem;}


@media only screen and (min-width:768px) {
	article.page-article h1 {font-size:2.8rem}
	article.page-article h2 {font-size:2rem!important;margin-bottom:1rem!important;}
	}

@media only screen and (min-width:991px) {
	article.page-article h1  {font-size: 3rem}
	article.page-article h2  {font-size: 2rem!important;}
	}

@media only screen and (min-width:1200px) {
	article.page-article h1  {font-size: 3.2rem}
	article.page-article h2  {font-size: 2rem!important;}
	}



/*
=======================================================================
	Magnific gallery
=======================================================================
*/

section .row-gallery figure {margin-bottom:30px;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
	}

section .row-gallery figure:hover {
	transform: scale(1.05);
	}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}






@media (min-width:768px) {
	.row-gallery h2:first-of-type {margin-bottom:2rem;}
	}

@media (min-width:991px) {
	.row-gallery h2:first-of-type {margin-bottom:2.5rem;}
	}

@media (min-width:1200px) {
	.row-gallery h2:first-of-type {margin-bottom:3.5rem;}
	}




/*
=======================================================================
	Button General
=======================================================================
*/

.bttn {}

/*section div[class*="col-"] ~ .bttn {margin-top:0;}*/

.bttn {
	color: #2b5b6a;
	border: 2px solid #2b5b6a;
	padding: 11px 30px;
	display: inline-block;
	text-decoration: none !important;
	background: none;
	text-transform: uppercase;
	border-radius: 10px;
}

	.bttn:hover {
		text-decoration: none;
		background: #2b5b6a;
		color: #fff;
	}

.white .bttn {color:#fff;border: 2px solid #fff;}
.white .bttn:hover {color:#000;background:#fff;}

@media (min-width:768px) {
	}

@media (min-width:991px) {
	}

@media (min-width:1200px) {
	.bttn {padding: 11px 40px;letter-spacing:2px;}
	}


/*
=======================================================================
	Column General
=======================================================================
*/

.colelement .col {height:100%;}

.colelement .column-content > * {margin-top:1.25rem;}
.colelement .column-content > :first-child {margin-top:0;}
.colelement .column-content a {display:inline-block;}

.colelement .column-content .teaser {font-size: 1rem;margin-top:0;}
.colelement .column-content .bttn {width:100%;}

.colelement .col,
.colelement .column-content-wrapper,
.colelement figure,
.colelement .column-content {
	background-image:no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

.xltitle .col h2 {font-size:2rem;}

@media (min-width:350px) {
	.colelement .column-content .bttn {width:auto;display:inline-block;}
	}

@media (min-width:768px) {
	.xltitle1 .col1 h2,
	.xltitle2 .col2 h2,
	.xltitle3 .col3 h2,
	.xltitle4 .col4 h2 {font-size:3rem;}
	.colelement .column-content .teaser {font-size: 1rem;}
	}

@media (min-width:991px) {
	.xltitle1 .col1 h2,
	.xltitle2 .col2 h2,
	.xltitle3 .col3 h2,
	.xltitle4 .col4 h2 {font-size:4rem;}
	.colelement .column-content .teaser {font-size: 1rem;}
	}

@media (min-width:1200px) {
	.xltitle1 .col1 h2,
	.xltitle2 .col2 h2,
	.xltitle3 .col3 h2,
	.xltitle4 .col4 h2 {font-size:5rem;}
	.colelement .column-content .teaser {font-size: 1rem;}
	}



/*
=======================================================================
	Column Media
=======================================================================
*/

.row-col figure  {width:100%;padding-bottom:1.5rem;}
.row-col figure img {width:100%;}
.row-col.circular figure {padding-left:1.5rem;padding-right:1.5rem;}
.row-col.circular figure img {max-width:300px;}

@media (min-width:768px) {
	}

@media (min-width:991px) {
	.row-col.circular figure {/*padding-top:2rem;*/width:100%;padding-left:1.5rem;padding-right:1.5rem;}
	.row-col.circular figure img {max-width:220px;}
	}

@media (min-width:1200px) {
	.row-col.circular figure {}
	.row-col.circular figure img {max-width:250px;}
	}


/*
=======================================================================
	Column Dynamic
=======================================================================
*/

.varheight .row-col-dynamic .col.colbg,
.varheight .row-col-dynamic .colbg figure,
.varheight .row-col-dynamic .colbgimg .col,
.varheight .row-col-dynamic .colbgimg figure {background:none!important;}

.hidetitle {}
	
@media (min-width:768px) {
	}

@media (min-width:991px) {
	.row-col-dynamic > * {margin-bottom:0!important;}
	}

@media (min-width:1200px) {
	}




/*
=======================================================================
	Column Variable Height
=======================================================================
*/

.row-col:not(.varheight) .colbgimg .col .column-content,
.row-col:not(.varheight) .colbgimg figure {background-image:none!important;}

.varheight .colbg .col,
.varheight .colbg figure,
.varheight .colbgimg .col,
.varheight .colbgimg figure {background:none!important;}

.row-col.circular .column-content,
.row-col:not(.varheight) .column-content-wrapper {background:none!important;}
.row-col:not(.circular) .column-content-wrapper {background:none!important;}

/*
.row-col:not(.circular) .colbg .col,
.row-col:not(.circular) .colbg figure,
.row-col:not(.circular) .colbgimg .col,
.row-col:not(.circular) .colbgimg figure {background:none!important;}
*/

/*
=======================================================================
	Column Background General
=======================================================================
*/

/* Column content padding */
.colbg .column-content,
.colbgimg .column-content {padding:1.5rem;}

/* Column figure padding */
.colbg figure,
.colbgimg figure {padding-bottom:0;}

.circular .colbg figure {padding-top:1.5rem;}
.circular .colbgimg figure {padding-top:1.5rem;}


/* --- */

.colelement.colbg .column-content h3 ,
.colelement.colbgimg .column-content h3 {margin-top:0;}



.colbgimg .colelement > div {position:relative;}
.colbgimg .colelement > div .column-content {position:absolute;top:0;left:0;width:100%;}
.colbgimg .colelement > div .column-background-image {display:block;visibility:hidden;width:100%;}

.colelement > div .column-background-image {display:none;}

/* Vertical position content with backgorund image */
.colbgimg .colelement > div .column-content {
	position: absolute;
	left: 0;
	width: 100%;
	height:auto;
	}
.colbgimg.col-va-top .colelement > div .column-content {top: 0;}
.colbgimg.col-va-middle .colelement > div .column-content {top: 50%;transform: translateY(-50%);}
.colbgimg.col-va-bottom .colelement > div .column-content {top: auto;bottom: 0;}

/* END Vertical position */


.colelement > div {position:relative;}
.colelement .coverlink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	}
.colelement .coverlink:hover {background: rgba(255,255,255, 0.2);}

@media (min-width:768px) {
	}

@media (min-width:991px) {
	.circular .colbg figure,
	.circular .colbgimg figure {padding-top:1.5rem;}
	.colbg .column-content,
	.colbgimg .column-content {padding:2rem;}
	}

@media (min-width:1200px) {
	}


/*
=======================================================================
	Column Background Large Image
=======================================================================
*/

/* Column Background Image */
.colelement.colbgimg .col {
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	}


/*
=======================================================================
	Column Background Small Image
=======================================================================
*/

.col-small-image .colbg .col {padding:1rem;}
.col-small-image .colbgimg .col {padding:1rem;}

.col-small-image .colbg .column-content,
.col-small-image .colbgimg .column-content {padding:0 0 0 1rem;}

.col-small-image.circular .colbg .col figure {padding:0;}
.col-small-image.circular .colbg .col .column-content {padding:0;}

.col-small-image.circular .colbgimg .col figure {padding:0;}
.col-small-image.circular .colbgimg .col .column-content {padding:0 0 0 1rem;}

.col-small-image figure + .column-content {margin-top:1rem;}

@media (min-width:768px) {
	.col-small-image figure + .column-content {margin-top:0;}

	.col-small-image.circular .colbg .col figure {margin-right:0;}
	.col-small-image.circular .colbg .col .column-content {padding:0 0 0 1rem;}

	.col-small-image.circular .colbgimg .col figure {margin-right:0;}
	.col-small-image.circular .colbgimg .col .column-content {padding:0 0 0 1rem;}
	}

@media (min-width:991px) {
.col-small-image .colbg .col {padding:1.5rem;}
.col-small-image .colbgimg .col {padding:1.5rem;}

.col-small-image.circular .colbg .col .column-content {padding:0 0 0 1.5rem;}
.col-small-image.circular .colbgimg .col .column-content {padding:0 0 0 1.5rem;}

.col-small-image .colbg .column-content,
.col-small-image .colbgimg .column-content {padding:0 0 0 1.5rem;}
	}

@media (min-width:1200px) {
	}


/*
=======================================================================
	Column Options v2
=======================================================================
*/

/* Border */
.verticalsep .colelement {border-right:1px solid #e2e2e2;}
.verticalsep .colelement:last-of-type {border:0;}

/* Vertical Align */


section:not(.col-small-image).col-va-top .row.is-flex > div[class*="col-"] .col,
section:not(.col-small-image).col-va-middle .row.is-flex > div[class*="col-"] .col,
section:not(.col-small-image).col-va-bottom .row.is-flex > div[class*="col-"] .col {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	}


section:not(.col-small-image).col-va-top .row.is-flex > div[class*="col-"] {
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	}

section:not(.col-small-image).col-va-middle .row.is-flex > div[class*="col-"] .col {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	
	align-items:center;
	-webkit-align-items:center;
	}

.col-va-bottom .row.is-flex > div[class*="col-"] {
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	}

	
	
/*
=======================================================================
	Column Options (v1)
=======================================================================
*/

/*
.col-va-top .col {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
	}

.col-va-middle .col {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
	}

.col-va-bottom .col {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
	}
*/
	


/*
=======================================================================
	Column Dynamic
=======================================================================
*/

.row-col-dynamic > :last-child {margin-bottom:0!important;}



/*
=======================================================================
	List General
=======================================================================
*/

.row-list.center .row-list-wrapper {justify-content:center;}

div[class*="listelement-"] h3 {margin:0 0 15px 0;padding:0;}

.listelement-large-image img {
	margin: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 10px;
}

*[class*="listelement-"] figure {margin-bottom:1rem;}
	
.listtext a:first-of-type {text-decoration:none;}
.listtext a:hover {text-decoration:underline;}
	
.listdate {display:inline-block;opacity:0.75;font-size: 0.9em;}
.listdate + .listteaser {margin-top:1rem;}

.pagination {margin-top:1rem;margin-bottom:0;}
.pagination>.active>a,
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #404040;
	border-color: #404040;
	}

.pagination > li > a,
.pagination > li > span {color: #404040;background-color:transparent;}


.list-button {margin-top:1rem;}
.bttn.bttn-list {margin-top:0;}


@media (min-width:768px) {
	.col-sm-12.listelement-small-image figure {margin-bottom:0;}
	}

@media (min-width:991px) {
	}

@media (min-width:1200px) {
	.col-lg-12.listelement-small-image figure {margin-bottom:0;}
	.pagination, .list-button {margin-top:2rem;}
	}



/*
=======================================================================
	List Flex
=======================================================================
*/

.row.is-flex {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height:100%;
	}

.row.is-flex .col {width:100%;}

/* Safari fix */
.is-flex:before,
.is-flex:after {
		content: normal;
		}


/*
=======================================================================
	List column header
=======================================================================
*/

.row-list .row-list-wrapper h3,
.row-list .row-list-wrapper a h3 {font-weight:500!important;line-height:1.35!important;margin-bottom:.5rem;}

@media (min-width:768px) {
	.row-list .row-list-wrapper h3,
	.row-list .row-list-wrapper a h3 {line-height:1.4!important;}
	}

@media (min-width:991px) {
	.row-list .row-list-wrapper h3,
	.row-list .row-list-wrapper a h3 {line-height:1.45!important;}
	}

@media (min-width:1200px) {
	.row-list .row-list-wrapper h3,
	.row-list .row-list-wrapper a h3 {line-height:1.5!important;}
	}
	


/* No image */
.row-list .row-list-wrapper > .listelement-no-image-plain.col-xs-2 h3 {font-size: 0.6rem!important;} /* not likely to happen at all */
.row-list .row-list-wrapper > .listelement-no-image-plain.col-xs-3 h3 {font-size: 0.8rem!important;} /* not likely to happen at all */
.row-list .row-list-wrapper > .listelement-no-image-plain.col-xs-4 h3 {font-size: 1rem!important;} /* not likely to happen */ 
.row-list .row-list-wrapper > .listelement-no-image-plain.col-xs-6 h3 {font-size: 1.2rem!important;} 
.row-list .row-list-wrapper > .listelement-no-image-plain.col-xs-12 h3 {font-size: 1.4rem!important;} /* one column full width */

@media (min-width:768px) {
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-sm-2 h3 {font-size: 0.6rem!important;} /* not likely to happen at all */
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-sm-3 h3 {font-size: 1rem!important;}
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-sm-4 h3 {font-size: 1.2rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-sm-6 h3 {font-size: 1.4rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-sm-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:991px) {
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-md-2 h3 {font-size: 1rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-md-3 h3 {font-size: 1.1rem!important;}
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-md-4 h3 {font-size: 1.2rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-md-6 h3 {font-size: 1.4rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-md-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:1200px) {
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-lg-2 h3 {font-size: 1rem!important;}
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-lg-3 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-lg-4 h3 {font-size: 1.6rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-lg-6 h3 {font-size: 1.6rem!important;} 
	.row-list .row-list-wrapper > .listelement-no-image-plain.col-lg-12 h3 {font-size: 2rem!important;} /* one column full width */
	}
	

/* Large image */
.row-list .row-list-wrapper > .listelement-large-image.col-xs-2 h3 {font-size: 0.6rem;} /* not likely to happen at all*/
.row-list .row-list-wrapper > .listelement-large-image.col-xs-3 h3 {font-size: 0.8rem;} /* not likely to happen */
.row-list .row-list-wrapper > .listelement-large-image.col-xs-4 h3 {font-size: 1rem;} /* not likely to happen */
.row-list .row-list-wrapper > .listelement-large-image.col-xs-6 h3 {font-size: 1.2rem;}
.row-list .row-list-wrapper > .listelement-large-image.col-xs-12 h3 {font-size: 1.4rem;} /* one column full width */

@media (min-width:768px) {

	.row-list .row-list-wrapper > .listelement-large-image.col-sm-2 h3 {font-size: 0.6rem!important;} /* not likely to happen at all */
	.row-list .row-list-wrapper > .listelement-large-image.col-sm-3 h3 {font-size: 1rem!important;} 
	.row-list .row-list-wrapper > .listelement-large-image.col-sm-4 h3 {font-size: 1.2rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-sm-6 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-sm-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:991px) {

	.row-list .row-list-wrapper > .listelement-large-image.col-md-2 h3 {font-size: 1rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-large-image.col-md-3 h3 {font-size: 1.1rem!important;} 
	.row-list .row-list-wrapper > .listelement-large-image.col-md-4 h3 {font-size: 1.2rem!important;} 
	.row-list .row-list-wrapper > .listelement-large-image.col-md-6 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-md-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:1200px) {

	.row-list .row-list-wrapper > .listelement-large-image.col-lg-2 h3 {font-size: 1rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-lg-3 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-lg-4 h3 {font-size: 1.6rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-lg-6 h3 {font-size: 1.6rem!important;}
	.row-list .row-list-wrapper > .listelement-large-image.col-lg-12 h3 {font-size: 2rem!important;} /* one column full width */
	}


/* Small image */
.row-list .row-list-wrapper > .listelement-small-image.col-xs-2 h3 {font-size: 0.6rem!important;} /* not likely to happen at all */ /* Same as karge image */
.row-list .row-list-wrapper > .listelement-small-image.col-xs-3 h3 {font-size: 0.8rem!important;} /* not likely to happen at all */ /* Same as karge image */
.row-list .row-list-wrapper > .listelement-small-image.col-xs-4 h3 {font-size: 1rem!important;} /* not likely to happen */ /* Same as karge image */
.row-list .row-list-wrapper > .listelement-small-image.col-xs-6 h3 {font-size: 1.2rem!important;} /* Same as karge image */
.row-list .row-list-wrapper > .listelement-small-image.col-xs-12 h3 {font-size: 1.4rem!important;} /* one column full width */

@media (min-width:768px) {
	.row-list .row-list-wrapper > .listelement-small-image.col-sm-2 h3 {font-size: 0.6rem!important;} /* not likely to happen at all */
	.row-list .row-list-wrapper > .listelement-small-image.col-sm-3 h3 {font-size: 1rem!important;} 
	.row-list .row-list-wrapper > .listelement-small-image.col-sm-4 h3 {font-size: 1.2rem!important;}
	.row-list .row-list-wrapper > .listelement-small-image.col-sm-6 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-small-image.col-sm-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:991px) {
	.row-list .row-list-wrapper > .listelement-small-image.col-md-2 h3 {font-size: 0.8rem!important;} /* not likely to happen at all */
	.row-list .row-list-wrapper > .listelement-small-image.col-md-3 h3 {font-size: 1rem!important;} /* not likely to happen at all */
	.row-list .row-list-wrapper > .listelement-small-image.col-md-4 h3 {font-size: 1.1rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-small-image.col-md-6 h3 {font-size: 1.2rem!important;}
	.row-list .row-list-wrapper > .listelement-small-image.col-md-12 h3 {font-size: 1.6rem!important;} /* one column full width */
	}

@media (min-width:1200px) {
	.row-list .row-list-wrapper > .listelement-small-image.col-lg-2 h3 {font-size: 1rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-small-image.col-lg-3 h3 {font-size: 1.1rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-small-image.col-lg-4 h3 {font-size: 1.2rem!important;} /* not likely to happen */
	.row-list .row-list-wrapper > .listelement-small-image.col-lg-6 h3 {font-size: 1.4rem!important;}
	.row-list .row-list-wrapper > .listelement-small-image.col-lg-12 h3 {font-size: 1.6rem!important;}
	}


.row-list h2:first-of-type {margin-bottom:1.8rem;}

@media (min-width:768px) {
	.row-list h2:first-of-type {margin-bottom:2rem;}
	}

@media (min-width:991px) {
	.row-list h2:first-of-type {margin-bottom:2.5rem;}
	}

@media (min-width:1200px) {
	.row-list h2:first-of-type {margin-bottom:3.5rem;}
	}



/*
=======================================================================
	Target Last Same Width Row in Grid (Beta)
=======================================================================
*/

[class*="listelement-"], .colelement {margin-bottom:40px;}

@media (max-width:767px) {
	.row-list-wrapper > .col-xs-12:nth-child(1n+1):nth-last-child(-n+1),
	.row-list-wrapper > .col-xs-12:nth-child(1n+1):nth-last-child(-n+1) ~ .col-xs-12,

	.row-list-wrapper > .col-xs-6:nth-child(2n+1):nth-last-child(-n+2),
	.row-list-wrapper > .col-xs-6:nth-child(2n+1):nth-last-child(-n+2) ~ .col-xs-6,
	
	.row-list-wrapper > .col-xs-4:nth-child(3n+1):nth-last-child(-n+3),
	.row-list-wrapper > .col-xs-4:nth-child(3n+1):nth-last-child(-n+3) ~ .col-xs-4,
	
	.row-list-wrapper > .col-xs-3:nth-child(4n+1):nth-last-child(-n+4),
	.row-list-wrapper > .col-xs-3:nth-child(4n+1):nth-last-child(-n+4) ~ .col-xs-3,
	
	.row-list-wrapper > .col-xs-2:nth-child(6n+1):nth-last-child(-n+6),
	.row-list-wrapper > .col-xs-2:nth-child(6n+1):nth-last-child(-n+6) ~ .col-xs-2 {
		margin-bottom:0!important;
	}
}

@media (min-width:768px) and (max-width:990px) {

	.row-list-wrapper > .col-sm-12:nth-child(1n+1):nth-last-child(-n+1),
	.row-list-wrapper > .col-sm-12:nth-child(1n+1):nth-last-child(-n+1) ~ .col-sm-12,

	.row-list-wrapper > .col-sm-6:nth-child(2n+1):nth-last-child(-n+2),
	.row-list-wrapper > .col-sm-6:nth-child(2n+1):nth-last-child(-n+2) ~ .col-sm-6,
	
	.row-list-wrapper > .col-sm-4:nth-child(3n+1):nth-last-child(-n+3),
	.row-list-wrapper > .col-sm-4:nth-child(3n+1):nth-last-child(-n+3) ~ .col-sm-4,
	
	.row-list-wrapper > .col-sm-3:nth-child(4n+1):nth-last-child(-n+4),
	.row-list-wrapper > .col-sm-3:nth-child(4n+1):nth-last-child(-n+4) ~ .col-sm-3,
	
	.row-list-wrapper > .col-sm-2:nth-child(6n+1):nth-last-child(-n+6),
	.row-list-wrapper > .col-sm-2:nth-child(6n+1):nth-last-child(-n+6) ~ .col-sm-2 {
		margin-bottom:0!important;
	}
}

@media (min-width:991px) and (max-width:1199px) {
	[class*="listelement-"], .colelement {margin-bottom:50px;}

	.row-list-wrapper > .col-md-12:nth-child(1n+1):nth-last-child(-n+1),
	.row-list-wrapper > .col-md-12:nth-child(1n+1):nth-last-child(-n+1) ~ .col-md-12,
	
	.row-list-wrapper > .col-md-6:nth-child(2n+1):nth-last-child(-n+2),
	.row-list-wrapper > .col-md-6:nth-child(2n+1):nth-last-child(-n+2) ~ .col-md-6,
	
	.row-list-wrapper > .col-md-4:nth-child(3n+1):nth-last-child(-n+3),
	.row-list-wrapper > .col-md-4:nth-child(3n+1):nth-last-child(-n+3) ~ .col-md-4,
	
	.row-list-wrapper > .col-md-3:nth-child(4n+1):nth-last-child(-n+4),
	.row-list-wrapper > .col-md-3:nth-child(4n+1):nth-last-child(-n+4) ~ .col-md-3,
	
	.row-list-wrapper > .col-md-2:nth-child(6n+1):nth-last-child(-n+6),
	.row-list-wrapper > .col-md-2:nth-child(6n+1):nth-last-child(-n+6) ~ .col-md-2 {
		margin-bottom:0!important;
	}
}

@media (min-width:1200px) {
	[class*="listelement-"], .colelement {margin-bottom:60px;}

	.row-list-wrapper > .col-lg-12:nth-child(1n+1):nth-last-child(-n+1),
	.row-list-wrapper > .col-lg-12:nth-child(1n+1):nth-last-child(-n+1) ~ .col-lg-12,

	.row-list-wrapper > .col-lg-6:nth-child(2n+1):nth-last-child(-n+2),
	.row-list-wrapper > .col-lg-6:nth-child(2n+1):nth-last-child(-n+2) ~ .col-lg-6,
	
	.row-list-wrapper > .col-lg-4:nth-child(3n+1):nth-last-child(-n+3),
	.row-list-wrapper > .col-lg-4:nth-child(3n+1):nth-last-child(-n+3) ~ .col-lg-4,
	
	.row-list-wrapper > .col-lg-3:nth-child(4n+1):nth-last-child(-n+4),
	.row-list-wrapper > .col-lg-3:nth-child(4n+1):nth-last-child(-n+4) ~ .col-lg-3,
	
	.row-list-wrapper > .col-lg-2:nth-child(6n+1):nth-last-child(-n+6),
	.row-list-wrapper > .col-lg-2:nth-child(6n+1):nth-last-child(-n+6) ~ .col-lg-2 {
		margin-bottom:0!important;
	}	
}

.row-list-wrapper > [class*="col-"]:last-child {margin-bottom:0!important;}


/*
=======================================================================
	Search result 2015
=======================================================================
*/

#searchlist h2 {margin-bottom:4rem;}

.section-searchresult .searchresult-filter input[type="checkbox"]{margin-right:10px;}
.section-searchresult .searchresult-filter input[type="checkbox"]:hover,
.section-searchresult .searchresult-filter label:hover {cursor:pointer;}

.listelement-search-result:last-child {border-bottom: 0;}

.listelement-search-result h3 {margin:0;padding:0;}
.listelement-search-result p {margin:0;padding:0;}

.searchresult-category {margin:0;padding:0;display:none;}
.searchresult-category span {font-weight:500;}


/*
=======================================================================
	Flexslider
=======================================================================
*/


/* FLEXSLIDER CUSTOM STYLE */

.flexslider {
	width: 100%;
	height: 350px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*background: #f1f1f1;*/
	border: none;
	border-radius: 0;
	margin: 0px;
	}

.flex-control-nav { 
	bottom: -30px;
	padding-top: 29px;
	}

.flexslider li {
	color: #828282;
	line-height: 16px;	
	}

.flex-control-paging li a {
	background: #cdcdcd;
	width: 6px;
	height: 6px;
	box-shadow: none;
	}

.flexslider .flexcontainer { margin-top: 40px; padding: 0 30px;  margin-left: auto; margin-right: auto; }

.flexslider .slides img {
	width: auto;
	margin-top: -40px;	
	}

.flex-control-paging li a:active, .flex-control-paging li a:hover, .flex-control-paging li a.flex-active   { background: #505050; }

.flex-direction-nav .flex-next { right: 0px; }

.flex-direction-nav a { 
	background: url(../images/flexslider/bg_direction_nav_2.png) 0px 0px no-repeat transparent;
	height: 68px;
	top: 46%;
	width: 44px;
	 -webkit-transition: opacity ease;
	}

.flexslider:hover .flex-prev { left: 0px; }

.flexslider:hover .flex-next { right: 0px; }

/* SLIDES */

.flexslider .bg { height: 350px; }

.slides {
	height: 350px;
	overflow: hidden;	
	}

.txtbg h1, .txtbg h2, .txtbg h3, .txtbg h4, .txtbg h5, .txtbg h6 {
	color: #fff !important;
	background: #ff530d;
	display: inline;
	}

.flexslider h1, .flexslider h2, .flexslider h3, .flexslider h4, .flexslider h5, .flexslider h6 {
	margin-top: 0px;
	}

.txtbg p {
	color: #fff;
	background: rgba(108,108,108,0.8);
	display: inline; 	
	}

.txtbg a { color: #fff; }

.txtbg a:hover { color: #ff530d; }

.sliderPic { margin-bottom: 60px; }


/*
=======================================================================
	White (if white on dark background) 2015
=======================================================================
*/

.white p,
.white div,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
	color: white !important;
	}

.white blockquote {
	border-left: 5px solid #fff;
}

.white a {color:#fff;text-decoration:none;}

.white a:focus,
.white a:hover {color:#fff;text-decoration:underline;}

.white article a {color:#fff;text-decoration:underline;}
.white a ~ a {text-decoration:none;}
.white div[class^="listelement-"] ~ a:hover,
.white a:hover {text-decoration:underline;}
.white a ~ a:hover {text-decoration:underline;}



.white select {
   color: #555; /* Tekst inni selectboksene skal fortsatt være mørk */
	}

.white span {}



/*
=======================================================================
	Form 2015
=======================================================================
*/

.form-group {
	position: relative;
	margin-bottom: 30px;
	}

.form-group label {/*display:block;*/}

.input-group input,
.input-group button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	}

.ui-state-error {
	border: 1px solid #c33 !important;
	}

.ui-state-highlight	{
	background-color: #ffa;
	}

.validateTips {
	padding: 10px 0;
	line-height: 1.8em;
	}

.validateTips em {
	font-weight: 700;
	}

.required {
	color:#F00;
	font-size:1.3em;
	font-weight:300;
	}

.has-error + .help-block.validation-block {
	color:#fff;
	padding:.6rem 1rem;
	background: #a94442;
	display:inline-block;
	animation-duration: .8s;
  animation-name: fadeIn;
	}

.has-error + .help-block.validation-block:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f05a";
	margin-right:10px;
	display:inline-block;
	}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
	}


.form-field {position:relative;}

.form-field.has-success input {border:1px solid #5bb12f;border: 1px solid #5bb12f;}

.form-field div[class*="col-"].has-error + div[class*="col-"] input {border:1px solid #a94442;}


.form-field.has-success:after,
.form-field.has-error:after {
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  right: 15px;
	animation-duration: .8s;
  animation-name: bounceIn;
	}


@keyframes bounceIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Success icon */
.form-field.has-success:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f164";
	color:#5bb12f;
	}

/* Error icon */
.form-field.has-error:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f165";
	color:#c33;
	}



@media (max-width: 767px) {
	.form-group {margin-bottom: 20px;}
	}









/*
=======================================================================
	Employee list 2015
=======================================================================
*/

.listelement-employee {font-size:0.85em;letter-spacing:1px;}

.listelement-employee article figure {/*max-width:50%;*/margin-left:auto;margin-right:auto;margin-bottom:1rem;}

.row-list .row-list-wrapper .listelement-employee article h3 {margin-bottom:0!important;font-weight:bold!important;}

.listelement-employee article .text > * {margin:0;}
.listelement-employee article .text a {display:inline-block;}

.listelement-employee article .employee-email.email-overflow a span {display:none;}
.listelement-employee article .employee-email.email-overflow a:before {content:"Send e-post";}


@media (max-width: 767px) {
	.employee-phone {padding:10px 15px;border: 2px solid #000;}
	.employee-email a {padding:10px 15px;border: 2px solid #000;}
	}

@media (min-width: 768px) {
	}

@media (min-width: 991px) {
	}

@media (min-width: 1200px) {
	.listelement-employee h3 {font-size:1.2em}
	}



/*
=======================================================================
	Plukk
=======================================================================
*/

hr .space{margin:50px 0;}
.nospace{margin-bottom:0!important;}
.space{margin-bottom:40px!important;}
.medspace{margin-bottom:20px!important;}
.one-line {white-space: nowrap;	width: 100%; overflow: hidden; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; height:1.3em;}


/**********************************************************************************
*  Misc plukk
***********************************************************************************/

.center {
	text-align: center !important;
	}

.center img {margin: auto;}
	
.right {
	text-align: right !important;
	}
	
.left {
	text-align: left !important;
	}

.push-bottom {
	margin-bottom: 35px;
	}

.push-top {
	margin-top: 35px;
	}


/*
=======================================================================
	Fastsatt, sort bakgrunnsbilde i stedet for parallax
=======================================================================
*/

.paragraphbg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
  height:100%;
	}


/*
=======================================================================
	Default
=======================================================================
*/

.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	}



/*
=======================================================================
	Full width background
=======================================================================
*/

/*.full-width-banner > .foo > img {width:100%;}*/
.full-width-banner img {width:100%;}


/*
=======================================================================
	Search result filter
=======================================================================
*/

.section-search input[type="checkbox"],.section-search input[type="radio"] {margin-right:10px;}



/*
=======================================================================
	Site sub footer
=======================================================================
*/

.sub-footer {
	padding:30px 0;
	border-top:1px solid rgba(255,255,255,0.15);
	font-weight:lighter;
	}

.sub-footer,
.sub-footer a {
	color:#fff
	}


@media (min-width:768px) {
.sub-footer .copyright {float:left;}
.sub-footer .credits {float:right;}
	}




/*
=======================================================================
	Campaign
=======================================================================
*/

html {}
.campaign-wrapper {position:absolute;background: rgba(255,255,255,0.5);padding:3rem;display:inline-block;}

@media (min-width:767px) {

	.campaign-wrapper.centercenter {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		}

	.campaign-wrapper.topleft 		{top: 5%;left: 5%;}
	.campaign-wrapper.topright 		{top: 5%;right:5%;}
	.campaign-wrapper.bottomleft 	{bottom: 5%;left:5%;}
	.campaign-wrapper.bottomright {bottom: 5%;right: 5%;}
	
	.campaign-wrapper {}
	.campaign-content {}
	}




/*
=======================================================================
	Calendar Template 1
=======================================================================
*/

.calendar-template1 .calendar-date {margin-bottom:0.7em;}

.calendar-template1 .calendar-date div[class*="calendar-date-"],
.calendar-template1 .calendar-date div[class*="calendar-start-"],
.calendar-template1 .calendar-date div[class*="calendar-end-"] {display:inline-block;}

.calendar-template1 .calendar-date div[class*="calendar-date-"] {margin-right:15px;}


/* Date */
.calendar-template1 .calendar-start-day:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f017";
	margin-right:10px;
	display:inline-block;
	}

.calendar-template1 .calendar-start-day,
.calendar-template1 .calendar-end-day {font-size:.9em;font-weight:normal;letter-spacing:1px;text-transform:uppercase;}

.calendar-template1 .calendar-start-date,
.calendar-template1 .calendar-end-date {font-size:.9em;font-weight:bold;text-transform:uppercase;}

.calendar-template1 .calendar-start-time,
.calendar-template1 .calendar-end-time {font-size:.9em;font-weight:normal;text-transform:uppercase;}

/* Text */
.calendar-template1 .calendar-text h3 {font-size:1.1em;margin:0!important;}
.calendar-template1 .calendar-text-items > * {margin-bottom:2rem;}
.calendar-template1 .calendar-text-items > :last-child {margin-bottom:0;}

.calendar-template1 .listelement-calendarlist .calendar-text > :last-child {margin-bottom:0;}

@media (min-width: 768px) {
	}

@media (min-width: 991px) {
	}

@media (min-width: 1200px) {
	.calendar-template1 .listelement-calendarlist {margin-bottom:40px!important;}

	.calendar-template1 .calendar-date-wrapper {padding:0 .5rem;}
	
	.calendar-template1 .calendar-date div[class*="calendar-date-"] {margin: auto;}
	
	.calendar-template1 .calendar-start-day:before {content:"";}
	
	.calendar-template1 .calendar-date {display:flex;text-align:center;}
	.calendar-template1 .calendar-date > * {align-self:center;margin-right:15px;}
	.calendar-template1 .calendar-date > :last-child {margin-right:0;}
	
	.calendar-template1 .calendar-text {
		border-left: 2px solid #e0e0e0;
		padding-left:2rem;
		}

	}





/*
=======================================================================
	Calendar Template 2
=======================================================================
*/

.calendar-template2 .calendar-date {margin-bottom:0.7em;}

.calendar-template2 .calendar-date div[class*="calendar-date-"],
.calendar-template2 .calendar-date div[class*="calendar-start-"],
.calendar-template2 .calendar-date div[class*="calendar-end-"] {display:inline-block;}

.calendar-template2 .calendar-date div[class*="calendar-date-"] {margin-right:15px;}


/* Date */
.calendar-template2 .calendar-start-day:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f017";
	margin-right:10px;
	display:inline-block;
	}

.calendar-template2 .calendar-start-day,
.calendar-template2 .calendar-end-day {font-size:.9em;font-weight:normal;letter-spacing:1px;text-transform:uppercase;}

.calendar-template2 .calendar-start-date,
.calendar-template2 .calendar-end-date {font-size:.9em;font-weight:bold;text-transform:uppercase;}

.calendar-template2 .calendar-start-time,
.calendar-template2 .calendar-end-time {font-size:.9em;font-weight:normal;text-transform:uppercase;}

/* Text */
.calendar-template2 .calendar-text h3 {font-size:1.1em;margin:0!important;}
.calendar-template2 .calendar-text-items > * {margin-bottom:2rem;}
.calendar-template2 .calendar-text-items > :last-child {margin-bottom:0;}

.calendar-template2 .listelement-calendarlist .calendar-text > :last-child {margin-bottom:0;}

@media (min-width: 768px) {
	}

@media (min-width: 991px) {
	}

@media (min-width: 1200px) {
	.calendar-template2 .listelement-calendarlist {margin-bottom:40px!important;}

	.calendar-template2 .calendar-date-wrapper {padding:0 .5rem;}
	
	.calendar-template2 .calendar-date div[class*="calendar-date-"] {margin: auto;}
	
	.calendar-template2 .calendar-start-day:before {content:"";}
	
	.calendar-template2 .calendar-date {display:flex;text-align:center;}
	.calendar-template2 .calendar-date > * {align-self:center;margin-right:15px;}
	.calendar-template2 .calendar-date > :last-child {margin-right:0;}
	
	.calendar-template2 .calendar-text-items {
		border-left: 2px solid #e0e0e0;
		padding-left:2rem;
		}

	}


/*
=======================================================================
	Calendar Template 3
=======================================================================
*/

.calendar-template3 .calendar-date {margin-bottom:0.7em;}

.calendar-template3 .calendar-date div[class*="calendar-date-"],
.calendar-template3 .calendar-date div[class*="calendar-start-"],
.calendar-template3 .calendar-date div[class*="calendar-end-"] {display:inline-block;}

.calendar-template3 .calendar-date div[class*="calendar-date-"] {margin-right:15px;}


/* Date */
.calendar-template3 .calendar-start-day:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f017";
	margin-right:10px;
	display:inline-block;
	}

.calendar-template3 .calendar-start-day,
.calendar-template3 .calendar-end-day {font-size:.9em;font-weight:normal;letter-spacing:1px;text-transform:uppercase;}

.calendar-template3 .calendar-start-date,
.calendar-template3 .calendar-end-date {font-size:.9em;font-weight:bold;text-transform:uppercase;}

.calendar-template3 .calendar-start-time,
.calendar-template3 .calendar-end-time {font-size:.9em;font-weight:normal;text-transform:uppercase;}

/* Text */
.calendar-template3 .calendar-text h3 {font-size:1.1em;margin:0!important;}
.calendar-template3 .calendar-text-items > * {margin-bottom:2rem;}
.calendar-template3 .calendar-text-items > :last-child {margin-bottom:0;}

.calendar-template3 .listelement-calendarlist .calendar-text > :last-child {margin-bottom:0;}

@media (min-width: 768px) {
	}

@media (min-width: 991px) {
	}

@media (min-width: 1200px) {
	.calendar-template3 .listelement-calendarlist {margin-bottom:40px!important;}

	.calendar-template3 .calendar-date-wrapper {padding:0 .5rem;}
	
	.calendar-template3 .calendar-date div[class*="calendar-date-"] {margin: auto;}
	
	.calendar-template3 .calendar-start-day:before {content:"";}
	
	.calendar-template3 .calendar-date {display:flex;text-align:center;}
	.calendar-template3 .calendar-date > * {align-self:center;margin-right:15px;}
	.calendar-template3 .calendar-date > :last-child {margin-right:0;}
	
	.calendar-template3 .calendar-text-items {
		border-left: 2px solid #e0e0e0;
		padding-left:2rem;
		}

	}
	

/*
=======================================================================
	Feedback
=======================================================================
*/

.feedback-options {margin:0;padding:0;list-style:none;}
.feedback-options li {margin:0;padding:0;display:block;float:left;width:50%;text-align:center;}
.feedback-options li:first-child {margin:0;}
.feedback-options li a {display:inline-block;padding:1rem;color:#333;opacity:0.8;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
	}
.feedback-options li a:hover {text-decoration:none;opacity:1;transform: scale(1.05);}

.feedback-options li figure {margin:0;}
.feedback-options li figure img {max-width:50px;margin:0 auto 0.7rem auto;}
.feedback-options li figcaption {text-align:center;font-size: .9rem;}

.feedback-wrapper {display:table;width:100%;height:100%;}
.feedback-wrapper h3 {text-align:center;}
.feedback-wrapper-inner {display:table-cell;vertical-align:middle;}


@media (min-width: 768px) {
	.feedback-options li {width:25%;}
	.feedback-wrapper h3 {text-align:left;}
	}

@media (min-width: 991px) {
	}

@media (min-width: 1200px) {
	}



/*
=======================================================================
	Custom right and left content
=======================================================================
*/

.text-and-image {position:relative;overflow:hidden;}

/* Content Space */
.text-and-image.topspace {padding-top:0;}
.text-and-image.topspace .text-content {padding-top:30px;}
.text-and-image.moretopspace {padding-top:0;}
.text-and-image.moretopspace .text-content {padding-top:60px;}
.text-and-image.bottomspace {padding-bottom:0;}
.text-and-image.bottomspace .text-content {padding-bottom:30px;}
.text-and-image.morebottomspace {padding-bottom:0;}
.text-and-image.morebottomspace .text-content {padding-bottom:60px;}
/* Content Space End */

/* Element Space */
.text-and-image.elementtopspace {margin-top:40px;}
.text-and-image.moreelementtopspace {margin-top:80px;}
.text-and-image.elementbottomspace {margin-bottom:40px;}
.text-and-image.moreelementbottomspace {margin-bottom:80px;}
/* Element Space End */

.text-and-image .text-content {padding-right:2rem;}

.text-and-image .text-content {padding-left:2rem;padding-right:2rem;}

.fullwidth .text-and-image.text-and-image-text-right .text-content {padding-right:0;}
.fullwidth .text-and-image.text-and-image-text-left .text-content {padding-left:0;}

.text-and-image .text-content article > * {margin-bottom: 1.5rem;}
.text-and-image .text-content article > :last-child {margin-bottom: 0;}
.text-and-image .text-content article .bttn {margin-bottom:0;}
.text-and-image .text-content article .bttn + .bttn {margin-top:1rem;margin-left:1rem;}

.text-and-image .image-content {/*margin-top:1rem;*/height:100%;}
.text-and-image .image-content-xl {display:none;}

.text-and-image.bgimage .image-content-inner {display:table;height:100%;position:relative;}
.text-and-image.bgimage .image-content-inner-inner {display:table-cell;vertical-align:middle;}


@media screen and (min-width: 768px) {

.text-and-image .image-content-xs {display:none;}
.text-and-image .image-content-xl {display:block;}

/* Ordinary img */
.text-and-image .image-content-inner-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari */
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	transform: translate(-50%, -50%);
	max-width:100%;
	max-height:100%;
	}

/* Background img */
.text-and-image .image-content {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	height:100%;
	width:50%;
	z-index:99;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top:0;
	}
	
	.text-and-image-text-right .col-md-6  {float:right;}
	.text-and-image-text-right .image-content  {left:0;right:auto;}

  .text-and-image.text-and-image-text-right .text-content {padding-left:2rem;padding-right:2rem;}
	.fullwidth .text-and-image.text-and-image-text-right .text-content {padding-left:2rem;}
	}
	
@media screen and (min-width: 991px) {
  .text-and-image.text-and-image-text-right .text-content {padding-left:3rem;padding-right:3rem;}
	.fullwidth .text-and-image.text-and-image-text-right .text-content {padding-left:3rem;}
	}

@media screen and (min-width: 1200px) {
	/* Content Space */
	.text-and-image.topspace .text-content {padding-top:60px;}
	.text-and-image.moretopspace .text-content {padding-top:140px;}
	.text-and-image.bottomspace .text-content {padding-bottom:60px;}
	.text-and-image.morebottomspace .text-content {padding-bottom:140px;}
	/* Content Space End */

	/* Element Space */
	.text-and-image.elementtopspace {margin-top:30px;}
	.text-and-image.moreelementtopspace {margin-top:60px;}
	.text-and-image.elementbottomspace {margin-bottom:30px;}
	.text-and-image.moreelementbottomspace {margin-bottom:60px;}
	/* Element Space End */

	.text-and-image .text-content {padding-left:0;}

  .text-and-image.text-and-image-text-right .text-content {padding-left:5rem;padding-right:5rem;}
	.fullwidth .text-and-image.text-and-image-text-right .text-content {padding-left:7rem;}

	.text-and-image .text-content .pretitle {margin-left:0;}
	.text-and-image h2 {font-size:2.3rem;}
	.text-and-image .text-content .colteaser {font-size:1.1em;}
	}

