
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	min-width: 1050px;
	background-color: #EEE;
	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:link,
a:visited {
	font-weight:bold;
	color: #EEE;
	text-decoration: none;
}



.icon {
	width: 300px;
}

section {
	position:relative;
	display: table;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 50% 40%;
	
	box-shadow: 0 0 8px #555;
	
	text-align: center;
	vertical-align: center;
	overflow: hidden;
}

@media screen and (orientation: portrait) {
	section {
		background-attachment: scroll;
	}
}

section .vertical {
	height: 100%;
	width: 100%;
	
	display: table-cell;
	vertical-align: bottom;
	text-align:center;
	
	background: linear-gradient(to top, rgba(0,0,0,.8) 20%, rgba(0,0,0,0) 80%);
	padding: 250px 0 135px;
}

section#main {
	background-image: url(../images/header.jpg);
}

section#main .vertical {
	vertical-align: middle;
	padding: 0;
}

section#main .donate {
	position: absolute;
	top: 50px;
	right: 100px;
}


section#sec1 {
	background-image: url(../images/sec1.jpg);
}

section#sec1 table {
	width: 1000px;
	margin: auto;
	border-spacing: 50px;
}

section#sec1 table td {
	height: 300px;
	width: 25%;
	background: rgba(255,255,255,1);
	padding: 15px;
	
	font-weight: bold;
	font-size: 20px;
	
	opacity: .5;
	transition: .5s;
}

section#sec1 .field span.content {
	font-weight: normal;
	font-size: 12px;
	
	display: none;
}

section#sec1 table td:hover {
	opacity: 1;
}

section#sec1 .fields .field:hover .content {
	display: inline;
}

section#sec2{
	background-image: url(../images/sec2.jpg);
}

section#sec2 .vertical {
	background:none;
}

section#sec2 .content {
	width: 880px;
}

#sec2 #box1,
#sec2 #box2,
#sec2 #box3 {
	background-color: rgba(0,0,0,.75);
	width: 700px;
	height: 150px;	
	background-repeat: no-repeat;
}

#sec2 #box1 {
	background-image: url('../images/zustiften.png');
	background-position: left center;
	
	padding: 25px 0 25px 180px;
	margin: 0 auto 100px;
}

#sec2 #box2 {
	background-image: url('../images/zeitstiften.png');
	background-position: right center;
	padding: 25px 200px 25px 0;
	margin: 0 auto 100px;
}

#sec2 #box3 {
	background-image: url('../images/spenden.png');
	background-position: left center;
	
	padding: 25px 0 25px 200px;
	margin: 0 auto 100px;
}

#sec2 h4 {
	margin: 0 50px;
	color: #FFF;
	font-size: 18px;
	text-align:left;
}

#sec2 p {
	margin: 0 50px 12px;
	width: auto;
	
	font-weight:normal;
}

#sec2 p a {
}



section#sec3{
	background-image: url(../images/sec3.jpg);
}

section .content {
	width: 100%;
	
	vertical-align: bottom;
	text-align:center;
	
	margin: auto;
}

section h1,
section p {
	width: 900px;
	margin: auto;
}

section h1 {
	margin-top:0;
	margin-bottom:25px;
	text-align:center;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 64px;
	color: white;
	
	text-shadow: 0 0 10px #000;
}

section p {
	font-size:14px;
	color: #EEE;
	text-align:justify;
	line-height: 22px;
	margin-bottom:22px;
	
	text-shadow: 0 0 5px #000;
}

.down {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -25px;
}




header {
	position:relative;
	display: table;	
	width: 1000px;
	margin: auto;
	padding: 85px 0 135px;
		
	overflow:hidden;
}

header .vertical {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#head1 {
	padding: 85px 0;
	z-index: 999 !important;
	
	transition: 1s;
	width: 100%;
}

#head1 ul {
	list-style: none;
	margin: auto;
	padding: none;
	text-align:center;
}

#head1 li {
	display: inline;
	padding: 0 25px;
}

#head1 a:not(.big) {
	padding: 25px 50px;
	border: 5px solid #777;
	color: #777;
	font-weight: normal;
	font-size: 24px;
	
	transition: .5s;
}

#head1 li:not(.comming):not(.small):not(.big) a:hover {
	background: #777;
	color: #EEE;	
}

