#anlaute_wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0CF; 
	display: none;
}

#anlaute_inner_wrapper{
	position: relative;
	width: 80%;
	height: 80%;
	margin: 8vh auto;
}

#pfeil {
		position: absolute;
		top: 7vh;
    	right: 3%;
		width: calc(4vh + 4%);
		cursor: pointer;
	}
	
.anlaut {
    text-align: center;
    top: 10%;
    left: 10%;
    width: 14%;
    height: 14vh;
    /* margin: 3vh; */
    float: left;
}

.anlaut img{
	width: 10vh;
}