@charset "utf-8";
/* CSS Document */

div#werbung {
	display:block;
	position:absolute;
	top:225px;
	left:808px;
	width:192px;
	height:808px;
}


div#werbung {
	/*display:none;*/
}
.ads {
	min-height:260px;
	border:0px solid #eee;
	text-align:center;
	font-size:2.0em;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#666;
}
.ads a {
	position:relative;
	text-decoration:none;
}
.ads a:hover {
	text-decoration:none;
}
.ads-logo{
	position:relative;
	top:20px;
}
.time2change {
	margin-top:20px;
	width:100%;
	bottom:-78px;
	font-size:3rem;
	color:#006;
}
.ads-text {
	bottom:72px;
	font-size:1.6rem;
	color:#006;
	width:100%;
	text-align:center;
	font-weight:700;
}
.ads-info {
	margin-top:5px;
}
.ads-info::before {
	content:"Anzeige";
	font-size:.7em;
}