@charset UTF-8
// ÜTF-8 ENCÖDED
pre {
	font-family : "DejaVu Sans Mono", Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace;
}
select.uk-background-secondary {
	color : #FFF;
}
.uk-background-primary {
	color : #FFF;
}

.kfz-card {
	float : left;
	height : 10vh;
	line-height : 10vh;
	text-align : center;
	vertical-align : middle;
	width : 9vw;
	text-transform : uppercase;
}

.kfz-error {
	background-color : #000;
	height           : 100vh;
	line-height      : 1.3em;
	width            : 100wh;
}
#kfz-error {
	width : 100wh;
}