/* line 14, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox {
  background: white;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  /*-webkit-transition: all 0.4s ease 0.4s;
   transition: all 0.4s ease 0.4s;*/
  visibility: hidden;
  width: 100%;
  z-index: 10000; }

/* line 29, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox.open {
  opacity: 1;
  /*-webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;*/
  visibility: visible; }

/*Oben*/
/* line 37, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-top {
  background-color: transparent;
  left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 1rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  /*-webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;*/
  width: 100%;
  z-index: 10003; }

/* line 54, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox.open #ble-lightbox-top {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* line 59, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox.open #ble-lightbox-top.idle {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

/* line 64, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-counter {
  float: left;
  padding: 0 1.25rem;
  text-align: center; }

/*Close*/
/* line 77, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-close {
  /*background-color: $default-background-color-caption;
   cursor: pointer;
   display: block;
   float: right;
   height: 34px;
   width: 42px;
   font-size: $default-font-size;*/
  border-radius: 4px !important; }

/* line 91, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-fullscreen {
  background: transparent url("../Icons/fullscreen.svg") no-repeat scroll center center / 24px auto;
  cursor: pointer;
  display: none;
  float: right;
  height: 44px;
  width: 44px; }

/* line 100, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-fullscreen.fullscreen-open {
  background: transparent url("../Icons/fullscreen-open.svg") no-repeat scroll center center / 24px auto; }

/* line 104, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-download {
  background: transparent url("../Icons/download.svg") no-repeat scroll center center / 24px auto;
  cursor: pointer;
  display: block;
  float: right;
  height: 44px;
  width: 44px; }

/* line 113, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-images img {
  display: block;
  left: 50%;
  max-height: 100vh;
  max-width: 100vw;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  /*-webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;*/
  visibility: hidden;
  z-index: 10002;
  border: 1rem solid transparent; }

/* line 130, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-images img.no-transition {
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s; }

/* line 135, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-images img.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  visibility: visible; }

/* line 142, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-images img.previous {
  opacity: 0;
  -webkit-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
  visibility: hidden; }

/* line 149, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-images img.next {
  opacity: 0;
  -webkit-transform: translate(-150%, -50%) scale(1);
  transform: translate(-150%, -50%) scale(1);
  visibility: hidden; }

/*Zurück*/
/* line 157, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-previous {
  /*background-color: #fff;
   cursor: pointer;
   display: block;
   height: 34px;*/
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-1000%, -50%);
  transform: translate(-1000%, -50%);
  /*-webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;*/
  z-index: 10003;
  border-radius: 4px !important; }

/* line 178, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox.open #ble-lightbox-previous {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/* line 183, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox.open #ble-lightbox-previous.disabled, #ble-lightbox.open #ble-lightbox-previous.idle {
  -webkit-transform: translate(-1000%, -50%);
  transform: translate(-1000%, -50%); }

/*Vor*/
/* line 190, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-next {
  /*background-color: #fff;
   cursor: pointer;
   display: block;
   height: 34px;*/
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(1000%, -50%);
  transform: translate(1000%, -50%);
  /*-webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;*/
  z-index: 10003;
  border-radius: 4px !important; }

/* line 213, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox.open #ble-lightbox-next {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/* line 218, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox.open #ble-lightbox-next.disabled, #ble-lightbox.open #ble-lightbox-next.idle {
  -webkit-transform: translate(1000%, -50%);
  transform: translate(1000%, -50%); }

/*Unten*/
/* line 225, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-bottom {
  background-color: transparent;
  bottom: 15px;
  left: 0;
  position: absolute;
  /*-webkit-transform: translateY(100%);
   transform: translateY(100%);*/
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  /*-webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;*/
  width: 100%;
  z-index: 10003;
  padding: 0 1rem; }

/* line 242, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox.open #ble-lightbox-bottom {
  /*-webkit-transform: translateY(0);
   transform: translateY(0);*/
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* line 249, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox #ble-lightbox-bottom.idle {
  /*-webkit-transform: translateY(100%);
   transform: translateY(100%);*/
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

/*Caption*/
/* line 257, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-caption {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  /*line-height: 24px;*/
  margin: 0 auto;
  max-width: 1024px;
  padding: 0.75rem 1.25rem;
  position: relative;
  text-align: left;
  width: 100%;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  z-index: 10004; }

/* line 273, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
#ble-lightbox-overlay {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001; }

/*Breake-Points*/
/*PC*/
@media (min-width: 1200px) {
/* line 286, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
  #ble-lightbox-fullscreen {
    display: block; } }

/*Smartphone und Tablet mit alternativer Navigation*/
@media (max-width: 767px) {
/* line 293, /var/www/bmel-statistik9.prod.as.ble.de/htdocs/typo3conf/ext/ble_lightbox/Resources/Public/Compass/sass/ble_lightbox.scss */
  #ble-lightbox-images img {
    /*border:none;*/ } }
