html, body{ /* Grundsätzliches*/
	margin: 0px;
	padding: 0px;
	background-color: #000042;
	height:100%;
	box-sizing: border-box;
	overflow: hidden;
}

.titel { /* Titelzeile mit Namen*/
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.kraus_nohr {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 60px;
}

.rahmen {
	width: 100%;
	top: 18%;

}

.musik {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	margin-top: 50px;
	float: left;
	width: 40%;
	margin-left: 10%;
	text-align: center;
}

.buch {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	float: left;
	margin-top: 50px;
	width: 40%;
	margin-right: 10%;
	text-align: center;
}

.bildlinks {
	width: 20%;
	float: left;
	display: block;
	margin-left: 30%;
	text-align: right;
}

.bildlinks img{
	width: 100%;
	height: auto;
}

.bildrechts {
	width: 20%;
	float: left;
	display: block;
	margin-right: 30%;
	margin-left: 0;
}

.bildrechts img{
	width: 95%;
	height: auto;
}

clear	{
    clear: both;
	}

.strich {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.pfeil {
	width: 100%;
	text-align: left;
	padding-left: 15%;
}
/* ab hier: löschen!*/
 @keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}

@-moz-keyframes einblenden { /* Für Firefox */
    from { opacity:0; }
    to { opacity:1; }
}

@-webkit-keyframes einblenden { /* Für Safari und Chrome */
    from { opacity:0; }
    to { opacity:1; }
}

@-o-keyframes einblenden { /* Für Opera */
    from { opacity:0; }
    to { opacity:1; }
}

.buch{
	animation: einblenden 9.5s;
    -moz-animation: einblenden 9.5s; /* Für Firefox */
    -webkit-animation: einblenden 9.5s; /* Für Safari und Chrome */
    -o-animation: einblenden 9.5s; /* Für Opera */ 	
}

.musik{
	animation: einblenden 5.5s;
    -moz-animation: einblenden 5.5s; /* Für Firefox */
    -webkit-animation: einblenden 5.5s; /* Für Safari und Chrome */
    -o-animation: einblenden 5.5s; /* Für Opera */ 	
}

.kraus_nohr{
	animation: einblenden 1.5s;
    -moz-animation: einblenden 1.5s; /* Für Firefox */
    -webkit-animation: einblenden 1.5s; /* Für Safari und Chrome */
    -o-animation: einblenden 1.5s; /* Für Opera */ 	
}

.folio{
	animation: einblenden 1.5s;
    -moz-animation: einblenden 1.5s; /* Für Firefox */
    -webkit-animation: einblenden 1.5s; /* Für Safari und Chrome */
    -o-animation: einblenden 1.5s; /* Für Opera */ 	
}

.pfeil{
	animation: einblenden 10.5s;
    -moz-animation: einblenden 10.5s; /* Für Firefox */
    -webkit-animation: einblenden 10.5s; /* Für Safari und Chrome */
    -o-animation: einblenden 10.5s; /* Für Opera */ 	
}
