.button {
	background-color: light-dark( #ccc, #444 );
	width: 150px;
	padding: 17px 0;
	display: inline-block;
	margin: 5px
}

#abstimmung, #hinweis, #hinweisPush, #abstimmungOrt, #standOrt {
	display: none;
}

.imp {
	font-size: x-small;
}

.mtop {
	margin-top: 20px;
}

.dlg {
	display: none;
	position: fixed;
	top: 25vh;
	background-color: light-dark( #eee, #222 );
	left: 15px;
	right: 15px;
}

.klein {
	font-size: small;
}

.ganz {
	background-color: light-dark( white, black );
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	height: 100%;
	width: 100%;
}

.kreuz {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: big;
}