/** Generated by FG **/

@font-face {
  font-family: 'Conv_lazy_sunday_regular';
  src: url('font/lazy_sunday_regular.eot');
  src: local('☺'), url('font/lazy_sunday_regular.woff') format('woff'), url('font/lazy_sunday_regular.ttf') format('truetype'), url('font/lazy_sunday_regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}





.cs2014-wrapper {
  position: relative;
  left: -10px;
  width: 980px !important;
  max-width: 980px !important;
  height: 626px;
  background-image: url(img/bg.png);
}

.cs2014-wrapper.bg1 {
  background-image: url(img/bg1.jpg);
}
.cs2014-wrapper.bg2 {
  background-image: url(img/bg2.jpg);
}
.cs2014-wrapper.bg3 {
  background-image: url(img/bg3.jpg);
}
.cs2014-wrapper.bg4 {
  background-image: url(img/bg4.jpg);
}



#progressbar .ui-progressbar-value {
	background-color: #d80000;
}

.ui-corner-all {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;

}

.ui-corner-left {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
  height: 2em;
  text-align: left;
  overflow: hidden;
  height: 8px;
  width: 300px !important;
  position: relative;
  top: -60px;
  //left: 340px;
  z-index: 10000 !important;
}

.ui-progressbar .ui-progressbar-value {
  margin: 0px;
  height: 100%;
}

.ui-widget-header {
  border: none !important;
}

.ui-widget-content {
  background: transparent;
}

.ui-button {
  max-width: 150px;
  margin: 0 auto;
  color: #d80000 !important;
}

.ui-button.disabled {
  background-color: #ccc;
  color: #ddd !important;
}

.ui-button:hover {
  color: black !important;
}

.browser_warning {
  font-size: 20px;
  color: red;
  text-align: center;
  padding-top: 300px;
}

.error {
  display: none;
  color: red;
  text-align: center;
  font-family:'Roboto_regular',Sans-Serif;
  font-size: 20px
}


.headline {
  font-family:'Roboto_regular',Sans-Serif;
  color: white;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}

.text {
  font-family: Arial;
  font-size: 16px;
  line-height: 22px;
  color: white;

}

.pagebox {
  padding-top: 200px;
  padding-left: 100px;
  width: 350px;
}

.pagebox2 {
  padding-top: 112px;
  padding-left: 100px;
  width: 350px;
}



.questionbox {
  padding-top: 200px;
  padding-left: 600px;
  width: 300px;
}

.sorting-things .questionbox {
  padding-top: 100px;
}


.alternatives {
  padding-top: 10px;
  font-size: 16px;
}

.alternatives div {
  /*margin-top: 10px;*/
  background-image: url(img/unanswered.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px;
  min-height: 40px;
  color: white;

}

.sortbox .alternatives div,
.alternatives div.onerow {
	line-height: 40px;
}

.q1x2box .alternatives div {
  margin-bottom: 5px
}


.alternatives div.answered.correct {
  background-image: url(img/correct.png);
  background-repeat: no-repeat;
}

.alternatives div.answered.wrong {
  background-image: url(img/incorrect.png);
  background-repeat: no-repeat;
}

.questionbox .image {
  position: absolute;
  left: 60px;
  top: 60px
}


.feedback_true,
.feedback_false,
.feedback_timeout,
.feedback {
  color: white;
  display: none;
  font-size: 16px;

}

.cs2014-wrapper select,
.cs2014-wrapper select,
.cs2014-wrapper input,
.cs2014-wrapper input:focus {

  height: 40px;
  border:none;
  border-radius: 10px !important;
  padding-left: 10px !important;
  width: 357px !important;
  margin-bottom: 30px !important;
  display: inline-block !important;
  outline: none;
}

.cs2014-wrapper input.error {
  border: 2px solid red;
  height: 36px;
  width: 353px;
  text-align: left;
}



.cs2014-wrapper select.error {
  font-size: 14px;
}

select#group_id {
  margin-bottom: 10px;
}


.playpause {
  position: absolute;
  top:462px;
  left: 170px;
  z-index: 1000;
}

.feedback_true,
.feedback_false,
.feedback_timeout {
  margin-top: 10px;
  color: black;
  background-image: url(img/icon_info.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 10px;
  padding-left: 55px;
  background-color: #f4f2b8;
  border-radius: 10px;

  font-style: italic;

}

.hidden_before_videoend {
  display: none;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  padding-top: 300px;

}

.videoholder {
	padding-top: 90px;
	padding-left: 160px;
}

.videoholder video { 
	padding: 0px !important;
}

.next,
.next:hover,
.prev,
.prev:hover {
  //background-image: url(img/next.png);
  background-repeat: no-repeat;
  //width: 100px;
  height: 23px;
  //color: transparent;
  text-align: right;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family:'Roboto_regular',Sans-Serif;
  font-size: 19px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  cursor: pointer;
  //padding-right: 20px;
}

/*.next::after {
  content: " >"
}*/

.next.quest,
.next.quest:hover {
  background-repeat: no-repeat;
  text-align: right;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family:'Roboto_regular',Sans-Serif;
  font-size: 19px;
  font-weight: bold;
  display: block;
}


.next.video,
.next.video:hover {
  margin-top: 0px;
  background-image: none;
  width: auto;
  height: auto;
  color: transparent;
  display: block;
}




.trueorfalsebox {
  padding: 0px;
}


.trueorfalsebox .headline {
  color: black;
  position: absolute;
  top: 208px;
  line-height: 34px;
  width: 400px;
  left: 300px
}


.trueorfalsebox .alternatives div {
  background-image: none !important;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 40px;
  color: white;
  padding-left: 0px;
  position: absolute;
  top: 358px;
  left: 515px
}


.trueorfalsebox .alternatives div:first-child {
  position: absolute;
  top: 358px;
  left: 390px
}

.trueorfalsebox .feedback_true,
.trueorfalsebox .feedback_false,
.trueorfalsebox .feedback_timeout {
  position: absolute;
  top: 340px;
  width: 540px;
  left: 220px;
  height: 150px;
  border-radius: 0px;
  padding-top: 60px;
  padding-left: 55px;
  padding-right: 55px;
}

.trueorfalsebox .feedback_true {
  background-image: url(img/trueorfalse/correct.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-color: #eaf8e5;

}

.trueorfalsebox .feedback_false {
  background-image: url(img/trueorfalse/wrong.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-color: #fdeaea;

}

.trueorfalsebox .feedback_timeout {
  background-image: url(img/trueorfalse/wrong.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-color: #fdeaea;


}

.trueorfalsebox .feedback {
  /*
  position: absolute;
  bottom: 20px;
  left: 450px;
*/
}




.download_diploma {
  font-size: 20px !important;
}



.countdown {
  position: absolute;
  left: 94px;
  top: 263px;
  width: 50px;
  font-size: 38px;
  color: #223e81;
  text-align: center;
  line-height: 38px;
}


.q1x2box .timerbg,
.sortbox .timerbg {
  background-image: url(img/timerbg.png);
  width: 90px;
  height: 78px;
  position: absolute;
  right: 0px;
  top: 30px;
}

.q1x2box .countdown,
.sortbox .countdown {
  right: 30px;
  left: auto;
  top: 65px;
  z-index: 200;
}


.bottom_right {
  position: absolute;
  bottom: 20px;
  right: 20px; 
  line-height: 20px;
}

.bottom_left {
  position: absolute;
  bottom: 20px;
  left: 20px; 
  line-height: 20px;
}


.videocard_holder {
  background-image: url(img/video.png);
  height: 628px;
}

.videooverlay_holder {
  background-image: url(img/video_top.png);
  height: 628px; 
  position: relative; 
  top: -628px;">
}


.held_image {
  position: absolute; 
  top: 60px; 
  left: 456px; 
  height: 451px; 
  width: 472px; 
}

.image_hands {
  position: absolute;
  top: 0px; 
  left: 427px; 
  height: 162px; 
  width: 529px; 
  background-image: url(img/top_hands2.png);
}

.box {
  width: 33.33%;
  padding: 20px;
}

@media screen and (max-width: 980px) {
  body {
    //background-color: blue !important;
  }
  .cs2014-wrapper {
    width: 768px !important;
    max-width: 768px !important;
    height: 490px !important;
    overflow: hidden;
  }
  .videocard_holder,
  .videooverlay_holder {
    //background-image: none !important;
  }
  
  .image_hands {
    width: 340px !important;
    height: 100px;
    background-size: 340px;
  }
  
  .held_image { 
    top: 37px;
    left: 445px;
    height: 300px;
    width: 305px;
    background-size: 305px;
    background-repeat: no-repeat;
  }
  
  .countdown {
    top: 203px !important;
    width: 50px !important;
    left: 67px !important;
    text-align: center;
  }
  
  
  .trueorfalsebox .alternatives div {
    top: 270px;
    left: 430px;
  }
  .trueorfalsebox .alternatives div:first-child {
    top: 270px;
    left: 260px;
  }
  
  .trueorfalsebox .feedback_true, .trueorfalsebox .feedback_false, .trueorfalsebox .feedback_timeout {
    top: 240px;
    left: 185px;
    width: 400px;
  }
  
  .step {
    background-size: 100% !important;
  }
  
  .step2c .pagebox {
    width: 768px !important;
  }
  
  .pagebox2 {
    padding-top: 10px;
  }
  
  .step1 img {
    width: 768px;
    height: 100% !important;
  }
  
  .step2c .pagebox {
    padding-top: 150px !important;
    margin: 0px !important;
  }
  
  .step2c .pagebox .box {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 20px;
  }
  
  .step4 .text {
    left: 80px !important;
  }
  
  .step5 .text,
  .step6 .text {
    top: 100px !important;
      left: 80px !important;
    }  
    
   
  .videooverlay_holder {  
    background-position-y: 50px;
    background-position-x: -100px;
  }
    
  .videocard_holder { 
    height: 490px !important;
    background-position-y: -90px;
    background-position-x: -100px;
  }
  
  .videoholder {
    padding: 0px !important;
  }
  
  .videoholder video {
    padding: 0px !important;
    margin-left: 60px;
  }
  
  .playpause {
    top: 380px;
    left: 65px;
  }
  
  .bottom_right {
    
  }

  
  .headline {
    width: 100% !important;
    top: 15px !important;
    left: 0px !important;
    text-align: center;
    font-size: 24px;
  }
  
  .trueorfalsebox .headline {
    top: 150px !important;
    width: 460px !important;
    left: 155px !important;
    font-size: 20px !important;
    
  }


}

@media screen and (max-width: 768px) {
  body {
    //background-color: red !important;
  }
  .cs2014-wrapper {
    width: 480px !important;
    max-width: 480px !important;
    height: 490px !important;
    overflow: hidden;
  }
  
  .step {
    background-image: none !important;
    background-color: rgba(0,0,0,0.6);
    height: 490px;
  }
  
  .videooverlay_holder,
  .image_hands {
    background-image: none !important;
  }
  .videocard_holder {
    background-image: none !important;
    background-color: rgba(0,0,0,0.6);
  }
  
  .videoholder {
    width: 480px;
  }
  
  .videoholder video {
    width: 480px;
    margin-left: 0px;
  }
  
  .playpause {
    top: 330px;
    left: 10px;
  }
  
  #progressbar {
    width: 100px !important;
  }
  
  
  .image_hands {
    background-image: none !important;
    background-color: rgba(0,0,0,0.6);
    width: 480px !important;
    height: 490px;
    left: 0px;
    top: 0px;
  }
  
  .held_image {
    top: 0px;
    left: 0px;
    height: 490px;
    width: 480px;
    background-size: 520px;
  }
  
  .pagebox {
    position: absolute;
    width: 480px !important;
    height: 490px;
    padding-left: 20px;
  }
  
  .pagebox2 {
    position: absolute;
    padding: 0px;
    padding-top: 15px;
    width: 480px;
    height: 490px;
  }
  
  .pagebox2 .text {
    padding: 20px;
    
  }
  
  .step1 img {
    margin-top: 70px;
  }  
  .step2c .pagebox {
    width: 480px !important;
    padding-top: 50px !important;
  }
  
  .trueorfalsebox .headline {
    top: 100px !important;
    width: 440px !important;
    left: 20px !important;
    color: white;
  }
  
  
  .trueorfalsebox .alternatives div {
    left: 260px;
    background-color: white;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50px;
  }
  .trueorfalsebox .alternatives div:first-child {
    left: 150px;
  }
  
  .trueorfalsebox .feedback_true, .trueorfalsebox .feedback_false, .trueorfalsebox .feedback_timeout {
    left: 40px;
  }
  
  .countdown {
    top: 30px !important;
    width: 50px !important;
    left: 20px !important;
    text-align: left;
    color: white;
  }
  
  
}

@media screen and (max-width: 480px) {
  body {
    //background-color: green !important;
  }
  .cs2014-wrapper {
    width: 360px !important;
    max-width: 360px !important;
    height: 490px !important;
    overflow: hidden;
  }
  
  .step2c .pagebox {
    width: 360px !important;
    padding-top: 15px !important;
  }
  
  .step2c .pagebox .box {
    float: none !important; 
    width: 100% !important;
  }
  
  .text,
  .step4 .text,
  .step5 .text, 
  .step6 .text {
    left: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .pagebox {
    position: absolute;
    width: 360px !important;
    height: 490px;
    padding-left: 20px;
  }
  
  .pagebox2 {
    position: absolute;
    padding: 0px;
    padding-top: 15px;
    width: 360px;
    height: 490px;
  }
  
  #progressbar {
    display: none;
  }
  
  .trueorfalsebox .headline {
    width: 320px !important;
  }
  
  .trueorfalsebox .feedback_true, .trueorfalsebox .feedback_false, .trueorfalsebox .feedback_timeout {
    width: 280px;
    height: 180px;
    padding: 20px;
    padding-top: 60px;
  }
  
  .trueorfalsebox .alternatives div {
    left: 200px;
  }
  
  .trueorfalsebox .alternatives div:first-child {
    left: 100px;
  }
  
  .videoholder {
    width: 360px;
  }
  
  .videoholder video {
    width: 360px;
    margin-left: 0px;
  }
  
  .playpause {
    top: 300px;
    left: 10px;
  }
  
}

@media screen and (max-width: 360px) {
  body {
    //background-color: yellow !important;
  }
  .cs2014-wrapper {
    width: 320px !important;
    max-width: 320px !important;
    height: 490px !important;
    overflow: hidden;
  }
  
  .videoholder {
    width: 320px;
  }
  
  .videoholder video {
    width: 320px;
    margin-left: 0px;
  }
  
  .playpause {
    top: 290px;
    left: 10px;
  }
  
  .step2c .pagebox {
    width: 320px !important;
    padding-top: 0px !important;
  }
  
  .pagebox {
    width: 320px !important;
  }
  
  .pagebox2 {
    width: 320px !important;
  }
  
  .trueorfalsebox .headline {
    width: 280px !important;
  }
  
  .trueorfalsebox .feedback_true, .trueorfalsebox .feedback_false, .trueorfalsebox .feedback_timeout {
    width: 240px;
  }
  
  .trueorfalsebox .alternatives div {
    left: 180px;
  }
  
  .trueorfalsebox .alternatives div:first-child {
    left: 80px;
  }
  
}


