@charset "utf-8";
/* CSS Document */

.listen {
	border-radius: 5px;
    padding: 15px;
    margin-left: -10px;
    margin-top: -8px;
    background-color: #7e5d34;
	color: #FFF;
    position: fixed;
    transform: translate(-100%, -50%);
	position: absolute;
	display: none;
	width: 150px;
	text-align: center;
}

#Favoriten i, #Lernen i, #Koennen i {
	font-size: 16px;
	float: right;
	margin-left: 5px;
	cursor: pointer;
}

#kapitel {
	position: absolute;
	right: 0;
	height: 100%;
	overflow: auto;
}

#FROverlay {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #E4E4E4;
	font-size: 2em;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
	opacity: 0;
}