body.debug{
	/* visibility: visible; */
}
.moreimages-listwrap{
	overflow: hidden;
}
.moreimages-list{
	list-style:none;
	display:block;
	padding:0;
	margin:-0.25em;
}
.moreimages-item{
	display:inline-block;
	vertical-align:top;
	padding:0.25em;
	margin:0;
	text-align:center;
}
.moreimages-item{
	height:14.3rem;
	height: calc(80px + (143 - 80) * ((100vw - 320px) / (1200 - 320)));
	max-height: 14.3rem;
	min-width: 72px;
	max-width: 100%;
	min-height: 72px;
	overflow:hidden;
}

.moreimages-item-inner{
	height:100%;
	width: 100%;
	overflow:hidden;
}

.moreimages-popuptoggle-trigger{
	position:relative;
	/* cursor: pointer!important; */
}

.moreimages-img{
	vertical-align: bottom;
	width:auto;
	height:100%;
	max-width:none;
}

.moreimages-icon{
	display: none;
	position:absolute;
	top:0.5rem;
	left:auto;
	bottom:auto;
	right:0.5rem;
	margin:auto;
	padding:0;
	width:1.5em;
	height:1.5em;
	font-size:1em;
	line-height:1.5;
	text-align:center;
	color:#fff;
	background-color:var(--color-darkorange);
}
/* .moreimages-icon:hover{
	background-color:var(--color-beige);
} */



/**/

.moreimages-popuptoggle-trigger:hover{
	background-color:var(--color-beige);
	color: var(--color-almostblack);
	cursor: pointer;
	
}

.moreimages-popuptoggle-trigger:hover .moreimages-icon{
	display: block!important;
}

.moreimages-popuptoggle-trigger:hover .moreimages-img{
	mix-blend-mode: luminosity;
	opacity: 0.5;
}

/**/

.js .moreimages-slideshow-item{
	display: block!important;
}
.moreimages-slideshow-button{
	border-radius: 0;
	min-width: 6em;
	min-width: calc(80px + (143 - 80) * ((100vw - 320px) / (1200 - 320)));
	padding: 0;
	margin: 0!important;
	white-space:normal;
}

.moreimages-slideshow-button:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}

.moreimages-slideshow-button-inner{
	position:absolute;
	top:50%;
	right:0;
	bottom:auto;
	left:0;
	margin: auto;
	transform: translateY(-50%);
}

.moreimages-slideshow-icon{
	font-size:2em;
	line-height:1;
	width: 1.25em;
	height: 1em;
	overflow: hidden;
}

.moreimages-slideshow-text{	
	width:100%;
	font-size: 0.7em;
	padding: 0.25em 0.5em 0 0.5em;
}


@supports(display: flex) and (object-fit:cover){
	.moreimages-list{
		display: flex;
		flex-flow: row wrap;
		/* justify-content: space-between; */
		/* justify-content: flex-start; */
		/* align-items:stretch; */
		/* align-content:stretch; */
	}
	.moreimages-list:after {
	  content: '';
	  flex-grow: 1000000000;
	}	
	.moreimages-item{
		flex: 1 1 auto;
	}
	.moreimages-img{
		object-fit:cover;
		object-position:50% 50%;
		min-width:100%;
	}
}

@media screen and (max-width:319px){
	.moreimages-list{
		display: block;
	}
	.moreimages-item{
		height: auto;
		max-height: 100vh;
	}
	.moreimages-img{
		width: auto;
		height:auto;
		max-width:100%;
	}
}
/** CM5 inner button (main-moreimages) */
.moreimages-slideshow-inner-button{
	position:absolute;
	z-index: 1;
	top:auto;
	right:1rem;
	bottom:1rem;
	left:auto;
	text-shadow:none;
	/* box-shadow: 0 0 2px rgba(var(--color-over-rgb),0.12); */
	background-image:none;
	color:var(--color-almostblack);
	background-color:var(--color-beige);
	/* background-color:rgba(var(--color-under-rgb),0.8); */
	border-color:var(--color-beige);
	font-size:0.875em;
	line-height: 1.2;
	display: flex;
	align-items: center;
	border-radius: 10px;
	.moreimages-slideshow-inner-button-text {
		color: var(--color-almostblack);
		font-weight: var(--font-weight-body-bold);
	}

}
.moreimages-slideshow-inner-button-icon{
	font-size:1.5em;
	width:1em;
	height:1em;
	vertical-align:middle;
	-webkit-transform: translateY(-0.2rem);
	transform: translateY(-0.2rem);
	margin-right:0.187em;	
}
.moreimages-popuptoggle-has-inner-button-trigger:hover{
	background-color:var(--color-beige);
}
.moreimages-slideshow-inner-button:hover + .moreimages-icon{
	display: none!important;
}
.layout-1 .main-moreimages .moreimages-slideshow-inner-button{
	position:absolute;
	top: 50%;
	right:auto;
	bottom: auto;
	left:50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.layout-1 .main-moreimages .moreimages-slideshow-inner-button-text{
	display: block;
}

/** CM5 Destination (main-moreimages) */
.main-moreimages{
	margin-top: 1.5em;
}


.main-moreimages:only-child{
	margin-top: 0;
}


.main-moreimages .moreimages-list{
	display: flex;
	flex-flow: row nowrap;
}

.main-moreimages .moreimages-item{
	height: auto;
	max-height: none;
}


.main-moreimages .moreimages-list:after {
	display: none;
}

.main-moreimages .moreimages-item-inner{
	position:relative;
}

.main-moreimages .moreimages-item-inner:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	padding-top:56.25%;
	/*padding-top:80%;*/
}

.main-moreimages .moreimages-img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
}

.layout-1 .main-moreimages .moreimages-item{
	width: 100%;
}

@supports(display: flex) and (object-fit:cover){
	.main-moreimages .moreimages-img{
		object-fit:cover;
		height: 100%;
		width:100%;
		border-radius: 5px;
	}
}
@media screen and (min-width:720px){
	.itype-3 .id-page .main-moreimages .moreimages-list {
		flex-flow: wrap;
	}
	.itype-3 .moreimages-item {
		width: 50%;
		max-width:50%;
	}
}
@media screen and (max-width:599px){
	.moreimages-slideshow-inner-button{
		display: flex;
		align-items: center;
	}

}