


.row {
  border: 0px solid red;
}

.row > .column {
  width: 300px;
  height: 320px;
  margin: 10px;
  border: 1px solid var(--EDH-Türkis3);
  border-radius: 5px;
}

.calery_img{
  border: 0px solid red;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calery_name{
  border: 0px solid red;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10pt;
}
.calery_btn{
  border: 0px solid red;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.calery_img > embed {
  width: 100%;
  height:80%;
}
.calery_img > iframe {
  width: 100%;
  height:80%;
}














.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 20%;
  border: 1px solid red;
}




/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding-top: 100px;
  overflow: auto;
  background-color: black;

  align-items: center;
  justify-content: center;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  width: 50px;
  height: 25px;
  background-color: black;
  border-radius: 5px;
  color: white;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 15px;
  line-height: 3px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.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;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

/* 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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  background-color: #000;
  border-radius: 5px;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 5px;
  left: 5px;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



















.galerie {
	border: 1px solid #FDEB4D;
	border-radius: 5px;

	display: flex;
}

.galerie > img {
	width: 50px;
}



.open {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 500px;
	height: 500px;
}