@media (max-width: 479px){
	#anmeldung{
		position:absolute;
		top:15%;
		left:0;
		height:320px;
		overflow:hidden;
		border:2pt solid rgba(0, 144, 54, 1);
		text-align:center;
	}
	
	#regLink{
		position:relative;
		z-index:1;
		top:-17px;
		left:115px;
		font-size:0.813em;
		color:#666;
		text-decoration:none;
	}
	
	#registrierung{
		position:absolute;
		top:0;
		left:0;
		height:480px;
		overflow:hidden;
		border:2pt solid rgba(0, 144, 54, 1);
		text-align:center;
	}
}

@media (min-width: 480px){
	#anmeldung{
		position:absolute;
		top:50%;
		left:50%;
		width:480px;
		height:320px;
		margin-top:-160px;
		margin-left:-240px;
		overflow:hidden;
		border:2pt solid rgba(0, 144, 54, 1);
		text-align:center;
	}
	
	#regLink{
		position:relative;
		z-index:1;
		top:-17px;
		left:195px;
		font-size:0.813em;
		color:#666;
		text-decoration:none;
	}
	
	#registrierung{
		position:absolute;
		top:50%;
		left:50%;
		width:480px;
		height:495px;
		margin-top:-247.5px;
		margin-left:-240px;
		overflow:hidden;
		border:2pt solid rgba(0, 144, 54, 1);
		text-align:center;
	}
}

body{
	margin:0;
	padding:0;
	background-color:rgba(0, 0, 0, 0.2);
	font-family:Verdana, Geneva, sans-serif;
}

#anmeldetext{
	background:rgba(0, 144, 54, 1);
	color:#FFF;
	font-size:1.125em;
	height:50px;
	font-weight:bold;
}
	
#anmeldeform{
	width:100%;
}

#anmeldeform input{
	width:95%;
	height:35px;
	margin-top:20px;
	font-size:1.313em;
}

#regtext{
	background:rgba(0, 144, 54, 1);
	color:#FFF;
	font-size:1.188em;
	line-height:30px;
	height:35px;
	font-weight:bold;
}

.meldung{
	text-align:center;
	font-weight:bold;
	font-style:italic;
	color:rgba(0, 144, 54, 1);
	margin-bottom:-5px;
}

.kSp{
	display:none;
}



*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	display: block;
	margin: auto;
	margin-top: 50px;
	text-decoration: none;
	color: inherit;
	font-size:1.125em;
}


@keyframes linear {
	
	from {
		background-position: 0 0;
	}
	to {
		background-position: 200px 0;
	}
	
}

@keyframes radial {
	
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 60px;
	}
	
}

@keyframes repeating {
	
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 85px;
	}
	
}

@keyframes electronic {
	
	0%, 100% {
		background-position: 20px -30px;
	}
	25% {
		background-position: 150px 5px;
	}
	50% {
		background-position: 20px 40px;
	}
	75% {
		background-position: -100px 5px;
	}
	
}
 
.biliboard {
	width: 200px;
	padding: 15px;
	text-align: center;
	position: relative;
	background: #fff;
	color: #666;
}
.biliboard:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 3px;
	transform: scale( 1.02, 1.08 );
	position: absolute;
	background: #f00;
	background: linear-gradient( 90deg, #fafafa, #fafafa, #009036, #fafafa, #fafafa );
	background-position: 55px 0;
	top: 0;
	animation: linear 1s infinite linear;
	left: 0;
	z-index: -1;
}

.biliboard.radial:before {
	background: radial-gradient( #fafafa, #fafafa, #F2A61A, #fafafa, #fafafa );
	animation: radial 1s infinite linear;
}

.biliboard.repeating:before {
	background: repeating-linear-gradient( -45deg, #009036, #009036 30px, #d9dadb 30px, #d9dadb 60px ) fixed;
	animation: repeating 1s infinite linear;
}

.biliboard.electronic:before {
	background: radial-gradient( #EA238D, #EA238D, #EA238D, #EA238D, #fafafa, #fafafa ) no-repeat;
	background-size: 150px 50px;
	animation: electronic 2s infinite linear;
}

#javascript{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	font-size:x-large; 
	color:red; 
	font-weight:bold;
	line-height:150%;
	padding-top:25%; 
	background-color:#CCC;
	z-index:9999;
}