/* Fonts einbinden */
@import "fonts.css";
@import "slider.css";
@import "navigation.css";

html {
	overflow-y: scroll;
	background-color: #212121;
}

a {
	text-decoration: none;
}

#container {
	min-width: 320px;
	max-width: 1125px;
	margin-left: auto;
	margin-right: auto;
	background-color: #212121;
	font-family: 'Roboto Condensed';
	font-size: 1.2rem;
	color: white;
}

#header {
	background-color: #212121;
	color: white;
}

#footer {
	background-color: #292929;
	color: white;
	min-height: 25px;
	padding: 8px 5px 0 5px;
}

#headline-1 {
	font-family: 'Sixtyfour';
	color: white;
}


