.one,.two {
	background-color:#aaa;
	border:3px solid #444;
	color:#fff;
	font:bold 50px/125px arial;
	height:250px;
	margin:100px auto;
	text-align:center;
	width:250px;
}
.three {
	background-color:#aaa;
	border:5px solid #444;
	color:#fff;
	font:bold 25px/75px arial;
	height:75px;
	margin:20px auto;
	text-align:center;
	width:400px;
}
.one {
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5s;
	color:transparent;
	text-shadow:0 0 15px #fff;
}
.two {
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5s;
	text-shadow:60px 10px 6px rgba(0,0,0,0.5);
}
.three {
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5s;
	color:transparent;
	text-shadow:0 0 15px #fff;
}
.one:hover {
	border-radius:250px;
	box-shadow:0 10px 10px rgba(0,0,0,0.5);
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.5);
}
.two:hover {
	background-color:#ddd;
	border:3px solid #09f;
	text-shadow:-60px 10px 6px rgba(0,0,0,0.5);
	width:500px;
}
.three:hover {
	border-radius:250px;
	box-shadow:0 10px 10px rgba(0,0,0,0.5);
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.5);
}
.bilder{
border-radius: 18px;
opacity: 1;
transition-duration: 0.5s, 0.5s;
}
.bilder:hover{
border-radius: 100px;
opacity: 1;
}