



html,
body {
	margin: 0;
	overflow-x:hidden;
}
body {
	background-color: transparent;
	transition: background-color 4s ease;
	font-family: "Roboto", sans-serif;
	
}

.vordergrund{
    position: relative;
    z-index: 100;
}

.buehne {
    position: absolute;
    z-index: 0;
}

h1{
	font-family: "Roboto Slab", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color:#fff;
	text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    margin-top: 0;
}
.motto {
    color:rgba(34,49,251, .15);
    transition: color 6s ease;
}
.motto.an {
    color:rgba(34,49,251, 1); 
}

.logo,
.uhr-zahlelement{
    width: 100%;
    height: 100%;
    margin:32px 0;
}

.uhr-zahlelement polygon {
    fill: rgba(34,49,251, .15); 
    transition: all 1s ease;
}
 .uhr-zahlelement polygon.an {
     fill: rgba(34,49,251, 1); 
}

.logo path{
    fill: rgba(34,49,251, .15); 
    transition: all 3s ease;
}
.logo.an path{
    fill: rgba(34,49,251, .99);
    
}

/*@media (min-width: 480px){
	.asgZeit {
		font-size : 180px;
	}
}
@media (min-width: 960px){
	.asgZeit {
		font-size : 280px;
	}
}
@media (min-width: 1200px){
	.asgZeit {
		font-size : 380px;
	}
}*/