@keyframes einblenden {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes einblenden2 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#xlri-container {
  outline: 3px dotted blue;
}
#xlri-container > div {
  outline: 1px dotted red;
}
#xlri-container #koerper > div {
  outline: 1px dashed green;
  height: 580px;
}

body,
html {
  -webkit-print-color-adjust: exact;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  padding-bottom: 20px;
  overflow-x: hidden;
}

html {
  font-size: 10px;
}

video {
  cursor: pointer;
}

#lri-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
  padding-top: 1px;
  overflow: hidden;
  transform: scale(1);
  transform-origin: top center;
}

.tabelle {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.zelle {
  display: table-cell;
}
.tabellen-zeile {
  display: table-row;
}
.pro50 {
  width: 50%;
}

h2 {
  height: 24px;
  line-height: 24px;
  margin: 0 0 9px 0;
  padding-left: 8px;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.schalter {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.schalterTyp1 {
  border-radius: 4px;
  text-align: center;
  background-color: #e2e2e2;
  box-shadow: -2px -2px 2px #aaa inset, 0 2px 2px rgba(255, 255, 255, 0.9) inset,
    2px 0 2px #c8c8c8 inset;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
}

#clearEntries,
#lri-abschickenSchalter,
#lri-editSchalter,
#lri-druckenSchalter {
  width: 150px;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.4rem;
}

#lri-milSchalter,
#lri-siaSchalter,
#lri-cornealDefSchalter {
  width: 95px;
  height: 20px;
  line-height: 20px;
  font-size: 1.2rem;
}

#lri-conrealDefSchalter {
  margin-left: 8px;
}

#lri-rahmen {
  overflow: hidden;
}

#kopf {
  width: 100%;
}

#kopf .tabelle {
  width: 100%;
}

#stirn {
  margin-bottom: 12px;
}

#stirnM {
  height: 88px;
  width: 416px;
  border-left: 2px solid #969696;
  border-right: 2px solid #969696;
  vertical-align: middle;
}

#stirnM h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  text-align: center;
  font-size: 2.2rem;
  word-spacing: 1em;
  letter-spacing: 0.2em;
}

#schlaefe1 {
  background: url(images/USFlag.png) no-repeat left center;
  background-size: 70px 70px;
  padding-left: 80px;
  vertical-align: middle;
  color: #969696;
  font-size: 1.3rem;
}

#schlaefe2 {
  background: url(images/jnjvision_logo.png) no-repeat center center;
  background-size: 225px 35px;
}

#kopf .schalter {
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  background-color: #b8b8b8;
  box-shadow: 0 -3px 3px rgba(102, 102, 102, 0.6) inset,
    0 3px 3px rgba(255, 255, 255, 0.73) inset;
}

#kopf .schalter.schalterAn {
  background-color: #ed1c24;
}

#lri-calc-button {
  pointer-events: none;
}

#lri-info-button {
  border-left: 3px solid #fff;
}

.clinicalInformation #lri-calc-button {
  pointer-events: all;
}

.clinicalInformation #lri-info-button {
  pointer-events: none;
}

/* Vorschaltseite */
#lri-einstieg {
  display: none;
  position: absolute;
  height: 615px;
  top: 101px;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}

#lri-balken {
  background-color: #ed1c24;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}

#lri-balken h2 {
  margin: 0;
  height: 44px;
  line-height: 44px;
  font-size: 2rem;
  font-weight: bold;
}

#lri-welcome {
  height: 120px;
  padding: 2px;
  margin: 4px;
  border: 2px solid black;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

#lri-welcome p {
  margin: 8px;
}

#lri-terms {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  position: relative;
  top: 6px;
  border: 1px solid #f22;
}

#lri-terms:checked {
  border: 1px solid #333;
  background-color: #fff;
}

#lri-terms:checked::after {
  content: "x";
}

#lri-terms::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 26px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

#lri-einstieg-accept {
  padding: 3px 20px;
  text-align: right;
  font-size: 1.2rem;
}

#lri-terms,
#lri-terms ~ label {
  cursor: pointer;
}

#lri-acceptSchalter {
  height: 25px;
  line-height: 25px;
  width: 200px;
  text-align: center;
  background-color: #ed1c24;
  color: #fff;
  pointer-events: none;
  cursor: no-drop;
  opacity: 0.7;
}

.termsAccepted #lri-acceptSchalter {
  pointer-events: all;
  cursor: pointer;
  opacity: 1;
}

.lri-seite1 #lri-einstieg {
  display: block;
}

#lri-termsText {
  height: 408px;
  padding: 0 20px;
  overflow-y: scroll;
  font-size: 1.2rem;
}

/* LRI Clinical Information */
#ruecken {
  position: relative;
  height: 0;
  z-index: 10;
}