#head1 .comming {
	opacity: .5;
}

#head1 .small {
	display: none;
}




#head1.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	
	padding: 25px 0;
	width: 100%;
	
	background-color: #EEE;
	
	box-shadow: 0 0 8px #555;	
}

#head1.fixed li a {
	border: none;
	padding: 10px;
	font-size: 14px;
}

#head1.fixed .small {
	display: inline;
}
#head1.fixed .big {
	display: none;
}

#head1 img {
	margin: -28px 0 -20px;
}

#head1 .donate img {
	margin: -24px 0 -24px;
}

#head1 .donate {
	margin-right: 25px;
	float: right;
	
	opacity: .5;
	transition: .5s;
}

#head1 .donate:hover {
	opacity: 1;
}

#sec1.correction {
	padding-top: 200px;
}



#head2 {
	background: #BFD630;
	width: 100%;
	text-align: center;
	z-index: -99;
	
	box-shadow: 0 0 8px #555;
}

#head2 .mouseover {
	position: absolute;
	
	width: 300px;
	margin: 0 0 0 100px;
	padding: 25px 50px;
	z-index: 99;
	
	background: #EEE;
	box-shadow: 0 0 8px #555 inset;
	
	opacity:0;
	transition:.3s;
}



#head3 {
	background: #000;
	width: 100%;
	
	box-shadow: 0 0 8px rgba(0,0,0,0.7);
	}

#head3 .facts {
	width: 1000px;
	margin: auto;
}

#head3 .fact {	
	height: 64px;
	width: 215px;
	padding: 25px 0 25px 85px;
		
	background: no-repeat left center;	
	}

#head3 .spacer {	
	width: 50px;
}

#head3 .fact h4 {
	padding: 0;
	margin: 0;
	font-size: 28px;
	color: #FFF;
}

#head3 .fact h6 {	
	padding: 0;
	margin: 0;	
	font-size: 14px;	
	font-weight:normal;	
	color: #AAA;
	
	height: 0px;
	opacity:0;
	
	transition: .3s;
}

#head3 .fact:hover h6 {	
	height: 22px;
	opacity: 1;
}



#head4 {
	padding: 85px 0;
}

#head4 .quote {
	margin: 10px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 42px;
	font-style:italic;
	font-weight:bold;
	text-align: center;
	line-height: 150%;
}

#head4 .author {
	text-align: right;
	font-size:22px;
	
	font-style: normal;
	font-weight: normal;
}




header h3,
header h4 {
	text-align:left;
	
	font-family: Verdana, Geneva, sans-serif;
	color: #777;
}

header h3 {
	font-size: 32px;
}

header h4 {
	font-size: 18px;
}

header p {
	font-size:14px;
	color: #999;
	text-align:justify;
	line-height: 20px;
}

header a:link {
	color: #999;
}

header a.download {
	padding: 115px 0 0;
	margin: 115px 40px 0;
	color: #000;
	font-size: 24px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	
	opacity: .5;
	transition: .5s;
	
	background: url(../images/download.png) top center no-repeat;
}

header a.download:hover {
	opacity: 1;
}





footer {
	display: table;
	width: 100%;
	height: 80%;
	max-height: 650px;
	background-color: #000;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 75% bottom;
	
	box-shadow: 0 0 8px #555;
	
	text-align: left;
	vertical-align: bottom;
	overflow: hidden;
}

footer .vertical {
	width: 100%;
	height: 50%;
	display: table-cell;
	vertical-align: bottom;
	padding: 20px 50px;
	text-align: left;
	
	background: linear-gradient(to top, rgba(0,0,0,.8) 10%, rgba(0,0,0,0) 70%);
}

footer .spacer {
	width: 45%;
	height: 50%;
	display: table-cell;
}

footer .vertical div {
	width: 33%;
	display: table-cell;
	text-align: center;
	padding: 0 50px;
	vertical-align: top;
}

footer h4 {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #CCC;
	text-shadow: 0 0 5px #000;
}

footer p {
	font-size:14px;
	color: #CCC;
	line-height: 20px;
	text-shadow: 0 0 5px #000;
}

footer a:link,
footer a:visited {
	color: #CCC;
	font-weight: bold;
}

.footnote {
	font-size: 12px;
	color: #CCC;
}
