@font-face {
  font-family: 'icomoon';
  src: url("/typo3conf/ext/zre_resource_check/Resources/Public/assets/icon-font/icomoon.eot?kf6hf2");
  src: url("/typo3conf/ext/zre_resource_check/Resources/Public/assets/icon-font/icomoon.eot?kf6hf2#iefix") format("embedded-opentype"), url("/typo3conf/ext/zre_resource_check/Resources/Public/assets/icon-font/icomoon.ttf?kf6hf2") format("truetype"), url("/typo3conf/ext/zre_resource_check/Resources/Public/assets/icon-font/icomoon.woff?kf6hf2") format("woff"), url("/typo3conf/ext/zre_resource_check/Resources/Public/assets/icon-font/icomoon.svg?kf6hf2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

p.error {
  color: red;
  text-align: center; }

.icon_info:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906"; }

/**
 * Overwrite some TYPO3 settings
 */
.ressourcecheck {
  font: 400 16px/20px "cabinregular", Arial;
  color: #555555; }
  .ressourcecheck h1 {
    padding-bottom: 0 !important; }
  .ressourcecheck button, .ressourcecheck .button:hover, .ressourcecheck button:hover, .ressourcecheck input[type="button"]:hover, .ressourcecheck input[type="reset"]:hover, .ressourcecheck input[type="submit"]:hover {
    text-shadow: none; }

#content .topics, .topics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0; }
  #content .topics li, .topics li {
    flex: 1;
    text-align: center;
    color: #0090d4;
    font-weight: bold;
    font-size: 1em;
    padding: 20px 5px;
    margin: 0;
    border-right: 1px solid #cff4fd; }
    #content .topics li:first-child, .topics li:first-child {
      border-left: 1px solid #cff4fd; }
    #content .topics li span, .topics li span {
      display: block;
      font-weight: normal;
      margin-top: 10px;
      color: #6ae2fd; }
    #content .topics li.active, .topics li.active {
      color: #ffffff;
      background: #0090d4; }
    #content .topics li.finished, .topics li.finished {
      background: #f3f9d2;
      color: #5dac33; }
      #content .topics li.finished span, .topics li.finished span {
        text-align: center;
        color: #5dac33; }
        #content .topics li.finished span:before, .topics li.finished span:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e907"; }
  @media screen and (max-width: 640px) {
    #content .topics, .topics {
      display: block; }
      #content .topics li, .topics li {
        flex: auto;
        padding: 5px; } }

#content .questions, .questions {
  counter-reset: question; }
  #content .questions section, .questions section {
    background: #cff4fd;
    margin-bottom: 20px;
    border: 1px solid transparent;
    padding: 0;
    counter-increment: question; }
    #content .questions section:before, .questions section:before {
      display: none; }
    #content .questions section header, .questions section header {
      padding: 20px;
      position: relative; }
      #content .questions section header:before, #content .questions section header:after, .questions section header:before, .questions section header:after {
        display: none; }
      #content .questions section header span.counter, .questions section header span.counter {
        color: #ffffff;
        position: absolute;
        right: 20px;
        bottom: 12px;
        font-size: 100px; }
      #content .questions section header strong, .questions section header strong {
        font-weight: normal;
        display: block;
        margin-bottom: 20px; }
      #content .questions section header h1, .questions section header h1 {
        margin: 0;
        line-height: 1.2;
        font-size: 24px;
        padding-right: 120px;
        color: inherit; }
      #content .questions section header .icon_info, .questions section header .icon_info {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 25px;
        color: #0090d4;
        cursor: pointer; }
      #content .questions section header .help, .questions section header .help {
        font-style: italic;
        padding-right: 50px; }
    #content .questions section.error, .questions section.error {
      border-color: red; }
      #content .questions section.error strong, .questions section.error strong {
        color: red; }
    #content .questions section ul, .questions section ul {
      list-style-type: none;
      margin: 0;
      padding: 2px; }
      #content .questions section ul li, .questions section ul li {
        background: #ffffff;
        margin-bottom: 2px;
        padding: 0;
        position: relative;
        margin-left: 0; }
        #content .questions section ul li:last-child, .questions section ul li:last-child {
          margin-bottom: 0; }
        #content .questions section ul li input, .questions section ul li input {
          visibility: hidden;
          position: absolute;
          top: 13px;
          left: 13px; }
          #content .questions section ul li input:checked + label, .questions section ul li input:checked + label {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
            background: #ffffff;
            /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
            /* IE6-9 */
            box-shadow: 0 2px 2px 0 #cecece;
            z-index: 2; }
            #content .questions section ul li input:checked + label:before, .questions section ul li input:checked + label:before {
              /* use !important to prevent issues with browser extensions that change fonts */
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\e907"; }
            #content .questions section ul li input:checked + label:before, .questions section ul li input:checked + label:before {
              color: #ffffff;
              background-color: #0090d4;
              font-size: 12px;
              line-height: 28px;
              text-align: center; }
        #content .questions section ul li label, .questions section ul li label {
          line-height: 30px;
          min-height: 30px;
          display: block;
          padding: 10px 10px 10px 50px;
          vertical-align: middle;
          cursor: pointer;
          z-index: 1;
          position: relative; }
          #content .questions section ul li label:hover, .questions section ul li label:hover {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
            background: #ffffff;
            /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
            /* IE6-9 */
            box-shadow: 0 2px 2px 0 #cecece;
            z-index: 2; }
          #content .questions section ul li label:before, .questions section ul li label:before {
            content: "";
            width: 30px;
            height: 30px;
            display: block;
            margin-left: -40px;
            border-radius: 15px;
            border: 1px solid #0090d4;
            float: left;
            margin-right: 10px; }