#ruecken2 {
  position: absolute;
  background-color: #fff;
  top: 0;
  height: 566px;
  width: 100%;
  transition: transform 1.5s;
}

.clinicalInformation #ruecken2 {
  transform: translateY(-566px);
}

#ruecken2 .zelle {
  width: 50%;
}

#info-menue {
  box-sizing: border-box;
  padding: 0 20px;
}

#info-menue h2 {
  background-color: #ed1c24;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 1px;
  height: 27px;
  line-height: 27px;
  text-indent: 1em;
  width: 480px;
  box-shadow: -2px -2px 2px rgba(204, 23, 30, 0.9) inset,
    1px 2px 2px rgba(251, 152, 156, 0.9) inset;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0 3px;
  padding: 0;
}

.infoschalter {
  display: block;
  width: 480px;
  height: 27px;
  line-height: 27px;
  border-radius: 1px;
  margin-bottom: 1px;
  text-align: left;
  background-color: #d6d6d6;
  box-shadow: -2px -2px 2px #aaa inset,
    1px 2px 2px rgba(255, 253, 253, 0.8) inset;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-indent: 1em;
}

.infoschalter.schalterAn,
#ruecken.intro button[data-schaltertyp="intro"],
#ruecken.astigmatism button[data-schaltertyp="astigmatism"],
#ruecken.lrioverview button[data-schaltertyp="lrioverview"],
#ruecken.cataract button[data-schaltertyp="cataract"],
#ruecken.planing button[data-schaltertyp="planing"],
#ruecken.nomograms button[data-schaltertyp="nomograms"],
#ruecken.performingOR button[data-schaltertyp="performingOR"],
#ruecken.performingOffice button[data-schaltertyp="performingOffice"],
#ruecken.procedure button[data-schaltertyp="procedure"],
#ruecken.postopCare button[data-schaltertyp="postopCare"],
#ruecken.complications button[data-schaltertyp="complications"],
#ruecken.conclusion button[data-schaltertyp="conclusion"],
#ruecken.donoNomo button[data-schaltertyp="donoNomo"],
#ruecken.donoAssumptions button[data-schaltertyp="donoAssumptions"],
#ruecken.napaNomo button[data-schaltertyp="napaNomo"],
#ruecken.napaAssumptions button[data-schaltertyp="napaAssumptions"],
#ruecken.napaOverlap button[data-schaltertyp="napaOverlap"] {
  background-color: #b8b8b8;
}

.info-seite {
  display: none;
}

#ruecken.intro #seite-intro,
#ruecken.astigmatism #seite-astigmatism,
#ruecken.lrioverview #seite-lrioverview,
#ruecken.cataract #seite-cataract,
#ruecken.planing #seite-planing,
#ruecken.nomograms #seite-nomograms,
#ruecken.performingOR #seite-performingOR,
#ruecken.performingOffice #seite-performingOffice,
#ruecken.procedure #seite-procedure,
#ruecken.postopCare #seite-postopCare,
#ruecken.complications #seite-complications,
#ruecken.conclusion #seite-conclusion,
#ruecken.donoNomo #seite-donoNomo,
#ruecken.donoAssumptions #seite-donoAssumptions,
#ruecken.napaNomo #seite-napaNomo,
#ruecken.napaAssumptions #seite-napaAssumptions,
#ruecken.napaOverlap #seite-napaOverlap {
  display: block;
}

#information-block-innen {
  padding: 0 15px 10px 10px;
  height: 545px;
  overflow-y: scroll;
}

#information-block h3 {
  font-size: 1.4rem;
}

#information-block p {
  font-size: 1.2rem;
}

/* Daten-Block */
#koerper {
  position: relative;
  width: 100%;
  padding-top: 6px;
  z-index: 1;
}

#daten-block,
#anzeige-block {
  vertical-align: top;
  width: 50%;
}

#daten-block .zeile {
  height: 21px;
  line-height: 21px;
  margin-bottom: 7px;
}

#daten-block .zeile2 {
  height: 32px;
}

#daten-block .zeile.mitFreizeile {
  margin-bottom: 36px;
}

.lri-label,
.lri-text-feld {
  padding-left: 8px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
}

.lri-text-nachsatz {
  font-size: 1.1rem;
  padding-left: 0;
}

.lri-text-einheit {
  padding-left: 3px;
}

.lri-text-einheit.lri-einheit-grad {
  font-size: 1.8rem;
}

.ergSicht .lri-text-einheit.lri-einheit-grad {
  padding-left: 0;
}

.lri-label1 {
  width: 120px;
}

.lri-input1 {
  width: 230px;
}

.lri-label2 {
  width: 118px;
}

.lri-label3 {
  padding-left: 0;
  width: 50px;
}

.lri-label4 {
  width: 138px;
}

