#colorbox {
  position: fixed !important;
  top: 0px !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  pointer-events: none;
}
#cboxContent {
  position: static;
  background: transparent;
}
#cboxWrapper {
  margin: 0 auto;
  width: 100% !important;
  height: 100% !important;
  position: static;
}
#cboxNext, #cboxPrevious {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#cboxNext, #cboxPrevious, #cboxClose {
  background: none;
  text-indent: 0;
  width: auto;
  height: auto;
  pointer-events: all;
}
#cboxNext {
  right: 0;
  position: fixed;
  margin-top: 0 !important;
}
#cboxPrevious {
  left: 0;
  position: fixed;
  margin-top: 0 !important;
}
#cboxClose {
  top: 0;
  right: 0;
  position: fixed;
}
#cboxNext:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 38px;
  padding: 3px 16px;
  color: white;
  background-color: #ea100a;
  font-weight: 600;
}
#cboxPrevious:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 38px;
  padding: 3px 16px;
  color: white;
  background-color: #ea100a;
  font-weight: 600;
}
#cboxClose:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 38px;
  padding: 3px 16px;
  color: white;
  background-color: #ea100a;
  font-weight: 600;
}
#cboxOverlay {
  opacity: 0.8 !important;
}
#cboxLoadedContent {
  border: none !important;
  pointer-events: all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0px !important;
}
#cboxTitle, #cboxCurrent {
  display: none !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fusers%2Fbauer-beelitz%2Fwww%2Ffiles%2Fthemes%2Fbeelitz2019%2Fcss%2Fcbox.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%22%7D */