body {
	font-family: 'Times New Roman', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: #f9f6f1;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ddd;
}

h1 {
	font-weight: 100;
	font-size: 38px;
	line-height: 1.2em;
}

h2 {
	font-weight: 100;
	font-size: 24px;
}

a {
	color: #000;
}

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


.italic {
	font-style: italic;
}


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


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

.only-sm {
	display: none;
}

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

.introduction h1 {
	font-size: 36px;
	line-height: 48px;
}

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

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

}

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

}

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


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

	.top-menu {
		text-align: right;
	}
	
	.hidden-sm {
		display: none;
	}

}


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

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


.content {
	padding: 50px 0;
	overflow: hidden;
}




.landing h1 {
	margin-top: 0;
}



.pastel-green {
	background-color: rgba(50, 255, 0, 0.143);
}
.pastel-orange {
	background-color: rgba(255, 174, 0, 0.143);
}
.pastel-soft-orange {
	background-color: rgba(255, 113, 0, 0.175);
}

.pastel-burgundy {
	background-color: rgba(170, 33, 0, 0.143);
}
.pastel-yello {
	background-color: rgba(224, 255, 0, 0.544);
}
.pastel-tealo {
	background-color: rgba(0, 255, 200, 0.2);
}
.pastel-orango {
	background-color: rgba(255, 98, 0, 0.2);
}
.pastel-pinko {
	background-color: rgba(255, 0, 132, 0.2);
}
.pastel-greeno {
	background-color: rgba(0, 255, 93, 0.2);
}
.pastel-yeloosh {
	background-color: rgba(134, 223, 0, 0.3);
}
.pastel-greenos {
	background-color: rgba(112, 255, 0, 0.2);
}


.pastel-blu {
	background-color: rgba(74, 97, 255, 1);
	color: #fff;
}
.pastel-brg {
	background-color: #1b4626;
	color: #fff;
}
.pastel-burg {
	background-color: #70273e;
	color: #fff;
}


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

.footer .logo {
	display: inline-block; 
	height: 17px; 
	opacity: 0.4;
	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;
}



.ansatte {
	margin-top: 110px;
}



.flex-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px; /* Compensates for left margins */
	margin-right: -10px;
	align-items: stretch;
	justify-content: center;

}


.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;
}


.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;
	}

}

.abstract-svg {
  width: 100%;
  height: auto;
}

.abstract-container {
	display: inline-block;
	width: 30%;
	margin-left: 100px;
}

.abstract-svg {
  width: 100%;
  height: 100%;
}

/* --- BARS --- */
.bar-group rect {
  fill: black;
  animation: barFloat 4s ease-in-out infinite alternate;
}

#left-bars rect:nth-child(odd)   { animation-duration: 3.5s; }
#left-bars rect:nth-child(even)  { animation-duration: 4.5s; }
#middle-bars rect                { animation-duration: 2.8s; }
#right-bars rect:nth-child(odd)  { animation-duration: 3.2s; }
#right-bars rect:nth-child(even) { animation-duration: 5s; }

@keyframes barFloat {
  from { transform: translateY(0); }
  to   { transform: translateY(-8px); }
}

/* --- LINES --- */
.line-group line {
  stroke: black;
  stroke-width: 2;
  transform-origin: center;
  animation: lineShift 6s ease-in-out infinite;
}

.line-group line:nth-child(odd)  { animation-delay: 1s; }
.line-group line:nth-child(even) { animation-delay: 3s; }

@keyframes lineShift {
  0% {
	transform: translateX(-20px) scaleX(0.9);
  }
  50% {
	transform: translateX(20px) scaleX(1);
  }
  100% {
	transform: translateX(-20px) scaleX(0.9);
  }
}

.tag {
	display: inline-block; 
	margin-right: 10px; 
	padding: 0px 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}



.feed {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 90px;
	padding: 10px 0;
}