body {
	max-width: 30rem;
	margin: 3.5rem auto 4rem;
	padding: 0 1.5rem;
	background: #fff;
	color: #262524;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14.5px;
	line-height: 1.85;
}

.topbild {
	display: block;
	width: 100%;
	height: auto;
	max-height: 13rem;
	object-fit: cover;
	margin-bottom: 2.25rem;
}

h1 {
	margin: 0 0 1.5rem;
	font-size: 1.1rem;
	font-weight: normal;
	color: #9c4f2c;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

p {
	margin: 0 0 1.15rem;
}

.oppning {
	font-size: 15px;
}

a {
	color: #9c4f2c;
	text-decoration: none;
	border-bottom: 1px dotted #c99a80;
}

a:hover {
	border-bottom-style: solid;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.9rem 0 2rem;
	font-size: 13px;
}

td {
	padding: 0.5rem 0;
	border-bottom: 1px solid #f0ebe6;
	vertical-align: top;
}

td + td {
	padding-left: 1rem;
	text-align: right;
	color: #6c6660;
	white-space: nowrap;
}

.avslut {
	margin-top: 1.9rem;
	color: #4f4a45;
}

.signatur {
	margin: 2.75rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid #ede7e1;
	text-align: right;
	font-size: 11.5px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #a09890;
}

@media (max-width: 26rem) {
	td + td {
		white-space: normal;
	}
}
