@media print {
	.hidden-print {
		display: none !important;
	}
}

body {
	padding:20px 35px;
}

body, p, div {
	font-size: 12px;
	font-family: Arial, serif;
	color:#000;
}

a {
	text-decoration:none;
	color:#000;
}

form {

}

@page {
	margin: 0mm;
}

div {
	box-sizing: border-box;
}

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

#auction-thumb {
	padding-right:25px;
}

#print-button {
	background: #0E1D2B;
	display:block;
	text-align:center;
	color:#fff;
	padding:12px;
	text-decoration:none;
	font-weight:bold;
	border-radius:10px;
	font-size:14px;
}

#print-button span {
	display:inline-block;
	padding:12px 15px;
	border:1px solid #fff;
	border-radius:10px;
}

#print-button span:hover {
	background:#fff;
	color:#0E1D2B;
}

#print-header {
	border-bottom:1px solid #e1e1e1;
	padding-bottom:25px;
	margin-bottom:25px;
	overflow:hidden;
}

#letter-head-right {
	padding-top:55px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:10px!important;
}

.col-6 {
	width:50%;
	float:left;
}

.col-4 {
	width:33.3%;
	float:left;
	padding-right:25px;
	box-sizing: border-box;
}

ul, li {
	list-style:none;
	margin:0;
	padding-left:0;
}

.ansprechpartner ul {
	margin-top:10px;
}

/* Typography */

body, p, div {
	line-height: 1.6em;
	font-size: 12px;
}

/* Logo */

h1.wett-logo {
	font-size: 32px;
	margin-bottom:0;
	padding-bottom:0;
	text-transform:uppercase;
	margin-top:25px;
}

h1.wett-logo span {
	display:block;
	font-size:14px;
	text-transform:none;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

h1, h2, h3, h4, .wett-numbers li, .wett-quote-big q {
	font-family: 'Alice', serif;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	margin-top:0;
	padding-top:0;
	margin-bottom:10px;
}

h4 {
	font-size:18px;
	margin-bottom:0;
}

h5 {
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	font-size:11px;
	margin-bottom:5px;
}

#auction-first-look h1 {
	margin-bottom:10px;
	padding-bottom:0;
}

.heading-subtitle {
	font-size:14px;
}

#lot-price, .auction-data {
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:15px 0;
	margin:15px 0;
	font-weight:bold;
	overflow:hidden;
}

.auction-data li {
	float:left;
	padding-right:10px;
}

#lot-price span {
	font-weight:normal;
}

/* Letter Head */

#letter-head-right {
	text-align:right;
}


/* LEtter Body */

#auction-header {
	overflow:hidden;
}

/*Letter Footer */

#print-footer {
	border-top:1px solid #e1e1e1;
	padding-top:25px;
	margin-top:25px;
	clear:both;
	overflow:hidden;
}

#print-footer div, #letter-head-right {
	font-size:12px;
	color:#888888;
}