#baucover {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
z-index: 112;
overflow: hidden;
background-color: rgba(0,0,0,0.8);	
}
#baucover #schild {
	
position: absolute;
width: 50%;

height: 3em;	
font-size: 2em;
padding: 1em;
background-color: white;
border: 2px solid blue;
border-radius: 15px;
padding-left: 20%;

margin-top:18%;
margin-left: 10%;
text-align: center;
-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
box-shadow: 
				0px 0px 2px #000,				
				0px 0px 25px #000;
}
#baucover #schild img {
	position: absolute;
	height: 4em;
	left: 0.5em;
	top: 0.5em;
	opacity: 1;
	transition: 5s;
}
#baucover #schild img.grey {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}
#baucover #schild .klein {
	font-size: 0.8em;
	text-shadow: none;
	color: black; 
}
#baucover #schild #kontaktlink {
	color: blue;
		
}
#baucover #schild #Anzeige {font-size: 0.5em;color: black;text-shadow:none;}
#baucover #kontakt {
	width: 80%;
	height: 70%;
	padding-top: 5%;
	margin: 5% 10%;
	background: linear-gradient(7deg,white,lightgrey,white);
	position: absolute;
	z-index: 103;	
	box-shadow: 0px 0px 25px #000;
	border-radius: 15px;
	display: none;
	
}


#baucover #kontakt #closer {
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	background-color: black;
	color: white;
	font-size: 1em;
	padding: 0.5em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	border-radius: 50%;
	cursor: pointer;
}
#baucover #kontakt #adr {
	width: 35%;
	padding: 10%;
	padding-right: 0;
	float: left;	
	padding-top: 5%;
	text-shadow: 0px 0px 25px white;
	
}
#baucover #kontakt #adr #adrtxt {
	margin-left: 5%;
}
#baucover #kontakt #adr img {
	width: 80%;
	
}

#baucover #kontakt #text {
	width: 30%;
	padding: 10%;
	float: left;	
	padding-top: 5%;
	
	font-size: 1em;
}

#baucover #kontakt table {width: 100%;}
#baucover #kontakt table td {font-size: 1em; vertical-align: text-top;}
#baucover #kontakt table .area {vertical-align: middle;}
#baucover #kontakt #text input, #baucover #kontakt #text textarea {
	
	width: 100%;
	box-shadow: 1px 1px 1px #000;
	border-radius: 15px;
	padding-left: 5%;
	margin-bottom: 2em;
}
#baucover #kontakt #text textarea {height: 9em;}
#baucover #kontakt #text input[type=submit] {width: 50%;}

body.antwort {width: 100%;height: 100%;background-color: darkgray;}
body.antwort #antwort {
	font-size: 2em;
	width: 50%; 
	margin-left: 12%;
	height: 2em;
	padding: 5em;
	padding-top: 7em;
	padding-bottom: 3em;
	text-align: center;
	margin-top: 10%;
	background-color: white;
	box-shadow: 0px 0px 25px #000;
}
body.antwort #antwort #acloser {
	position: absolute;
	right: 13%;
	top: 23%;
	height: 1em;
	width: 1em;
	padding: 0.5em;
	color: white;background-color: black;	
	border-radius:50%;
}
body.antwort #antwort img {
	position: absolute;
	width: 30%;
	margin-top: -9em;
	margin-left: 1.5em;
	
}