/*
    FONTS:
    Fließtext: Roboto;
    Headlines: Patrick Hand;

    COLORS:
    Orange: #FB8C2A; #F39200;
    Red: #EF001F;
    DarkGray: #6F6E6E;
    LightGray: #A8A8A7;


*/

/* Common */ 

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?zczbj');
	src:url('../fonts/icomoon.eot?#iefixzczbj') format('embedded-opentype'),
		url('../fonts/icomoon.woff?zczbj') format('woff'),
		url('../fonts/icomoon.ttf?zczbj') format('truetype'),
		url('../fonts/icomoon.svg?zczbj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	font-size: 35px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}

.icon-google:before {
	content: "\e601";
}

.icon-twitter:before {
	content: "\e602";
}

.icon-youtube:before {
	content: "\e603";
}

body {
    font-family: "Roboto";
    font-size: 14px;
}

h1, h2, h3, h4, h5 , h6{
    font-family: "Patrick Hand";
	font-weight: normal;
	margin: 30px 0px;
}

h1.highlight, h2.highlight, h3.highlight, h4.highlight, h5.highlight, h6.highlight
{
	color: #F39200;
}

h1 {
    font-size: 40px;
}

h2 {
	font-size: 25px;
}

a {
	color: #F39200;
}

a:hover {
	color: #EF001F;
}

/* Navigation */

#header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
    height: 175px;
	z-index: 200;

    background-image: url(../img/header.png);
    background-repeat: repeat-x;
    background-position: 290px 0px;
}

#logo {
	position: relative;
	left: 55px;
	top: 20px;
}

#mainnavigation {
	position: absolute;
	left: 345px;
	top: 50px;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#mainnavigation li {
	float: left;
}

#mainnavigation li a {
	font-family: "Patrick Hand";
	text-decoration: none;
	font-size: 35px;
	color: #F39200;
	
	padding: 10px 20px;
}

#mainnavigation li.active a {
	background-image: url(../img/cloud.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainnavigation li:hover a {
	background-image: url(../img/cloud.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#subnavigation {
	position: absolute;
	right: 55px;
	top: 30px;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#subnavigation li {
	float: left;
	margin: 0px 8px;
	color: #A8A8A7;
}

#subnavigation li a {
	color: #A8A8A7;
	text-decoration: none;
	font-size: 12px;
}

#subnavigation li a.subnavigation-button {
	font-family: "Patrick Hand";
	font-size: 16px;
	padding: 4px 15px;
	color: #FFFFFF;
}

#subnavigation li a.subnavigation-button:hover {
	color: #FFFFFF;
}

#subnavigation li a.download-button {
	background-color: #F39200;
}

#subnavigation li a.download-button:hover {
	background-color: #D58103;
}

#subnavigation li a.help-button {
	background-color: #A8A8A7;
}

#subnavigation li a.help-button:hover {
	background-color: #949494;
}

#subnavigation li a.active {
	color: white;
}

#subnavigation li a:hover {
	color: #F39200;
}

/* Right Container */

#pictureFrame {
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 50%;
	background-color: #FFFFFF;
}

@media all and (max-width: 1000px) {
	#pictureFrame {
		display: none;
	}
}

#shadow {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 100%;
    background-image: url(../img/shadow.png);
    background-repeat: repeat-y;
    z-index: 199;
}

.pagePicture {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 100;
	overflow: hidden;
}

.pageVideo {
	position: absolute; 
	top: 25%; 
	left: 25%;
}

.pagePicture img {
	position: absolute;
}

#page0picture { z-index: 100; }
#page1picture { z-index: 101; }
#page2picture { z-index: 102; }
#page3picture { z-index: 103; }
#page4picture { z-index: 104; }
#page5picture { z-index: 105; }

#donateButton {
	width: 137px;
	height: 94px;
	position: fixed; 
	right: 45px; 
	bottom: 10px; 
	z-index: 201;
	
	background-image: url(../img/donate.png);
	background-repeat: none;
}

#donateButton:hover {
	background-image: url(../img/donatea.png);
}

#socialBar {
	position: fixed;
	right: 60px;
	top: 175px;
	z-index: 202;
}

#socialBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#socialBar ul li a {
	color: #6F6E6E;
	font-size: 35px;
	line-height: 45px;
	text-decoration: none;
}

#socialBar ul li a:hover {
	color: #A8A8A7;
}

/* Left Container */

#textFrame {
	width: 50%;
	padding: 0px 70px 50px 150px;
	color: #6E6E6E;
}

#shutter {
	position: fixed;
	left: 0;
	top: 0;
	background-color: white;
	width: 50%;
	height: 250px;
}

@media all and (max-width: 1200px) {
	#textFrame {
		width: 100%;
	}
	
	#shutter {
		width: 100%;
	}
}

.page {
	padding-top: 250px;
	min-height: 1000px;
}


