*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
}

.centered {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#content-container {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 18px;
	overflow: auto;
	display: table;
}

.datenschutz {
	display: inline-block;
	width: 345px;
	height: 482px;
	max-width: 100%;
	max-height: 100%;
}

#footer {
	background-color: white;
	color: black;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 18px;
	z-index: 2;
}

html {
	background-color: black;
	height: 100%;
	width: 100%;
	color: white;
	font-family: sans-serif;
	font-size: 13px;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.link {
	cursor: pointer;
}

.middle {
	vertical-align: middle;
}

.right {
	float: right;
	margin-right: 20px;
}

