/* Font-Family der Schriftart wird festgelegt */
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=PT+Mono&display=swap');

/* CSS Document */

* {
    box-sizing: border-box;
	margin:0;
	padding:0;
}
html, body{
	height: 100%;
	width: 100%;
}
body,
td,
th {
    font-size: 16px;
}
body {
    padding: 24px 48px;
	background:  url(../images/Ganymede_1024x1024.jpg) no-repeat center center;
	background-size: contain;
    background-color: #000000;
}
a:link,
a:visited,
a:active {
	background: -webkit-linear-gradient(#EEEEEE, #666666);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
a:hover {
	background: -webkit-linear-gradient(#FFFF99 , #666666);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

/* */ 

#wwwContent {
	height: 100%;
	width:  100%;
/*	border: 1px solid #FFF; */

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wwwLogoBox {
	text-align: center;
	background: rgba(0,0,0);
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(153,153,153,0.3);
	margin: 6px;
	padding: 18px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.wwwLogoBox:hover {
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(153,153,153,0.5);
}
.Logo {
	opacity: .4
}
.Logo:hover {
	opacity: .9
}
.wwwTitel {
	font-family: "Gentium Plus", serif;	
	/*font-family: "Times New Roman", serif;	*/
	font-size: 50px;
	color: rgba(153,153,153,0.5);
}
.wwwTitel:hover {
	color: rgba(153,153,153,0.8);
}
.wwwSubTitel {
	padding-top: 6px;
	font-size: 36px;
	
	margin-left: 36px;
}
.wwwSubTitel:hover {
}
.fontDisOrg {
	font-family: "PT Mono";	
/*	font-family: Century Gothic;	 */
}
.fontCamObs {
	font-family: "PT Mono";	
/*	font-family: Century Gothic;	 */
}
.fontNatCos {
	font-family: "PT Mono";	
/*	font-family: Century Gothic;	 */
}
.wwwWeitereBox {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.wwwWeitereBox div {
	margin: 0 9px;
}