.ressourcecheck nav {
  margin-bottom: 20px; }
  .ressourcecheck nav:after {
    clear: both;
    content: ' ';
    display: table; }
  .ressourcecheck nav .col {
    width: 50%;
    float: left; }
    .ressourcecheck nav .col:last-child {
      text-align: right;
      float: right; }
  .ressourcecheck nav a.print {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    background: transparent;
    margin: 0;
    color: #0090d4;
    padding: 10px;
    border: 1px solid #0090d4;
    border-radius: 5px;
    font-weight: bold; }
    .ressourcecheck nav a.print:link, .ressourcecheck nav a.print:hover, .ressourcecheck nav a.print:visited, .ressourcecheck nav a.print:active {
      color: #0090d4; }
  .ressourcecheck nav button {
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    background: transparent;
    margin: 0;
    border: 0;
    color: #0090d4; }
    .ressourcecheck nav button:hover {
      line-height: 1; }
    .ressourcecheck nav button[type="submit"] {
      padding: 10px;
      border: 1px solid #0090d4;
      border-radius: 5px;
      font-weight: bold; }
      .ressourcecheck nav button[type="submit"]:not(.restart):after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e904"; }
      .ressourcecheck nav button[type="submit"]:not(.restart):after {
        padding-left: 15px;
        font-size: 14px;
        vertical-align: middle; }
      .ressourcecheck nav button[type="submit"]:hover, .ressourcecheck nav button[type="submit"]:active, .ressourcecheck nav button[type="submit"]:focus, .ressourcecheck nav button[type="submit"].last {
        background: #0090d4;
        color: #ffffff; }
      .ressourcecheck nav button[type="submit"].pdf {
        cursor: pointer; }
        .ressourcecheck nav button[type="submit"].pdf:after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e903"; }
    .ressourcecheck nav button[type="button"] {
      padding: 10px 0;
      line-height: 18px; }
      .ressourcecheck nav button[type="button"]:not(.literature):before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e904"; }
      .ressourcecheck nav button[type="button"]:not(.literature):before {
        transform: rotate(180deg);
        display: inline-block;
        padding-left: 10px;
        font-size: 12px; }
      .ressourcecheck nav button[type="button"].literature:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e904"; }
      .ressourcecheck nav button[type="button"].literature:after {
        padding-left: 6px;
        font-size: 12px; }

#content .main-result, .main-result {
  background: #0090d4;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 20px; }
  #content .main-result h2, .main-result h2 {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 1rem;
    color: #ffffff;
    padding-bottom: 0; }
  #content .main-result .result-text p, .main-result .result-text p {
    font-weight: normal;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 20px;
    color: #ffffff;
    padding: 0; }
  #content .main-result h3, .main-result h3 {
    margin: 0 0 5px 0;
    font-size: 1rem;
    font-weight: normal; }

