/*
 * CE: Gallery
 * ---------------------------------------------------------------- */
.gallery .image-wrapper-1,
.gallery .image-wrapper-1 a,
.gallery .image-wrapper-1 img {
  height: 100%;
  width: 100%;

}



.gallery {
  height:600px;
  overflow: hidden;
}

.gallery img {
  height:100%;
  object-fit: cover;
}

.gallery .image-wrapper-2 {
  height:300px;
  padding-left: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}

.gallery .image-wrapper-2 a:nth-child(1) img{
  padding-right:5px;
}

.gallery .image-wrapper-2 a:nth-child(2) img{
  padding-left:5px;
}

.gallery .image-wrapper-2 img {
  /*height: 365px;*/
}


.gallery .image-wrapper-2 .row {
  margin: 0;
  height:100%;
}

.gallery .col-6, .gallery .col-5,.gallery .col-6 {
  padding:0;
}

.gallery .image-wrapper-3 {
  margin-top: 0px;
  height:300px;
  padding-left: 10px;
  padding-top: 5px;
}

.gallery .image-wrapper-3 a {
  position: relative;
  display: block;
  height:100%;
}

.gallery .image-wrapper-3 a .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'Palatino Linotype', serif;
  color: #f2f2f2;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  transition: 0.6s;
}

.gallery .image-wrapper-3 a:hover .overlay,
.gallery .image-wrapper-3 a:focus .overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
}

.gallery .image-wrapper-3 a .overlay .overlay-content {
  margin: 0 auto;
}

.gallery .image-wrapper-3 a .overlay .overlay-content::after {
  /*content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background: url('../Icons/Pfeil.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;*/
}

.gallery .image-wrapper-3 a .overlay .overlay-content .fa {
  padding-left:8px;
}

.gallery .image-wrapper-3 a .overlay .overlay-content .fa:active {
  color: #958169;
}

.gallery .rounded-circle {
  border-radius: 50% !important;
  border: 2px solid #fff;
  line-height: 40px;
  width: 40px;
  height: 41px;
}

.gallery .rounded-circle:active {
  border-color: #958169;
}

/* XS */
@media (max-width: 575px) {
  .gallery .image-wrapper-3 a .overlay .overlay-content::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
