* {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	box-sizing: border-box;
}

body {
	margin: 6.525em 0em 4em 0em;
}

header {
	position: fixed;
	width: 100%;
	height: 6.525em;
	top: 0;
	left: 0;
	background-color: #B5DCF1;
	background: linear-gradient(to top, #B5DCF1, #83B0C9);
	z-index: 999;
}

#uu_logo_klein {
	padding: 0.5em;
	float: left;
	height: 5.125em;
}

h1 {
	font-size: 2em;
	margin: 0em;
	padding: 0.625em;
	color: #313131;
	text-shadow: 0px 1px 0px #CAE9F9;
}

h1 span {
	font-size: 0.5em;
	display: block;
}

#header-header {
	height: 5.125em;
}

nav {
	background-color: #F0F0F0;
	box-shadow: 0em 0em 0.5em #888888;
	height: 1.4em;
}

ul {
	margin: 0em;
	padding: 0em;
}

li {
	margin: 0em 1.25em 0em 1.25em;
	display: inline;
	list-style-type: none;
}

a:link {
    text-decoration: none;
    color: #313131;
}

a:visited {
    text-decoration: none;
    color: #313131;
}

a:hover {
    text-decoration: none;
    color: red;
}

a:active {
    text-decoration: none;
    color: red;
}

#current-page {
	font-size: 1.125em;
	font-weight: 700;
}

#noncurrent-page {
	font-size: 1.125em;
	font-weight: 400;
}

article {
	display: block;
	max-width: 37.5em;
	margin: 0 auto;
}

section {
}

h2 {
	margin: 0em;
	padding: 0.625em 0em 0em 0.625em;
	font-size: 1.25em;
	font-weight: 400;
	color: #313131;
	text-shadow: 0px 1px 0px #CAE9F9;
}

#power_sum {
	float: right;
	margin: 0em;
	padding: 0em;
	color: #313131;
}

p {
	margin: 0em;
	padding: 0.625em 0.625em 1em 0.625em;
	font-size: 0.875em;
	font-weight: 200;
	text-align: justify;
}

#map-canvas {
	float: right;
	margin: 0.625em;
    width: 12.5em;
    height: 12.5em;
    background-color: #CCC;
}

img {
	max-width: 37.5em;
}

#tool {
	float: right;
	margin: 0.625em;
	width: 12.5em;
}

#photo {
	min-width: 100%;
	max-width: 100%;
}

video {
	max-width: 37.5em;
}

footer {
	position: fixed;
	width: 100%;
	height: 4em;
	background-color: #F0F0F0;
	box-shadow: 0em 0em 0.5em #888888;
	bottom: 0;
	left: 0;
}

#uu {
	float: left;
	padding: 0.625em 1.5em 0.625em 1.5em;
	height: 4em;
}

#stw {
	float: left;
	padding: 0em;
	height: 4em;
}

#kfhein {
	float: left;
	padding: 1.25em 0em 1.25em 1em;
	height: 4em;
}

#info {
	float: right;
	font-size: 1em;
	padding: 1.5em 1.5em 1.5em 0em;
}

#clearfix {
    clear:both;
}

@media (max-width: 600px) {
	body {
		margin: 4.1em 0em 2em 0em;
	}
	
	header {
		height: 4.1em;
	}

	#uu_logo_klein {
		padding: 0.25em;
		height: 3em;
	}

	h1 {
		font-size: 1.25em;
		padding: 0.45em;
	}

	h1 span {
		font-size: 0.5em;
	}

	#header-header {
		height: 3em;
	}
	
	nav {
		height: 1.1em;
	}

	li {
		margin: 0em 1em 0em 1em;
	}

	#current-page {
		font-size: 1em;
	}

	#noncurrent-page {
		font-size: 1em;
	}
	
	#power_sum {
		display: none;
	}

	#map-canvas {
    	width: 40%;
    	padding-top: 40%;
	}

	img {
		max-width: 100%;
	}
	
	#tool {
		width: 40%;
	}
	
	video {
		max-width: 100%;
	}

	footer {
		height: 2em;
	}

	#uu {
		padding: 0.3em 0.625em 0.3em 0.75em;
		height: 2em;
	}

	#stw {
		padding: 0em;
		height: 2em;
	}

	#kfhein {
		padding: 0.625em 0em 0.625em 0.4em;
		height: 2em;
	}

	#info {
		font-size: 1em;
		padding: 0.5em 0.5em 0.5em 0em;
	}
}

@media (max-width: 300px) {
	body {
		margin: 4em 0em 1.5em 0em;
	}

	h1 span {
		font-size: 0.4em;
	}
	
	#current-page {
		font-size: 0.75em;
	}

	#noncurrent-page {
		font-size: 0.75em;
	}
	
	footer {
		height: 1.5em;
	}
	
	#uu {
		padding: 0.25em 0.5em 0.25em 0.6em;
		height: 1.5em;
	}

	#stw {
		padding: 0em;
		height: 1.5em;
	}

	#kfhein {
		padding: 0.5em 0em 0.5em 0.35em;
		height: 1.5em;
	}

	#info {
		font-size: 1em;
		padding: 0.25em 0.25em 0.25em 0em;
	}
}

@media (orientation: landscape) and (max-height: 600px) {
	body {
		margin: 0px;
	}
	
	header {
		position: static;
	}

	footer {
		position: static;
	}
}