body {
	font-family: 'Times New Roman', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: #f9f6f1;
}

h1 {
	font-weight: 100;
	font-size: 38px;
	line-height: 1.325em;
}
h2 {
	font-weight: 100;
	font-size: 24px;
}

.xu {
	text-decoration: none !important;
}

.inter {
  font-family: "Inter", sans-serif;
}
.fs-14 {
	font-size: 14px;
}
.fs-15 {
	font-size: 15px;
}
.fs-18 {
	font-size: 18px;
}
.fs-24 {
	font-size: 24px;
}
.fs-32 {
	font-size: 32px;
}

.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ddd;
}


a {
	color: #000;
}

p {
	font-size: 17px;
	line-height: 1.5em;
}


.italic {
	font-style: italic;
}


.text-center {
	text-align: center;
}


.container {
	width: 1170px;
	margin: 0 auto;
}

.only-sm {
	display: none;
}

@media only screen and (max-width: 1250px) {
  .container {
	  width: 900px;
	  margin: 0 auto;
  }  
}


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

	.introduction h1 {
		font-size: 32px;
		line-height: 44px;
	}

}

@media only screen and (max-width: 980px) {
  .container {
	  width: 90%;
	  margin: 0 auto;
  }
  
  .only-sm {
		display: inline;
	}

}

.top-menu {
	height: 70px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	position: relative;
}

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

	.top-menu {
		position: fixed;
		left: 0px;
		top: 0px;
		background-color: #f9f6f1;
		width: 100%;
		padding: 0 calc(5% + 10px);
		z-index: 101;
		border-bottom: 2px solid #FF8500;
		
	}
	
	.top-menu .logo  {
		position: absolute;
		top: 5px;
	}
	

}


.top-menu .logo  {
	position: absolute;
	margin-top: 13px;
}


.top-menu .logo img {
	height: 36px;
}

.top-menu .search {
	position: absolute;
	right: 0;
	top:13px;
}


.search input { 
	width: 200px;
}
.search input:focus {
	border: 1px solid #777;
	outline: none;
	box-shadow: none;
}


.search input, button {
	border: none;
	border: 1px solid #ccc;
	background-color: transparent;
	padding: 6px 12px;
	font-size: 14px;
}

.search button {
	padding: 8.5px 22px;
	margin-left: -5px;
}
.search button:hover {
	background-color: #ECE5DF;
	pointer: hand;
	border: 1px solid #333;
}


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


	
	.search input { 
		width: 200px;
	}
	.search input:focus {
		border: 1px solid #777;
		outline: none;
		box-shadow: none;
	}
	
	
	.search input, button {
		border: none;
		border: 1px solid #ccc;
		background-color: transparent;
		padding: 8.5px 12px;
		font-size: 14px;
	}
	
	.search button {
		padding: 8.5px 22px;
		margin-left: -5.5px;
		color: #000;
	}
	.search button:hover {
		background-color: #ECE5DF;
		pointer: hand;
		border: 1px solid #333;
	}

}

.nyhet {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px 20px 10px 20px;
	margin: 10px 0;
	border: 1px solid #ddd;
}


.content {
	padding: 50px 0;
	overflow: hidden;
	min-height: 500px;
}




.landing h1 {
	margin-top: 0;
}


.footer {
	border-top: 1px solid #ddd;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 60px;
	text-align: center;
}

.footer .logo {
	display: inline-block; 
	height: 36px; 
	opacity: 0.8;
	position: relative; 
	top:2px;
}


.footer .disclaimer p {
	
}

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

	.footer .disclaimer {
		width: 100%;
		float: left;
	}

}




.box-button {
	display: inline-block;
	padding: 14px 22px;
	text-decoration: none;
	border: 2px solid #000;
	margin-right: 10px;
	font-size: 18px;
}



.box-button:hover {
	background-color: #fff;
}



.flex-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px; /* Compensates for left margins */
	margin-right: -10px;
	align-items: stretch;
	justify-content: center;
	width: calc(100% + 20px);
}



