@charset "UTF-8";
* {
  box-sizing: border-box; }

body {
  padding: 20px;
  font: 18px "Lucida Grande", Helvetica, Arial, sans-serif; }

a {
  color: #337ab7; }

a.button {
  display: inline-block;
  background-color: #337ab7;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  min-width: 100px;
  text-align: center; }

a.closeX {
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  min-width: auto; }

.logo {
  margin-bottom: 20px; }

#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
  margin-bottom: 40px; }

#result,
#result2 {
  display: flex;
  flex-direction: column;
  align-items: center; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.h1 {
  font-size: 24px;
  color: #337ab7; }

.flex {
  display: flex; }

.code, #dlLayer {
  color: #337ab7;
  font-size: 24px; }
  .code input[type="text"], .code input[type="password"], #dlLayer input[type="text"], #dlLayer input[type="password"] {
    border: 2px solid #337ab7;
    font-size: 24px;
    color: #337ab7;
    width: 150px;
    padding: 3px 5px;
    text-align: center; }
  .code input[type="button"], #dlLayer input[type="button"] {
    font-size: 20px; }

.resultWrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border: 4px solid #ffeeba;
  background-color: #fff3cd; }
  .resultWrapper svg {
    fill: #856404; }
  .resultWrapper span {
    font-weight: bold; }

.resultWrapper.pinpette svg,
.resultWrapper.indifferent svg,
.resultWrapper.grenzwertig svg {
  transform: rotate(-45deg); }

.resultWrapper.positiv {
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .resultWrapper.positiv svg {
    fill: #721c24; }

.resultWrapper.negativ {
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .resultWrapper.negativ svg {
    fill: #155724; }

#json {
  display: block;
  font-family: monospace;
  margin: 1em 0px;
  word-break: break-word; }
  #json p span {
    color: red;
    font-weight: bold; }

#error, #errorDL {
  font-size: 20px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: .75rem 1.25rem;
  border: 1px solid #f5c6cb;
  border-radius: .25rem;
  margin: 20px;
  margin-top: 0; }

#errorDL {
  margin: 0;
  width: 100%; }

#wrapper #error {
  margin: 0; }

.h-multi {
  display: none;
  font-size: 24px;
  margin-bottom: 30px;
  align-self: normal; }

/**
 * Anpassungen für v2
 */
#result2 .covResults > div {
  margin-top: 20px; }

#result2 .headline {
  margin-top: 20px; }

#result2 .flex {
  flex-direction: column; }

#result2 .resultWrapper {
  align-self: center; }

#result2 .icon {
  width: 100px; }

#result2 .row {
  width: 100%;
  margin-bottom: 40px; }

#result2 .resultTimestamp {
  font-size: smaller;
  font-weight: bold;
  margin-top: 10px; }
  #result2 .resultTimestamp span {
    white-space: nowrap; }

#result2.multiple .flex {
  flex-direction: row; }

#result2.multiple .h-multi {
  display: block; }

#result2.multiple .row {
  display: flex;
  flex-direction: column; }
  #result2.multiple .row .resultWrapper {
    margin-top: 0;
    margin-bottom: 0;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    align-self: initial; }
  #result2.multiple .row .col {
    flex: 1; }
  #result2.multiple .row > .col {
    margin-top: 25px; }
  #result2.multiple .row > .col:first-child {
    margin-top: 0;
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px; }
  #result2.multiple .row .icon {
    width: 50px; }

/**
 * Anpassungen für v2 (ssv v4 AKG, IGRA)
 */
#result2 {
  /* change scale from last result */ }
  #result2 #immu-title {
    margin-bottom: 20px; }
  #result2 .scale {
    margin: 0 0 90px; }
    #result2 .scale .scale-title {
      margin-bottom: 10px;
      font-size: x-large; }
    #result2 .scale .scala-chart {
      box-sizing: border-box;
      padding: 10px;
      width: 100%;
      background-image: linear-gradient(90deg, #01FF00 0%, #EFFF00 40%, #FF0101 100%);
      border-radius: 15px;
      display: flex;
      position: relative; }
    #result2 .scale .colors-shaping-2 {
      background-image: linear-gradient(90deg, #01FF00 0%, #EFFF00 60%, #FF0101 100%); }
    #result2 .scale .scale-left, #result2 .scale .scale-right {
      box-sizing: border-box;
      display: flex;
      padding: 10px; }
    #result2 .scale .scale-left {
      border-right: 2px solid #000;
      flex-direction: column; }
    #result2 .scale .scale-left div:last-child, #result2 .scale .scale-right > div > div:last-child {
      font-weight: bold; }
    #result2 .scale .scale-right {
      justify-content: space-between;
      text-align: right; }
    #result2 .scale .scale-right > div:first-child {
      margin: 0 20px 0 10px; }
      #result2 .scale .scale-right > div:first-child div:first-child {
        font-size: xx-large; }
    #result2 .scale .arrow-wrapper {
      position: absolute;
      right: 25px;
      bottom: 5px; }
      #result2 .scale .arrow-wrapper .value {
        position: absolute;
        left: 40px;
        font-weight: bold;
        bottom: -60px;
        white-space: nowrap; }
      #result2 .scale .arrow-wrapper .value.invert {
        left: initial;
        right: 90%; }
      #result2 .scale .arrow-wrapper .value::after {
        content: " mU/ml"; }
    #result2 .scale .arrow {
      width: 0;
      height: 0;
      border-width: 15px;
      border-style: solid;
      border-bottom-color: transparent;
      border-left-color: transparent;
      margin: 10px;
      position: absolute;
      left: 0;
      display: inline-block;
      vertical-align: middle;
      color: #666;
      box-sizing: border-box;
      transform: rotate(135deg);
      top: 0; }
    #result2 .scale .arrow::before, #result2 .scale .arrow::after {
      content: "";
      box-sizing: border-box; }
    #result2 .scale .arrow::before {
      right: 2px;
      top: -6px;
      position: absolute;
      height: 10px;
      box-shadow: inset 0 0 0 32px;
      transform: rotate(-45deg);
      width: 35px;
      transform-origin: right top; }
    #result2 .scale .arrow::after {
      top: 50%;
      transform: translate(0, -0.05em) rotate(45deg);
      transform-origin: 100% 50%; }
    #result2 .scale .arrow-invert {
      transform: rotate(315deg); }
  #result2 .covResults > div:last-child .scale {
    margin-bottom: 50px; }