.remarks {
  margin: 0 0 20px 0; }

#content .question-result, .question-result {
  counter-reset: question; }
  #content .question-result .question, .question-result .question {
    background: #cff4fd;
    margin-bottom: 40px;
    padding: 0 0 1px 0; }
    #content .question-result .question:before, .question-result .question:before {
      display: none; }
    #content .question-result .question header, .question-result .question header {
      padding: 20px;
      position: relative;
      counter-increment: question;
      overflow: hidden; }
      #content .question-result .question header:before, .question-result .question header:before {
        display: none; }
      #content .question-result .question header:after, .question-result .question header:after {
        content: counter(question);
        color: #ffffff;
        position: absolute;
        right: 20px;
        top: auto;
        bottom: 12px;
        left: auto;
        font-size: 100px;
        border: 0; }
      #content .question-result .question header h4, .question-result .question header h4 {
        margin: 0 0 30px 0;
        font-weight: normal;
        font-size: 1rem;
        color: inherit; }
      #content .question-result .question header p, .question-result .question header p {
        margin: 0 0 10px 0; }
      #content .question-result .question header .question, .question-result .question header .question {
        font-style: italic;
        padding-right: 80px; }
      #content .question-result .question header .answer, .question-result .question header .answer {
        font-size: 1rem;
        font-weight: bold;
        padding-right: 80px; }
      #content .question-result .question header + h5, .question-result .question header + h5 {
        margin-top: 0; }
      #content .question-result .question header .result-light, .question-result .question header .result-light {
        position: absolute;
        top: 20px;
        right: 20px; }
        #content .question-result .question header .result-light > span, .question-result .question header .result-light > span {
          display: inline-block;
          height: 30px;
          width: 30px;
          border-radius: 15px;
          background: #ffffff;
          margin-left: 5px; }
          #content .question-result .question header .result-light > span.green.active, .question-result .question header .result-light > span.green.active {
            background: #00b435; }
          #content .question-result .question header .result-light > span.yellow.active, .question-result .question header .result-light > span.yellow.active {
            background: #ffbc3b; }
          #content .question-result .question header .result-light > span.red.active, .question-result .question header .result-light > span.red.active {
            background: #da0716; }
        #content .question-result .question header .result-light > div, .question-result .question header .result-light > div {
          font-size: .9em;
          position: absolute;
          top: -1.5em;
          right: 0;
          width: 150%;
          text-align: right;
          display: none; }
        @media print {
          #content .question-result .question header .result-light .print-only, .question-result .question header .result-light .print-only {
            display: block; } }
    #content .question-result .question li, #content .question-result .question p, #content .question-result .question strong.name, .question-result .question li, .question-result .question p, .question-result .question strong.name {
      margin: 0 0 0.25em 0;
      padding: 0; }
    #content .question-result .question strong.name, .question-result .question strong.name {
      display: block; }
    #content .question-result .question img, .question-result .question img {
      display: block;
      margin: 0.5em auto; }
    #content .question-result .question > ol, #content .question-result .question > ul, .question-result .question > ol, .question-result .question > ul {
      display: none;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #content .question-result .question > ol > li, #content .question-result .question > ul > li, .question-result .question > ol > li, .question-result .question > ul > li {
        margin: 0;
        background-image: none; }
        #content .question-result .question > ol > li > span, #content .question-result .question > ul > li > span, .question-result .question > ol > li > span, .question-result .question > ul > li > span {
          display: block;
          padding: 10px;
          background: #ffffff;
          margin: 2px; }
        #content .question-result .question > ol > li.has-infos, #content .question-result .question > ul > li.has-infos, .question-result .question > ol > li.has-infos, .question-result .question > ul > li.has-infos {
          cursor: pointer; }
          #content .question-result .question > ol > li.has-infos > ul, #content .question-result .question > ul > li.has-infos > ul, .question-result .question > ol > li.has-infos > ul, .question-result .question > ul > li.has-infos > ul {
            display: none;
            list-style-type: none;
            margin: 0 0 10px 0; }
            #content .question-result .question > ol > li.has-infos > ul li, #content .question-result .question > ul > li.has-infos > ul li, .question-result .question > ol > li.has-infos > ul li, .question-result .question > ul > li.has-infos > ul li {
              padding-left: 0;
              background-image: none; }
            #content .question-result .question > ol > li.has-infos > ul > li, #content .question-result .question > ul > li.has-infos > ul > li, .question-result .question > ol > li.has-infos > ul > li, .question-result .question > ul > li.has-infos > ul > li {
              padding: 5px 5px 5px 50px;
              background: #ffffff;
              margin: 2px; }
          #content .question-result .question > ol > li.has-infos > span, #content .question-result .question > ul > li.has-infos > span, .question-result .question > ol > li.has-infos > span, .question-result .question > ul > li.has-infos > span {
            padding-right: 40px;
            background-image: url(/typo3conf/ext/zre_resource_check/Resources/Public/assets/arrowsLquer.png);
            background-position: calc(100% - 20px) 18px;
            background-repeat: no-repeat; }
          #content .question-result .question > ol > li.has-infos img, #content .question-result .question > ul > li.has-infos img, .question-result .question > ol > li.has-infos img, .question-result .question > ul > li.has-infos img {
            max-width: 100%; }
          #content .question-result .question > ol > li.has-infos.active, #content .question-result .question > ul > li.has-infos.active, .question-result .question > ol > li.has-infos.active, .question-result .question > ul > li.has-infos.active {
            margin-top: 8px; }
            #content .question-result .question > ol > li.has-infos.active > span, #content .question-result .question > ul > li.has-infos.active > span, .question-result .question > ol > li.has-infos.active > span, .question-result .question > ul > li.has-infos.active > span {
              background-position: calc(100% - 20px) -182px; }
            #content .question-result .question > ol > li.has-infos.active > ul, #content .question-result .question > ul > li.has-infos.active > ul, .question-result .question > ol > li.has-infos.active > ul, .question-result .question > ul > li.has-infos.active > ul {
              display: block; }
        #content .question-result .question > ol > li h6, #content .question-result .question > ul > li h6, .question-result .question > ol > li h6, .question-result .question > ul > li h6 {
          background: #ffffff;
          margin: 2px;
          padding: 0;
          font-size: 1rem;
          font-weight: normal;
          color: #0090d4; }
          #content .question-result .question > ol > li h6:before, #content .question-result .question > ul > li h6:before, .question-result .question > ol > li h6:before, .question-result .question > ul > li h6:before {
            /* use !important to prevent issues with browser extensions that change fonts */
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e902"; }
          #content .question-result .question > ol > li h6:before, #content .question-result .question > ul > li h6:before, .question-result .question > ol > li h6:before, .question-result .question > ul > li h6:before {
            font-size: 18px;
            padding-right: 10px;
            vertical-align: sub; }
      #content .question-result .question > ol.examples li, #content .question-result .question > ul.examples li, .question-result .question > ol.examples li, .question-result .question > ul.examples li {
        background: #ffffff;
        margin: 2px;
        padding: 10px; }
        #content .question-result .question > ol.examples li ul, #content .question-result .question > ul.examples li ul, .question-result .question > ol.examples li ul, .question-result .question > ul.examples li ul {
          list-style-type: square; }
        #content .question-result .question > ol.examples li li, #content .question-result .question > ol.examples li p, #content .question-result .question > ul.examples li li, #content .question-result .question > ul.examples li p, .question-result .question > ol.examples li li, .question-result .question > ol.examples li p, .question-result .question > ul.examples li li, .question-result .question > ul.examples li p {
          margin: 0 0 0.25em 0;
          padding: 0; }
    #content .question-result .question ol, .question-result .question ol {
      counter-reset: listelement; }
      #content .question-result .question ol > li, .question-result .question ol > li {
        position: relative;
        padding-left: 0; }
        #content .question-result .question ol > li > span, .question-result .question ol > li > span {
          padding-left: 50px; }
        #content .question-result .question ol > li:before, .question-result .question ol > li:before {
          content: counter(listelement) ".";
          position: absolute;
          top: 10px;
          left: 15px; }
        #content .question-result .question ol > li:not(.nocount), .question-result .question ol > li:not(.nocount) {
          counter-increment: listelement; }
        #content .question-result .question ol > li.nocount > span, .question-result .question ol > li.nocount > span {
          padding-left: 10px;
          font-weight: bold; }
        #content .question-result .question ol > li.nocount:before, .question-result .question ol > li.nocount:before {
          display: none; }
        #content .question-result .question ol > li li:before, .question-result .question ol > li li:before {
          display: none; }
    #content .question-result .question h5, .question-result .question h5 {
      padding: 10px;
      margin: 2px;
      color: #0090d4;
      cursor: pointer;
      font-size: 1rem;
      font-weight: normal;
      background-color: #ffffff;
      background-image: url(/typo3conf/ext/zre_resource_check/Resources/Public/assets/arrowsLquer.png);
      background-position: calc(100% - 20px) 18px;
      background-repeat: no-repeat; }
      #content .question-result .question h5:before, .question-result .question h5:before {
        padding-right: 10px;
        font-size: 20px;
        vertical-align: sub; }
      #content .question-result .question h5.checklist-header:before, .question-result .question h5.checklist-header:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e901"; }
      #content .question-result .question h5.examples-header:before, .question-result .question h5.examples-header:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e900"; }
      #content .question-result .question h5.active, .question-result .question h5.active {
        background-position: calc(100% - 20px) -182px; }
        #content .question-result .question h5.active + ol, #content .question-result .question h5.active + ul, .question-result .question h5.active + ol, .question-result .question h5.active + ul {
          display: block; }

