@charset "UTF-8" {
   }
  /*
   * ! normalize.css v3.0.2 | MIT License | git.io/normalize
   */  /*
   * *
   * * 1. Set default font family to sans-serif.
   * * 2. Prevent iOS text size adjust after orientation change, without disabling
   * *    user zoom.
   */  html {
    font-family: sans-serif;
        /*
     * 1
     */
    -ms-text-size-adjust: 100%;
        /*
     * 2
     */
    -webkit-text-size-adjust: 100%;
        /*
     * 2
     */ }

  /*
   * *
   * * Remove default margin.
   */  body {
    margin: 0; }

  /*
   * HTML5 display definitions
   * ==========================================================================
   */  /*
   * *
   * * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * * and Firefox.
   * * Correct `block` display not defined for `main` in IE 11.
   */  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block; }

  /*
   * *
   * * 1. Correct `inline-block` display not defined in IE 8/9.
   * * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */  audio,
  canvas,
  progress,
  video {
    display: inline-block;
        /*
     * 1
     */
    vertical-align: baseline;
        /*
     * 2
     */ }

  /*
   * *
   * * Prevent modern browsers from displaying `audio` without controls.
   * * Remove excess height in iOS 5 devices.
   */  audio:not([controls]) {
    display: none;
    height: 0; }

  /*
   * *
   * * Address `[hidden]` styling not present in IE 8/9/10.
   * * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
   */  [hidden],
  template {
    display: none; }

  /*
   * Links
   * ==========================================================================
   */  /*
   * *
   * * Remove the gray background color from active links in IE 10.
   */  a {
    background-color: transparent; }

  /*
   * *
   * * Improve readability when focused and also mouse hovered in all browsers.
   */  a:active,
  a:hover {
    outline: 0; }

  /*
   * Text-level semantics
   * ==========================================================================
   */  /*
   * *
   * * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */  abbr[title] {
    border-bottom: 1px dotted; }

  /*
   * *
   * * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */  b,
  strong {
    font-weight: bold; }

  /*
   * *
   * * Address styling not present in Safari and Chrome.
   */  dfn {
    font-style: italic; }

  /*
   * *
   * * Address variable `h1` font-size and margin within `section` and `article`
   * * contexts in Firefox 4+, Safari, and Chrome.
   */  h1 {
    font-size: 2em;
    margin: 0.67em 0; }

  /*
   * *
   * * Address styling not present in IE 8/9.
   */  mark {
    background: yellow;
    color: black; }

  /*
   * *
   * * Address inconsistent and variable font size in all browsers.
   */  small {
    font-size: 80%; }

  /*
   * *
   * * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

  sup {
    top: -0.5em; }

  sub {
    bottom: -0.25em; }

  /*
   * Embedded content
   * ==========================================================================
   */  /*
   * *
   * * Remove border when inside `a` element in IE 8/9/10.
   */  img {
    border: 0; }

  /*
   * *
   * * Correct overflow not hidden in IE 9/10/11.
   */  svg:not(:root) {
    overflow: hidden; }

  /*
   * Grouping content
   * ==========================================================================
   */  /*
   * *
   * * Address margin not present in IE 8/9 and Safari.
   */  figure {
    margin: 1em 40px; }

  /*
   * *
   * * Address differences between Firefox and other browsers.
   */  hr {
    -moz-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

  /*
   * *
   * * Contain overflow in all browsers.
   */  pre {
    overflow: auto; }

  /*
   * *
   * * Address odd `em`-unit font size rendering in all browsers.
   */  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em; }

  /*
   * Forms
   * ==========================================================================
   */  /*
   * *
   * * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * * styling of `select`, unless a `border` property is set.
   */  /*
   * *
   * * 1. Correct color not being inherited.
   * *    Known issue: affects color of disabled elements.
   * * 2. Correct font properties not being inherited.
   * * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
        /*
     * 1
     */
    font: inherit;
        /*
     * 2
     */
    margin: 0;
        /*
     * 3
     */ }

  /*
   * *
   * * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */  button {
    overflow: visible; }

  /*
   * *
   * * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * * All other form control elements do not inherit `text-transform` values.
   * * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * * Correct `select` style inheritance in Firefox.
   */  button,
  select {
    text-transform: none; }

  /*
   * *
   * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   * *    and `video` controls.
   * * 2. Correct inability to style clickable `input` types in iOS.
   * * 3. Improve usability and consistency of cursor style between image-type
   * *    `input` and others.
   */
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
        /*
     * 2
     */
    cursor: pointer;
        /*
     * 3
     */ }

  /*
   * *
   * * Re-set default cursor for disabled elements.
   */  button[disabled],
  html input[disabled] {
    cursor: default; }

  /*
   * *
   * * Remove inner padding and border in Firefox 4+.
   */  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }

  /*
   * *
   * * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * * the UA stylesheet.
   */  input {
    line-height: normal; }

  /*
   * *
   * * It's recommended that you don't attempt to style these elements.
   * * Firefox's implementation doesn't respect box-sizing, padding, or width.
   * *
   * * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * * 2. Remove excess padding in IE 8/9/10.
   */  input[type="checkbox"],
  input[type="radio"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
        /*
     * 1
     */
    padding: 0;
        /*
     * 2
     */ }

  /*
   * *
   * * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * * `font-size` values of the `input`, it causes the cursor style of the
   * * decrement button to change from `default` to `text`.
   */  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

  /*
   * *
   * * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
   * *    (include `-moz` to future-proof).
   */  input[type="search"] {
    -webkit-appearance: textfield;
        /*
     * 1
     */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
        /*
     * 2
     */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

  /*
   * *
   * * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * * Safari (but not Chrome) clips the cancel button when the search input has
   * * padding (and `textfield` appearance).
   */  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

  /*
   * *
   * * Define consistent border, margin, and padding.
   */  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

  /*
   * *
   * * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */  legend {
    border: 0;
        /*
     * 1
     */
    padding: 0;
        /*
     * 2
     */ }

  /*
   * *
   * * Remove default vertical scrollbar in IE 8/9/10/11.
   */  textarea {
    overflow: auto; }

  /*
   * *
   * * Don't inherit the `font-weight` (applied by a rule above).
   * * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */  optgroup {
    font-weight: bold; }

  /*
   * Tables
   * ==========================================================================
   */  /*
   * *
   * * Remove most spacing between table cells.
   */  table {
    border-collapse: collapse;
    border-spacing: 0; }

  td,
  th {
    padding: 0; }

@media screen {
  body {
  background-color: #f4f4f4 !important;
  color: #818181 !important;
  line-height: 2em !important; }

a {
  color: #11a6e2 !important;
  font-weight: bold; }
  a:hover {
    color: #0d83b3 !important;
    text-decoration: none !important; }

h1 {
  color: black !important;
  font-weight: 300 !important;
  margin-bottom: 1em !important; }

.page-header {
  height: 155px;
  position: relative;
  background-color: white;
  background: rgba(255, 255, 255, 0.98) none;
  z-index: 999;
  border-bottom: 5px solid #e3e3e5 !important;
  margin: 0 !important; }

.page-header .container {
  position: relative;
  height: 150px; }

.page-header .container .bvdw-description-header {
  position: absolute;
  right: 0;
  text-align: right;
  top: 5px;
  font-size: 8.5pt;
  color: #153a65;
  font-weight: 400; }

.page-header .logo {
  position: absolute;
  top: -15px;
  left: 0;
  width: 150px;
  height: 100%;
  text-indent: -2000px;
  background: transparent url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/bvdw-logo.png?v=20231005') 0 50% no-repeat; }

.page-header .menu {
  height: 55px;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  margin-left: -175px; }

.page-header .menu a {
  text-decoration: none;
  color: #777777;
  font-size: 14px; }

.page-header .menu li.menuitem {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none; }

.page-header .menu li.menuitem.first {
  margin-left: 196px; }

.page-header .menu li.menuitem a.menulink {
  display: inline-block;
  color: #777777;
  height: 55px;
  line-height: 50px;
  margin-right: 35px;
  border-bottom: 5px solid transparent; }

.page-header .menu li.menuitem a.menulink:hover,
.page-header .menu li.menuitem a.menulink.act {
  color: #00a6e2;
  border-bottom: 5px solid #00a6e2; }

.page-header .menu li.menuitem .menu2 {
  display: none;
  padding: 30px;
  position: absolute;
  width: 1020px;
  top: 55px;
  left: 175px;
  background-color: white;
  background: rgba(255, 255, 255, 0.98) none; }

.page-header .menu li.menuitem .menu2 .menu2-col {
  width: 310px;
  margin-right: 30px;
  float: left;
  min-height: 10px; }

.page-header .menu li.menuitem .menu2 .menu2-info {
  width: 280px;
  float: right; }

.page-header .menu li.menuitem .menu2 ul.menu2-submenu {
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }

.page-header .menu li.menuitem .menu2 ul.menu2-submenu li {
  margin: 0;
  padding: 0;
  list-style: none; }

.page-header .menu li.menuitem .menu2 a {
  display: block; }

.page-header .menu li.menuitem .menu2 a:hover,
.page-header .menu li.menuitem .menu2 a.act {
  color: #00a6e2; }

.page-header .menu li.menuitem .menu2 .menu2-header h1,
.page-header .menu li.menuitem .menu2 h2,
.page-header .menu li.menuitem .menu2 h3,
.page-header .menu li.menuitem .menu2 h4,
.page-header .menu li.menuitem .menu2 h5 {
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: #777777;
  font-weight: normal; }

.page-header .menu li.menuitem .menu2 .menu2-header a.act {
  color: #00a6e2; }

.page-header .menu li.menuitem:hover .menu2 {
  display: block; }

.page-header .menu-bvdw {
  position: absolute;
  right: 0;
  bottom: 0; }

.page-header .menu-bvdw .button-bvdw {
  display: block;
  font-weight: normal !important;
  color: white !important;
  height: 50px;
  line-height: 50px;
  padding: 0 17px 0 55px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/ic_no_photo_circle.png') 11px 50% no-repeat #afca0b;
  background-size: 32px; }

.page-header .menu-bvdw .block-bvdw {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 293px;
  padding: 16px;
  background-color: #afca0b;
  color: white; }

.page-header .menu-bvdw .block-bvdw a {
  color: white;
  text-decoration: none; }

.page-header .menu-bvdw .block-bvdw a:hover {
  text-decoration: underline; }

.page-header .menu-bvdw .block-bvdw h3 {
  font-weight: normal;
  font-size: 17px;
  margin: 0; }

.page-header .menu-bvdw .block-bvdw form {
  padding: 0;
  margin: 10px 0; }

.page-header .menu-bvdw .block-bvdw form input {
  display: inline-block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  border: 2px solid white;
  background-color: #afca0b;
  margin-bottom: 15px;
  color: white; }

.page-header .menu-bvdw .block-bvdw form .submit {
  display: inline-block;
  width: auto;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  border: none;
  background-color: white;
  color: #afca0b;
  margin-bottom: 15px; }

.page-header .menu-bvdw:hover .block-bvdw {
  display: block; }

.page-header .menu-top {
  margin: 0;
  padding: 0;
  font-size: 12px; }

.page-header .menu-top li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
  display: inline-block; }

.page-header .menu-top li a {
  color: #777777;
  text-decoration: none; }

.page-header .menu-top li + li {
  border-left: 1px solid #43464d; }

.page-header .search {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 260px;
  right: 0;
  top: 43px;
  height: 37px;
  overflow: hidden;
  background-color: #e3e3e5; }

.page-header .search .searchText {
  width: 210px;
  height: 37px;
  display: inline-block;
  padding: 0 15px;
  border: none;
  vertical-align: bottom;
  background-color: #e3e3e5;
  color: #00a6e2; }

.page-header .search .searchButton {
  display: inline-block;
  width: 50px;
  height: 37px;
  background: #00a6e2 url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/icon-search.png') 50% 50% no-repeat;
  text-indent: -2000px;
  overlflow: hidden;
  border: none;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  top: 0; }

.site-footer {
  background-color: #ff5833;
  color: black !important;
  padding: 40px 0; }
  .site-footer a {
    font-weight: 400;
    color: black !important; }

.site-footer h3 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

.site-footer .col {
  float: left;
  width: 320px; }

.site-footer .col + .col {
  margin-left: 30px; }

.site-footer nav#c65 ul {
  margin: 0px;
  padding: 0px; }

.site-footer nav#c65 ul li {
  font-size: 80%;
  margin: 0px;
  padding: 0px 15px;
  display: inline;
  border-left: 1px solid black !important; }
  .site-footer nav#c65 ul li:first-child {
    padding-left: 0 !important;
    border-left: 0 !important; }

.site-footer nav#c65 ul li a {
  color: black !important; }

p.infofield-address {
  padding-left: 25px;
  background-image: url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/icon-address.png');
  background-repeat: no-repeat;
  background-position: left center; }

p.infofield-phone {
  padding-left: 25px;
  background-image: url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/icon-phone.png');
  background-repeat: no-repeat;
  background-position: left center; }

p.infofield-email {
  padding-left: 25px;
  background-image: url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/icon-email.png');
  background-repeat: no-repeat;
  background-position: left center; }

ul.list-arrow-blue {
  margin-left: 0px;
  padding-left: 0px; }

ul.list-arrow-blue li {
  list-style: none;
  margin-left: 0px;
  padding-left: 20px;
  line-height: 1.8em;
  background-image: url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/icon-arrow-black.png');
  background-repeat: no-repeat;
  background-position: left center; }

.page-section-question-item {
  margin-bottom: 40px; }

.content-fullpage {
  background: white;
  padding: 20px;
  margin: 40px 0; }

[class*="sprite-"],
.status-0,
.status-1,
.status-2 {
  background: url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/spritesheet.png') no-repeat;
  display: inline-block; }

.sprite-dropdown {
  width: 18px;
  height: 9px;
  background-position: -5px -5px; }

.sprite-checkbox {
  width: 18px;
  height: 18px;
  background-position: -33px -5px; }
  .sprite-checkbox--active {
    background-position: -61px -5px; }

.sprite-radio {
  width: 18px;
  height: 18px;
  background-position: -119px -97px; }
  .sprite-radio--active {
    background-position: -147px -97px; }

.sprite-add {
  width: 14px;
  height: 14px;
  background-position: -89px -5px; }
  .sprite-add--active {
    background-position: -5px -29px; }

.sprite-icon__download {
  width: 24px;
  height: 24px;
  background-position: -5px -53px; }
  .sprite-icon__download--active {
    background-position: -39px -53px; }

.sprite-icon__link {
  width: 20px;
  height: 20px;
  background-position: -5px -99px; }
  .sprite-icon__link--active {
    background-position: -35px -99px; }

.sprite-icon__not-in-progress,
.status-0 {
  width: 36px;
  height: 36px;
  background-position: -123px -5px; }

.sprite-icon__in-progress,
.status-1 {
  width: 36px;
  height: 36px;
  background-position: -73px -53px; }

.sprite-icon__done,
.status-2 {
  width: 36px;
  height: 36px;
  background-position: -123px -51px; }

.btn {
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
  border: 0;
  display: inline-block; }

.btn-bvdw {
  background-color: #11a6e2;
  color: white !important;
  padding: 8px 14px; }
  .btn-bvdw:hover,
  .btn-bvdw:focus,
  .btn-bvdw:active {
    background-color: #0a6083;
    color: white !important; }
    .btn-bvdw:hover:focus,
    .btn-bvdw:focus:focus,
    .btn-bvdw:active:focus {
      background-color: #0a6083;
      color: white !important; }

.btn-disabled {
  background-color: #eeeeee;
  cursor: default; }
  .btn-disabled:hover,
  .btn-disabled:focus,
  .btn-disabled:active {
    background-color: #eeeeee; }

[id*="page-section-"] {
  border-bottom: 1px dashed #818181;
  padding-bottom: 26px;
  margin-top: 26px;
  position: relative; }
  [id*="page-section-"]:last-of-type {
    border-bottom: 0; }

.custom_legend {
  position: absolute;
  top: 0;
  right: 0; }

.form-related-info {
  font-size: 24px;
  font-weight: 600; }

legend {
  color: inherit !important;
  font-weight: 600 !important;
  font-size: 1em !important;
  border-bottom: 0 !important; }

label {
  font-weight: 400 !important;
  margin-bottom: 8px; }

.label-text {
  display: inline-block; }

input[type="text"],
input[type="password"],
textarea {
  background-color: #e6e6e6;
  border: 0;
  padding: 8px 12px;
  outline-color: #11a6e2;
  outline-width: 4px;
  display: block; }

textarea {
  width: 40%;
  height: 60px; }

  .answer-checkbox input[type="checkbox"] {
    display: none; }
    .answer-checkbox input[type="checkbox"]:checked + .label-text::before {
      background-position: -61px -5px; }
  .answer-checkbox .bodytext {
    width: 80%;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle; }
  .answer-checkbox .label-text {
    width: 100%;
    padding-left: 0 !important; }
    .answer-checkbox .label-text::before {
      width: 18px;
      height: 18px;
      content: "";
      background: url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/spritesheet.png') no-repeat;
      background-position: -33px -5px;
      display: inline-block;
      vertical-align: middle; }

  .cert-popup .condition-checkbox input[type="checkbox"] {
        /*
     * display: none;
     */
    position: absolute;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden; }
    .cert-popup .condition-checkbox input[type="checkbox"]:checked + .bodytext::before {
      background-position: -61px -5px; }
  .cert-popup .condition-checkbox .bodytext {
    display: inline-block;
    vertical-align: middle; }
    .cert-popup .condition-checkbox .bodytext::before {
      width: 18px;
      height: 18px;
      content: "";
      background: url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/spritesheet.png') no-repeat;
      background-position: -33px -5px;
      margin-right: 6px;
      display: inline-block;
      vertical-align: middle; }

  .answer-radio input[type="radio"] {
        /*
     * display: none;
     */
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    margin: 8px 0 0 2px; }
    .answer-radio input[type="radio"]:checked + .label-text::before {
      background-position: -147px -97px; }
  .answer-radio .bodytext {
    width: 80%;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle; }
  .answer-radio .label-text {
    width: 100%;
    padding-left: 0 !important; }
    .answer-radio .label-text::before {
      width: 18px;
      height: 18px;
      content: "";
      background: url('../../../../typo3conf/ext/bvdw_certificates/Resources/Public/sass/../img/spritesheet.png') no-repeat;
      background-position: -119px -97px;
      display: inline-block;
      vertical-align: middle; }

.form-upload-block {
  position: relative;
  overflow: hidden; }
  .form-upload-block input {
    cursor: pointer;
    width: 13%;
    height: 100%;
    z-index: 2;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px; }
  .form-upload-block .upload-status,
  .form-upload-block .upload-infos,
  .form-upload-block .upload-actions {
    display: inline-block; }
  .form-upload-block .upload-infos {
    width: 50%; }
  .form-upload-block .upload-actions {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .form-upload-block .upload-actions a {
      margin-right: 30px; }
      .form-upload-block .upload-actions a > span {
        margin-right: 10px; }
        .form-upload-block .upload-actions a:hover .sprite-icon__download {
          background-position: -39px -53px; }
    .form-upload-block .upload-remove-link svg {
      width: 32px;
      height: auto;
      vertical-align: middle; }
  .form-upload-block label,
  .form-upload-block .filename {
    margin-left: 20px; }

  .cert-page-detail-content input,
  .cert-page-detail-content textarea {
    background-color: white;
    border: 1px solid #e6e6e6; }
  .cert-page-detail-content .form-upload-block {
    width: 70%;
    border: 1px dashed #818181;
    padding: 24px;
    position: relative; }
  .cert-page-detail-content .form-upload-block::before,
  .cert-page-detail-content .form-upload-block::after {
    content: " ";
    display: table; }
  .cert-page-detail-content .form-upload-block::after {
    clear: both; }
    .cert-page-detail-content .form-upload-block input {
      width: 20%; }
    .cert-page-detail-content .form-upload-block input,
    .cert-page-detail-content .form-upload-block .upload-actions {
      right: 24px; }

.form-status {
  white-space: nowrap;
  float: right; }
  .form-status .page-status {
    display: inline-block; }
    .form-status .page-status .status-line {
      width: 50px;
      height: 5px;
      background-color: #e7e7e7;
      margin: -7px -10px 0 -10px;
      display: inline-block;
      vertical-align: middle; }
    .form-status .page-status .page-status-box {
      width: 52px;
      height: 52px;
      font-size: 20px;
      text-align: center;
      line-height: 40px;
      border: 4px solid transparent;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      -khtml-border-radius: 40px;
      border-radius: 40px;
      display: inline-block;
      position: relative;
      z-index: 99; }
      .form-status .page-status .page-status-box a {
        width: 100%;
        height: 100%;
        background-color: #e7e7e7;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        -khtml-border-radius: 40px;
        border-radius: 40px;
        display: block; }
    .form-status .page-status-active .page-status-box {
      width: 52px;
      height: 52px;
      color: white !important;
      border: 6px solid #66cbf3; }
      .form-status .page-status-active .page-status-box a {
        background-color: #11a6e2;
        color: white !important;
        border: 1px solid white; }
    .form-status .page-status-active .status-line {
      border: 4px solid #66cbf3; }
    .form-status .page-status-inactive .page-status-box {
      color: white !important; }
      .form-status .page-status-inactive .page-status-box a {
        color: white !important; }

  .question-admin-block label {
    width: 24% !important; }

.cert-popup {
  background-color: white;
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .cert-popup p {
    margin: 0.8em 0; }
  .cert-popup-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999; }
  .cert-popup-buttons {
    margin-top: 40px; }
  .cert-popup-buttons::before,
  .cert-popup-buttons::after {
    content: " ";
    display: table; }
  .cert-popup-buttons::after {
    clear: both; }
  .cert-popup .condition-checkbox {
    margin-top: 38px; }
  .cert-popup-content {
    max-height: 400px;
    border: 1px solid #818181;
    padding: 18px;
    overflow-y: scroll; }

.dropdown {
  color: #b4b4b4;
  border: 1px solid #e7e7e7;
  padding: 8px 12px;
  cursor: pointer; }
  .dropdown .sprite-dropdown {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .dropdown-init {
    width: 190px;
    position: relative;
    -webkit-user-select: none;
    user-select: none; }

.cert-pages-list {
  list-style: none;
  padding: 0; }
  .cert-pages-list h2 {
    font-weight: 300;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.375em; }
  .cert-pages-list h3 {
    font-size: 1.25em;
    margin: 0; }
  .cert-pages-list p {
    margin-bottom: 0; }

.cert-pages-list-header {
  margin-top: 2.75em; }

.cert-pages-list-item {
  background-color: #ececec;
  padding: 12px;
  margin-bottom: 12px;
  position: relative; }
  .cert-pages-list-item [id*="page-section-"] {
    padding-bottom: 0;
    margin-top: 0; }
  .cert-pages-list-item .page-section-question-item {
    margin-bottom: 0; }
  .cert-pages-list-item.page-list-type-1 {
    background-color: transparent;
    border: 1px dashed #818181; }

.cert-pages-list-item-content {
  width: 100%; }

.cert-page-status {
  margin-top: 8px;
  margin-right: 30px;
  float: left; }

.question-title {
  margin-bottom: 12px; }

.answers-table {
  width: 54%;
  display: table; }
  .answers-table > * {
    margin-right: 20px;
    display: table-cell; }

.answer-checkbox > label,
.answer-radio > label {
  width: 100%;
  display: table; }
  .answer-checkbox > label .label-text,
  .answer-radio > label .label-text {
    padding-left: 10px; }

.answer-block {
  margin: 10px 0; }
  .answer-block .answer-block {
    padding-left: 20px; }
  .answer-block .error-required {
    border-color: #ff4444; }

.answers-select {
  background-color: white;
  max-height: 214px;
  border: 1px solid #e7e7e7;
  position: absolute;
  top: 53px;
  overflow-y: scroll;
  display: none;
  z-index: 1; }
  .answers-select .answer-block,
  .answers-select label,
  .answers-select .label-text,
  .answers-select {
    width: 100%;
    cursor: pointer; }
  .answers-select .answer-block {
    margin: 0; }
  .answers-select .bodytext {
    margin-left: 10px; }
  .answers-select .label-text {
    padding: 10px 0; }
    .answers-select .label-text::before {
      display: none; }
  .answers-select input[type="radio"] {
    display: none; }
  .answers-select input[type="radio"]:checked + .label-text {
    background: #818181;
    color: white; }

.page-section-admin {
  position: relative; }
  .page-section-admin:hover {
    background-color: #f9f9f9;
    -moz-box-shadow: 0px 0px 6 #f9f9f9;
    -webkit-box-shadow: 0px 0px 6 #f9f9f9;
    box-shadow: 0px 0px 6 #f9f9f9; }

.score-table {
  width: 100%;
  border: 1px solid #cccccc;
  table-layout: fixed; }
  .score-table.question {
    width: 30%;
    float: right;
    clear: both; }
  .score-table td {
    vertical-align: middle;
    padding: 5px; }
  .score-table .score-final {
    font-size: 2em; }

.cert-pages-list-item-content-admin {
  width: 80%; }

.score-table-mini {
  width: 17%;
  float: right; }

.question-admin-block {
  border: 1px solid #eeeeee;
  padding: 5px;
  margin-bottom: 5px;
  margin-top: 5px; }

  .certificates-main .f3-widget-paginator {
    padding: 0;
    list-style: 0;
    text-align: center; }
    .certificates-main .f3-widget-paginator li {
      display: inline-block; }

/*
 * *
 * * components/_dashboard filter
 * * @author      Silke Pisulla <pisulla@cosmocode.de>
 * * @copyright   CosmoCode GmbH
 */
.bvdw-filter {
  padding-bottom: 20px;
    /*
   * + + + + +  formular  + + + + +
   */ }
  .bvdw-filter form {
    position: relative;
    width: 75%;
    min-width: 500px;
    border: 1px solid #e6e6e6;
    padding: 20px 20px 0; }
    .bvdw-filter form > label {
      margin-top: 10px;
      margin-bottom: 0; }
      .bvdw-filter form > label span {
        display: inline-block;
        width: 20rem;
        font-weight: bold;
        margin-right: -4px; }
        .bvdw-filter form > label span + input[type="text"] {
          display: inline-block; }
  .bvdw-filter .bvdw-filter-row {
    clear: left; }
  .bvdw-filter .fake-headline {
    float: left;
    width: 20rem;
    font-weight: bold; }
  .bvdw-filter .fake-radio {
    display: inline-block; }
    .bvdw-filter .fake-radio + .fake-radio {
      margin-left: 5px; }
    .bvdw-filter .fake-radio label {
      cursor: pointer;
      position: relative;
      overflow: hidden; }
        .bvdw-filter .fake-radio label:hover span {
          background-color: #0a6083; }
          .bvdw-filter .fake-radio label:hover span::before {
            background-color: #11a6e2; }
      .bvdw-filter .fake-radio label span {
        display: inline-block;
        background-color: #11a6e2;
        color: white;
        line-height: 1;
        padding: 10px 15px 10px 42px; }
        .bvdw-filter .fake-radio label span::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 10px;
          display: inline-block;
          height: 22px;
          width: 22px;
          border: solid 1px white;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -khtml-border-radius: 50%;
          border-radius: 50%;
          font-size: 16px;
          text-align: center;
          line-height: 1;
          margin-top: -11px;
          padding-top: 3px; }
      .bvdw-filter .fake-radio label input[type="radio"] {
        position: absolute;
        left: -22px; }
          .bvdw-filter .fake-radio label input[type="radio"]:checked + span {
            background-color: #0a6083; }
            .bvdw-filter .fake-radio label input[type="radio"]:checked + span::before {
              content: '\2713';
              background-color: #11a6e2; }
    .bvdw-filter input[type="text"] {
      width: 23rem;
      background-color: white;
      border: 1px solid #e6e6e6;
      line-height: 1;
      margin-bottom: 20px;
      padding: 8px 10px; }
    .bvdw-filter input[type="submit"] {
      position: absolute;
      right: 20px;
      bottom: 20px;
      background-color: #11a6e2;
      border: 0 none;
      color: white;
      line-height: 1;
      padding: 10px 15px; }
      .bvdw-filter input[type="submit"]:hover {
        background-color: #0a6083; }

/*
 * + + + + +  result list  + + + + +
 */
  .cert-admin-list-block .nobreak {
    white-space: nowrap; }
  .cert-admin-list-block h3 {
    position: relative;
    font-size: 1.94rem;
    margin-bottom: 0; }
    .cert-admin-list-block h3 a {
      font-weight: normal; }
      .cert-admin-list-block .bvdw-done h3::before {
        content: '\2713';
        display: inline-block;
        color: #11a6e2;
        font-size: inherit;
        font-weight: bold;
        line-height: 1; }

.ui-progressbar {
  width: 100%;
  height: 100%;
  background-color: #ececec;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  .ui-progressbar .upload-status {
    font-size: 20px;
    color: white;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .ui-progressbar-value {
    background-color: #afca0b;
    color: white;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.6s ease-in;
    -webkit-transition: width 0.6s ease-in; }

.d-table {
  display: table; }

.d-table-cell {
  display: table-cell; }

.vertical-middle {
  vertical-align: middle; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.nobg {
  background: none; }

  .clear:before,
  .clear:after {
    content: " ";
    display: table; }
  .clear:after {
    clear: both; }

.text-highlight {
  color: #11a6e2; }

.text-bold {
  font-weight: 600; }

.bodytext {
  margin-bottom: 0; }

.form-upload-file {
  margin-left: 20px; }

.contenttable {
  width: 35%; }

.femanager_new,
#c18,
#c21,
#c22,
#c23,
#c24,
#c25,
#c26,
#c27,
#c10 {
  max-width: 400px;
  text-align: center;
  margin: 0 auto; }
  .femanager_new input[type="text"],
  .femanager_new input[type="password"],
  #c18 input[type="text"],
  #c18 input[type="password"],
  #c21 input[type="text"],
  #c21 input[type="password"],
  #c22 input[type="text"],
  #c22 input[type="password"],
  #c23 input[type="text"],
  #c23 input[type="password"],
  #c24 input[type="text"],
  #c24 input[type="password"],
  #c25 input[type="text"],
  #c25 input[type="password"],
  #c26 input[type="text"],
  #c26 input[type="password"],
  #c27 input[type="text"],
  #c27 input[type="password"],
  #c10 input[type="text"],
  #c10 input[type="password"] {
    width: 100%; }

#c21,
#c37,
#c38,
#c39,
#c40,
#c41 {
  margin-top: 28px;
  text-align: center; }
  #c21 p,
  #c37 p,
  #c38 p,
  #c39 p,
  #c40 p,
  #c41 p {
    color: black;
    font-size: 1.25em; }

.alert-error {
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  text-align: left;
  z-index: 100; }

  .femanager_new .femanager_fieldset {
    text-align: left;
    margin-bottom: 22px; }
  .femanager_new .femanager_submit {
    text-align: center; }

  .tx-felogin-pi1 > div {
    margin-bottom: 20px; }
    .tx-felogin-pi1 .field__username,
    .tx-felogin-pi1 .field__password {
      margin-bottom: 22px; }
      .tx-felogin-pi1 .field__username label,
      .tx-felogin-pi1 .field__password label {
        text-align: left; }

  .cert-page-detail-content legend {
    font-size: 1.125em !important; }
  .cert-page-detail-content h2 {
    color: black !important;
    font-size: 1.375em !important;
    font-weight: 300 !important;
    margin-top: 1.375em !important;
    margin-bottom: 0 !important; }
    .cert-page-detail-content .answer-textfield label {
      margin-top: 0.875em; }

.cert-key {
  margin-top: 3em; }
  .cert-key h2 {
    font-weight: 300;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.75em; }
  .cert-key dl {
    width: 328px; }
    .cert-key dl dt,
    .cert-key dl dd {
      width: auto;
      margin-bottom: 8px;
      display: inline-block;
      vertical-align: middle; }
    .cert-key dl dt {
      width: 36px;
      margin-right: 8px; }
    .cert-key dl dd {
      width: 280px; }

.btn {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important; }

abbr {
  border-bottom: 0 !important; } }

@media print {
  /*
   * BODY
   */  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif;
    color: black;
    background: none;
    font-size: 12pt; }

  /*
   * HEADINGS
   */  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Helvetica, Arial, sans-serif; }

  h1 {
    font-size: 19pt; }

  h2 {
    font-size: 17pt; }

  h3 {
    font-size: 15pt; }

  h4,
  h5,
  h6 {
    font-size: 12pt; }

  /*
   * ELEMENTS
   */  code {
    font: 10pt Courier, monospace; }

  blockquote {
    margin: 1.3em;
    padding: 1em;
    font-size: 10pt; }

  hr {
    background-color: #cccccc; }

  /*
   * IMAGES
   */  img {
    float: left;
    margin: 1em 1.5em 1.5em 0; }

  a img {
    border: none; }

  /*
   * LINKS
   */  a:link,
  a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: blue; }

  a[href]:after {
    content: none !important; }

  /*
   * TABLES
   */  table {
    margin: 1px;
    text-align: left; }

  th {
    border-bottom: 1px solid #333333;
    font-weight: bold; }

  td {
    border-bottom: 1px solid #333333; }

  th,
  td {
    padding: 4px 10px 4px 0; }

  tfoot {
    font-style: italic; }

  caption {
    background: white;
    margin-bottom: 2em;
    text-align: left; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  /*
   * HIDE ELEMENTS
   */  .score-block,
  .hidden-score,
  .form-status,
  .site-footer,
  .page-header,
  .page-submit {
    display: none !important; } }

