h1 {
	color: #ffc500;
	text-align: center;
	text-transform: uppercase;
}
body {
	background-color: #000000;
	background-image: url("../images/Feuerstrahl.png");
}
p {
	color: #ffffff;
	text-align: center;
	margin-top: 0;
}
h2, h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
}
h2 {
	color: #ffc500;
}
h3 {
	color: #ffff00;
}
a{
	margin-left: 300px;
}
div {
	margin: 0 auto;
}
div.plektrum {
	width: 200px;
	height: 50px;
}
div#White {
	width: 680px;
	border: 1px dashed #ffffff;
	color: #ffffff;
	margin-top: 20px;
	padding: 10px;
}
div.feuerball {
	position: fixed;
	top: 50px;
	left: 100px;
	width: 403px;
	height: 424px;
}
@media (max-width: 1024px) {
	div#White {
		width: 90%;
		background-color: rgba(0, 0, 0, 0.5);
	}
	div.feuerball {
		left: 0px;
		z-index: -1;
	}
}
@media (max-width: 600px) {
	div.feuerball {
		display: none;
	}
	div#Visitenkarte {
		background-color: rgba(0, 0, 0, 0.5);
		padding: 10px;
	}
}
@media (max-width: 500px) {

	body{
		background-image: none;
	}
}