#content .literature-result, .literature-result {
  background: #cff4fd;
  margin-bottom: 40px;
  padding: 2px 0; }
  #content .literature-result h4, .literature-result h4 {
    font-weight: bold;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    color: inherit;
    background-image: url(/typo3conf/ext/zre_resource_check/Resources/Public/assets/arrowsLquer.png);
    background-position: calc(100% - 20px) 18px;
    background-repeat: no-repeat; }
    #content .literature-result h4.active, .literature-result h4.active {
      background-position: calc(100% - 20px) -182px; }
      #content .literature-result h4.active + ul, .literature-result h4.active + ul {
        display: block; }
  #content .literature-result ul, .literature-result ul {
    display: none;
    margin: 0 2px;
    padding: 0;
    list-style-type: none; }
    #content .literature-result ul li, .literature-result ul li {
      background: #ffffff;
      margin: 2px;
      padding: 10px; }

.process-chain-wrapper {
  margin: 30px 0 20px 0; }
  .process-chain-wrapper a {
    display: block;
    background: #009ac7;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold; }
  .process-chain-wrapper i {
    float: right;
    font-size: 24px; }
    .process-chain-wrapper i:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e905"; }

/**
 * Layout with the statistical section
 */
section.statistic {
  background: #cff4fd;
  margin-bottom: 20px;
  margin-top: 40px;
  border: 1px solid transparent;
  padding: 0; }
  section.statistic:before {
    display: none; }
  section.statistic.error {
    border-color: red; }
  section.statistic header {
    border-bottom: 1px solid #ffffff;
    padding: 30px 20px; }
    section.statistic header:before, section.statistic header:after {
      display: none; }
    section.statistic header h1 {
      margin: 0;
      line-height: 1;
      font-size: 24px;
      padding-right: 120px; }
  section.statistic .content {
    padding: 20px; }
    section.statistic .content label, section.statistic .content select, section.statistic .content input[type="text"] {
      display: block;
      margin-bottom: 5px;
      -ms-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    section.statistic .content select, section.statistic .content input[type="text"] {
      border: #0090d4 1px solid;
      border-radius: 3px;
      padding: 10px;
      background: #ffffff;
      width: 50%;
      color: #0090d4;
      margin-bottom: 20px; }
    section.statistic .content input[type="text"] {
      width: 25%; }

.ressourcecheck-filter .wait, .ressourcecheck-filter .noresult, #content .ressourcecheck-filter .wait, #content .ressourcecheck-filter .noresult {
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(/typo3conf/ext/zre_resource_check/Resources/Public/assets/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.ressourcecheck-filter .noresult, #content .ressourcecheck-filter .noresult {
  background-image: none; }
  .ressourcecheck-filter .noresult p, #content .ressourcecheck-filter .noresult p {
    background: #fff;
    border: 1px solid #0090d4;
    width: 300px;
    max-width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    padding: 10px; }
    .ressourcecheck-filter .noresult p a, #content .ressourcecheck-filter .noresult p a {
      background: #0090d4;
      color: #fff;
      padding: 5px 10px;
      cursor: pointer;
      display: inline-block;
      margin-top: 10px; }
