
body {   
	text-align:center;
	}

html, body, webview{
	background-color: #FFF;
	color:#222222;
	font-size: 13px;
	line-height: 1.3;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;
	min-width:100%;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	}

div {transition: all 0.3s ease-in-out;}
		
a, a:visited  {color:#222; text-decoration:none;}	
a:hover {color:#bbb; text-decoration:none;}
				
#google {
	bottom: 0px;
	right: 20px;
	z-index: 0;
	position: absolute;	}

#speaker {  
	position:absolute; 
  	right:20px;
  	top:10px;
	height:17px;
	width:14px;
	background-color: #ffffff;
	z-index:100000010;
	border: 1px solid #000;}
			
#menu {
  position:absolute; 
  right:35px;
  top:10px; 
  text-align:left;
  z-index:100000010;}
  
#submenu {
	font-size:13px;
	clear:both;
  	position:relative;
  	background-color: #FFF;
  	border: 1px solid #000;
  	line-height:18px;
  	padding: 6px 7px 6px 10px;}  
  
.list {
	font-size:12	px;
	float:right;
	height:15px;
  	background-color: #FFF;
  	border: 1px solid #000;
  	padding: 2px 6px 0 5px;
    margin-bottom:2px;
	margin-right:-1px;}

#lists {display:none; z-index:99999;}

#info {
	margin:50px 0px 50px 30px !important;
	text-align:left;}

.info-txt {width: 70%;}
	
.legende {float:left; width: 31%; margin-right:20px; margin-bottom:20px;}

.legende img {width:100%; height:auto;}

.small {font-size:11px; font-style:italic;}

/* Media Queries */

@media only screen and (min-width: 768px) and (max-width : 1200px) {
	.legende {float:left; width: 47%; margin-right:20px; margin-bottom:20px;}
	#google img {width:180px; height:auto;}
}

@media only screen and (max-width: 767px) {
    .info-txt {width: 94%;}
	.legende {float:left; width: 94%; margin-right:0px; margin-bottom:20px;}
	#google {display:none; visibility:hidden;}
}