
body {
	background-color:#fff;	
	font-family: arial, sans-serif;
	font-weight: bold;
 	color:#000;
	font-size: 36px;
	text-transform: uppercase;
	/* background: url(1200px-Clouds_from_above.jpeg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 100%;
  	width:100%;
overflow: hidden;*/
}

.container {


 	position:absolute;
 	height:20px;
 	width:100%;
 	text-align: center;
 	margin:0px;
 	top: 50%;
 	left: 0;
	line-height: 1rem;


}

.text1, .text2, .text3 {

	margin:5px 0px 5px 0px;
 	cursor: pointer;
 	display:inline-block;
 	opacity: 0.9;
 	text-decoration: underline;

}

/* Tabletts */
@media only screen and (min-width: 360px) {

	.container {
		line-height: 0.5rem;
	}
}

/* Tabletts */
@media only screen and (min-width: 760px) {
	html { font-size: 54px; }

}

/* Mittlere Monitore */
@media only screen and (min-width: 980px) {
	html { font-size: 72px; }
}