section#obj681a51b090f61 article div .maintenance_banner{
	background-color: #595959;
	display: flex;
	justify-content: center;
}
section#obj681a51b090f61 article div .maintenance_banner div:nth-child(1){
	width: 100%;
	margin: 8px;
	margin-left: 20px;
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	color: #ffffff;
}
section#obj681a51b090f61 article div .maintenance_banner div:nth-child(2){
	background-color: #e9b1cf;
	height: 40px;
	width: 40px;
}
section#obj681a51b090f61 article div .maintenance_banner div:nth-child(3){
	background-color: #4dc1c7;
	height: 40px;
	width: 40px;
}
section#obj681a51b090f61 article div .maintenance_banner div:nth-child(4){
	background-color: #ebb986;
	height: 40px;
	width: 40px;
}
section#obj681dc9148de5a{
	overflow: hidden;
}
section#obj681dc9148de5a article .springmaus-wrapper{
	position: relative;
	bottom: 0;
	left: -150px;
	/* Start außerhalb des Bildschirms */ width: 100%;
	height: auto;
	animation: moveAcross 8s linear infinite;
	z-index: 1000;
}
section#obj681dc9148de5a .springmaus-wrapper .springmaus{
	animation: bounce 0.8s ease-in-out infinite;
}
@keyframes moveAcross{
	0%{
	left: 110%;
}
100%{
	left: -150px;
}
}
@keyframes bounce{
	0%, 100%{
	transform: translateY(0);
}
50%{
	transform: translateY(-30px);
}
}
@media screen and (max-width: 767px){
section#obj681dc9148de5a .springmaus-wrapper .springmaus{
	animation: bounce 5s ease-in-out infinite;
}
}
