/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #f68f67;
	text-decoration: none;
}
a:hover {
	-color: #bde2df;
	text-decoration: none;
}
a:visited {
	-color: #f68f67;
	text-decoration: line-through;
}





/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%;
/* me	
	height:auto; */
	height:5em;
	/*important for dropdown menu*/
	-overflow:hidden;
	background-color:#ffffff;
	z-index:100;
}

#nav {
width:55%;
float:right;
/*change text to left*/
text-align:right;
margin: 30px 0 0 0;margin-right:10%;margin-top:-2.2em;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
display:inline;
padding:0 0 0 50px;
}
.navigation li:hover{
	cursor:pointer;
	-color: #a9d3d0;
	text-decoration: underline;
}

.navigation .active{
	cursor:pointer;
	-color: #f68f67;
	font-weight:bold;
	text-decoration: underline;
}





/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0;
}



/* Slide 1 */ 

#slide1{
	background-image:url('CssImages/nz3.JPG');
	background-repeat:no-repeat;
background-size:100%;
	
}
#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	
	color:#8a8683;
	font-weight: 700;
}
#slide1 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}




/* Slide 2 */ 

#slide2{
	/*background-image:url('../images/footprints.png');*/
	
	background-color:#26b89a;
	color:#ffffff;
}
#slide2 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide2 h2 {
	font-size: 2em;
	color: #fff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}




/* Slide 3 */ 
#slide3{
	-background-image:url('../images/sunglasses.png');
	background-color:rgb(218, 215, 215);
	color:#ffffff;
}
#slide3 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:black;
	margin-top:0em;
	font-weight: 700;
	text-align:center;

}
#slide3 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	
	font-weight: 400;
}
#slide3 .create{
	font-size: 2em;
	color:black;
	-width:30%;
	line-height: 0px;
	padding-bottom:20px;
	
	font-weight: 400;}

/* Slide 4 */
#slide4{
	background-color:#2980b9;
}
#slide4 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#fff;
	font-weight: 700;
	text-align:center;
}
#slide4 h2 {
	font-size: 2em;
	color: rgb(45, 45, 45);
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#test{
	background-color:#bde2df;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}







/* Slide 5*/


#slide5{
	background-color:#2d2d2d;
	color:#ffffff;
}
#slide5 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	margin-top:0em;
	font-weight: 700;
	text-align:center;
	margin-left:5%;
	width:90%;
	border-bottom:1px solid white;
	padding-bottom:1.5em;
}
#slide5 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	
	font-weight: 400;
}

/*@media (min-width: 450px) and (max-width: 1280px): fuer 4:3 Formate von monitoren wie in der Schule */
@media (min-width: 450px) and (max-width: 1280px) {
	#slide1 {background-image: url('CssImages/nz3.JPG');   background-size: 130% auto;}
}
/* Mobile big*/
@media screen and (max-width: 730px) {
body{
overflow-x:hidden;}
#slide1{
	background-image:url('CssImages/test.JPG');
	background-repeat:no-repeat;
background-size:100%;
	
}
#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	
	color:#8a8683;
	font-weight: 700;
}
#slide1 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%;
	height:3em;
	background-color:transparent!important;
	/* -background-color:#f1c40f;
	-border-bottom:5px solid #1abc9c;*/
	
	z-index:100;
}


#nav {
width:100%;
background:#ffff;
	text-align:left;
	margin: 0px;margin-right:0%;
}
.navigation{
font-size:14px;
height:3em;
background:#ccc;
list-style: none;
padding:0%;
margin: 0%;margin-top:-0.8em;
float:left;
overflow:hidden;
}
.navigation li{
background:#2c3e50;
display:inline;
height:3em;width:20%;
float:left;
text-align:center;
outline: 2px solid #34495e;
padding:0 0 0 0px;
margin:0px;	
}
.navigation li:hover{
text-decoration: underline;
}

.navigation .active{
	font-weight:normal;
	text-decoration:none;
}



.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}




}







