@charset "UTF-8";


html, body {
  
}
html, body {
	font-family: Courier New, Courier, sans-serif;
	color: #fff;	
	font-size: 13px; 
	font-weight: 300;
	background-color:#fff;
	margin: 0; /* äußeren Abstand / Rand auf zurücksetzen */
  padding: 0; /* inneren Abstand zurücksetzen */
  height: 100%; /* Seite soll über volle Höhe gehen */
    }
	
b, strong {
	font-weight: 700;}
	  
#wrapper-1 {
	background-color: #000; /* hellgrauer Hintergrund */
	width: 100%; /* Container auf halbe Breite */
	margin: auto; /* Den Container zusätzlich zentrieren */
	min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
	height: auto !important; /* important Behel (bei modernen Browsern */
	height: 100%; /* IE soll wie gewünscht interpretieren */
	overflow: hidden !important; /* Firefox Scrollleiste */
  

	background-image: url("img/tdddl-web.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	text-align: center;
	position: absolute;
	bottom: 0;
}

#wrapper-2 {
	display: none;
    top: 0;
    padding-top: 20px;
    margin: 0 5%;
    position: absolute;
    width: 90%;
}
#wrapper-3 {
    bottom: 0;
    padding-bottom: 40px;
    margin: 0 5%;
    position: absolute;
    width: 90%;
}
a {
	text-decoration:none;
	color: #fff;}
a:hover {
	text-decoration:underline;}

a:focus, a:active {
outline: none;
border: none;}


@media only screen and (max-width: 1080px){
	
}
@media only screen and (max-width: 767px){
}


@media only screen and (max-width: 479px){
	
}