@font-face {
  font-family: 'monda';
  src: url("../font/monda-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'monda';
  src: url("../font/monda-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-camera:before {
  content: "\e900"; }

.icon-colorcorrection:before {
  content: "\e901"; }

.icon-copy:before {
  content: "\e902"; }

.icon-cut:before {
  content: "\e903"; }

.icon-finish:before {
  content: "\e904"; }

.icon-help:before {
  content: "\e905"; }

.icon-music:before {
  content: "\e906"; }

.icon-paste:before {
  content: "\e907"; }

.icon-pause:before {
  content: "\e908"; }

.icon-play:before {
  content: "\e909"; }

.icon-reset:before {
  content: "\e90a"; }

.icon-start:before {
  content: "\e90b"; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

body {
  background-color: black;
  font-family: 'monda';
  color: #fff; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto; }

.hidden {
  display: none; }

#mainwrap {
  width: 1024px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transform-origin: 0 0; }

#header {
  height: 70px;
  background-image: radial-gradient(circle at 50% 100%, #404040, #000000);
  margin-bottom: 10px;
  position: relative; }
  #header #logo {
    width: 230px;
    height: 70px;
    background-position: 0px 7px;
    background-size: 290px 56px;
    position: absolute;
    left: calc(50% - 115px); }
  #header #planetschule {
    width: 178px;
    height: 70px;
    background-position: -670px -2px;
    float: left; }
  #header #swr {
    width: 120px;
    height: 70px;
    background-position: -670px -85px;
    float: left; }
  #header #exitbutton {
    width: 260px;
    float: right;
    margin-right: 10px;
    margin-top: 17px; }
  #header .sprite {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/sprite.png); }

#toolcolumn {
  width: 260px;
  float: left; }
  #toolcolumn > button {
    width: calc(50% - 2px);
    text-align: left; }
    #toolcolumn > button i:before {
      font-size: 24px;
      float: left;
      margin-left: 18px;
      line-height: 27px; }
    #toolcolumn > button#tool_cut i:before {
      margin-left: 23px; }
  #toolcolumn.cut #toolbox_color {
    display: none; }
  #toolcolumn.cut button#tool_cut {
    background-image: radial-gradient(circle at 40% 180%, #a41d63, rgba(164, 29, 99, 0));
    border-color: #953768; }
  #toolcolumn.color #toolbox_cut {
    display: none; }
  #toolcolumn.color button#tool_color {
    background-image: radial-gradient(circle at 40% 180%, #d650c3, rgba(164, 29, 99, 0));
    border-color: #815d7c; }

#toolbox_cut {
  margin-top: 5px;
  width: 100%;
  height: 200px;
  background-color: #232323;
  position: relative;
  padding: 10px;
  box-sizing: border-box; }
  #toolbox_cut .headline {
    border-bottom: 1px solid #444444;
    padding-bottom: 4px;
    margin-bottom: 23px; }
    #toolbox_cut .headline span {
      font-size: 12px;
      font-weight: normal;
      margin: 0;
      padding: 0;
      line-height: 14px;
      display: block;
      float: left;
      color: #979797; }
    #toolbox_cut .headline:after {
      content: "";
      display: table;
      clear: both; }
  #toolbox_cut #videoselector {
    width: 240px;
    height: 134px;
    overflow: hidden;
    position: relative; }
    #toolbox_cut #videoselector #videopreview video {
      width: 100%; }
    #toolbox_cut #videoselector #videointerface {
      position: absolute;
      top: 0;
      left: 0; }

#toolbox_music {
  margin-top: 0px;
  width: 100%;
  height: 360px;
  background-color: #232323;
  position: relative;
  padding: 10px;
  box-sizing: border-box; }
  #toolbox_music .headline {
    border-bottom: 1px solid #444444;
    padding-bottom: 4px;
    margin-bottom: 23px; }
    #toolbox_music .headline span {
      font-size: 12px;
      font-weight: normal;
      margin: 0;
      padding: 0;
      line-height: 14px;
      display: block;
      float: left;
      color: #979797; }
    #toolbox_music .headline:after {
      content: "";
      display: table;
      clear: both; }

