@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------*/

.thumb {
  max-height: 163px;
}
.thumb2 {
  max-height: 250px;
}
.thumb, .thumb2 {
	  border: solid 1px rgba(0, 0, 0, 0.8);
}
.lightbox {
  position: fixed;
  z-index: 999;
  height: 0;
  width: 0;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
}
.geraetschaften h2{
	color: #fff;
}
.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
  opacity: 0;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}

.lightbox:target img {
  border: solid 17px rgba(251, 251, 251, .9);
  opacity: 1;
  webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.light-btn {
  color: #fff;
  background-color: #35C813;
  border: solid 3px #fff;
  padding: 5px 15px;
  border-radius: 1px;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  position: absolute;
  bottom: 55%;
  z-index: 99;
}
@media only screen and (max-width: 100rem){
	.light-btn{
		bottom:2%;
	}
}
.light-btn:hover { background-color: #339900; }

.btn-prev { left: 7%; }

.btn-next { right: 7%; }

.btn-close {
  position: absolute;
  right: 2%;
  top: 2%;
  color: #35C813;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 1px;
  text-decoration: none;
}

.btn-close:hover { background-color: #f5f5f5; }