/* ------------ Startseite ------------------ */

html { 
	margin: 0;
	padding:0;
	background: url(../images/bgstart.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 100% !important;
  	position: relative;
  	min-height: 600px;
  	cursor: pointer;


}

#start #wrapper {


  min-width: 800px;

  height: 100%;
  margin: 5% auto;
 
}

.start{
	font-size: 1.8em;
	text-align: left;
	position: absolute;
}


.one{
	top: 10%;
	left: 5%;
	color: #d8d8d8;

}

.two{
	right: 3%;
	bottom: 5%;
	color: #15255e;
}



#logostart{
	top: 10%;
	width: 140px;
	position: absolute;
	right: 10%;
}

#startarr{
	width: 70px;
	height: 10px;
	margin-left: 150px;
}

.flag{
	top: 12%;
	position: absolute;
	right: 10%;
}

.flag p img{
	height: 30px;
	
}

.flag p{
	padding: 20px 8px 0 8px;
	float: left;
	width: 51px;
}

.flag p:first-child{
		padding: 20px 12px 0 8px;

}

.flag p a{
	color: #9f9fbf ;
	font-size: 0.9em;
	text-decoration: none;
}

.flag a:hover{
	color: #bebebe;
}



