html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100vh;	
}
body {
	position:relative;
	font-family: 'Nunito', sans-serif;
	color: #607d8b;
}

.pageContent{
	
}

.wrapper{
	min-height: calc(100vh - 100px);
}


.header, .footer {
	width: 100%;
}

.header { 
	height: 180px; /*150*/
	top: 0;
	background-image:url("../pics/header_bg.jpg");
	background-size:cover;
}

.content{
	margin-top: -40px;
	overflow:hidden;
	
}

.mBtn{
	height: 40px;
}

.footer {
	min-height:100px;
	padding: 1rem;
}

.menu .w3-bar-item{
	width: 25%;
	margin-bottom: -5px;
	overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subMenuLine{
	height:65px;
}

.logo{
	max-height: 100px;
	margin-top: 10px;
	max-width: 100%;
}

.link{
	text-decoration:none;
}
.link:hover{
	text-decoration:underline;
}

.borderBottom{
	border-bottom: 5px solid!important;
}

.blue, .hover-blue:hover {
	color: #0B5D94;
	background-color: #0B5D94!important;
}
.blue-trans{
	background: rgba(70,130,180, 0.5);
}
.text-blue, .text-hover-blue:hover {
	color: #0B5D94!important;
	background: rgba(255,255,255, 0.5)!important;
}
.border-blue{
	border-color: #0B5D94!important;
}

.selected{
	background: rgba(255,255,255, 0.5)!important;
	color:#0B5D94!important;
}

.brand{
	max-height: 45px;
}

.teksti{
	text-indent: 50px;
    text-align: justify;
}

.prevImage{
	height:150px;
	overflow:hidden;
	cursor:pointer;
}
.prevImage img{
	width: auto;
	height:150px;
	padding-bottom:10px;
}

.fullImage{
	max-height:100%;
	max-width:100%;
	width:auto;
	display:block;
}

.fb1{
	position:absolute;
	top: 100px;
	right: 20px;
}