.lri-label5 {
  width: 142px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="number"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  border: 1px solid #888;
  border-radius: 4px;
  background-color: #fbfbfb;
  box-shadow: 1px 1px 1px 0 #999 inset, -1px -1px 1px 0 #fff inset;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
}

input[type="number"] {
  width: 45px;
  text-align: center;
}

input[type="radio"] {
  position: absolute;
  z-index: -1;
}

input.falscherWert {
  border-color: red;
}

.lri-label-radio {
  position: relative;
  margin-left: 18px;
  display: inline-block;
  width: 70px;
  font-weight: bold;
  font-size: 1.2rem;
}

.lri-label-radio::before,
.lri-label-radio::after {
  left: -18px;
  top: 3px;
}

.lri-label-radio::before {
  position: absolute;
  width: 12px;
  height: 12px;
  content: " ";
  background-color: #e6e6e6;
  border: 1px solid #aaa;
  border-radius: 6px;
}

.lri-label-radio::after {
  position: absolute;
  content: " ";
  border-radius: 5px;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  margin-top: 2px;
  background-color: transparent;
  z-index: 10;
}

.lri-label-radio2 {
  width: 80px;
}

input[type="radio"]:checked + .lri-label-radio::after {
  background-color: #ed1c24;
}

.ergSicht input[type="text"] {
  font-weight: bold;
  font-size: 1.2rem;
}

.ergSicht input[type="text"],
.ergSicht #daten-block .lri-feld-wert,
.ergSicht .lri-label-radio,
.ergSicht .legendeSchnitte,
.ergSicht #berPreoparativeAstig,
.ergSicht #berSteepK,
.ergSicht #berFlatK,
.ergSicht #berAstigmatism,
.ergSicht #berTreatment,
.ergSicht #berIncision,
.ergSicht #berIncisionSize,
.ergSicht #berLRIdepth,
.ergSicht #astigmatismAfter {
  color: #0598cf;
}

.ergSicht .lri-label-radio::after,
.ergSicht .lri-label-radio::before {
  content: none;
}

.ergSicht input + .lri-label-radio {
  display: none;
}

.ergSicht input:checked + .lri-label-radio {
  display: inline-block;
}

.ergSicht #lri-eye-selection1 + .lri-label-radio,
.ergSicht #lri-eye-selection2 + .lri-label-radio,
.ergSicht #lri-view1 + .lri-label-radio,
.ergSicht #lri-view2 + .lri-label-radio {
  margin-left: 8px;
}

.ergSicht #lri-scale1 + .lri-label-radio,
.ergSicht #lri-scale2 + .lri-label-radio {
  text-align: center;
  margin-left: 30px;
}

.abstand1 {
  display: inline-block;
  width: 302px;
}

.abstand2 {
  display: inline-block;
  width: 260px;
}

.abstand4 {
  display: inline-block;
  width: 70px;
}

.abstand5 {
  display: inline-block;
  width: 300px;
}

.abstand6 {
  display: inline-block;
  width: 100px;
}

.abstand7 {
  display: inline-block;
  width: 220px;
}

#lri-corneal-depth-zeile,
#lri-sia-zeile,
#lri-mil-zeile {
  opacity: 0.4;
}

#lri-corneal-depth-zeile .schalter,
#lri-sia-zeile .schalter,
#lri-mil-zeile .schalter {
  display: none;
}

.lri-mitNapa #lri-corneal-depth-zeile,
.lri-mitPhaco #lri-sia-zeile,
.lri-mitPhaco #lri-mil-zeile {
  opacity: 1;
}

.lri-mitNapa #lri-corneal-depth-zeile .schalter,
.lri-mitPhaco #lri-sia-zeile .schalter,
.lri-mitPhaco #lri-mil-zeile .schalter {
  display: inline-block;
}

#lri-editSchalter,
#lri-druckenSchalter,
.ergSicht #clearEntries,
.ergSicht #lri-abschickenSchalter {
  display: none;
}

.ergSicht #lri-editSchalter,
.ergSicht #lri-druckenSchalter {
  display: inline-block;
}

#infoBlock {
  width: 476px;
  margin: 10px 0 0 27px;
  overflow: hidden;
}

#infoBlock .infoBlockHinweis {
  color: #049c00;
}

/* Daten-Block */
.ergSicht input[type="text"],
.ergSicht label {
  background: none;
  border: none;
  box-shadow: none;
  pointer-events: none;
}

.ergSicht input[type="radio"] {
  pointer-events: none;
}

.ergSicht #lri-scale-bereich * {
  pointer-events: auto;
}

.ergSicht #keratometry .schalter {
  display: none;
}

.preOPAstigZeile {
  display: none;
}

.ergSicht .preOPAstigZeile {
  display: block;
}

.ergSicht .phacoZeile {
  display: none;
}

