body {
	margin: 0;
	padding: 0;
	background-color: black;
	font-size: 23px;
}

header {
	position: relative;
}

video {
	width: 100%;
}

img#alpha {
	position: absolute;
	top: 0;
	left: 0;
}

nav {
	margin: auto;
	padding: 0;
}

nav ul, nav li {
	margin: 0;
	padding: 0;
}

nav ul {
	background: #00ff00;
	list-style: none;
	height: 40px;
	margin: 0 20%;
}

nav li {
	float: left;
	position: relative;
	width:auto;
}

nav a {
	padding: 0 10px;
	min-width: 90px;
	color: black;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height:40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

nav li:hover a {
	background: #ffff00;
}


a {
	text-decoration: none;
	color: #ffff00;
}

section {
	padding: 20px 0;
	color: #ffffff;
	clear: both;
}

section.white {
	background-color: white;
	color: #000000;
}
section.white a {
	color: #00ff00;
}


section.bg1 {
	background-image: url(img/back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

section.bg2 {
	background-image: url(img/back2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

section.mobil {
	background-image: url(img/back_mobil.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

section.lib {
	background-image: url(img/back_lib.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: white;
	color: #000000;
}


article {
	margin: 0 20%;
	padding: 5px;
	text-align: center;
}

article h1 {
	font-size: 70px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0;
}

article .date {
	font-weight: bold;
}

article p {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	text-align:justify;
}

div.gal {
	margin-top: 20px;
}

ul.bxslider {
	margin: 0;

}


ul.list {
	list-style-type: disc;
}

ul.list li {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}




footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #00ff00;
	color: black;
	padding: 0;
	margin: 20px 20%;
	text-align: center;
}

footer p {
	margin: 0;
	padding: 10px 0;
}




@media (max-width:960px) {

body {
	font-size: 14px;
}

img#alpha {
	width: 22%;
}

nav ul {
	height: 20px;
	margin: 0;
}

nav a {
	padding: 0 10px;
	min-width: 100px;
	color: black;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

article {
	margin: 0;
}

article h1 {
	font-size: 40px;
	margin: 0 0 10px;
}

footer {
	margin: 10px 0%;	
	font-size: 10px;
}

}


@media (max-width:640px) {
nav ul {
	height: auto;
	margin: 0;
}

nav li {
	float: none;
	width:auto;
}

nav a {
	padding: 0 10px;
	min-width: auto;
	color: black;
	display: block;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}


}
