div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #360528;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Button4
{
   box-sizing: border-box;
   line-height: 48px;
   text-decoration: none;
   vertical-align: top;
   border: 0px solid #FFFFFF;
   border-radius: 8px;
   background-color: #008B8B;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   padding: 1px 1px 6px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button4:focus
{
   outline: 0;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Button4
{
   position: absolute;
   left: 340px;
   top: 460px;
   width: 290px;
   height: 55px;
   z-index: 0;
}
#wb_Image1
{
   position: absolute;
   left: 385px;
   top: 140px;
   width: 200px;
   height: 201px;
   z-index: 2;
}
#wb_ende1JavaScript2
{
   position: absolute;
   left: 350px;
   top: 110px;
   width: 260px;
   height: 260px;
   z-index: 1;
}
#ende1JavaScript2
{
   color: #FFFFFF;
   font-size: 24px;
   font-family: "Arial";
   font-weight: normal;
   width: 100%;
   height: 100%;
   animation: spinZ 19s linear infinite;
   text-align: center;
}
@media only screen and (max-width: 969px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #360528;
   background-image: none;
}
#Button4
{
   left: 15px;
   top: 410px;
   width: 290px;
   height: 55px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 1px 6px 6px;
   color: #FFFFFF;
}
#Button4
{
   line-height: 48px;
}
#wb_ende1JavaScript2
{
   left: 30px;
   top: 90px;
   width: 260px;
   height: 260px;
   visibility: visible;
   display: inline;
}
#wb_Image1
{
   left: 60px;
   top: 120px;
   width: 200px;
   height: 201px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
}
#ende1JavaScript2 span 
{
   position: absolute;
   display: inline-block;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   transition: all .5s cubic-bezier(0,0,0,1);
}
@keyframes spinZ {
0% { transform: rotateZ(360deg); }
100% { transform: rotateZ(0deg); }
}
