/* 	Have fun stalking this lovely code smell! :-) */

/* Utilities */
* {
	font-family: 'Roboto', Open Sans, Arial, sans-serif;
}

body,html {
	float: center;
	padding: 0;
	margin: 0;
	margin-bottom: 8%;
	background-color: #404040;

}

/* haftungsauschluss-und-datenschutz.html */


.hud p {

	text-align: justify;
	color: white;
	font-size: 16px;
	margin-left: 10%;
	margin-right: 10%;
}

.hud a {

	color: white;
}

.hud li {

	margin-left: 10%;
	color: white;

}

.hud h2 {

	margin-left: 10%;
	color: white;

}

.hud table {

	margin-left: 10%;
	color: white;
}

.back-button-top {
	position: fixed;
	top: 20px;
	right: 40px;
	width: 30px;
	height: 30px;
	background-color: white;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	cursor: pointer;

	background-image: url("../img/back-arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: -1px 0px;
}