@font-face { 
  font-family: 'TheSerif'; 
  src: url('../../../images/bilfinger/fonts/TheSerifLight-Plain.otf') format('opentype'); 
  src: url('../../../images/bilfinger/fonts/TheSerifB_300.woff') format('woff'); 
  font-weight: normal;
}

@font-face { 
  font-family: 'TheSerif'; 
  src: url('../../../images/bilfinger/fonts/TheSerifSemiBold-Plain.otf') format('opentype'); 
  src: url('../../../images/bilfinger/fonts/TheSerifB_500.woff') format('woff'); 
  font-weight: bold;
}

@font-face { 
  font-family: 'TheSerif'; 
  src: url('../../../images/bilfinger/fonts/TheSerifSemiBold-Plain.otf') format('opentype'); 
  src: url('../../../images/bilfinger/fonts/TheSerif_700.woff') format('woff'); 
  font-weight: 700;
}

@font-face { 
  font-family: 'Univers 57 Condensed'; 
  /*src: url('../../../images/bilfinger/fonts/9b913baf-b1f0-47d2-8c76-42f59650058f.ttf') format('truetype'); */
  src: url('../../../images/bilfinger/fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot') format('eot'); 
  src: url('../../../images/bilfinger/fonts/1eaf27c0-f4de-4273-9f4c-1b3236ad2f3c.woff') format('woff');
  src: url('../../../images/bilfinger/fonts/0abcce12-2274-4ee7-b6d5-0066b5f5f670.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face { 
  font-family: 'Univers LT 67'; src: url('../../../images/bilfinger/fonts/Univers_LT_67_Condensed_Bold.ttf') format('truetype'); 
  font-weight: bold;
  font-style: italic;
}

* {
  border: 0 !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  outline-style: none !important;
}

body, .qtype input, .qtype button, .qtype select, .qtype textarea, .submitbutton, .backbutton, p, label, span, option {
  font-family: "Univers 57 Condensed", Arial, sans-serif !important;
  font-size: 18px;
  color: #333;

}

h1, h2, h3, h4, h5, h6, .question .header h2, .question .tag-header h2, .question .tag-header h2 span {
  font-family: "TheSerif", Arial, sans-serif !important;
  font-weight: normal;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 25px;
}

h2, .h2, .question .header h2, .question .tag-header h2, .question .tag-header h2 span {
  font-size: 25px;
}

p {
  line-height: 24px !important;
}

a, a:hover, a:focus, a:active {
  color: #008ad9;
  text-decoration: none;
}

h1 .sup {
  color: #fff;
  font-family: "Univers 57 Condensed", Arial, sans-serif !important;
}

.sup {
  font-size: 70%;
  vertical-align: super;
  font-family: "Univers 57 Condensed", Arial, sans-serif !important;
}

.container-wrap {
  background-color: transparent;
  position: relative;
  margin-top: 0;
}


/********** Header **********/

#header {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}


/********** Top navigation **********/

.top-nav {
  position: absolute;
  right: 0;
  margin-top: 1em;
}

.top-nav a {
  font-size: 16px;
  color: #909094;
  text-decoration: none;
}


/********** Progressbar **********/

.container .progress, .container .progress .bar {
  height: 5px;
}

.container .progress {
  margin-bottom: 0;
  background: #e0e1e3;
}

.container .progress .bar {
  background: #008ad9;
}


/********** Logo **********/

.logo {
  width: 100px;
  background: #fff;
  padding: 15px;
}

.left {
  margin-bottom: 0 !important;
}


/********** Question **********/

.question {
  border-top: 0;
  padding-top: 0;
}

.question .header, .question .tag-header {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.tag-header p {
  margin-top: 10px !important;
}

.qwrap {
  width: 75% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10em;
  animation-name: slideInRight;
  animation-duration: 1s;
}

.qtype label.answeroption {
  padding-right: 24px;
}

.labeltext {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em;
  height: 80px;
}


/********** Error **********/

.dac-error .qwrap {
  margin-top: 4.5em;
}

.message-error {
  width: 75% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 15px !important;
  padding-bottom: 8px;
}

.question.dac .header, .question.dac .tag-header {
  padding: 12px;
}


/********** Form **********/

li {
  margin: 10px 10px 10px 0;
  /*padding: 12px !important;*/
  height: 80px;
  background: #e0e1e3;
}

input {
  height: 80px !important;
  background: #f3f3f4;
}

.no-touch .container .question .qwrap ul.body li.item:hover, .no-touch .container .question .qwrap ul.body.isHover:hover {
  background: #c9d200 !important;
}

label, input, button, select, textarea {
    line-height: 3em !important;
}

.note {
  font-family: Arial, sans-serif !important;
  font-size: 17px;
  line-height: 14px !important;
}

.qq_main ul li {
  height: auto;
  padding: 8px 12px;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}


/********** Buttons **********/

.submitbutton, .backbutton {
  text-transform: uppercase;
  position: absolute;
  top: 343px;
  height: 50px;
  border: 22px solid #e0e1e3 !important;
  padding: 20px 30px 20px 0 !important;
  text-indent: -99999px;
  z-index: 99999;
}

.submitbutton {
  right: 0;
  background: #e0e1e3 url(/uc/images/bilfinger/img/arrow_next.svg) no-repeat center right !important;
}

.backbutton {
  left: 0;
  background: #e0e1e3 url(/uc/images/bilfinger/img/arrow_back.svg) no-repeat center right !important;
}

.custom-btn {
  font-size: 22px !important;
  text-align: center;
  min-width: 300px;
  cursor: pointer;
}

.custom-btn-primary {
  color: #fff;
  background: #008ad9;
}

.custom-btn-default {
  border: 1px solid #008ad9 !important;
  cursor: pointer;
}

.print-report {
  padding: 1em;
  width: 50%;
}

.custom-progress {
  color: #909094;
  position: absolute;
  bottom: -60px;
  right: 45%;
  padding: 3px 5px;
}


/********** Tablets **********/

@media (min-width: 480px) and (max-width: 2048px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .qwrap {
     width: 75% !important;
     margin-top: 8.8em;
  }
  
  .question .header, .question .tag-header {
    width: 75% !important;
  }
  
  .submitbutton, .backbutton {
      top: 310px;
  }
}

@media (min-width: 480px) and (max-width: 2048px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) { 
  .qwrap, .question .header, .question .tag-header, .message-error {
      width: 70% !important;
  }
  
  .qwrap {
      margin-top: 8.5em;
  }
  
  .submitbutton, .backbutton {
      top: 305px;
  }
}


/********** Smartphones **********/

@media (max-width: 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .question .header, .question .tag-header {
    width: 100%;
    margin-top: 1em;
  }
  
  .qwrap {
    margin-top: 1em;
    width: 100% !important;
  }
  
  .submitbutton, .backbutton {
    position: relative;
    top: 0;
  }
}