body, html {	
	/*margin-bottom: 120px;*/
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#FFF;
}

a:hover, .active {
	color: #00BFFF; 
}

.titel {
	width:99%;
	position:fixed;
	bottom: 8px;
	text-align: center;
	z-index:2;
}

.links {
	/*width:99%;*/
	position:fixed;
	left: 5px;
	text-align: left;
	z-index:2;
}

.block2 {
	position:absolute;
	bottom:0;
	width:650px;
	background-color:rgba(0,0,0,0.75);
	height:100px;
	z-index:1;
}

h1, h2, h3, h4, h5 {
	color:#FFF;
	font-family: 'Raleway', sans-serif;
}

h1 {
	font-weight:200;
	font-size:1.6em;
	letter-spacing:.4em;
	text-transform:uppercase;
}

h2 {
	font-weight:200;
	font-size:1em;
	letter-spacing:.1em;
}
	
h3 {
	font-weight:200;
	font-size:.8em;
	letter-spacing:.1em;
}

h4 {
	font-weight:200;
	font-size:.8em;
	letter-spacing:.1em;
	text-align:justify;
}

h5 {
	font-weight:400;
	font-size:.8em;
	letter-spacing:.1em;
	text-align:right;
	margin-top:-15px;
	margin-bottom:30px;
}
	
.links ul, .text ul, #fader ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.text li, #fader li {
	display:inline;
	margin-left:.4em;
	margin-right:.4em;
}
.links li {
	margin-bottom:3px;
	background-color:rgba(0,0,0,0.65);
	width:70px;
}
.links li:last-child {
	margin-top:15px;
}
.tbg {
	/*background-color:rgba(0,0,0,0.65);*/
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
}
.textstart {
	position: absolute;
	top:28px;
	left: 80px;
	/*margin-left:-335px;*/
	width:400px;
	max-height:75vh;
	background-color:rgba(0,0,0,.65);
	text-align:left;
	line-height:1.1em;
	overflow:scroll;
    overflow-x:hidden;
}
.textstart td {
	color:#FFF;
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	font-size:.8em;
	letter-spacing:.1em;
	vertical-align:top;
}
.textagentur {
	position:fixed;
	bottom:70px;
	left:50%;
	margin-left:-318px;
	background-color:rgba(0,0,0,0.65);
	width:586px;
	height:48px;
	z-index:1;
	padding-left:20px;
}
.textmail {
	position:fixed;
	bottom:70px;
	right:50%;
	margin-right:-280px;
	/*background-color:rgba(0,0,0,0.65);*/
	height:48px;
	z-index:2;
}
#agentur {
	position:fixed;
	bottom:125px;
	left:50%;
	width:293px;
	margin-left:-318px;
	background-color:rgba(0,0,0,0.65);
	/*height:190px;
	z-index:1;*/
	padding:0px 10px 10px 20px;
}
.textstart ul {
	margin: 0;
	padding: 0px;
	list-style-type:none;
}
.textstart li {
	margin-top: -12px;
	padding-left: 8px;
	padding-right: 8px;
	list-style-type:none;
}
.block {
	position:fixed;
	bottom:15px;
	left:50%;
	margin-left:-318px;
	background-color:rgba(0,0,0,0.65);
	width:610px;
	height:50px;
	z-index:1;
}

.text {
	position: absolute;
	left: 0;
	/*background-color:rgba(0,0,0,.75);*/
	padding:20px;
	text-align: center;
}

.text h3, .text h4 {
	margin-bottom: -15px;
}

/* FADER */

#fader
        {
            -webkit-transition: opacity 0.5s ease-in;
            -moz-transition: opacity 0.5s ease-in;
            -o-transition: opacity 0.5s ease-in;
        }
        #fader.fade-out
        {
            opacity:0;
        }
        #fader.fade-in
        {
            opacity:1;
        }

#myBtn
{
	display: inline-block;
	/*width: 30px;
	height:30px;
	padding: 8px;*/
	color: #fff;
	background-color:rgba(0,0,0,0.65);
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	/*border: 1px solid #fff;*/
	border:hidden;
	text-align: center;
	outline: none;
	text-decoration: none;
	position:absolute;
	bottom:102px;
	left:50%;
	margin-left:-335px;
	z-index:3;
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	font-size:1.0em;
	letter-spacing:.1em;
	visibility:hidden;
}

#myBtn.fade-out
        {
	color: #00BFFF;
        }
#myBtn.fade-in
        {
		
		}