/* Preload images */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif, "Abadi MT Condensed Extra Bold";
	font-weight: normal;
	
  }

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #FFF;
  
  opacity: 1.0;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: inline;
  height: auto;
  max-width: inherit;
  
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  
  width: 250px;
  height: 250px;
  padding-left:55px;
  padding-right:55px;
  margin: 0 auto;
  
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

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

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  
}

.lb-nav a.lb-prev:hover {
  
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
}

.lb-nav a.lb-next:hover {
  
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  
  width: 100%;
  
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 ;
  color: #CCC;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  
}
.lb-data .lb-details plus {
	padding-left:29px;
}
	
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 600;
  line-height: 1,5em;
  color: #000;
  letter-spacing:normal;
  font-weight:lighter;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #FFF;
 }

	
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}
.example-image {
	padding-top:50px;
	padding-bottom: 50px;
	padding-right:0px;
	display:block;
	margin:0 auto; 
}
.mitte {
	margin:0 auto;
}

.clear {
	clear: both;
}
#datenschutz .abstand_impressum a {
	color: #E30614;
}