.ressourcecheck-filter .selection-wrapper, #content .ressourcecheck-filter .selection-wrapper {
  background: #cff4fd;
  padding: 20px 2px 5px 2px;
  margin-bottom: 30px; }
  .ressourcecheck-filter .selection-wrapper h2, #content .ressourcecheck-filter .selection-wrapper h2 {
    margin: 0 0 20px 0;
    font-size: 100%;
    line-height: 1.5;
    padding: 0 13px;
    font-weight: bold;
    color: inherit; }
  .ressourcecheck-filter .selection-wrapper p.teaser, #content .ressourcecheck-filter .selection-wrapper p.teaser {
    margin: 0 0 30px 0;
    line-height: 1.2;
    font-size: 24px;
    padding: 0 13px;
    font-weight: bold; }
.ressourcecheck-filter ul.techniques, #content .ressourcecheck-filter ul.techniques {
  padding: 0;
  list-style-type: none;
  margin: 0; }
  .ressourcecheck-filter ul.techniques > li, #content .ressourcecheck-filter ul.techniques > li {
    margin: 0 0 10px 0; }
    .ressourcecheck-filter ul.techniques > li > span, #content .ressourcecheck-filter ul.techniques > li > span {
      background: #ffffff;
      padding: 10px 15px;
      color: #0090d4;
      font-weight: bold;
      cursor: pointer;
      display: block;
      background-color: #ffffff;
      background-image: url(/typo3conf/ext/zre_resource_check/Resources/Public/assets/arrowsLquer.png);
      background-position: calc(100% - 20px) 18px;
      background-repeat: no-repeat; }
    .ressourcecheck-filter ul.techniques > li ul, #content .ressourcecheck-filter ul.techniques > li ul {
      display: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .ressourcecheck-filter ul.techniques > li ul span, #content .ressourcecheck-filter ul.techniques > li ul span {
        padding-left: 40px; }
    .ressourcecheck-filter ul.techniques > li.active > span, #content .ressourcecheck-filter ul.techniques > li.active > span {
      background-position: calc(100% - 20px) -182px; }
    .ressourcecheck-filter ul.techniques > li.active ul, #content .ressourcecheck-filter ul.techniques > li.active ul {
      display: block; }
    .ressourcecheck-filter ul.techniques > li > ul > li, #content .ressourcecheck-filter ul.techniques > li > ul > li {
      margin: 20px 0 0 0; }
      .ressourcecheck-filter ul.techniques > li > ul > li > span, #content .ressourcecheck-filter ul.techniques > li > ul > li > span {
        font-weight: bold; }
      .ressourcecheck-filter ul.techniques > li > ul > li > ul span, #content .ressourcecheck-filter ul.techniques > li > ul > li > ul span {
        padding-left: 40px; }