#personeninfo {
  background: url(images/entrybox_patient.png) no-repeat transparent;
  background-size: 496px 146px;
  width: 496px;
  margin: 14px 0 0 7px;
  min-height: 146px;
}

#lri-doc-name,
#lri-patient-name {
  text-align: left;
  text-indent: 0.5em;
}

#lri-label-patient-age {
  padding-left: 15px;
  width: 70px;
}

#lri-patient-age {
  width: 35px;
  text-align: center;
}

#keratometry {
  background: url(images/entrybox_kera.png) no-repeat transparent;
  background-size: 496px 242px;
  width: 496px;
  margin: 10px 0 0 7px;
  min-height: 250px;
}

#keratometry input[type="text"] {
  width: 45px;
}

#infoBlock > p {
  display: none;
  color: #f00;
  font-weight: bold;
  font-size: 1.2rem;
}

#infoBlockReview {
  height: 15px;
  margin: 14px 0 0 27px;
  font-size: 1.2rem;
}

p#infoBlockReview,
.lri-steepKleinerFlatDono #infoBlockKdonnenfeld,
.lri-steepKleinerFlatNapa #infoBlockKnapa,
.incompleteInput #infoBlockNichtFehlerfrei,
.infoBlockTCD #infoBlockTCD {
  display: block;
}

.ergSicht p#infoBlockReview {
  display: none;
}

.infoBlockDonoBehandlungUeber3 #infoBlockDonoBehandlungUeber3,
.infoBlockNapaTreatmentGroesser3 #infoBlockNapaTreatmentGroesser3,
.infoBlockAchsenVerschoben #infoBlockAchsenVerschoben,
.infoBlockDonoPhacoTreatmentKleiner0 #infoBlockDonoPhacoTreatmentKleiner0,
.infoBlockDonoPhacoTreatmentKleiner05 #infoBlockDonoPhacoTreatmentKleiner05,
.infoBlockDonoPhacoUeberlappung #infoBlockDonoPhacoUeberlappung,
.infoBlockDonoPhacoAdditionalProcedure #infoBlockDonoPhacoAdditionalProcedure,
.infoBlockNapaPhacoTreatmentKleiner075 #infoBlockNapaPhacoTreatmentKleiner075,
.infoBlockPhacoLRIOverlap #infoBlockPhacoLRIOverlap {
  display: block;
}

#lri-steep-meridian2,
.ergSicht #lri-steep-meridian ~ .lri-einheit-grad,
.ergSicht #lri-steep-meridian {
  display: none;
}
.ergSicht #lri-steep-meridian2 {
  display: inline;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Anzeige ------------------------ */
#anzeige-block {
  position: relative;
  padding-top: 14px;
}

#anzeige-block > div,
#anzeige-block > h2 {
  width: 476px;
  margin-left: 8px;
}

#anzeige-block h2 {
  margin-bottom: 0;
  box-sizing: border-box;
  background: url(images/graphicbox_eye.png) top center no-repeat transparent;
  background-size: 476px 552px;
}

div#gesicht {
  position: absolute;
  z-index: 12;
  top: 38px;
  right: 28px;
  width: 80px;
  height: 80px;
  margin: 2px 2px 0 0;
  background: url(images/gesicht.png) center center no-repeat transparent;
  background-size: 80px 80px;
  border: 2px solid #777;
  border-radius: 4px;
}

#gesicht > div {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.lri-view-temporal #gesicht {
  transform: rotate(90deg);
}

.lri-view-temporal.lri-eye-selection-left #gesicht {
  transform: rotate(-90deg);
}

.ergSicht #gesicht > div {
  pointer-events: none;
}

.ergSicht #klAugeL,
.ergSicht #klAugeR {
  background-color: transparent;
}

#klAugeL {
  top: 24px;
  left: 8px;
}

#klAugeR {
  top: 24px;
  left: 41px;
}

#klAugeL,
#klAugeR {
  background-clip: content-box;
  z-index: 11;
}

#klAugeL:hover,
#klAugeR:hover {
  background-color: rgba(221, 221, 221, 0.5);
}

div#klAugeMarker {
  top: 24px;
  left: 41px;
  border: 2px dashed rgba(107, 107, 107, 0.73);
  background-color: rgba(221, 221, 221, 0.5);
  transition: left 1s;
}

.lri-eye-selection-left #klAugeMarker {
  left: 8px;
}

#augenpartie {
  height: 407px;
  background: url(images/face.jpg) no-repeat transparent;
  background-size: 1348px 407px;
  background-position: top right;
  transition: background-position 1s;
  position: relative;
  overflow: hidden;
}

.lri-eye-selection-left #augenpartie {
  background-position: top left;
}

#augenpartieV {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(images/face_v.jpg) no-repeat transparent;
  background-size: 476px 1280px;
  background-position: bottom left;
  transition: background-position 1s;
}

