.mbgi-block-bild-lupe {
	margin-bottom: var(--abstandUntenContainer);
	}
	.mbgi-block-bild-lupe .wrap{
		position: relative;
		width: -moz-fit-content;
		width: fit-content;
		cursor: pointer;
		}
	
		.mbgi-block-bild-lupe .wrap .lupe{
			position: absolute;
			top: 0;
			right: 5%;
			transform: translateY(-50%);
			background-color: #68BD4B;
			padding: 10px;
			border-radius: 50%;
			color: white;
			}
			.mbgi-block-bild-lupe .wrap .lupe i:before{
				color: #fff;
				}
			.mbgi-block-bild-lupe .wrap img {
			    box-shadow: rgb(0 0 0 / 30%) 0px 65px 80px -50px;
			    border-radius: 5px;
			    border: 0.5px solid #5D6B844D;
				height: auto;
			}
		
		.mbgi-block-bild-lupe .lupe-lightbox{
			display: none; /* wird über js zu display flex */
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgb(0 0 0 / 70%);
			z-index: 100000;
			align-items: center;
		    justify-content: center;
		    backdrop-filter: blur(5px);
			}
			.mbgi-block-bild-lupe .lupe-lightbox img{
				max-height: 90vh;
			    width: auto;
			}
			.mbgi-block-bild-lupe .lupe-lightbox:after{
				content: "x";
			    position: absolute;
			    right: 15px;
			    top: 11px;
			    color: #fff;
			    font-size: 200%;
			    line-height: 70%;
			    cursor: pointer;
				}
		
/*fix für Verwendung in Spalten*/
.wp-block-columns .wp-block-column .mbgi-block-bild-lupe {
	padding: 0!important;
}


@media (max-width:960px) {
	.mbgi-block-bild-lupe {
		padding: 0 !important;
	}
}