@font-face {
  font-family: fonomensansbook;
  src: url('/v2/styles/fonts/Fenomen-Sans-Book.otf');
}
@font-face {
  font-family: fonomensansbooksemibold;
  src: url('/v2/styles/fonts/Fenomen-Sans-Semi-Bold.otf');
}


* {
  	box-sizing: border-box;
  	font-family:fonomensansbook, -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;

}
html{
	height:100%;
width:100%;}

body {
  	background-color: red;
	margin:0px;
	padding:0px;

		background:url(images/loginimage.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;


}

.button {
	background-color:#f57b20;
	padding:10px;
	height:40px;
	width:150px;
	border-radius:20px;	
	border-style:none;
	}
	

.pagedocuments {
	/* background: linear-gradient(to bottom, transparent, lightgray),
      url(/images/avtal.png) no-repeat center center fixed;
	*/
	background: url(/images/documents.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
}

.pageavtal {
	/* background: linear-gradient(to bottom, transparent, lightgray),
      url(/images/avtal.png) no-repeat center center fixed;
	*/
	background: url(/images/avtal.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
}

.pageforvalt {
	/* background: linear-gradient(to bottom, transparent, lightgray),
      url(/images/avtal.png) no-repeat center center fixed;
	*/
	background: url(/images/forvaltare.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
}

.pagelghutdrag {
	/* background: linear-gradient(to bottom, transparent, lightgray),
      url(/images/avtal.png) no-repeat center center fixed;
	*/
	background: url(/images/lghutdrag.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
}

.pagecontact {
	/* background: linear-gradient(to bottom, transparent, lightgray),
      url(/images/avtal.png) no-repeat center center fixed;
	*/
	background: url(/images/contact.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
}
.jobbavtal {
	/* background: linear-gradient(to bottom, transparent, lightgray),
      url(/images/avtal.png) no-repeat center center fixed;
	*/
	background: url(/images/jobb.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
}



.pagemedlemmar {
	/* background: linear-gradient(to bottom, transparent, lightgray),
      url(/images/avtal.png) no-repeat center center fixed;
	*/
	background: url(/images/avtal.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
}

.pagenews {

	background: url(/images/news.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
}

.pageavier {
/*	 background: linear-gradient(to bottom, transparent, lightgray),
      url(/images/avier.jpg) no-repeat center center fixed;
	*/
	background: url(/images/avier.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
}
.pagefelanmal {
/*	 background: linear-gradient(to bottom, transparent, lightgray),
      url(/images/felanmal.jpg) no-repeat center center fixed;
	*/
	background: url(/images/felanmal.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
}

.pagecontent{
	background-color:white;
	width:75vw;
	margin-left:auto;
	min-height:450px;
	margin-right:auto;
	padding:120px;
	overflow:auto;
	margin-top:-90px;
	padding-top:120px;
}

.rounded {padding:0px;
background-color:white;
color:lightgray;
}

.cover {
	height:100vh;
	width:100%;

	 background:url(https://egerydsfastigheter.se/wp-content/uploads/2018/03/bakgrund-vit-egeryds-hus.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow:auto;
	background-color:lightgray;
	padding-bottom:50px;
}
table {
    table-layout:fixed;
}

table td {
    overflow:hidden;
}
nav .brand-logo {
	font-size:27px;
}
.login {
  	background-color: lightgray;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 35px auto;
	padding-top:15px;
	border-radius: 25px;
	width:350px;


}
.login h1 {

  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login p {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;

}
.login p label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login p input[type="password"], .login p input[type="text"] {
  	width: 280px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login p input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;

	border-bottom-right-radius: 25px;
		border-bottom-left-radius: 25px;
}
.login p input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.submitbutton{
  width: 100%;
  padding: 15px;
margin-top: 20px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;

border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}


.loggedin {
	background-color: #f3f4f7;


	background:url(/images/inloggad.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;



}
.container {
	background-color:lightgray;
	height:100%;
	padding:25px;
	margin-top:25px;
}



.container h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.container > p, .container > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.container > p table td, .container > div table td {
	padding: 5px;
}
.container > p table td:first-child, .container > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.container > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

.nav-wrapper {
	background-color: rgba(255, 116, 36, 1);
	padding-left:15px;
}

div.choosebrf {
	font-size:15px;
	padding:15px;
	margin-top:-10px;
	margin-bottom:15px;
	cursor:pointer;
	text-align:center;
	width:100%;
}
div.choosebrf:hover{
	background-color:lightgray;
}



@media screen and (max-width: 1500px) {



body{
padding:0px;
margin:0px;
width:100%;
}

.pagecontent{

width:100%;
}

.cover{

width:100%;
}

.container {
	background:url(/images/inloggad.jpg) no-repeat center center fixed;
	height:100%;
	padding:0px;
	width:100%;
	padding-top:15px;
}
.hiddendiv{
		width:100% !important;
}
.noshowmobil {
	 display:none;
 }
}

@media screen and (max-width: 850px) {

.pagecontent{
	margin:0px !important;
	padding:0px !important;
}
h4 {
	text-align:center;
}
p{
	padding:5px;
}
}