.lri-eye-selection-left #augenpartieV {
  background-position: right -30px;
  transform: rotate(180deg);
}

.lri-view-temporal #augenpartieV {
  display: block;
}

.scaleG,
.scaleH {
  position: absolute;
  z-index: 10;
  width: 60px;
  height: 22px;
  line-height: 22px;
  font-size: 2rem;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}

.scaleG span {
  margin-left: 1px;
}

.scaleH {
  display: none;
}

.lri-scale-clock-hours .scaleG {
  display: none;
}
.lri-scale-clock-hours .scaleH {
  display: block;
}

#scaleG1,
.lri-view-temporal #scaleG3,
.lri-view-temporal.lri-eye-selection-left #scaleG7 {
  top: 205px;
  left: 33px;
  text-align: right;
}
#scaleG2,
.lri-view-temporal #scaleG4,
.lri-view-temporal.lri-eye-selection-left #scaleG8 {
  top: 329px;
  left: 80px;
  text-align: right;
}
#scaleG3,
.lri-view-temporal #scaleG5,
.lri-view-temporal.lri-eye-selection-left #scaleG1 {
  top: 370px;
  left: 216px;
  text-align: center;
}
#scaleG4,
.lri-view-temporal #scaleG6,
.lri-view-temporal.lri-eye-selection-left #scaleG2 {
  top: 329px;
  left: 350px;
  text-align: left;
}
#scaleG5,
.lri-view-temporal #scaleG7,
.lri-view-temporal.lri-eye-selection-left #scaleG3 {
  top: 208px;
  left: 399px;
  text-align: left;
}
#scaleG6,
.lri-view-temporal #scaleG8,
.lri-view-temporal.lri-eye-selection-left #scaleG4 {
  top: 97px;
  left: 358px;
  text-align: left;
}
#scaleG7,
.lri-view-temporal #scaleG1,
.lri-view-temporal.lri-eye-selection-left #scaleG5 {
  top: 39px;
  left: 216px;
  text-align: center;
}
#scaleG8,
.lri-view-temporal #scaleG2,
.lri-view-temporal.lri-eye-selection-left #scaleG6 {
  top: 90px;
  left: 91px;
  text-align: left;
}

#scaleH7,
.lri-view-temporal #scaleH4,
.lri-view-temporal.lri-eye-selection-left #scaleH10 {
  top: 64px;
  left: 323px;
  text-align: left;
}
#scaleH8,
.lri-view-temporal #scaleH5,
.lri-view-temporal.lri-eye-selection-left #scaleH11 {
  top: 127px;
  left: 384px;
  text-align: left;
}
#scaleH9,
.lri-view-temporal #scaleH6,
.lri-view-temporal.lri-eye-selection-left #scaleH12 {
  top: 209px;
  left: 401px;
  text-align: left;
}
#scaleH10,
.lri-view-temporal #scaleH7,
.lri-view-temporal.lri-eye-selection-left #scaleH1 {
  top: 290px;
  left: 380px;
  text-align: left;
}
#scaleH11,
.lri-view-temporal #scaleH8,
.lri-view-temporal.lri-eye-selection-left #scaleH2 {
  top: 350px;
  left: 322px;
  text-align: left;
}
#scaleH12,
.lri-view-temporal #scaleH9,
.lri-view-temporal.lri-eye-selection-left #scaleH3 {
  top: 375px;
  left: 211px;
  text-align: center;
}
#scaleH1,
.lri-view-temporal #scaleH10,
.lri-view-temporal.lri-eye-selection-left #scaleH4 {
  top: 352px;
  left: 97px;
  text-align: right;
}
#scaleH2,
.lri-view-temporal #scaleH11,
.lri-view-temporal.lri-eye-selection-left #scaleH5 {
  top: 290px;
  left: 38px;
  text-align: right;
}
#scaleH3,
.lri-view-temporal #scaleH12,
.lri-view-temporal.lri-eye-selection-left #scaleH6 {
  top: 207px;
  left: 19px;
  text-align: right;
}
#scaleH4,
.lri-view-temporal #scaleH1,
.lri-view-temporal.lri-eye-selection-left #scaleH7 {
  top: 127px;
  left: 42px;
  text-align: right;
}
#scaleH5,
.lri-view-temporal #scaleH2,
.lri-view-temporal.lri-eye-selection-left #scaleH8 {
  top: 66px;
  left: 104px;
  text-align: right;
}
#scaleH6,
.lri-view-temporal #scaleH3,
.lri-view-temporal.lri-eye-selection-left #scaleH9 {
  top: 40px;
  left: 213px;
  text-align: center;
}

#gesichtEyeSelection > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  padding: 0 10px;
  color: #ff9a16;
  font-size: 4.5rem;
  opacity: 0;
  transition: opacity 0.2s;
}

div#odRight {
  opacity: 1;
  transition: opacity 2s;
}

