*{
	box-sizing: border-box;
}

.noselect {
	-webkit-touch-callout: none; 
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

body {
	height: 100%;
	background-image: url("Bilder/Hintergrund.jpg");
	color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}

.body {
	overflow: visible!important;
}

input {
	outline: 0 none;
}

#ueberschrift {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Courier;
	font-size: 50px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.container {
	text-align: center;
	font-family: Courier;
	font-size: 18px;
	max-width: 1200px;
}

.main {
	width: 40%;
	display: inline-block; 
	padding: 10px;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.6);
}

.hilfe{
	width: 90%;
	text-align: justify;
}

.main p {
	padding: 0px;
	margin: 0px;
}

.mainleft{
	min-height: 200px;
	margin-right: 10px;
}

.mainright{
	min-height: 200px;
	margin-left: 10px;
}

.zentrums_text {
	text-align: center;
}

.knopf {
	box-shadow: none;
	cursor: pointer;
}

.button:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.eingabe {
	border: 0;
	color: white;
}

.auswertung {
	width: 81%;
}

.karten_ausgabe {
	width: 81%;
}

a{
	text-decoration: none;
	color: white;
}