#dlLayer {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center; }
  #dlLayer .dlBg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #FFF;
    opacity: 0.9; }
  #dlLayer form {
    position: absolute;
    background: #FFF;
    margin: 20px;
    border: 1px solid #BBB;
    padding: 10px 55px 10px 10px; }

#pin, #pin2 {
  margin-bottom: 10px; }

.container {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 auto; }

#background {
  background-image: url("../images/ix.connect_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#header {
  margin-top: 20px; }

.content {
  width: 100%;
  max-width: 500px;
  background-color: #FFFFFF;
  border-radius: 6px;
  margin: 0 auto 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #337ab7; }

#instruction {
  margin-left: 10px;
  margin-right: 10px; }

#ticketIdText {
  font-size: large;
  word-wrap: break-word; }

#ticketId {
  width: 450px;
  margin-bottom: 20px;
  font-size: 18px; }

.data-privacy-help-legal-notice {
  display: table;
  width: 70%;
  margin-bottom: 10px;
  margin-left: 15%; }

.data-privacy-help-legal-notice a {
  text-decoration: none;
  display: table-cell; }

.app-stores {
  display: table;
  padding-top: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 10px; }

.company {
  margin-top: 10px;
  margin-bottom: 10px; }

.company a {
  text-decoration: none; }

.badge {
  display: table-cell;
  width: 50%;
  padding: 0.5rem;
  padding-bottom: 0; }

.legal-note {
  font-size: xx-small;
  display: table-cell;
  padding: 0.5rem; }

.faq-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 auto;
  align-items: center; }

.faq-wrapper {
  width: 100%;
  border-radius: 6px;
  margin: 0 auto 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.collapsible {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px; }

.collapsible:hover {
  background-color: #DDDDDD; }

.active:hover {
  background-color: #DDDDDD; }

.faq-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f9f9f9;
  border-top: 1px solid; }

.faq-box {
  margin-bottom: 25px;
  text-align: justify;
  width: 70%;
  align-self: center;
  border-bottom: 1px solid; }

.faq-title {
  text-align: center;
  border-bottom: 1px solid; }

#faq-wrapper {
  width: 80%; }

#faq-footer-bottom {
  width: 70%;
  margin-left: 15%;
  border-top: solid 1px; }
  #faq-footer-bottom .company {
    padding-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%; }

.impressum-container {
  display: flex;
  flex-direction: column; }

.impressum-content {
  width: 100%;
  max-width: 50%;
  align-self: center; }
  .impressum-content p {
    color: #337ab7; }
  .impressum-content .logo {
    text-align: center; }

@media (max-width: 520px) {
  .scale .scale-legend {
    display: block !important;
    font-size: small;
    margin-bottom: 10px; }
    .scale .scale-legend .green::before, .scale .scale-legend .red:before {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      margin-right: 5px; }
    .scale .scale-legend .green::before {
      background-color: #01FF00; }
    .scale .scale-legend .red::before {
      background-color: #FF0101; }
  .scale .scale-left, .scale .scale-right {
    font-size: small; }
  .scale .scale-left {
    justify-content: end; }
    .scale .scale-left > div:first-child {
      display: none; }
  .scale .scale-right {
    align-items: end; }
    .scale .scale-right > div:last-child > div:first-child {
      display: none; }
  .scale .scale-right > div:first-child div:first-child {
    font-size: small !important;
    font-weight: bold; } }

@media (max-width: 420px) {
  .container {
    padding-bottom: 0;
    padding-top: 0; }
  .badge {
    align-items: center; }
  .legal-note {
    font-size: xx-small; }
  #ticketId {
    max-width: 80%; }
  .code input[type="text"], .code input[type="password"] {
    width: 80%; }
  .faq-title {
    font-size: 18px; }
  .faq-content {
    font-size: 16px; }
  #faq-wrapper {
    width: 100%; }
  .data-privacy-help-legal-notice {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0; }
  .data-privacy-help-legal-notice a {
    text-decoration: none;
    display: table-cell; }
  .impressum-content {
    max-width: 100%; } }

@media (max-width: 812px) {
  .container {
    padding-top: 0;
    padding-bottom: 0; }
  .logo {
    margin-bottom: 0; } }

@media (min-width: 576px) {
  #pin, #pin2 {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  #result2 .headline {
    margin-top: 20px; }
  #result2.multiple .row {
    flex-direction: row; }
    #result2.multiple .row > .col {
      margin-bottom: 0;
      margin-top: 0;
      border-bottom: 0;
      padding-left: 25px;
      padding-bottom: 0; }
    #result2.multiple .row > .col:first-child {
      padding-left: 0;
      padding-right: 25px;
      padding-bottom: 0;
      border-right: 1px solid #DDD;
      border-bottom: 0; }
    #result2.multiple .row .resultWrapper {
      margin-left: 10px; } }

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