
/* Allgemeines und Resets
--------------------------*/

html, body {
	font-size: 24px;
	background-color: #000000;
}

	@media screen and (max-width: 1024px) {
		html, body {
			font-size: 20px;
		}
	}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Source Sans Pro", Helvetica, sans-serif;

	font-size: inherit;
	color: #FFFFFF;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption {
	font-weight: normal;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}
