/*
 LESS file for wiwiUtils in desktop-mode

 @date 13.09
 @author lenoch
*/
/*
 LESS file for wiwiUtils in desktop-mode

 @date 13.09
 @author lenoch
*/
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### * original
@HelperBackground: #292929;
@HelperBorder: #111;
@HelperText: #FFF;

@WiseManHoverColor: #ddd;
@WiseManHoverBackground: #777;

/* ####################################### *
@VideoControlsBackground: #363636;
@VideoControlsOpacity: 0.95;

@VideoControlsMobileSpacing: 15%;

@VideoBufferedColor: white;
@VideoSeekbarColor: black;
@VideoPlayTimeColor: white;


/* ####################################### *
@AdventureDisabledAnswer: #666;
@AdventureWrongAnswer: darkred;
@AdventureHoverFront: white;
@AdventureHoverBackground: black;
*//*
 LESS file for wiwiUtils in desktop-mode

 @date 13.09
 @author lenoch
*/
/* ******************************
 * GENERAL
 *
 * Allgemeine Css-Daten für unterschiedliche
 * Inhalte der Wiwi-Engine
 *
 ********************************/
/*
 LESS file for wiwiUtils in desktop-mode

 @date 13.09
 @author lenoch
*/
.wiwiAutoFit {
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.flippedImage {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* ******************************
 * Blocker
 *
 ********************************/
.wiwiBlocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #002b33;
  /* Multi Opacity */

  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  filter: alpha(opacity = (@perc));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(10);
}
/* ******************************
 * Blocker
 *
 ********************************/
.wiwiCanvas {
  position: fixed;
  top: 0px;
  left: 0px;
  margin: auto;
}
/*
 LESS file for wiwiUtils in desktop-mode

 @date 13.09
 @author lenoch
*/
/* ******************************
 * HELPER
 *
 * Nachfolgende Inhalte sind nur für den Helper relevant
 *
 ********************************/
/* *****************************
 * DIV
 */
.wiwiHelper {
  /* Schriftart setzen - da die normale mit serifen ist! */

  font-family: topaz-8;
  /*Consolas, monaco, monospace;/**/

  position: fixed;
  width: 100%;
  height: 250px;
  overflow: visible;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  /* POSITION */

  /* CENTER*/

}
@font-face {
  font-family: topaz-8;
  src: url(../vendor/font/topaz-8.ttf);
}
.wiwiHelper.Top {
  top: 30px;
}
.wiwiHelper.Bottom {
  bottom: 20px;
}
.wiwiHelper.Left {
  left: 0px;
}
.wiwiHelper.Right {
  right: 0px;
}
.wiwiHelper.Center {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* CSS 3 - Transitions */

  -webkit-transition: width 0.15s linear;
  -khtml-transition: width 0.15s linear;
  -moz-transition: width 0.15s linear;
  -ms-transition: width 0.15s linear;
  -o-transition: width 0.15s linear;
  transition: width 0.15s linear;
}
/* *****************************
 * BACKGROUND
 *
 * Div, dass den Hintergrund eines Helper darstellt
 */
.wiwiHelper .wiwiBackground {
  position: absolute;
  height: 200px;
  top: 50px;
  width: 100%;
  background-color: #222222;
  z-index: inherit;
  border: 1px 0px solid #111111;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  filter: alpha(opacity = (@perc));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(95);
}
/* Hintergrund eines Center-Helpers */
.wiwiHelper.Center .wiwiBackground {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 80%;
  height: 70%;
  /* min-width:800px; */

  min-height: 200px;
  background-color: #222222;
  border: 1px 0px solid #111111;
  /* border radius */

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* *****************************
 * Charactere
 *
 * speziell auf für die Helper
 */
.wiwiHelper .wiwiCharacter {
  position: absolute;
  width: 180px;
  height: 200px;
  z-index: inherit;
  /*border: 1px solid red;/**/

  /* CSS - transitions */

  -webkit-transition: left 0.5s linear;
  -khtml-transition: left 0.5s linear;
  -moz-transition: left 0.5s linear;
  -ms-transition: left 0.5s linear;
  -o-transition: left 0.5s linear;
  transition: left 0.5s linear;
  -webkit-transition: right 0.5s linear;
  -khtml-transition: right 0.5s linear;
  -moz-transition: right 0.5s linear;
  -ms-transition: right 0.5s linear;
  -o-transition: right 0.5s linear;
  transition: right 0.5s linear;
}
.wiwiHelper.Top .wiwiCharacter {
  top: 1px;
  /**/

  width: 180px;
}
.wiwiHelper.Bottom .wiwiCharacter {
  top: 1px;
  /**/

  width: 180px;
}
/* Ausrichtung des Char in Type 'Center' */
.wiwiHelper.Center .wiwiCharacter {
  bottom: 2%;
}
.wiwiHelper.Center.Left .wiwiCharacter {
  left: 2%;
}
.wiwiHelper.Center.Right .wiwiCharacter {
  right: 10px;
}
@media screen and (max-width: 1000px), (max-height: 1000px) {
  .wiwiHelper.Center .wiwiCharacter {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity = (@perc));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(70);
    -webkit-transform: scale(0.7);
    -khtml-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 100%;
    -khtml-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 900px), (max-height: 900px) {
  .wiwiHelper.Center .wiwiCharacter {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity = (@perc));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(50);
    -webkit-transform: scale(0.5);
    -khtml-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 100%;
    -khtml-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 400px), (max-height: 200px) {
  .wiwiHelper.Center .wiwiCharacter {
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity = (@perc));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(20);
    -webkit-transform: scale(0.2);
    -khtml-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transform-origin: 0 100%;
    -khtml-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
/* *****************************
 * TEXT-FIELD
 */
.wiwiHelper .wiwiText {
  position: absolute;
  /* background-color: #F0F; */

  /* Only Center-Texts overflow-y: auto; */

  color: #ffffff;
  width: 95%;
  height: 117px;
  /* WICHTIG SO LASSEN: FIREFOX UND CHROME INTERPRETIEREN HIER ANDERS !!!! */

  left: auto;
  top: 5%;
  -webkit-transform-origin: 0% 0%;
  -khtml-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.wiwiHelper.Center .wiwiText {
  position: absolute;
  font-size: 0;
  /* Fixed position w/ 10px border ! */

  top: 10px;
  bottom: 25px;
  left: 10px;
  right: 10px;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.wiwiHelper.Center .wiwiText div {
  overflow-y: auto;
  overflow-x: hidden;
}
/* *****************************
 * BUTTONS
 */
.wiwiHelper .wiwiBtnContainer {
  position: absolute;
  bottom: 30px;
  height: 70px;
  width: 140px;
  /* debug: background-color: #F00; */

  /* CSS3 - transitions */

  -webkit-transition: bottom 0.5s linear;
  -khtml-transition: bottom 0.5s linear;
  -moz-transition: bottom 0.5s linear;
  -ms-transition: bottom 0.5s linear;
  -o-transition: bottom 0.5s linear;
  transition: bottom 0.5s linear;
  /* Special for the Big */

  /* Button ausrichtung */

}
.wiwiHelper .wiwiBtnContainer.Big {
  left: 50%;
  margin-left: -150px;
  bottom: -45px;
  width: 300px;
  /* The Buttons inside a big container*/

}
.wiwiHelper .wiwiBtnContainer.Big .wiwiBtn {
  position: absolute;
  width: 300px;
  height: 65px;
  top: 5px;
  /* WARNUNG - CSS 3 ONLY */

  background-size: 100% Auto;
  /* Inherit Parent Alpha */

  filter: inherit;
}
.wiwiHelper .wiwiBtnContainer .BtnL {
  left: 0px;
}
.wiwiHelper .wiwiBtnContainer .BtnR {
  left: 80px;
}
.wiwiHelper .wiwiBtnContainer .BtnC {
  left: 40px;
}
.wiwiHelper .wiwiBtn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  /* WARNUNG - CSS 3 ONLY */

  background-size: 100% Auto;
  /* Inherit Parent Alpha */

  filter: inherit;
}
/* For the Center-Helper */
.wiwiHelper.Center .wiwiBtnContainer {
  bottom: -45px;
  right: 100px;
}
.wiwiHelper .wiwiText .wiwiBtn {
  top: 50%;
  margin-top: -30px;
  /* Button alignment */

  /* Only for Center-Helper */

}
.wiwiHelper .wiwiText .wiwiBtn.Left {
  left: 5px;
}
.wiwiHelper .wiwiText .wiwiBtn.Right {
  right: 5px;
}
.wiwiHelper .wiwiText .wiwiBtn.Center {
  top: auto;
  bottom: -68px;
}
.wiwiHelper .wiwiText .wiwiBtn.Center.Big.Right {
  left: 50%;
  margin-left: -150px;
  bottom: -71px;
  width: 300px;
  height: 65px;
}
.wiwiHelper .wiwiText .wiwiBtn.Center.Left {
  left: 50%;
  margin-left: -220px;
}
/* *****************************
 * HINT
 */
.wiwiHelper .wiwiHint {
  position: absolute;
  width: 64px;
  height: 80px;
}
.wiwiHelper.Top .wiwiHint {
  top: 50px;
}
.wiwiHelper.Bottom .wiwiHint {
  bottom: 70px;
}
.wiwiHelper.Left .wiwiHint {
  left: 150px;
}
.wiwiHelper.Right .wiwiHint {
  right: 150px;
}
/*  ************************************************************************************
 * Orientation: PORTRAIT
  ************************************************************************************ */
@media all and (orientation: portrait) {
  .wiwiHelper {
    /* change position */
  
    /* text-field height differs */
  
  }
  .wiwiHelper.Top {
    top: 10px;
  }
  .wiwiHelper.Top .wiwiCharacter {
    top: -20px;
  }
  .wiwiHelper.Bottom {
    bottom: 20px;
    /*.wiwiCharacter { top: -70px; }*/
  
  }
  .wiwiHelper.Center {
    bottom: 30px;
  }
  .wiwiHelper.Top,
  .wiwiHelper.Bottom {
    /* change general height */
  
    height: 250px;
    /* increase background height*/
  
  }
  .wiwiHelper.Top .wiwiBackground,
  .wiwiHelper.Bottom .wiwiBackground {
    height: 200px;
  }
  .wiwiHelper .wiwiText {
    height: 55%;
  }
  .wiwiHelper .wiwiBtnContainer {
    bottom: 10px;
  }
}
/* ************************************************************************************
  TOO SMALL 
 ************************************************************************************ */
@media all and (max-width: 700px) {
  .wiwiHelper .Center .wiwiCharacter {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity = (@perc));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(30);
  }
  .wiwiHelper .Center .wiwiCharacter:hover {
    -webkit-opacity: 0.05;
    -moz-opacity: 0.05;
    opacity: 0.05;
    filter: alpha(opacity = (@perc));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(5);
    -webkit-transition: opacity 0.25s ease-in-out;
    -khtml-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
}
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/*:-webkit-full-screen .fullscreen {
  width: 100%; 
  height: 100%;
}*/
.wiwiVideo {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  background-color: black;
  z-index: 0;
  /* manually overwrite some video-js options */

}
.wiwiVideo.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.wiwiVideo .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.wiwiVideo .loadme {
  position: relative;
  text-align: center;
  color: white;
  top: 50%;
}
.wiwiVideo .wiwiControls-BigPlay {
  background-image: url(../assets/controls.png);
  background-repeat: no-repeat;
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
  width: 128px;
  height: 128px;
  background-position: -128px 0px;
  background-color: #363636;
  border-radius: 25px;
  -webkit-transform: scale(0.8);
  -khtml-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.wiwiVideo .wiwiControls-BigPlay:hover {
  background-position: -256px 0px;
}
.wiwiVideo .wiwiControls-BigSkip {
  background-image: url(../assets/controls.png);
  background-repeat: no-repeat;
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  width: 128px;
  height: 128px;
  background-position: -128px -128px;
  -webkit-transform: scale(0.7);
  -khtml-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.wiwiVideo .wiwiControls-BigSkip:hover {
  background-position: -256px -128px;
}
.wiwiVideo .video-js,
.wiwiVideo .youtube {
  width: 100%;
  height: 100%;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.wiwiVideo canvas {
  width: 100%;
  background-color: black;
}
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
.wiwiVideoControls {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  background-color: #363636;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  filter: alpha(opacity = (@perc));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(95);
}
.wiwiVideoControls div {
  background-image: url(../assets/controls.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.wiwiVideoControls hr {
  margin: 0;
  padding: 0;
}
.wiwiVideoControls .wiwiControls-play {
  position: absolute;
  top: 0;
  left: 2px;
}
.wiwiVideoControls .wiwiControls-play:hover {
  background-position: -32px 0;
}
.wiwiVideoControls .wiwiControls-pause {
  position: absolute;
  top: 0;
  left: 2px;
  background-position: -64px 0;
}
.wiwiVideoControls .wiwiControls-pause:hover {
  background-position: -96px 0;
}
.wiwiVideoControls .wiwiControls-max {
  position: absolute;
  top: 0;
  right: 2px;
  background-position: 0 -32px;
}
.wiwiVideoControls .wiwiControls-max:hover {
  background-position: -32px -32px;
}
.wiwiVideoControls .wiwiControls-min {
  position: absolute;
  top: 0;
  right: 2px;
  background-position: -64px -32px;
}
.wiwiVideoControls .wiwiControls-min:hover {
  background-position: -96px -32px;
}
.wiwiVideoControls .wiwiControls-fullscreen-skip {
  background-position: 0px -128px !important;
}
.wiwiVideoControls .wiwiControls-fullscreen-skip:hover {
  background-position: -32px -128px !important;
}
.wiwiVideoControls .wiwiControls-volume {
  position: absolute;
  top: 0;
  right: 96px;
  background-position: -64px -64px;
}
.wiwiVideoControls .wiwiControls-volume:hover {
  background-position: -96px -64px;
}
.wiwiVideoControls .wiwiControls-volume-mute {
  position: absolute;
  top: 0;
  right: 96px;
  background-position: 0px -96px;
}
.wiwiVideoControls .wiwiControls-volume-mute:hover {
  background-position: -32px -96px;
}
.wiwiVideoControls .wiwiControls-volumeBar {
  position: absolute;
  top: 0;
  right: 32px;
  width: 64px;
  background-position: 0px -64px;
}
.wiwiVideoControls .wiwiControls-volumePicker {
  position: absolute;
  top: 0;
  right: 40px;
  width: 7px;
  background-position: -70px -96px;
}
.wiwiVideoControls .wiwiControls-seeker {
  position: absolute;
  top: 0;
  height: 32px;
  left: 40px;
  right: 185px;
  width: auto;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0);
}
.wiwiVideoControls .wiwiControls-seekBar {
  position: absolute;
  top: 16px;
  width: 100%;
  border: 1px solid #000000;
}
.wiwiVideoControls .wiwiControls-bufferedBar {
  position: absolute;
  top: 16px;
  width: 0%;
  border: 1px solid #ffffff;
}
.wiwiVideoControls .wiwiControls-seekPicker {
  position: absolute;
  top: 0;
  left: 0%;
  width: 7px;
  background-position: -70px -96px;
}
.wiwiVideoControls .wiwiControls-playTime {
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  top: 6px;
  right: 136px;
}
/* Special for mobile devices */
.wiwiVideoControlsMobile {
  left: 15% !important;
  right: 15% !important;
  bottom: 20px !important;
  width: auto !important;
}
.wiwiVideoControlsMobile div {
  -webkit-transform: scale(1.3);
  -khtml-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.wiwiVideoControlsMobile .wiwiControls-seeker {
  left: 64px;
  right: 96px;
}
.wiwiVideoControlsMobile .wiwiControls-playTime {
  right: 50px;
}
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ADVENTURE MODE */
.wiwiHelper {
  /*  - end AnswerCont */

}
.wiwiHelper .wiwiAnswersCont {
  width: 100%;
  border-collapse: collapse;
  /* Normale schriftart war sehr schlecht zu lesen */

  /*font-family: Verdana, sans-serif;*/

  font-family: 'topaz-8', Consolas, monaco, monospace;
  /* Zeilennummern: Allgemein */

  /* Antworten: Allgemein*/

  /* Zeilen */

}
.wiwiHelper .wiwiAnswersCont th {
  text-align: right;
  width: 40px;
  padding-right: 5px;
  /* border-right: 2px dotted white;*/

  padding-bottom: 2px;
  padding-top: 2px;
}
.wiwiHelper .wiwiAnswersCont td {
  padding-left: 5px;
}
.wiwiHelper .wiwiAnswersCont tr {
  width: inherit;
  text-align: left;
  cursor: pointer;
  margin: 5px;
  padding-left: 10px;
  font-size: 16pt;
  /* Deaktiviert */

}
.wiwiHelper .wiwiAnswersCont tr:hover {
  color: #111111;
  background-color: #aaaaaa;
  cursor: pointer;
}
.wiwiHelper .wiwiAnswersCont tr.disabled {
  /* Deaktivierte Zeilennummer */

  /* Deaktivierte Antwort */
}
.wiwiHelper .wiwiAnswersCont tr.disabled th {
  text-decoration: line-through;
  color: #8b0000;
}
.wiwiHelper .wiwiAnswersCont tr.disabled td {
  color: #666666;
}
.wiwiWiseMan {
  position: fixed;
  width: 220px;
  height: 330px;
  -webkit-transform: scale(0.4);
  -khtml-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity = (@perc));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(50);
  bottom: 30px;
  right: 20px;
  -webkit-transform-origin: 100% 100%;
  -khtml-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.wiwiWiseMan:hover {
  width: 500px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity = (@perc));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(100);
  -webkit-transform: scale(0.7);
  -khtml-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.wiwiWiseMan .Character {
  position: absolute;
  right: 0;
  width: 220px;
  height: 330px;
}
.wiwiWiseMan .Info {
  width: 450px;
  /* must be fitted to screen ? */

  height: 160px;
  position: fixed;
  bottom: 30px;
  right: 250px;
  border-radius: 25px;
  background-color: #222222;
  border: 1px 0px solid #111111;
}
.wiwiWiseMan .Info > div {
  color: white;
  position: absolute;
  top: 20px;
  height: 40%;
  width: auto;
  left: 5px;
  right: 5px;
}
.wiwiWiseMan .Info img {
  position: absolute;
  bottom: 10px;
  width: 250px;
  left: 50%;
  margin-left: -125px;
}
ul#wiwiWiseManHelper {
  font-size: 18px;
  list-style: none;
  margin: 0;
  padding: 16px;
}
ul#wiwiWiseManHelper li {
  line-height: 40px;
  position: relative;
  padding: 15px;
}
ul#wiwiWiseManHelper li:hover {
  color: #dddddd !important;
  background-color: #777777 !important;
}
ul#wiwiWiseManHelper li.opt {
  color: #aaa;
}
ul#wiwiWiseManHelper li span {
  display: block;
  width: 50%;
  text-align: center;
  /* margin-left: auto; */

  margin-right: auto;
}
@media (max-width: 768px) {
  ul#wiwiWiseManHelper li > div {
    text-align: center;
  }
}
@media (max-width: 768px) {
  ul#wiwiWiseManHelper li div.controls {
    position: static;
  }
  ul#wiwiWiseManHelper li div.controls .btn {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  ul#wiwiWiseManHelper li div.controls {
    position: absolute;
    right: 11px;
    top: 8px;
    margin-top: 5px;
    text-align: right;
  }
}
ul#wiwiWiseManHelper li div.controls .btn {
  margin-left: 5px;
  cursor: pointer;
}
ul#wiwiWiseManHelper li.mission_done {
  text-decoration: line-through !important;
  color: red	!important;
  cursor: auto;
}
ul#wiwiWiseManHelper li.mission_done:hover {
  color: red	!important;
  background-color: #222222 !important;
}
