#gallery-section:has(.empty-gallery){
	display: none;
}
#imageGrid{
	text-align:center;
}
/********************** seoc-image-grid ***************************/
.seoc-image-grid-container{
	width: 100%;
	max-width: 1136px;
	text-align: center;
	margin:auto;
}

.seoc-image-grid{
	position:relative;
	/*display:block;*/
	width: 100%!important;
	max-width:1136px!important;
	margin: auto;
}
.seoc-image-grid .grid-item{
padding:23px 23px;
width: 275px;
object-fit: cover;
}
.grid-item figure, .grid-item img , .grid-item picture{
	object-fit:cover;
	height:100%!important;
	width:100%;
}
.seoc-image-grid  .grid-item.xs-item{
	width:284px;
	aspect-ratio:1.5;
}
.seoc-image-grid  .grid-item.s-item{
	width:284px;
	height: 240px;
}
.seoc-image-grid .grid-item.m-item{
	width:284px;
	height: 300px;
}
.seoc-image-grid  .grid-item.l-item{
	width:284px;
	height: 360px;
}
.seoc-image-grid  .grid-item.h-item{
	width:284px;
	aspect-ratio:0.75;
}
.seoc-image-grid .grid-item.w-item{
	width:100%;
	aspect-ratio:3.43;
	padding:80px 0;
}
.seoc-image-grid .grid-item.wt-item{
	width:100%;
	/*aspect-ratio:3.43;*/
	padding:80px 0;
}
.seoc-image-grid .grid-item.big-item {
	width:566px;
	height: 600px;
 }
 .seoc-image-grid .grid-item.full-item{
	width: 100%;
	height: auto;
	min-height: 700px;
	padding:80px 0;
	margin:80px 0;
 }
.seoc-image-grid .grid-item.big-item img{
	width:100%;
}
.seoc-image-grid .grid-item.grid-werbung:not(.w-item) .werbung{
	background: #ccc;
	height: 100%;
}
.load-more {
	display: inline-block;
}
.grid-item .werbung article, .grid-item .werbung article a{
	height: 100%;
}

@media(min-width:853px){
	.seoc-image-grid .grid-item.m-item.height-l{
		height: 360px!important;
		padding-top:76px!important;
	 }
	 .seoc-image-grid .grid-item.s-item.height-l{
		height: 360px!important;
		padding-top:146px!important;
	 }
}


@media(max-width:1140px){
	.seoc-image-grid .grid-item{
		padding:5px!important;
	}
	.seoc-image-grid .grid-item:not(.big-item):not(.w-item):not(.full-item){
		max-width:25%!important;
	}
	.grid-item.big-item{
		max-width:50%!important;
	}
}
@media(max-width:852px){
	.seoc-image-grid{
		width: 100%;
		max-width: 680px!important;
	}
	.seoc-image-grid .grid-item{
		padding:23px!important;
	}
	.seoc-image-grid .grid-item:not(.big-item):not(.w-item):not(.full-item){
		width:50%!important;
		max-width:50%!important;
	}
	.grid-item.big-item{
		width:100%!important;
		max-width:100%!important;
	}
}
@media(max-width:500px){
	.seoc-image-grid .grid-item{
		padding:10px!important;
	}
	.seoc-image-grid{
		min-width:100%!important;
	}
}
@media(max-width:320px){
	.seoc-image-grid .grid-item{
		padding:10px!important;
	}
	.seoc-image-grid .grid-item:not(.big-item){
		width:100%!important;
		max-width:100%!important;
	}
}
@media(max-width:1024px){
	.read-more-container  ul.full{
	height:auto!important
		}
}
	
/***************************************************************/
.elementor-shortcode:has(.firmenprofill-icon){
	align-items:center;
}
.firmenprofill-icon {
	max-width:18px;
	height:16px;
}
a:has(.firmenprofill-icon){
	margin-right:15px;
}