.ressourcecheck-filter ul.selection, #content .ressourcecheck-filter ul.selection {
  padding: 0;
  list-style-type: none;
  margin: 0; }
  .ressourcecheck-filter ul.selection li, #content .ressourcecheck-filter ul.selection li {
    margin: 0 0 2px 0; }
  .ressourcecheck-filter ul.selection span, #content .ressourcecheck-filter ul.selection span {
    background: #ffffff;
    padding: 10px 15px;
    color: #0090d4;
    font-weight: normal;
    cursor: pointer;
    display: block; }
    .ressourcecheck-filter ul.selection span:hover, #content .ressourcecheck-filter ul.selection span:hover {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
      /* IE6-9 */
      box-shadow: 0 2px 2px 0 #cecece; }
    .ressourcecheck-filter ul.selection span:before, #content .ressourcecheck-filter ul.selection span:before {
      content: "";
      display: inline-block;
      width: 25px;
      height: 25px;
      border: 1px solid #0090d4;
      border-radius: 25px;
      margin-right: 10px;
      vertical-align: middle;
      line-height: 25px !important; }
  .ressourcecheck-filter ul.selection li.active span, #content .ressourcecheck-filter ul.selection li.active span {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    /* IE6-9 */
    box-shadow: 0 2px 2px 0 #cecece; }
    .ressourcecheck-filter ul.selection li.active span:before, #content .ressourcecheck-filter ul.selection li.active span:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e907"; }
    .ressourcecheck-filter ul.selection li.active span:before, #content .ressourcecheck-filter ul.selection li.active span:before {
      font-size: 12px;
      text-align: center;
      color: #ffffff;
      background: #0090d4; }

