/* THUMBNAIL Abbildungen */
.example-image-link {
	display: inline-block;
	line-height: 0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.example-image-link img {
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 9px;
	margin-bottom: -12px;
	opacity: 1.0;
}
.example-image-link img:hover {
	opacity: 0.8;
}

/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

/* GARDINE */
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #369;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

/* AbbildungsContainer Screenbreite, nicht sichtbar*/
.lightbox {
  position: absolute;
  margin-top: -55px;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
   border: none;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  border: none;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* Hintergrund der ABBILDUNGEN mit Rand?*/
.lb-outerContainer {
	position: relative;
	background-color: #718298;
  *zoom: 1;
	width: 280px;
	height: 115px;
	margin: 0 auto;
	box-shadow: 0px 0px 40px #444;
 } 
 
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* Abbildung / Rahmen 
.lb-container {
  padding: 12px;
}*/

/* Abbildung Backfondstreifen, nicht sichtbar*/
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* LADE_ANIMATION */
.lb-cancel {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}



/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next { width: 35%;  height: 100%; cursor: pointer;
  /* Trick IE into showing hover */
  display: block; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; border:none;!important}

/* line 84, ../sass/lightbox.sass */
.lb-prev { margin-left: -46px; float: left; }
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover { background: url(../img/prev.png) left 48% no-repeat; }
/* line 90, ../sass/lightbox.sass */
.lb-next { margin-right: -46px; float: right; }
/* line 93, ../sass/lightbox.sass */
.lb-next:hover { background: url(../img/next.png) right 48% no-repeat; }

/* Fond unter Abbildung / Text */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 0px;
  *zoom: 1;
  width: 100%;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* Textfarbe unter Abbildung */
.lb-data {
	color: #e3ddd7;
	padding-top: 16px;
	padding-left: 20px;
	margin-right: -46px;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
	color: #e3ddd7;
	font-size: 22px;
	line-height: 30px;
	margin-top: 20px;
	letter-spacing: 0.1em;
	font-weight: 100;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
/* Text unter Abbildung und CLOSE */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  border: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (min-width: 980px) {
.example-image-link img {
	margin-left: 4px;
	margin-right: 3px;
	margin-top: 9px;
	margin-bottom: -12px;
	opacity: 1.0;
}
}
@media only screen and (min-width: 1440px) {
	.example-image-link img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 9px;
	margin-bottom: -12px;
	opacity: 1.0;
}
	}