h1 {border-top: 3px solid #f07d00;}

video {outline:none;}

.view-container {zoom:1;}
.topview {height:715px;}
.subview {height:310px;}
.leftview {display:inline-block;height:100%;width:43%;float:left;}
.rightview {display:inline-block;height:100%;width:57%;float:right;}
.clear {clear:both;}

.controller-container {width:100%;height:100%;padding:20px;}
#controller {zoom:0.4;width:100%;height:100%;background-image:url("/static/test2/rsp_schalter.png");position:relative;background-repeat:no-repeat;}
.astick {display:inline-block;background:#4b4b4b;border-radius:50%;width:62px;height:62px;position:absolute;}
.astick:before {display:inline-block;content:"";background:#c1c1c1;border-radius:50%;width:62px;height:62px;position:absolute;left:0px;top:0px;border:8px solid #4b4b4b;}
.dstick {display:inline-block;background:#c1c1c1;border-radius:50%;width:30px;height:30px;position:absolute;border: 2px solid #000;}

.astick1 {top:440px;left:308px;}
.astick2 {top:420px;left:699px;}
.astick3 {top:440px;left:1096px;}
.dstick1 {top:258px;left:478px;}
.dstick1.left  {left:458px;}
.dstick1.right {left:498px;}
.dstick2 {top:249px;left:569px;}
.dstick2.left  {left:549px;}
.dstick2.right {left:589px;}
.dstick3 {top:249px;left:665px;}
.dstick3.left  {left:645px;}
.dstick3.right {left:685px;}
.dstick4 {top:249px;left:766px;}
.dstick4.left  {left:746px;}
.dstick4.right {left:786px;}
.dstick5 {top:249px;left:862px;}
.dstick5.left  {left:842px;}
.dstick5.right {left:882px;}
.dstick6 {top:258px;left:952px;}
.dstick6.left { left:932px;}
.dstick6.right {left:975px;}
.dstick7 {top:439px;left:527px;}
.dstick7.up  {top:419px;}
.dstick7.down {top:459px;}

.blink {display:inline-block;background:#000;width:16px;height:16px;border-radius:50%;position:absolute;top:173px;left:605px;animation: blink 0.2s linear infinite;}
@keyframes blink{
	0% {background: #95c11f;}
	50% {background: #4e5735;}
  100% {background: #95c11f;}
}

@media (max-width:1199px) {
	#controller {zoom:0.33}
}

@media (max-width:991px) {
	#controller {zoom:0.24}
}

@media (max-width:767px) {
	#controller {zoom:0.17}
}
