/************************************************

	STYLESHEET BY DEELUXE.DE - v1.2
	May 2018

*************************************************/


/* --- basics --- */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(images/fancy_deboss.png) repeat #f9f6f6;
	color: #333;
	font: 12px 'LatinModernSans10Regular', sans-serif;
	line-height: 180%;
	position: relative;
}

.content {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}

.logo {
	width: auto;
}

.legal {
	margin: 1em;
}

.disclaim {
	position: absolute;
	bottom: 2em;
	right: 1em;
}

a {
	color: #000;
}

/* cookie policy disclaimer, overwriting default theme */

.cc-banner {
	font: 12px 'LatinModernSans10Regular', sans-serif;
	padding: 1em;
}

.cc-btn {
	padding: 1em;
}

.cc-compliance {
	cursor: pointer;
	float: right;
}
