#nav {
	text-align: center;
}
#Einstellungen {
	margin: 0 auto;
	border: solid;
}
#select_Repertoire {
	font-size: 1em;
	margin: 1em;
}
input[type="number"] {
	width: 3em;
	font-size: 2em;
}
.block {
	background-color: #ecc06c;
	border: solid 1px black;
	border-radius: 0.5em;
	padding: 0.5em;
	background-size: cover;
}
.lied {
	overflow: hidden;
	white-space: nowrap;
	z-index: 1;
	position: relative;
}
.lied span {
	display: inline-block;
	margin-right: 0.25em;
}
.lied .audio {
	display: none;
}
.red {
	background-color: red;
}
#main {
	font-size: 2em;
}
main .title {
	text-align: center;
}
main .title span {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 0 0.5em;
	font-weight: bold;
}
#footer, .footer {
	position: fixed;
	bottom: 0;
	max-width: 400px;
}
.absatz_anfang {
	font-weight: bold;
}
.repeat {
	background-color: #8f8;
}
.i, instrumental {
	background-color: #0f8;
}
.ralf {
	background-color: #0bf;
}
.success {
	background-color: #0f0;
}
