body {
	background-color:#eceeef;
	background-image:url('../images/demo_bg.png');
	background-size:cover;
}
#logo {
	position:fixed;
	right:0;
	top:30px;
	width:150px;
}
.header {
	margin-left:50px;
	margin-top:50px;
}
.mitte {
	margin-top:30px;
}
.wahlschein_einzeln {
	margin-top:40px;
}
.wahlschein_einzeln h2 {
	font-size:24px !important;
}
.ungueltig-hinweis {
	position:fixed;
	bottom:0px;
	height:90px;
	background-color:#FFFFFF;
	width:100%;
	left:0px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:50px;
}
.paging {
	z-index:9999;
margin-right: 400px;
    margin-top: 10px;
}
.paging .btn {
    width: 100px;
}
.icon {
	width:100px;
}
.rot {
	color:red !important;
}
.schwarz {
	color:black !important;
}
.gruen {
	color:#60b565 !important;
}
.fett {
	font-family: 'Gilroy-Bold' !important;
}
.erfolg {
	font-size:50px !important;
	background-color:transparent !important;
	color:#3c3c3c !important;
}
h1 {
	font-family: 'Gilroy-Bold';
	font-size:30px;
	color:#FFFFFF;
	background-color:#60b565;
	display:inline;
}
h2 {
	color:#3c3c3c;
	display:inline;
	font-family: 'Gilroy-Bold';
	font-size:28px;
	text-align:center;
	margin-top:18px;
}
h3 {
	color:#3c3c3c;
	display:inline;
	font-family: 'Gilroy-Light';
	font-size:22px;
	text-align:center;
	margin-top:18px;
}
.button-ru {
	position:absolute;
	right:80px;
	bottom:20px;
}
.button-ru-ungueltig {
	position:absolute;
	right:80px;
	bottom:20px;
}
.button-gruen {
	font-family: 'Gilroy-Bold';
	width:auto;
	padding:10px;
	color:#FFFFFF;
	font-size:20px;
	background-color:#60b565;
	border:none;
	border-radius:10px;
}
.button-rot {
	font-family: 'Gilroy-Bold';
	width:auto;
	padding:10px;
	color:#FFFFFF;
	font-size:20px;
	background-color:red;
	border:none;
	border-radius:10px;
}
.button-rot-big {
	font-family: 'Gilroy-Bold';
	padding:10px;
	color:#FFFFFF;
	font-size:26px;
	background-color:red;
	border:none;
	border-radius:15px;
	height:150px;
	width:300px;
	text-align:center;
}
.button-blau-big {
	font-family: 'Gilroy-Bold';
	padding:10px;
	color:#FFFFFF;
	font-size:26px;
	background-color:blue;
	border:none;
	border-radius:15px;
	height:150px;
	width:300px;
	text-align:center;
}
.button-gruen-big {
	font-family: 'Gilroy-Bold';
	padding:10px;
	color:#FFFFFF;
	font-size:26px;
	background-color:green;
	border:none;
	border-radius:15px;
	height:150px;
	width:300px;
	text-align:center;
}
.button-schwarz-big {
	font-family: 'Gilroy-Bold';
	padding:10px;
	color:#FFFFFF;
	font-size:26px;
	background-color:black;
	border:none;
	border-radius:15px;
	height:150px;
	width:300px;
	text-align:center;
}
.seiten {
	cursor:pointer;
}
.seite_vor, .seite_zurueck {
	cursor:pointer;
}
.seite_zurueck {
	background-color:#000000;
	border:none;
	float: right;
    /* margin-left: 100px; */
    /* left: 100px; */
    margin-right: -120px;
    margin-top: 5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
	width:50px;
}
input[type="checkbox"]{
	display:none;
}
input[type="checkbox"] + label::before {
	width:50px;
	height:50px;
	background-image:url('../images/kreuz_ohne_50.png');
	display:block;
	content: "";
	float:left;
	cursor:pointer;
}
input[type="checkbox"]:checked+label::before {
	background-image:url('../images/kreuz_mit_50.png');
}









