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;
}

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;
}

body {
	font-family: "Helvetica", sans-serif;
}

/* MENY */

#logo {
	margin: 0 20px 0 50px;
}

#logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}

#logo a:hover {
	background: #fff;
	color: #fff;
}

@media (min-width: 900px) {
	#right-menu {
		float: right;
		margin: 60px 60px 0 0;
	}
}

@media (max-width: 899px) {
	#right-menu {
		text-align: center;
		margin: 20px 0 20px 0;
	}
}

h1 {
	font-size: 24px;
	color: #000;
}

.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

@media (min-width: 900px) {
	.menu li {
		float: left; 
		margin: 60px 0 0 0;
	}
}

@media (max-width: 899px) {
	.menu li a {
		border-bottom: 1px solid black;
		width: 100%;
	}

	.active {
		font-weight: bold;
	}
}

.menu li a {
	display: block;
	color: #000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;

}

.menu li a:hover {
	color: #fff;
  	background-color: #333;
}

select {
	width: 200px;
	padding: 5px 35px 5px 5px;
	font-size: 16px;
	border: 1px solid #000;
	border-radius: 0px;
	height: 34px;
	background: #fff;
}

/* CONTENT */



@media (min-width: 900px) {

.content {
	padding: 0 80px 0 80px;
}

.content-flex {
	display: flex;
}

.content-flex iframe {
	margin: 0 0 0 40px;
}

}

/* GALLERY */
@media (min-width: 900px) {
	.gallery {
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}
}

.gallery div {
	padding: 20px;
	width: 100%;
	flex-grow: 1;
}

.gallery img {
	width: 100%;
	padding:  auto;
}

.gallery img:hover {
	opacity: 60%;
}

.gallery p {
	font-weight: bold;
}

.katalognummer {
	text-align: left;
}

/* JØRN */

@media (max-width: 899px) {
	.jorn {
		display: block;
		text-align: center;
	}

	.jorn img {
		border-radius: 100%;
		width: 50%;
		opacity: 80%;
		text-align: center;
	}
}

@media (min-width: 900px) {
	.jorn {
		display: flex;
	}

	.jorn img {
		border-radius: 100%;
		width: 20%;
	}

	.jorn div  {
		margin: 0 40px 0 40px;
	}
}

.jorn a {
	color: #000;
}

#social img {
	margin: 20px 10px 10px 10px;
	width: 40px;
}