/**
 * Styles for the legend
 */
.legend {
  position: fixed;
  top: 50px;
  right: 0;
  background: #fff;
  box-shadow: 0 0 5px 1px #bababa;
  z-index: 500; }
  #content .legend {
    top: 300px; }
  .legend, .legend *, .legend *:after, .legend *:before {
    box-sizing: border-box; }
  .legend .closed {
    padding: 5px 7px;
    text-align: center;
    cursor: pointer; }
    .legend .closed .questionmark {
      font-size: 18px;
      color: #0090d4;
      width: 100%; }
    .legend .closed .result-light-small > span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 5px; }
      .legend .closed .result-light-small > span.red {
        background: #da0716; }
      .legend .closed .result-light-small > span.yellow {
        background: #ffbc3b; }
      .legend .closed .result-light-small > span.green {
        background: #00b435; }
  .legend .open > div {
    display: inline-block;
    height: 100px;
    vertical-align: top; }
  .legend .open .result-light-wrapper {
    padding: 5px 7px; }
    .legend .open .result-light-wrapper p {
      font-size: 13px;
      padding: 0;
      margin: 0 0 10px 0;
      font-weight: bold; }
    .legend .open .result-light-wrapper .result-light-big span {
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 25px;
      text-align: center;
      color: #ffffff;
      line-height: 50px;
      font-size: 13px;
      font-weight: bold;
      margin: 0 2px; }
      .legend .open .result-light-wrapper .result-light-big span.red {
        background: #da0716; }
      .legend .open .result-light-wrapper .result-light-big span.yellow {
        background: #ffbc3b; }
      .legend .open .result-light-wrapper .result-light-big span.green {
        background: #00b435; }
  .legend .open .close {
    width: 20px;
    height: 100px;
    border-left: 1px solid #0090d4;
    cursor: pointer; }
    .legend .open .close:after {
      content: ">";
      color: #0090d4;
      line-height: 100px;
      width: 20px;
      text-align: center;
      font-size: 30px;
      display: block; }
  .legend .open {
    display: none; }
  .legend .closed {
    display: block; }
  .legend.open .open {
    display: block; }
  .legend.open .closed {
    display: none; }

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