body {
	background-color: #000;
	color: #fff;
	font-family: Tahoma;
	font-size: 16px;
}

div.header {
	position: fixed;
	height: 32px;
	width: 100vw;
	left:0;
	top:0;
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 4px 1px rgba(255,255,255,0.75);
	z-index: 2;
	background-color: #000;
}

div.logo {
	position: absolute;
}

div.logo div {
	position: absolute;
}

div.header span {
	top: 4px;
	position: absolute;
}

div.content {
	z-index: 1;
	margin: 0 auto;
	padding-top: 64px;
	padding-bottom: 64px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

ul {
	margin: 0 auto;
	list-style: none;
	padding: 0;	
}
ul.bannerlist {
	text-align: center;
}

div.content li {
	padding-bottom: 32px;
}

a {
	color: #6495ED;
	text-decoration: none;
}

div.footer {
	position: fixed;
	height: 32px;
	width: 100vw;
	left:0;
	bottom:0;
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 4px 1px rgba(255,255,255,0.75);
	z-index: 2;
	background-color: #000;
}

div.footer ul {
	margin-top: 4px;
	text-align: center;
}

div.footer li {
	display: inline;
}

div.footer li a {
	padding-left: 16px;
	padding-right: 16px;
}

div.footer li.active {
	background-color: #000;
	background: linear-gradient(90deg, rgb(0,0,0) 0%, rgb(100,149,237) 10%, rgb(100,149,237) 90%, rgb(0,0,0) 100%);
	width: 150px;
}

div.footer li.active a {
	color: #000;
}

div.hr {
	background: url(../images/hr.png) no-repeat;
	width: 536px;
	margin: 0 auto;
	height: 11px;
}

/* Device specific styles */
@media screen and (min-width: 1080px){
	div.logo {
		height: 112px;
		width: 128px;
		left:64px;
		top:32px;
		box-shadow: 0 0 4px 1px rgba(255,255,255,0.75);		 
	}

	div.logo div {
		height: 128px;
		width: 128px;
		left:0;
		top:-16px;
		background-image: url('https://sixty-four.de/images/64_icon_128.png');
	}

	div.header span {
		left: 224px;
	}

	div.content {
		width: 640px;
	}
}

@media only screen and (max-width: 1080px){
	div.logo {
		height: 48px;
		width: 64px;
		left:32px;
		top:32px;
		box-shadow: 0 0 4px 1px rgba(255,255,255,0.75);
	}

	div.logo div {
		height: 64px;
		width: 64px;
		left:0;
		top:-16px;
		background-image: url('https://sixty-four.de/images/64_icon_64.png');
	}

	div.header span {
		left: 128px;
	}

	div.content {
		width: 640px;
	}
}

@media only screen and (max-width: 896px){
	div.logo {
		height: 16px;
		width: 32px;
		left:16px;
		top:32px;
		box-shadow: 0 0 4px 1px rgba(255,255,255,0.75);
	}

	div.logo div {
		height: 32px;
		width: 32px;
		left:0;
		top:-16px;
		background-image: url('https://sixty-four.de/images/64_icon_32.png');
	}

	div.header span {
		left: 80px;
	}

	div.content {
		width: 640px;
	}
}

@media only screen and (max-width: 768px){
	div.logo {
		height: 16px;
		width: 32px;
		left:16px;
		top:32px;
		box-shadow: 0 0 4px 1px rgba(255,255,255,0.75);
	}

	div.logo div {
		height: 32px;
		width: 32px;
		left:0;
		top:-16px;
		background-image: url('https://sixty-four.de/images/64_icon_32.png');
	}

	div.header span {
		left: 80px;
	}

	div.content {
		width: 468px;
	}
}

@media only screen and (max-width: 576px){
	div.logo {
		height: 16px;
		width: 32px;
		left:16px;
		top:0;
		box-shadow: none;
	}

	div.logo div {
		height: 32px;
		width: 32px;
		left:0;
		top:0;
		background-image: url('https://sixty-four.de/images/64_icon_32.png');
	}

	div.header span {
		left: 80px;
	}

	div.content {
		width: 468px;
	}
}
