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

* {
   margin: 0;
   border: 0;
   padding: 0;
   outline: 0;
   }

a:link {
	color:#FFFFFF;
	text-decoration: none;
	text-underline: none;
	}

a:visited {
	color:#FFFFFF;
	text-decoration: none;
	text-underline: none;
	}

a:hover {
	color:  #00639C;
	text-decoration: none;
	text-underline: none;
	}

a:active {
	color:  #00639C;
	text-decoration: none;
	text-underline: none;
	}

body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	color: #2E2E2E;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.5;
	}

#bgimg {
	position:absolute;
	z-index: -1;
	}

#logo {
	margin-top: 0px;
	margin-left: 20px;
    }

#logo1 {
	position:absolute;
	z-index: 10;				/* Place the new logo above the background */
	margin-top: 0px;
	margin-left: 20px;
    }
	
#logo2 {
    position:absolute;
	z-index: 20;				/* Place the new logo above the background */
	margin-top: 190px;
	margin-left: 20px;
    }

#logo3 {
    position:absolute;
	z-index: 30;				/* Place the new logo above the background */
	margin-top: 290px;
	margin-left: 20px;
    }

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	background: url('../img/raster.png');
	}

#footerDiv {
	width: 100%;
	height: 84px;
	background-color: rgba(88, 88, 90, 0.6);
	position: absolute;
	bottom: 0;
	}

#socialblock {
	padding-left: 10px;
	}

#technicblock {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.footerImg img {
	float: left;
	margin: 10px 5px 0px 0px;
	opacity: 0.6;
	}

.footerImg img:hover {
	opacity: 1.0;
	}

.container_intro {
	margin:auto;
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
	padding-top: 270px;
	padding-left: 200px;
	}

.container_impressum {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 250px;
	padding-bottom: inherit;
	z-index: 25;
	}

.text-white-bg {
	background-color: rgba(255, 255, 255, 0.9);
	color: black;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	margin: 4px 10px;
	padding: 12px;
	}
	
.text-white-bgh4 {
	background-color: rgba(255, 255, 255, 0.9);
	color: black;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin: 4px 10px;
	padding: 12px;
	}

.text-white-bg.blue {
	background-color: #3AAADC;
	color: white;
	}

.text-white-bg.green {
	background-color: #009a9b;
	color: white;
	}

.text-white-bg.blue_alpha {
	font-size:14px;
	background-color: rgba(58, 170, 220, 0.9);
	color: white;
	}