@import url("/grafik/typsnitt/nunito-fontfacekit/stylesheet.css");
@import url("/grafik/typsnitt/lekton-fontfacekit/stylesheet.css");

body{
	position:absolute;
	font: 20px "NunitoLight",sans-serif;
	width: 100%;
	color:white;
	background-color:black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color:inherit;
}

* {
	width:100%;
	margin:0;
	padding:0;
	border-width: 0px;
   font-weight: normal;
}
/**+* { padding-top:0.6em; }*/
*+h1,*+h2,*+h3,*+h4,*+h5,*+h6,*+div { padding-top:1.0em; }
h1,h2,h3,h4,h5,h6 { font:  "NunitoBold",sans-serif; }
h1,h2,h3,h4,h5,h6,p { margin-bottom:0.3em; }

.vit { color:white; }
.svart { color:black; }

.konten, .text {
	position:fixed;
	font: "NunitoRegular",sans-serif;
	left:30px;
	right:30px;
	width: auto;
	height:auto;
}
.konten {
	text-align:right;
	font-size: 0.9em;
	font-style:italic;
	top:20px;
}
.text {
	text-align:left;
	font-style: normal;
	bottom:30px;
}

/*table {
	border-collapse: separate;
	border-spacing:0;
	padding: 0px;
		width: 100%;
	font-size: inherit;
}
td {
	padding: 5px 5px;
	vertical-align: top;
	text-align: right;
	white-space:nowrap;
	width:auto;
}
td:nth-child(1) {
	padding-left:0;
	text-align: right;
	white-space:normal;
	width:auto;
}
td:last-child {
	padding-right:0;
}
*/
h1 { font-size: 5.5em; }
h2 { font-size: 3.4em; }
h3 { font-size: 2.1em; }
h4 { font-size: 1.3em; }
h6 { font-size: 0.8em; }
.fet { font-family: "NunitoBold",sans-serif; }

.stor { font-size: 1.3em;  }
.större { font-size: 2.1em; margin-left:-2px;}
.störst { font-size: 3.4em;	}
.liten{ font-size: 0.8em; }
.mindre{ font-size: 0.6em; }
.minst{ font-size: 0.4em; }

.dolt{ display:none; }

img.logga {
	width:300px;margin:0px;
}
@media  only screen and (max-width: 1100px) {
	body{
/*		font-size: 14px;*/
	}
	h1 { font-size: 4.5em; }
	h2 { font-size: 2.8em; }
	h3 { font-size: 1.6em; }
	h4 { font-size: 1.2em; }
	h6 { font-size: 0.8em; }
	.text {
/*		top:350px;*/
	}
	
}
