* {
  margin: 0;
  padding: 0;
}
  
body {
  width: 3656px;
  height: 1786px;
  background: black;
}

body.debug {
  background: green;
}

body.debug .control {
  background-color: rgba(255, 50, 50, 0.1);
  border: 1px solid red;
}

body.debug .card {
  background-color: rgba(255, 50, 50, 0.1);
  border: 1px solid red;
}

#container {
  text-align: center;
  background: black;
  position: relative;
  width: 3656px;
  height: 1786px;
  position: relative;
}

.control {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: -4px 0 0px 0;
  padding: 0 0 0 0;
  font-size: 10px;
  font-family: Helvetica;
  color: #FFF;
}

video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}

video.active {
  z-index: 99;
}

#awake, #relaxed, #happier {
  top: 42%;
  position: absolute;
  height: 16%;
  width: 12%;
  z-index: 100;
}

#relaxed {
  left: 32%;
}

#awake {
  left: 44%;
}

#happier {
  left: 56%;
}

.card {
  position: absolute;
  top: 25%;
  height: 43%;
  width: 16%;
  z-index: 1000;
  color: #FFF;
}

#energy {
  left: 26%;
}

#fitness {
  left: 58%;
}

#play, #skip {
  top: 57.5%;
}

#play {
  z-index: 1000;
  left: -5px;
  right: 0;
  margin: 2px auto;
  max-width: 98px;
  padding: 20px;
  max-height: 98px;
}

#skip {
  left: 0;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 3px 60%;
  padding: 20px;
  height: 7%;
  width: 3.1%;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  z-index: 1000;
}


#repeat, #next, #forward {
  height: 9%;
  width: 13%;
  top: 56%;
  z-index: 1000;
}

#repeat {
  left: 37%;
}

#next {
  left: 50%;
}

#forward {
  left: 44%;
  margin: 0 auto;
  height: 9%;
  width: 12%;
}

#cancel {
  left: 60%;
  top: 54%;
  margin: 0 auto;
  height: 9%;
  z-index: 1000;
  width: 13%;
}


#routine,
#business,
#besorgung,
#freizeit {
  height: 15%;
  width: 12%;
  top: 53%;
  z-index: 1000;
}

#routine {
  left: 26%;
}

#business {
  left: 38%;
}

#besorgung {
  left: 50%;
}

#freizeit {
  left: 62%;
}

#outro {
  top: 54%;
  left: 44%;
  margin: 0 auto;
  height: 9%;
  width: 12%;
  z-index: 1000;
}

#feedback_de, #feedback_en {
  left: 61%;
  top: 76%;
  width: 16%;
  height: 10%;
  z-index: 1000;
}