.lri-eye-selection-left #odLeft {
  opacity: 1;
  transition: opacity 2s;
}

.lri-eye-selection-left #odRight {
  opacity: 0;
  transition: opacity 0.2s;
}

/* N&T */
.nt {
  position: absolute;
  height: 24px;
  line-height: 24px;
  width: 24px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  opacity: 0.5;
}

.ntN,
#ntLeft .ntT {
  top: 377px;
  left: 14px;
}

.ntT,
#ntLeft .ntN {
  top: 377px;
  right: 14px;
  left: auto;
}

#ntRight,
#ntLeft {
  width: 476px;
  height: 407px;
  position: absolute;
  bottom: 0;
  transition: left 1s;
}

.lri-view-temporal #ntRight,
.lri-view-temporal #ntLeft {
  display: none;
}

#ntRight {
  left: 0;
}

#ntLeft {
  left: -872px;
}

.lri-eye-selection-left #ntRight {
  left: 872px;
}

.lri-eye-selection-left #ntLeft {
  left: 0;
}

#ntRightV,
#ntLeftV {
  display: none;
  position: absolute;
  width: 407px;
  height: 50px;
  top: 407px;
  left: 0;
  transform-origin: top left;
  transform: rotate(-90deg);
}

#ntRightV {
  transition: top 1s;
}

#ntLeftV {
  top: -466px;
  left: auto;
  right: -357px;
  transition: top 0.05s;
}

.lri-eye-selection-left #ntRightV {
  top: 1280px;
  transition: top 0.05s;
}

.lri-eye-selection-left #ntLeftV {
  top: 407px;
  transition: top 1s;
}

.lri-view-temporal #ntRightV,
.lri-view-temporal #ntLeftV {
  display: block;
}

.ntNV {
  top: 14px;
  right: 48px;
}

.ntTV {
  top: 14px;
  left: 14px;
}

#ntLeftV .ntNV {
  left: 48px;
  right: auto;
}
#ntLeftV .ntTV {
  right: 14px;
  left: auto;
}

/* Grad-Angaben */

#lriGradAngabenBox,
#lriPhacoBox,
#hinweisNapaOverlap {
  position: absolute;
  top: 66px;
  left: 90px;
  width: 300px;
  height: 300px;
  z-index: 100;
  border-radius: 150px;
  box-sizing: border-box;
}

#lriGradAngabenBox p,
#lriPhacoBox p {
  display: none;
  position: absolute;
  width: 50px;
  margin: 0;
  z-index: 100;
  transform-origin: center;
  font-size: 14px;
}

.ergSicht #lriGradAngabenBox p,
.ergSicht.lri-mitPhaco #lriPhacoBox p {
  display: block;
}

#lriGradAngabenBox .lriTextLri,
#lriPhacoBox .lriTextLri {
  width: 60px;
}

#lriPhacoBox {
  z-index: 110;
}

.ergSicht.phacoCallout #lriPhacoBox {
  background: url("images/napa_overlap_gph.png") no-repeat;
  background-position: -85px -32px;
}

.ergSicht.phacoCallout #lriPhacoBox p {
  display: none;
}

.lriTextLri {
  text-align: center;
  font-weight: bold;
  text-indent: 0.4em;
}

.lriTextLri .lri-clock-hours,
.lri-scale-clock-hours .lri-degrees {
  display: none;
}

.lri-scale-clock-hours .lri-clock-hours {
  display: block;
}

#lriTextLri1 {
  top: 28px;
  left: 119px;
}

#lriTextLri2 {
  top: 254px;
  left: 119px;
  transform: rotate(180deg);
}

.lriTextSteepMeridian {
  color: #666;
  text-align: left;
  text-indent: 1px;
}

#lriTextSteepMeridian1 {
  top: 9px;
  left: 152px;
}

#lriTextSteepMeridian2 {
  top: 275px;
  left: 92px;
  transform: rotate(180deg);
}

.lriTextFlatMeridian {
  color: #666;
  text-align: left;
  text-indent: 1px;
}

#lriTextFlatMeridian1 {
  top: 169px;
  left: 256px;
  transform: rotate(90deg);
}

#lriTextFlatMeridian2 {
  top: 112px;
  left: -7px;
  transform: rotate(-90deg);
}

#lriTextPhacoMeridian {
  top: 50px;
  left: 119px;
}

/* SVG */

#svgbox {
  position: relative;
  z-index: 11;
  height: 407px;
  background: no-repeat center center transparent;
  overflow: hidden;
}

#svgbox::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(images/eye.png);
  background-size: 476px 407px;
  animation: einblenden 1.3s;
}

.lri-eye-selection-left #svgbox::after {
  animation: einblenden2 1.3s;
}

.lri-view-temporal #svgbox::after {
  background-image: none;
}

