body {
	margin: 0;
	background: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	background: url(paper.jpg);
}
div {
	box-sizing: border-box;
}
.wrapper {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	padding: 20px 20px 0;
}
#lang {
	width: 40px;
	height: 20px;
	float: right;
	background: url('/images/se.png') no-repeat center center;
	background-size: cover;
	cursor: pointer;
}
#lang.se:hover {
	background-image: url('/images/en.png');
}
#lang.en {
	background-image: url('/images/en.png');
}
#lang.en:hover {
	background-image: url('/images/se.png');
}
header {
	background: url(notlinjer.png) repeat-x bottom left;
}

header img {
	width: 200px;
	display: block;
	margin: 0 0 20px 0;
	cursor: pointer;
}
header h2 {
	margin: 0;
	float: right;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	padding: 10px 0 0 0;
}
a img {
	border: 0;
}
#login {
	text-align: center;
	width: 200px;
	margin: 20px auto 0;
}
#login form {
	border: 1px dashed #999;
	padding: 10px;
	background: #ffd;
}
#login input {
	margin: 5px;
	padding: 3px;
	text-align: center;
	font-size: 12px;
}
nav {
	height: 37px;
	border-left: 1px solid #ccc;
	margin-left: 0;
}
nav a {
	box-sizing: border-box;
	display: inline-block;
	height: 37px;
	padding: 6px 20px;
	border-right: 1px solid #ccc;
	margin: 0;
	text-decoration: none;
	color: #009;
	font-size: 18px;
	text-transform: uppercase;
}
nav a:hover, nav a.active {
	background: white url(notlinjer.png) repeat-x bottom left;
	color: black;
}
main a:hover i {
	color: #000;
	text-decoration: underline;
}
h1, h2,h3,h4,p {
	margin: 0;
	padding: 0.5em 0;
}
h1 {
	display: none;
}
ul {
	margin: 0;
}
ul.h3 {
	font-size: 18px;
}
.right {
	float: right;
}
section {
	background: url(notlinjer.png) repeat-x bottom left;
	overflow: auto;
}
div.edit {
	background: #eef;
	border: 1px dotted #009;
	padding: 16px 16px;
	margin: 16px 0;
}
.edit h4 {
	text-align: center;
}
div.input {
	margin: 0;
	box-sizing: border-box;
	float: left;
	padding: 8px;
}
.input .bild {
	background: white center center no-repeat;
	width: 95%;
	box-sizing: border-box;
	padding: 4px;
	height: 160px;
	background-size: contain;
	border: 1px solid #ccc;
	margin: 2px 0;
}
#status {
	font-size: 12px;
	color: #900;
}
div.input.half {
	width: 50%;
}
div.input.onethird {
	width: 33.333%;
}
div.input.twothirds {
	width: 66.666%;
}
div.input.full {
	float: none;
	clear: both;
	width: 100%;
}
.edit input, .edit textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 8px;
	font-size: 14px;
	border: 1px solid #ccc;
}
.edit label {
	text-transform: uppercase;
	color: #009;
	font-size: 12px;
}
main {
	position: relative;
	z-index: 5;
	padding: 10px 30px 20px;
	border: 1px solid #ccd;
	min-height: 50vh;
	margin-bottom: 57px;
	background: white;
}
main img.right {
	margin: 0 0 10px 15px;
}
main a {
	color: #009;
	text-decoration: none;
}
main a:hover {
	text-decoration: underline;
	color: black;
}
h3 {
	margin: 0;
	padding: 0.5em 0 0;
}
h4 {
	margin: 0;
	padding: 0.5em 0 0;
}
audio {
	display: block;
	margin: 10px auto;
}
ul.audiofiles {
	margin: 20px 0;
	padding: 0 10%;
	list-style: none;
	font-size: smaller;
	column-count: 2;
}
ul.audiofiles li {
	padding: 0;
	margin: 0 20px 16px;
	color: #009;
	line-height: 1.3em;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
page-break-inside: avoid; /* Deprecated Firefox */
-moz-column-break-inside:avoid; /* Current Firefox */
column-break-inside:avoid;
}
ul.audiofiles li:hover {
	cursor: pointer;
	color: black;
	text-decoration: underline;
}
.shortreview {
	font-style: italic;
}
.moms {
	font-weight: normal;
	font-size: smaller;
}
.terms {
	float: right;
	font-weight: normal;
	font-size: smaller;
}
h4 .kundvagn {
	font-size: larger;
	display: inline-block;
	padding: 3px 0;
	color: #900;
}
h4 span.ense a {
	float: right;
	color: #900;
}
.kundvagn input[type="number"] {
	padding: 2px 4px;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
	width: 60px;
	color: #900;
	display: inline-block;
}
.books {
	text-align: center;
	margin: 30px 0;
}
#terms {
	border: 1px dashed #009;
	padding: 15px 20px;
	margin-bottom: 20px;
	background: #eef;
	cursor: pointer;
}
#adress {
	overflow: auto;
	max-width: 600px;
	margin: 20px auto;
}
#adress input {
	width: 100%;
	box-sizing: border-box;
	padding: 3px 5px;
	background: #ffe;
	font-size: 16px;
	border: 1px solid #ccc;
}
#adress input.error {
	background: #fee;
}
#adress label {
	text-transform: uppercase;
	font-size: 10px;
	color: #009;
}
#adress label span {
	color: #900;
	font-weight: bold;
	text-transform: none;
}
#adress p {
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding: 5px 10px;
}
#adress textarea {
	width: 100%;
	min-height: 80px;
	box-sizing: border-box;
	padding: 3px 5px;
	background: #ffe;
	font-size: 16px;
	border: 1px solid #ccc;
}
#adress p.half {
	width: 50%;
}
#adress p.onethird {
	width: 33.333%;
}
#adress p.twothirds {
	width: 66.666%;
}
#checkorder {
	padding: 15px 20px;
	border: 1px dashed #900;
	margin: 20px 0;
	background: #ffe;
}
.books img {
	width: 14%;
	margin: 3%;
	border: 1px solid #999;
}
.books img:hover {
	border: 1px solid #000;
}
.previews {
	text-align: center;
	margin: 20px 0 0;
}
.pdf {
	text-align: center;
	display: inline-block;
	margin: 5px 10px 10px;
	font-size: smaller;
}
figure {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 50%;
	margin: 10px 0;
	padding: 20px 10% 0 0;
}
article figure img {
	float: left;
	width: 25%;
	margin: 0 5% 5% 0;
}
.previews img {
	border: 1px solid #ccd;
	width: 120px;
	margin: 0 0 5px;
}
article {
	overflow: hidden;
	padding: 50px 0 20px 0;
	background: url(notlinjer.png) repeat-x top left;
}
article img {
	float: left;
	border: 1px solid #999;
	margin: 10px 20px 20px 0;
}
.workbook {
	text-align: center;
}
.workbook img {
	float: none;
	margin: 5px 0;
	width: 120px;
}
article img.small {
	width: 12%;
}
article img.medium {
	width: 25%;
}
article h3 span {
	font-weight: normal;
}
#cart {
	clear: both;
	position: relative;
}
#cart img {
	width: 50px;
}
table {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
}
tr {
	border-bottom: 1px solid #ccc;
}
tr.link:hover {
	background: #ffe;
	cursor: pointer;
}
th, td {
	padding: 4px;
	vertical-align: top;
	text-align: left;
	
}
.textright {
	text-align: right;
}
.center {
	text-align: center;
}
#books img {
	display: inline-block;
	
}
button, a.button {
	padding: 4px 8px;
	display: inline-block;
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 14px;
	background: #eee;
	color: #009;
}
button:hover {
	background: #ffc;
	cursor: pointer;
}
div.reviews {
	box-sizing: border-box;
	clear: both;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px dashed #ccc;
}
.reviews h5 {
	text-align: left;
	margin: 0;
	padding: 0 5%;
	font-weight: normal;
}
.reviews h4 {
	text-align: center;
}
q {
	padding: 10px 10% 40px;
	text-align: justify;
	font-style: italic;
	font-size: smaller;
	display: block;
}
q::before {
	content: none;
}
aside {
	text-align: center;
	width: 200px;
	position: absolute;
	padding: 20px;
	background: #ffc;
	z-index: 100;
	bottom: 0px;
	right: 33%;
	transform: rotate(-10deg);
	border: 1px solid black;
}
aside em {
	color: #900;
}

.go_top, .closeorder {
	text-align: center;
	font-size: 20px;
}
.closeorder {
	width: 50%;
	margin: -50px auto 0;
}
.go_top a, .closeorder a {
	color: #ccc;
	display: block;
}
.go_top a:hover, .closeorder a:hover {
	color: #009;
}

footer {
	margin-top: -20px;
}
footer p {
	font-size: smaller;
	color: #aac;
}
footer a {
	text-decoration: none;
	color: #aac;
}
footer a:hover {
	color: #000;
	text-decoration: underline;
}

@media screen and (max-width:720px) {
	figure {
		width: 100%;
		clear: both;
		margin: 0;
	}
	article figure img {
		width: 20%;
		margin: 0 5% 5% 0;
	}
	nav a span {
		display: none;
	}
	main {
		margin: 0 -20px;
	}
}