.colorbox {
  margin-top: 6px;
  background-color: #232323;
  padding: 10px;
  box-sizing: border-box; }
  .colorbox .headline {
    border-bottom: 1px solid #444444;
    padding-bottom: 4px;
    margin-bottom: 15px; }
    .colorbox .headline span {
      font-size: 12px;
      font-weight: normal;
      margin: 0;
      padding: 0;
      line-height: 14px;
      display: block;
      float: left;
      color: #979797; }
    .colorbox .headline:after {
      content: "";
      display: table;
      clear: both; }
  .colorbox .adjustmentbox {
    /*margin-bottom: 13px;*/ }
    .colorbox .adjustmentbox span {
      font-size: 10px;
      color: #979797;
      display: block;
      width: 58px;
      overflow: hidden;
      float: left; }
    .colorbox .adjustmentbox div {
      width: calc(100% - 60px);
      float: right;
      /*margin-top:-10px;*/ }
    .colorbox .adjustmentbox:after {
      content: "";
      display: table;
      clear: both; }

.buttonbox {
  margin-top: 5px; }

button {
  border-radius: 2px;
  border: solid 1px #555555;
  background-color: #444444;
  color: #fff;
  font-size: 12px;
  line-height: 34px;
  padding: 0;
  transition: .4s all ease-in-out;
  cursor: pointer; }
  button:hover {
    background-color: #555555; }
  button.small {
    font-size: 10px;
    line-height: 28px; }
  button.info {
    border-radius: 90px;
    background-color: #979797;
    color: #000;
    height: 16px;
    width: 16px;
    float: right; }
    button.info:hover {
      background-color: white; }
    button.info:before {
      content: "\e905";
      color: #000;
      font-size: 14px; }
  button.iconbutton {
    border-radius: 2px;
    border: none;
    background-color: transparent;
    color: #979797;
    font-size: 30px; }
    button.iconbutton:hover {
      color: white; }
  button.close {
    border-radius: 90px;
    background-color: #000000;
    height: 16px;
    width: 16px;
    float: right;
    margin-right: 10px;
    margin-top: 10px; }
    button.close:hover {
      background-color: #444; }
    button.close:before {
      content: "X";
      color: #fff;
      font-size: 10px;
      font-family: arial;
      font-weight: bold;
      line-height: 16px; }
  button.videobutton {
    background-color: transparent;
    color: #979797;
    font-size: 10px;
    border-radius: 2px;
    border: solid 3px transparent;
    width: 120px;
    float: left;
    height: 67px;
    position: relative; }
    button.videobutton:focus, button.videobutton.active:focus, button.videobutton:hover, button.videobutton.active:hover {
      outline: none;
      color: white;
      border: solid 3px #fff; }
    button.videobutton.active {
      color: white;
      border: solid 3px #a41d63; }
    button.videobutton span {
      position: absolute;
      bottom: 0px;
      left: 4px;
      line-height: 12px;
      color: #fff; }
  button.backiconbutton {
    width: 36px;
    line-height: 1; }
    button.backiconbutton i:before {
      line-height: 34px;
      font-size: 24px; }
  button.musicbutton {
    width: 242px;
    height: 70px;
    border-radius: 2px;
    border: solid 1px #555555;
    background-color: #464646;
    position: relative;
    margin-bottom: 5px; }
    button.musicbutton span {
      font-size: 10px;
      margin-top: 30px;
      display: block; }
    button.musicbutton i {
      font-size: 36px;
      position: absolute;
      left: 99px;
      top: 5px; }
    button.musicbutton.active {
      border: solid 1px #af2748;
      background-image: radial-gradient(circle at 45% 189%, #e71346, rgba(231, 19, 70, 0)); }
    button.musicbutton:hover, button.musicbutton:focus {
      outline: none;
      border: solid 1px #fff; }
  button#uebernehmenbutton {
    width: 140px;
    float: right; }

#ergebnismonitor {
  width: 740px;
  height: 550px;
  background-color: #232323;
  position: relative;
  margin-left: 10px;
  padding: 10px;
  box-sizing: border-box;
  float: left;
  margin-right: 5px; }
  #ergebnismonitor .headline {
    border-bottom: 1px solid #444444;
    padding-bottom: 4px;
    margin-bottom: 23px; }
    #ergebnismonitor .headline span {
      font-size: 12px;
      font-weight: normal;
      margin: 0;
      padding: 0;
      line-height: 14px;
      display: block;
      float: left;
      color: #979797; }
    #ergebnismonitor .headline:after {
      content: "";
      display: table;
      clear: both; }
  #ergebnismonitor #ccrwrap {
    width: 720px;
    height: 405px;
    overflow: hidden;
	background: url('../img/canvasposter.jpg')}
  #ergebnismonitor #timewrap {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 14px;
    display: block;
    float: left;
    color: #979797;
    width: 100%;
    margin-top: 5px;
    position: relative;
    margin-bottom: 8px; }
    #ergebnismonitor #timewrap #timeleft {
      position: absolute;
      left: 0; }
    #ergebnismonitor #timewrap #timeright {
      position: absolute;
      right: 0; }
    #ergebnismonitor #timewrap:after {
      content: "";
      display: table;
      clear: both; }
  #ergebnismonitor #playbutton {
    position: absolute;
    left: calc(50% - 15px);
    bottom: 15px; }
  #ergebnismonitor #restartbutton {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 15px; }
  #ergebnismonitor #finishbutton {
    position: absolute;
    left: calc(50% + 20px);
    bottom: 15px; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  height: 20px;
  background: none; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #444444;
  border-radius: 3.9px;
  border: 0px solid rgba(1, 1, 1, 0); }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px 4px #232323;
  border: 2px solid #979797;
  height: 20px;
  width: 20px;
  border-radius: 90px;
  background: #232323;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #444444; }

