@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: #EFEEEE;
	padding: 0px;
	margin: 0px;
}
header {
	font-size: 14px;
	width: 100%;
	height: 50px;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	position: fixed;/*header henger fast øverst på siden*/
	z-index: 1; /*header over de andre elementene*/
	line-height: 0px;/*Logo og tekst i midten vertikalt*/
}
main {
	position: relative;
	width: 90%;/*for å gjøre menyen flytende*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;/*for at undermenyen ikke skal ligge over hovedmenyen*/
	clear: both;
}
h1{
	font-size: 36px;
}
p{
	font-size: 18px;
}
#logo {
	background-image: url(images/Logo_MW.png);
	background-size:cover;
	height: 37px;
	width: 32px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 0px;
	margin-left: 5%;
	margin-top: 6.5px;
}
ul {
	position: relative;
	list-style-type: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#ulBanner {
	position: relative;
	float: right;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	text-align: center;
	margin-top: 20px;
}

li a {
	color: #000;
	text-decoration: none;
}
.liBanner {
	width: 30%;
	display: inline-block;
	float: right;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.liBanner a {
	float: center;
	display: inline-block;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.liBanner a:hover {
	color:#0F7287;
}

#denneSiden a{
	color:#0F7287;
}
/*Hoover tekst*/
ul.img-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 400px;
  margin: 25px;
  position: relative;
  width: 400px;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  width: 400px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
span.text-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
ul.img-list li:hover span.text-content {
	opacity: 1;
}
/*footer*/
footer#vanlig{
	background-color: white;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 50px;
	text-align: center;
	vertical-align: middle;
	color: black;
	clear: both;
}

footer p{
	font-size: 12px;
}
	.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -35px;
}
.footer,
.push {
  height: 35px;
}

/*Enkeltsidene til porteføljen*/
#tekst{
	float:right;
	width: 40%;
	min-height: 500px;
}
img.bilder{
	float: left;
	width: 55%;
	height: 55%;
	margin-top: 30px;
	margin-bottom: 50px;
}
a {
	text-decoration: none;
}
#a_Nettside{
	color: black;
}
#a_Nettside:hover{
	color:#0F7287;
}
/*kontaktside*/
#kontakt{
	text-align: center;
	margin-bottom: 100px;
	
}
#footer_kontakt footer p{
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: white;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 0px;
	margin-top: 50px;
	text-align: center;
	vertical-align: middle;
	color: black;
	clear: both;
}