
body {
	background: #e7e7e7;
	font-family: sans-serif;
	/*padding: 40px;*/
	min-width: 310px;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	font-size: 15px;
}

pre {
	font-size: 8px;
}

h1, button, input {
	text-transform: uppercase;
	font-family: "HelveticaNeue-UltraLight", sans-serif;
}
h1 {
	color: #000 /*#c4c4c4*/;
	font-size: 32px;
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: #c4c4c4 1px solid;
	font-weight: 100;
}

a {
	display: grid;
	grid-template-columns: auto 120px;
	/*text-transform: uppercase;*/
	font-size: 1em;
	padding: 12px 20px;
	text-align: center;
	margin-bottom: 20px;
	color: #587477;
	text-decoration: none;
	background: #ddf3f3;
	border: #cee9e7 1px solid;
	border-radius: 25px;
	align-items: center;
}
	.filnavn {
		text-align: center;
	}
	.size {
		font-style: italic;
		font-weight: 100;
		font-size: 0.8em;
		text-align: right;
	}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}
/* do not group these rules */
*::-webkit-input-placeholder {
	color: #fff;
	text-align: left;
}
*:-moz-placeholder {
	/* FF 4-18 */
	color: #fff;
	text-align: left;
}
*::-moz-placeholder {
	/* FF 19+ */
	color: #fff;
	text-align: left;
}
*:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	text-align: left;
}

.Panel {
	/*display: none;*/
}

#Paneler {
	min-height: 100vh;
	width: 100vw;
	/*overflow: scroll;*/
	/*-webkit-overflow-scrolling: touch;*/
	z-index: 1;
}
	.Board {
		max-width: 560px;
		margin: 4em auto 20px;
		background: #fff;
		padding: 20px 0 80px;
		text-align: center;
		border-radius: 80px;
	}
	.Hæfte {
		padding: 8px 40px;
		margin: 0;
	}
		.Hæfte:nth-child(2n+3){
			background: rgb(246, 246, 246);
		}
		.Hæfte:last-child{
			border-bottom: #c4c4c4 1px solid;
		}




body > div.Vis {
	display: block;
}




@media screen and (max-device-width: 480px){
	/*--- iPhone only CSS here ---*/
	body {
		font-size: 11px;
	}
	.Board {
		margin-top: 4em;
		max-width: 500px;
		padding: 15px 0 50px;
		border-radius: 40px;
	}
	h1 {
		font-size: 22px;
		padding-bottom: 20px;
	}
	h2 {
		text-align: left;
		font-size: 14px;
		text-transform: uppercase
	}
	.Hæfte {
		padding: 8px 20px;
		margin: 0;
	}
	a {
		font-size: 11px;
		display: block;
		padding: 10px 10px;
	}
	form {
		max-width: 220px;
	}
	button, input {
		font-family: "HelveticaNeue-Light", sans-serif;
	}
	#IndtastBaggrund {
		top: 20vh;
		height: 60vh;
	}

	div {
		
	}
}