input[type=range]#progress:focus::-webkit-slider-runnable-track,
input[type=range]#progress::-webkit-slider-runnable-track {
  background: #f5a623; }

input[type=range]#progress::-webkit-slider-runnable-track {
  height: 4px; }

input[type=range]#hue-rotate:focus::-webkit-slider-runnable-track,
input[type=range]#hue-rotate::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

input[type=range]#saturate:focus::-webkit-slider-runnable-track,
input[type=range]#saturate::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #5c5c5c, #ff0000); }

input[type=range]#brightness:focus::-webkit-slider-runnable-track,
input[type=range]#brightness::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #000000, #ffffff); }

input[type=range]#red:focus::-webkit-slider-runnable-track,
input[type=range]#red::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #5c5c5c, #ec3636); }

input[type=range]#green:focus::-webkit-slider-runnable-track,
input[type=range]#green::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #5c5c5c, #6bfd23); }

input[type=range]#blue:focus::-webkit-slider-runnable-track,
input[type=range]#blue::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #5c5c5c, #2323ff); }

/* moz firefox */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #444444;
  border-radius: 90px;
  border: none; }

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px 4px #232323;
  border: 2px solid #979797;
  height: 16px;
  width: 16px;
  border-radius: 90px;
  background: #232323;
  cursor: pointer; }

input[type=range]#progress:focus::-moz-range-track,
input[type=range]#progress::-moz-range-track {
  background: #f5a623;
  height: 4px; }

input[type=range]#hue-rotate:focus::-moz-range-track,
input[type=range]#hue-rotate::-moz-range-track {
  background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

input[type=range]#saturate:focus::-moz-range-track,
input[type=range]#saturate::-moz-range-track {
  background: linear-gradient(to right, #5c5c5c, #ff0000); }

input[type=range]#brightness:focus::-moz-range-track,
input[type=range]#brightness::-moz-range-track {
  background: linear-gradient(to right, #000000, #ffffff); }

input[type=range]#red:focus::-moz-range-track,
input[type=range]#red::-moz-range-track {
  background: linear-gradient(to right, #5c5c5c, #ec3636); }

input[type=range]#green:focus::-moz-range-track,
input[type=range]#green::-moz-range-track {
  background: linear-gradient(to right, #5c5c5c, #6bfd23); }

input[type=range]#blue:focus::-moz-range-track,
input[type=range]#blue::-moz-range-track {
  background: linear-gradient(to right, #5c5c5c, #2323ff); }

#overlayshadow {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.info_box {
  width: 360px;
  background: #fff;
  position: absolute;
  left: calc(50% - 180px);
  top: 200px;
  font-size: 10px;
  color: black; }

.boxheadline {
  border-bottom: 1px solid black;
  font-size: 12px;
  line-height: 24px; }

p {
  padding: 0;
  margin: 10px; }

/*# sourceMappingURL=style.css.map */

#ergebnismonitor.ton {
	height: 500px;
}


#videocrop {
	position: absolute;
	width: 720px;
	height: 405px;
	overflow: hidden;
}

#cutbuttonbox {
  margin-top: 18px;
  margin-left: -10px;
  width: 260px;
  height: 80px;
  background-color: #232323;
  padding: 10px;
  box-sizing: border-box;
}

#cutbuttonbox > .headline {
	margin-bottom: 8px;
}

#delcutback, #delcutfwd, #delcutall {
	width: 70px;
}

.videoSprite {
	position: absolute;
}

.video1 {
	top: 0;
	left: 0; }

.video2 {
	top: 0;
	right: 0; }

.video3 {
	bottom: 0;
	left: 0; }

.video4 {
	bottom: 0;
	right: 0; }