#svgbox::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 18px;
  left: -10px;
  width: 476px;
  height: 407px;
  background-size: 476px 407px;
  background-image: none;
  animation: einblenden2 1.3s;
}

.lri-view-temporal #svgbox::before {
  background-image: url(images/eye.png);
  transform: rotate(90deg);
  top: 9px;
  left: 17px;
}

.lri-view-temporal.lri-eye-selection-left #svgbox::before {
  animation: einblenden 1.3s;
  transform: rotate(-90deg);
  top: 15px;
  left: -9px;
}

#svgAuge2 > #folie1 {
  display: none;
}

.ergSicht #svgAuge2 > #folie1 {
  display: block;
}

#svgbox2 {
  position: absolute;
  top: 56px;
  left: 81px;
  width: 320px;
  height: 320px;
  z-index: 100;
  border-radius: 160px;
  box-sizing: border-box;
}

.pfad {
  fill: none;
}

.schnitte {
  stroke-width: 4px;
  stroke-linecap: round;
}

.schnittAchse {
  stroke: #f90;
}

#steepMeridian {
  stroke-width: 4px;
  stroke-dasharray: 26px 37px 21px 18px 21px 18px 21px 18px 21px 18px 21px 37px
    26px;
}

#flatMeridian {
  stroke: #666;
  stroke-width: 4px;
  stroke-dasharray: 6 14;
}

.lriBogen {
  stroke-width: 4px;
}

#lriBogen1 {
  stroke: #ff0;
}

#lriBogen2 {
  stroke: #ff0;
}

.lriIncision1 #lriBogen2,
.lriIncision1 p#lriTextLri2,
.lriIncision2 #lriBogen1,
.lriIncision2 p#lriTextLri1,
.lriIncision0 #lriBogen2,
.lriIncision0 p#lriTextLri2,
.lriIncision0 #lriBogen1,
.lriIncision0 p#lriTextLri1 {
  display: none;
}

#phaco {
  stroke: #00c92b;
  display: none;
}

#phaco2 {
  stroke: #dd1111;
  stroke-width: 2px;
  stroke-dasharray: 1% 1.5%;
  display: none;
}

.lri-mitPhaco #phaco,
.phacoCallout.lri-mitPhaco #phaco2 {
  display: block;
}

#hinweisPhaco10 {
  display: none;
  color: red;
  font-size: 1.4rem;
  font-weight: bold;
}

#warnungPhaco10Text {
  margin: 0;
}

#lri-phaco10Schalter {
  float: right;
  height: 28px;
  line-height: 28px;
  width: 200px;
}

.hinweisPhaco10 #hinweisPhaco10 {
  display: block;
}

.hinweisPhaco10 #infoBlockReview {
  display: none;
}

#svgAuge .kreis {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

#svgAuge #skala-kreis1,
#svgAuge #skala-kreis2 {
  stroke: #888;
}

#svgAuge .tick {
  stroke: #fff;
  stroke-width: 2px;
}

#tick30,
#tick60,
#tick120,
#tick150,
#tick210,
#tick240,
#tick300,
#tick330,
.lri-scale-clock-hours #tick45,
.lri-scale-clock-hours #tick135,
.lri-scale-clock-hours #tick225,
.lri-scale-clock-hours #tick315 {
  display: none;
}

.lri-scale-clock-hours #tick30,
.lri-scale-clock-hours #tick60,
.lri-scale-clock-hours #tick120,
.lri-scale-clock-hours #tick150,
.lri-scale-clock-hours #tick210,
.lri-scale-clock-hours #tick240,
.lri-scale-clock-hours #tick300,
.lri-scale-clock-hours #tick330 {
  display: block;
}

/* Napa Overlap */

#hinweisNapaOverlap {
  display: none;
  z-index: 120;
}

#hinweisNapaOverlapTextBox {
  width: 115px;
  height: 50px;
  position: absolute;
  top: 123px;
  left: 90px;
  border: 2px solid red;
  border-radius: 10px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.phacoCallout #hinweisNapaOverlap {
  display: block;
}

/* Results Fuss */
#resultsFuss {
  box-sizing: border-box;
  height: 122px;
  padding-top: 5px;
  background: url(images/graphicbox_eye.png) top center no-repeat transparent;
  background-size: 476px 552px;
  background-position: bottom center;
  font-size: 1.2rem;
}

#resultsFuss .zeile {
  height: 20px;
}

#resultsFuss #berPreoparativeAstig,
#resultsFuss #berSteepK,
#resultsFuss #berFlatK,
#resultsFuss #berAstigmatism,
#resultsFuss #berTreatment,
#resultsFuss #berIncision,
#resultsFuss #berIncisionSize,
#resultsFuss #berLRIdepth,
.legendeSchnitte,
#astigmatismAfter {
  font-weight: bold;
}

