/* Lightbox */

	.row > .column {
		padding: 0 8px;
	}

	.row:after {
		content: "";
		display: table;
		clear: both;
	}


/* Create four equal columns that floats next to eachother */
	.column {
		float: left;
		width: 25%;
	}


/* The Modal (background) */
	.modal {
		z-index: 100000;
		display: none;
		position: fixed;
		overflow: auto;
		background-color: #000000;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		padding-top: 60px;
	}


/* Modal Content */
	.modal-content {
		position: relative;
		background-color: #ffffff;
		width: 90%;
		max-width: 1200px;
		margin: auto;
		padding: 10px;
		border-style: solid;
		border-radius: 0.750em 0.750em 0.750em 0.750em;
	}


/* The Close Button */

	.close {
		z-index: 100000;
		position: absolute;
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.4);
		background-image: url("../../images/graphic/close.png");
		background-position: center;
		background-size: 25px;
		width: 30px;
		height: 30px;
		top: 0;
		right: 0;
		padding: 0px;
		line-height: 0px;
		text-align: center;
		font-size: 0px;
		font-weight: bold;
		border-style: solid;
		border-width: 0;
		border-radius: 0px 0px 0px 10px;
		transition: 0.6s ease;
	}

	.close:hover,
	.close:focus {
		cursor: pointer;
		color: #D4E056;
		background-color: rgba(0, 0, 0, 0.8);
		background-image: url("../../images/graphic/close1.png");
		background-position: center;
		background-size: 25px;
		text-decoration: none;
		transition: 0.6s ease;
	}

		@media screen and (max-width: 980px) {

			.close {
				z-index: 100000;
				position: absolute;
				color: #ffffff;
				background-color: rgba(0, 0, 0, 0.4);
				width: 30px;
				height: 30px;
				top: 0;
				right: 0;
				padding: 4px;
				line-height: 0px;
				text-align: center;
				font-size: 0px;
				font-weight: bold;
				border-style: solid;
				border-width: 0px;
				border-radius: 0px 0px 0px 10px;
				transition: 0.6s ease;
			}
		}

		@media screen and (max-width: 480px) {

			.close {
				z-index: 100000;
				position: absolute;
				color: #ffffff;
				background-color: rgba(0, 0, 0, 0.4);
				width: 30px;
				height: 30px;
				top: 0;
				right: 0;
				padding: 4px;
				line-height: 0px;
				text-align: center;
				font-size: 0px;
				font-weight: bold;
				border-style: solid;
				border-width: 0px;
				border-radius: 0px 0px 0px 10px;
				transition: 0.6s ease;
			}
		}

/* --------------- WEITER BEARBEITEN --------------- */
		
		
/* Hide the slides by default */
.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.4);
  user-select: none;
  border-bottom-color: rgba(0, 0, 0, 0.0);
  -webkit-user-select: none;
}

/* Position the "prev button" to the left */
.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}		

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-color: rgba(0, 0, 0, 0.0);
}

	@media screen and (max-width: 480px) {
		.prev,
		.next {
		  cursor: pointer;
		  position: absolute;
		  top: 50%;
		  width: auto;
		  padding: 10px;
		  margin-top: -15px;
		  color: white;
		  font-weight: bold;
		  font-size: 12px;
		  transition: 0.6s ease;
		  border-radius: 0 3px 3px 0;
		  background-color: rgba(0, 0, 0, 0.4);
		  user-select: none;
		  border-bottom-color: rgba(0, 0, 0, 0.0);
		  -webkit-user-select: none;
		}
		
		.prev {
		  left: 0;
		  border-radius: 0 3px 3px 0;
		}
		
		.next {
		  right: 0;
		  border-radius: 3px 0 0 3px;
		}
}

/* Picture Text */

	.picturetext {
		z-index: 1;
		position: absolute;
		color: #D4E056;
		background-color: rgba(0, 0, 0, 0.8);
		top: 0px;
		left: 0px;
		padding: 8px 10px;
		text-align: center;
		font-size: 11px;
		border-radius: 0.750em 0 0.750em 0;
	}

@media screen and (max-width: 480px) {
.picturetext {
color: #D4E056;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 0 0 0.750em 0;
font-size: 10px;
padding: 8px 10px;
position: absolute;
top: 0;
z-index: 1;
}
}			

img {
margin-bottom: -8px;
border-radius: 12px 12px 12px 12px;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: #D4E056;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  -moz-transition: -moz-transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.hover-shadow:hover {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-transform: scale(1.015);
  -webkit-transform: scale(1.015);
  -ms-transform: scale(1.015);
  transform: scale(1.015);
}

/* Fading animation */
.modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 1.0s;
  animation-name: zoom;
  animation-duration: 1.0s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.0s;
  animation-name: fade;
  animation-duration: 1.0s;
}

@-webkit-keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}