@import url(https://fonts.googleapis.com/css?family=Roboto)

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Main color: #106e76;
background: #e9fcf8;
Bigheader: #2e6b74;
*/



*
{
    font-family: 'Roboto',Helvetica,Sans-serif;
}

a
{
	text-decoration: none;
	
}

.afobiaLink
{
	color: #92c848;
	font-size: 1em;
}

body
{
	width: 100%;
	position: relative;
	color: #2B3856;
	line-height: 130%;
	font-size: 1em;
	margin-left: 0;
	margin-right: 0;
}

ul
{

list-style-type: circle;
margin-left: 0;
margin-bottom: 2%;
padding-left: 12px;
}

li
{
	margin-bottom: 2%;
}

article
{
width: 90%;
position: relative;
margin-top: 13%;
margin-left: auto;
margin-right: auto;

}

section
{
	margin-bottom: 5%;
}

#doubler
{
	margin: 0;
	width: 0;
	height: 0;
	padding: 0;
}

select, input[type="button"] 
{
width: 100%;
background-color: #e9fbf8;
border: 0;
height: 30px;

}

select
{
	margin-bottom: 1%;
}

input[type="button"] 
{
	margin-top: 40px;
	height: 40px;
	border: 0;
	font-size: 1.01em;
}

.question_item
{
padding-bottom: 20px;
border-bottom: solid 2px #106e76;
}

img
{
margin-top: 1%;
width: 40%;
position: relative;
transform: translate(70%,0);
-ms-transform: translate(70%,0);
-webkit-transform: translate(70%,0);


margin-bottom: 5%;
padding-bottom: 0;
}

#adPic, #topPic
{
width: 100%;
margin: 0;
padding: 0;

transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);


	
}	
#topPic
{
	margin-top: 30px;
}

.boktips
{
	margin-top: 2%;
	margin-bottom: 0;
	padding: 0;
	width: 70%;
	transform: translate(20%,0);
	-ms-transform: translate(20%,0);
	-webkit-transform: translate(20%,0);
	
}

nav
{
	background-color: #e9fbf8;
	width: 100%;
	position: fixed;
	height: 40px;
	top: 0;
	left: 0;
	border-bottom: 1px solid black;
	
}

nav > ul
{
	list-style-type: none;
	transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	
	
	
	
}

nav > ul 
{
	
	font-weight: bold;
}

nav > ul > li 
{
	float: left;
	margin-right: 10px;
}

p
{
	margin-top: 3%;
	margin-bottom: 3%;
}

h1, h2, h3, a, .betoning
{
	color: #106e76;
}

.forklaring
{
color: grey;
}

h1
{
	font-size: 1.5em;
	margin-bottom: 5%;
	
}
h2
{
	font-size: 1.25em;
	margin-bottom: 3%;
}

h3
{
	font-size: 1.15em;
	margin-bottom: 3%;
}

.betoning, #totalpoang
{
	font-weight: bold;
	
}

#facebookLink
{
	color: #3B5998;
	font-weight: bold;
}
#instagramLink
{
	color: orange;
	font-weight: bold;
}



#ouppmarksamhet, #hyper
{
	font-size: 1.2em;
	color: #99002b;
	
}

footer > p
{
text-align: center;

}

#languageVersion
{
	position: absolute;
	top: -0.7%;
	right: 0;
}

.varning
{
	color: red; 
	font-weight: bold; 
}


@media only screen and ( min-width: 600px ) 
{
	article
	{
		width: 50%;
		margin-top: 5%;
		
	}
	
	img
	{
		width: 25%;
		transform: translate(145%,0);
	}
	
	#adPic
	{
		
		
		width: 75%;
		transform: translate(15%,0);
-ms-transform: translate(15%,0);
-webkit-transform: translate(15%,0);
	
	}
	#topPic
	{
		width: 40%;
			transform: translate(75%,0);
-ms-transform: translate(75%,0);
-webkit-transform: translate(75%,0);
margin-top: 6%;
		
	}
	
	.boktips
    {
	width: 40%;
	transform: translate(80%,0);
	
    }
	
	p
    {
	margin-top: 1.5%;
	margin-bottom: 1.5%;
    }
	
}