.feature-button {
	display: block;
	width: calc(33.3% - 20px); /* 3 boxes per row, minus the gap */
	  margin: 10px;
	  box-sizing: border-box;
	  background: none;
	  padding: 20px 20px ;
	  flex-grow: 0;
	  background-color: #ECE5DF;
	  position: relative;
}


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

	.feature-button {
		display: block;
		width: 100%; /* 3 boxes per row, minus the gap */
		margin: 10px;
		box-sizing: border-box;
		  background: none;
		  padding: 20px 20px ;
		  flex-grow: 0;
		  background-color: #ECE5DF;
		  position: relative;
	}

}


.feature-button .r-arw {
	color: #FF8500;
	position: absolute;
	right: 20px;
}




.ansatt {
		width: calc(50% - 20px); /* 3 boxes per row, minus the gap */
	  margin: 10px;
	  box-sizing: border-box;
	  background: none;
	  padding: 4px 20px ;
	  flex-grow: 0;	
}



.ansatt p {
	margin: 0;
}

.ansatt-navn {
	font-weight: 500 !important;
	font-size: 22px;
	margin-bottom: 10px;
}

.ansatt-tags {
	margin-bottom: 6px;
}


@media only screen and (max-width: 1260px) {
	.ansatt {
		flex-grow: 0;	
		width: calc(50% - 20px); /* 3 boxes per row, minus the gap */
	}
}

@media only screen and (max-width: 640px) {
	.ansatt {
		flex-grow: 1 !important;	
		width: 100%; /* 3 boxes per row, minus the gap */

	}
}


.row {
  display: flex;
  align-items: center;   /* vertically align content */
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}

.justify-left {
	justify-content: left;
}
.justify-center {
	justify-content: center;
}

.landing {
  flex: 0 0 70%;         /* 70% width */
  padding-right: 0;
  line-height: 1.35em;
}

.landing h2 {
	font-size: 28px;
	line-height: 1.325em;
}


.svg-col {
  flex: 0 0 34%;         /* 30% width */
  display: flex;
  justify-content: center;
  align-items: center;
}

.nettverk {
	padding-top: 0px;
}


@media (max-width: 640px) {
  .row {
	flex-direction: column;
  }
  .landing,
  .svg-col {
	flex: 1 1 100%;
	width: 100%;
	padding: 0;
  }
  
  .svg-col {
	  padding-top: 50px;
	}

}



.sub-menu {
	border-bottom: 2px solid #FF8500;
}





.sub-menu ul {
	padding: 0px;
}

.sub-menu ul li {
	display: inline-block;
	padding-right: 24px;
}

.hidden-l {
	display: none;
}

.hidden-sm {
	display: block;
}

.menu-btn {
	display: none;
	cursor: pointer;
	cursor: hand;
}

@media only screen and (max-width: 720px) {
	
	.menu-btn {
		display: inline-block;
		position: fixed;
		top: 28px;
		right: calc(5% + 10px);
	}

	
	.sub-menu {
		display: none;
		position: fixed;
		left: 0px;
		top: 0px;
		background-color: #f9f6f1;
		width: 100%;
		padding: 0 calc(5% + 10px);
		padding-top: 80px;
		z-index: 100;
		border-bottom: 1px solid #ddd;
	}
	
	.sub-menu.open {
		display: block;
	}
	
	.hidden-l {
		display: block;
	}

	.hidden-sm {
		display: none;
	}


	.sub-menu ul li {
	display: block;
	padding:4px 0px;

	}
	
	.sub-menu ul a {
	text-decoration: none;
	}

}

.opacity-05{
	opacity: 0.3;
}

.article {
	width: 640px;
	margin: 0 auto;
}

.article figure {
	margin: 0;
}

.article img {
	width: 100% !important;
	height: auto  !important;
}

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

	.article {
		width: 100%;
		margin: 0 auto;
	}

}


.article p {
	margin-bottom: 0px;
	margin-top: 8px;
}


.table {
	margin: 0;
	margin-top: 20px;
	text-align: left;
}

.text-center table {
	margin: 0 auto;
}

.ova-y {
	color: #FF8500;
}

table th {
	text-align: left;
}
table td {
	padding: 4px 20px 4px 0px;
	border-bottom: 1px solid #ddd;
}

.article-list {
	padding: 0;
}
.article-list li {
	list-style: none;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}


.inline-block {
	display: inline-block;
}