.gericht-gallery-img {
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gericht-gallery .gericht-gallery-img img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
}

.iqonic-masonry-block.iqonic-metro-block .gericht-gallery-img img,
.iqonic-masonry-block.iqonic-metro-block .gericht-gallery-img,
.gericht-gallery .gericht-gallery-grid .gericht-gallery-img,
.gericht-gallery .gericht-gallery-grid .gericht-gallery-img img {
    opacity: 1;
    border-radius: 0;
}

.gericht-gallery .owl-carousel .owl-item:nth-child(even) .gericht-gallery-img img {
    object-fit: cover;
    height: 440px;
}


.gericht-gallery .g-item:hover .gericht-gallery-img img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.gericht-gallery .owl-carousel .owl-item .gericht-gallery-img img {
    margin: 0 auto;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
}

.gericht-gallery .owl-carousel .owl-item {
    transition: transform 0.3s ease-in-out;
    margin: 0 14px;
}

.gericht-gallery .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}



.gericht-gallery .owl-carousel .owl-item.active.center .gericht-gallery-img,
.gericht-gallery .owl-carousel .owl-item.active.center .gericht-gallery-info {
    border-radius: var(--border-radius-box);
    overflow: hidden;
}

.gericht-gallery .gericht-gallery-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
    background: #0000009f;
}

.gericht-gallery .g-item:hover .gericht-gallery-info,
.gericht-gallery .iqonic-masonry-item:hover .gericht-gallery-info {
    opacity: 1;
}

.gericht-gallery .gericht-gallery-info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.gericht-gallery .gericht-gallery-info .gericht-heading-title {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    color: var(--color-theme-white);
    text-align: center;
    text-transform: capitalize;
    position: static;
    margin-bottom: 10px;
}

.gericht-gallery .g-item:hover .gericht-gallery-info .gericht-heading-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gericht-gallery .g-item .gericht-gallery-info .gallery-info {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    z-index: 2;
}

.gericht-gallery .g-item:hover .gericht-gallery-info .gallery-info {
    opacity: 1;
}

.gericht-gallery-grid .gericht-gallery-info .zoom,
.gericht-gallery .gericht-gallery-info .zoom {
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.9s;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    color: var(--color-theme-white);
    text-align: center;
    font-size: var(--font-size-h6);
    text-transform: uppercase;
    background: #ffffff75;
    position: static;
    border-radius: var(--border-radius-box);
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.gericht-gallery-grid .g-item:hover .gericht-gallery-info .zoom,
.gericht-gallery .g-item:hover .gericht-gallery-info .zoom {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gericht-gallery .owl-stage-outer {
    padding: 30px 0 30px 0;
    border-radius: var(--border-radius-box);
}

.gericht-gallery-col-4 img {
    width: 100px;
}

.gericht-gallery .owl-carousel.owl-loaded .owl-nav button.owl-next {
    right: -120px;
}

.gericht-gallery .owl-carousel.owl-loaded .owl-nav button.owl-prev {
    left: -120px;
}

.gericht-gallery .owl-item:nth-child(3) img {
    width: 656px;
}

.gericht-gallery-col-6 li {
    width: 16.66%
}

.gericht-gallery-col-5 li {
    width: 20%
}

.gericht-gallery-col-4 li {
    width: 25%
}

.gericht-gallery-col-3 li {
    width: 33.33%
}

.gericht-gallery-col-2 li {
    width: 50%;
}

.gericht-gallery-grid li {
    float: left;
    padding: 0;
}

.gericht-gallery-grid {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.gericht-gallery {
    float: left;
    width: 100%;
}

.gericht-gallery-grid .g-item {
    position: relative;
    list-style: none;
}

.gericht-gallery .owl-carousel .owl-dots {
    margin-top: 30px;
}

.gericht-gallery .owl-stage-outer img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
}

@media(max-width:1560px) {
    .gericht-gallery .owl-carousel.owl-loaded .owl-nav button.owl-prev, 
    .gericht-gallery .owl-carousel.owl-loaded .owl-nav button.owl-next {
        position: relative;
        top: inherit;
        transform: inherit;
        margin-top: 30px;
        text-align: initial;
    }

    .gericht-gallery .owl-carousel.owl-loaded .owl-nav button.owl-next {
        right: 0;
    }

    .gericht-gallery .owl-carousel.owl-loaded .owl-nav button.owl-prev {
        left: 0;
        margin-right: 30px;
    }

    .gericht-gallery .owl-nav {
        text-align: center;
    }
}

@media(max-width:1024px) {
    .iqonic-metro-block .iqonic-masonry-grid .iqonic-masonry-item {
        width: 50%;
    }

    .iqonic-metro-block .iqonic-masonry-grid .iqonic-masonry-item.s-25.portrait, 
    .iqonic-metro-block .iqonic-masonry-grid .iqonic-masonry-item.s-25.landscape {
        width: 100%;
    }

    .iqonic-metro-block .iqonic-masonry-grid .iqonic-masonry-item img {
        width: 100%;
    }

    .gericht-gallery-col-6 li,
    .gericht-gallery-col-5 li,
    .gericht-gallery-col-4 li,
    .gericht-gallery-col-3 li,
    .gericht-gallery-col-2 li {
        width: 50%;
    }

    .gericht-gallery .owl-carousel .owl-item.active.center .gericht-gallery-img img, 
    .gericht-gallery .owl-carousel .owl-item.active.after .gericht-gallery-img img, 
    .gericht-gallery .owl-carousel .owl-item.active.before .gericht-gallery-img img, 
    .gericht-gallery .owl-carousel .owl-item .gericht-gallery-img img {
        height: auto;
    }
}

@media(max-width:767px) {
    .gericht-gallery .owl-stage-outer {
        padding: 30px 0 15px 0;
    }

    .gericht-gallery-col-6 li,
    .gericht-gallery-col-5 li,
    .gericht-gallery-col-4 li,
    .gericht-gallery-col-3 li,
    .gericht-gallery-col-2 li {
        width: 100%;
    }

    .gericht-gallery .iqonic-masonry-block .gericht-gallery-info .gericht-heading-title {
        display: none;
    }
}

@media (max-width:480px) {
    .iqonic-metro-block .iqonic-masonry-grid .iqonic-masonry-item {
        width: 100%;
    }

    .iqonic-masonry-block .iqonic-masonry-item .iqonic-project-box img {
        height: 300px;
        object-fit: cover;
    }
}