.infoRASternchen #astigmatismAfter {
  color: #049c00;
}

.abstand3 {
  display: inline-block;
  margin-left: 52px;
  width: 247px;
}

.legendeSchnitte {
  display: none;
  text-indent: 1em;
}

.ergSicht .legendeSchnitte {
  display: inline-block;
}

/* Ergebnistabelle */
#ergBerechnung {
  padding: 0 10px;
  display: none;
  font-size: 1.2rem;
}

.ergSicht #ergBerechnung {
  display: block;
}

#ergBerechnung .zeile {
  height: 18px;
  overflow: hidden;
}

.spalteb1,
.spalteb2,
.spalteb2k {
  display: inline-block;
}

.spalteb1 {
  width: 180px;
}

.spalteb2 {
  width: auto;
  margin-left: 51px;
}

#berIncisionSize {
  margin-left: 5px;
}

.spalteb2k {
  width: 118px;
  margin-left: 51px;
}

#hinweisAfterPhaco {
  display: none;
  margin-left: 10px;
}

.lri-mitPhaco #hinweisAfterPhaco {
  display: inline;
}

#resultsPhaco {
  display: none;
  color: #049c00;
}

.phacoVerschoben #resultsPhaco {
  display: inline-block;
}

.phacoVerschoben #lri-incision-location {
  color: #f22;
}

.spalte3 {
  width: 230px;
  display: inline-block;
}

#spanLRIdepth {
  visibility: hidden;
}

.lri-mitNapa #spanLRIdepth {
  visibility: visible;
}

.ber1 {
  float: right;
  padding-right: 40px;
}

.ber2 {
  margin-left: 5px;
}

.ber3 {
  float: right;
  padding-right: 68px;
}

.ergSicht .ber4 {
  float: right;
  padding-right: 11px;
  text-indent: 0;
}

#astigmatismAfter {
  margin-left: 4px;
  margin-right: 8px;
}

/*Fuß ---------------------------*/
#fuss {
  margin-top: 14px;
  padding-bottom: 1px;
  text-align: center;
}

#fussleiste {
  width: 100%;
  background-color: #ed1c24;
  color: #fff;
  font-size: 1.4rem;
}

#fussleiste a {
  height: 38px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  text-decoration: none;
}

#fuss p {
  padding: 0 12px;
}

/* Anpassungen Responsive */

#lri-container.lriEinspaltig {
  width: 512px;
  margin-left: -256px;
  overflow: hidden;
}

.lriEinspaltig #schlaefe1 {
  display: none;
}

.lriEinspaltig #stirn {
  margin-bottom: 0;
}

.lriEinspaltig #stirnM {
  border-left: none;
  width: 50%;
  height: auto;
}

.lriEinspaltig #stirnM h1 {
  margin: 0;
}

.lriEinspaltig #schlaefe2 {
  width: 50%;
}

.lriEinspaltig #koerper,
.lriEinspaltig #torso,
.lriEinspaltig #daten-block,
.lriEinspaltig #anzeige-block {
  display: block;
}

.lriEinspaltig #lri-rahmen {
  position: relative;
}

.lriEinspaltig #lri-einstieg {
  height: auto;
  top: 100px;
  bottom: 0;
  z-index: 200;
}

.lriEinspaltig #lri-termsText {
  position: absolute;
  bottom: 0;
  top: 100px;
  height: auto;
  z-index: 200;
}

.lriEinspaltig #daten-block,
.lriEinspaltig #anzeige-block {
  width: auto;
}

.lriEinspaltig #daten-block > div,
.lriEinspaltig #anzeige-block > div,
.lriEinspaltig #anzeige-block > h2 {
  margin-left: auto;
  margin-right: auto;
}

.lriEinspaltig #ruecken2 {
  height: 1110px;
}

.lriEinspaltig.clinicalInformation #ruecken2 {
  transform: translateY(-1110px);
}

.lriEinspaltig #info-menue,
.lriEinspaltig #information-block {
  display: block;
  width: auto;
}

.lriEinspaltig #koerper {
  height: 1110px;
}

.lriMobil #lri-container {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

body.lriMobil {
  overflow-x: visible;
}

#lri-container.lriPhone {
  transform-origin: top left;
  transform: scale(2);
}

.lriMobil .lri-seite1 #anzeige-block,
.lriPhone.lri-seite1 #anzeige-block {
  visibility: hidden;
}

#internetExplorerPrintDialog {
  display: none;
  position: fixed;
  z-index: 201;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#internetExplorerPrintDialogContent {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  font-size: 16px;
}

#internetExplorerPrintDialogClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#internetExplorerPrintDialogClose:hover,
#internetExplorerPrintDialogClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media print {
  #lri-container {
    transform: scale(0.75) !important;
  }

  button,
  #fussleiste,
  #kinn {
    display: none !important;
  }
}
