@charset "UTF-8";
/* CSS Document */

/**
rot 197,39,36

grün 166,207,73


**/

#Content{
	position:relative;
	margin:0 auto;
	text-align:center;	
	padding:10vh 2vh 0vh 2vh;
	width:100%;
}
#Content .list{
	display: inline-block;
	text-align: left;
	
	
	padding:20px;
	background-color: rgba(255,255,255,0.05);
	border:2px solid rgba(255,255,255,0.2);
	
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
#Content .list:hover{
	background-color: rgba(255,255,255,0.08);
}
#Content .list em{
	float: right;
	font-size: 0.6em;
	color:rgba(255,255,255,0.4);
}
#Content .list .subtext{
	font-size: 0.7em;
	color:rgba(255,255,255,0.6);
}
#Content .list .subtext:hover{
	color:rgba(255,255,255,0.8);
}



.trsp{
	filter: gray() alpha(opacity=60);
	opacity: 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
}


*{
	outline: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-text-size-adjust: none;
	text-rendering:optimizeLegibility;
	
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
html,
body {
	margin:0px;
	padding:0px;
	
	height:100%;
	width:100%;
	
	outline: none;
	
	
	
	font-family:Arial, Helvetica, sans-serif;
	color:rgba(255,255,255,0.8);

	font-size:20px;
	line-height: auto;
	
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	
	background-color:rgba(0,0,0,1);
	
}
body{
	position:relative;
	height:100%;
	min-height:100%;
}

[hidden] {
	display: none;
	visibility: hidden;
}


a,
a:focus {
	outline: none;
}

a{
	text-decoration:none;
	color:rgba(197,39,36,1);
}
a:hover{
	text-decoration:underline;
	/**
	color:#97b022;
	**/
	color:rgba(197,39,36,0.9);
}

img{
	border:0px;	
}
.clear{
	clear:both;
}
.clear::after,
.clear:after{	
	content: '';
    display: block;
    clear: both;
}
