@charset "UTF-8";
/* CSS Document */

html, body {
	box-sizing: border-box;
	font: 16px/1.5 Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	/*height: 100%;*/
	margin: 0;
	padding: 0;
}
*, *::before, *::after {
	box-sizing: inherit;
}

body {
	/*align-items: center;
	display: flex;
	flex-flow: column nowrap;*/
	position: relative;
}

header, nav, main, footer {
	margin: auto;
	/*max-width: 1200px;*/
	padding: 0 1em;
	width: 80vw;
	
	/* testing 
	outline: 1px solid red; */
}
header, footer {
	background: #eee;
}
header h1 {
	margin: 0;
	text-align: center;
}
header h1 small {
	font-weight: normal;
	margin-right: .5em;
}
nav p {
	margin: 1.6em 0 .6em;
}
main {
	margin-top: 2em;
	min-height: 1600px;
}
main iframe {
	display: block;
	min-height: 1600px;
	margin: 0;
	padding: 0;
}
footer {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

img {
  max-width: 100%;
  height: auto;
}

.rad {
	display: flex;
	flex-flow: wrap;
	margin: 0 -1em;
	
	/* testing 
	outline: 2px solid green; */
}
.kol {
	/*min-width: 20%;*/
	padding: 0 1em;
	
	/* testing 
	outline: 3px solid blue; */
}

#lydfiler .kol {
	padding-top: 2em;
	padding-right: 3em;
}