body {
  position: relative;
  padding: 0px;
  margin: 0px;
  font-family: "open-sans", sans-serif;
  overflow: hidden;
  color: #818181;
  font-size: 14px;
  line-height: 160%;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: grab;
}
body :active {
  cursor: move;
}
body .ui-tooltip {
  padding: 5px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  box-shadow: 0 0 7px #aaa;
  background-color: #FEFEFE;
  color: #696969;
  white-space: nowrap;
  max-width: 800Px;
}
body #bootloader {
  background-color: #bbd36c;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999999999;
}
body #bootloader .message {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -165px;
  color: #8C9E51;
  width: 300px;
  height: 43px;
  padding: 90px 15px 15px 15px;
  text-align: center;
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 50px 50px;
}
body #bootloader .message.ready {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/smile.svg");
}
body #ausstellungNavigation {
  position: fixed;
  top: 0px;
  left: 46%;
  width: 200px;
  cursor: pointer;
  z-index: 9999999;
  color: #bbd36c;
}
body #ausstellungNavigation .kopf {
  background-color: #647d1d;
  text-align: center;
  padding: 6px 10px;
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/navigation.svg");
  background-repeat: no-repeat;
  background-position: 24px 8px;
  background-size: 20px 20px;
}
body #ausstellungNavigation .eintrag {
  display: none;
  padding: 4px 10px;
  text-align: center;
  background-color: #647d1d;
}
body #ausstellungNavigation .eintrag:hover {
  background-color: #8C9E51;
}
body #ausstellungNavigation:hover .eintrag {
  display: block;
}
body #ausstellungCanvas {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
}
body #ausstellungCanvas .area {
  /* background-color: rgba(255,0,0,0.1); */
  position: absolute;
  display: block;
  cursor: pointer;
}
body #ausstellungCanvas .area:hover {
  /* background-color: rgba(255,0,0,0.3); */
  /* background-image: url("@{baseURL}ausstellung/images/inhalt.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body #ausstellungCanvas .area.href {
  /* background-color: rgba(0,200,0,0.1); */
}
body #ausstellungCanvas .area.href:hover {
  /* background-color: rgba(0,200,0,0.3); */
  /* background-image: url("@{baseURL}ausstellung/images/linkhref.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body #popup_overlay {
  background-color: #c8c8c8;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 999999999999;
}
body #popup_overlay #maximizeButton,
body #popup_overlay #closeButton,
body #popup_overlay #minimizeButton {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
  z-index: 10;
}
body #popup_overlay #maximizeButton {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/maximizeButton.svg");
  cursor: pointer;
  display: none;
  height: 35px;
  position: fixed;
  right: 10px;
  top: 70%;
  width: 35px;
  z-index: 100000;
}
body #popup_overlay #popup {
  width: 350px;
  height: 400px;
  background-color: white;
  display: block;
  min-height: 200px;
  min-width: 200px;
  position: fixed;
  right: 14px;
  bottom: 14px;
  -webkit-box-shadow: 0 2px 4px 1px #696969;
  box-shadow: 0 2px 4px 1px #696969;
  padding: 65px 20px 20px 20px;
  border: 2px solid #bbd36c;
  cursor: move;
  z-index: 1;
}
body #popup_overlay #popup .ui-resizable-se,
body #popup_overlay #popup .ui-resizable-nw {
  background-size: contain;
  background-repeat: no-repeat;
}
body #popup_overlay #popup .ui-resizable-se {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/resizeicons/se.svg");
  margin: 0px;
}
body #popup_overlay #popup .ui-resizable-nw {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/resizeicons/nw.svg");
  margin: 6px;
  width: 12px;
  height: 12px;
}
body #popup_overlay #popup #closeButton {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/closeButton.svg");
  cursor: pointer;
  height: 25px;
  position: absolute;
  left: 14px;
  top: 20px;
  width: 140px;
  border: 1px solid #bbd36c;
}
body #popup_overlay #popup #minimizeButton {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/minimizeButton.svg");
  border: 1px solid #bbd36c;
  height: 26px;
  position: absolute;
  right: 16px;
  top: 20px;
  width: 26px;
}
body #popup_overlay #popup #inhalt {
  overflow: hidden;
  padding: 0px;
  width: auto;
  height: 400px;
}
body #popup_overlay #popup #inhalt #titel {
  display: block;
  font-size: 20px;
  padding: 30px 0px 0px 0px;
  font-family: "open-sans", sans-serif;
  color: #9bad5b;
  line-height: 30px;
}
body #popup_overlay #popup #inhalt #beschreibung {
  display: block;
  padding: 20px 0px 0 0;
}
body #popup_overlay #popup #inhalt .jspTrack {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/scrollBarVertical.svg");
  cursor: pointer;
}
body #popup_overlay #popup #inhalt .jspDrag {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/scrollBarDrag.svg");
}
body #popup_overlay #galleryNavigation {
  background-color: #ffffff;
  position: fixed;
  bottom: 0px;
  display: inline-block;
  width: 300px;
}
body #popup_overlay #galleryNavigation #closeGallery,
body #popup_overlay #galleryNavigation #backward,
body #popup_overlay #galleryNavigation #forward {
  background-position: center;
  margin-top: 12px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
  z-index: 10;
  width: 100px;
  height: 40px;
  background-color: #ffffff;
  display: inline-block;
}
body #popup_overlay #galleryNavigation #backward {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/galleryNavigation_left.svg");
}
body #popup_overlay #galleryNavigation #forward {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/galleryNavigation_right.svg");
}
body #popup_overlay #galleryNavigation #closeGallery {
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/closeGallery.svg");
}
body #popup_overlay #audioPlayer {
  position: absolute;
  top: 10%;
  left: 39%;
  background-color: #bbd36c;
  height: 390px;
  width: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/audioplayer.svg");
  background-size: 300px 300px;
}
body #popup_overlay #audioPlayer audio {
  width: 400px;
  position: absolute;
  bottom: 0px;
  display: block;
}
body #popup_overlay #videoPlayer {
  position: absolute;
  top: 9%;
  left: 10%;
  background-color: #EFEFEF;
  height: 400px;
  width: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("https://kulturerbe.niedersachsen.de/resources/themes/kuni2/ausstellung/images/videoplayer.png");
  background-size: 100px 100px;
}
body #popup_overlay #videoPlayer video {
  width: 400px;
  position: absolute;
  bottom: 0px;
  display: block;
}
