.ce_htmslideshow .slideshow {
	margin: 2rem auto;
	margin-top: 8rem;
/*	max-width: 1200px; */
}

.ce_htmslideshow .slideshowElementBackgroundImage {
	max-width: 100%;
	width: auto;
	height: auto;
}

.slideshowElementContent {
	position: relative;
}

.ce_htmslideshow .slideshowElementContent.slideshowMerge-0-1,
.ce_htmslideshow .slideshowElementContent.slideshowMerge-1-1 {
	float: left;
	width: 48%;
}

.ce_htmslideshow .slideshowElementContent.slideshowMerge-1-1 {
	float: right;
}

.ce_htmslideshow .slideshowElementContent.slideshowMerge-1-1:after {
	display: block;
	content: '';
	clear: both;
	height: 1px;
	visibility: hidden;
}


.slideshowControl-Next-all,
.slideshowControl-Previous-all {
	display: none;
	position: absolute;
	top: 50%;
	width: 3.5em;
	height: 3.5em;
	margin-top: -1.75em;
}

.slideshowControl-Next-all {
	right: 3em;
}

.slideshowControl-Previous-all {
	left: 3em;
}

.slideshowElementContent .innerA {
	margin: 0.625em;
	text-align: center;
}

.slideshow-DotNav {
	display: none;
}

.slideshowElement h1,
.slideshowElement h2,
.slideshowElement h3,
.slideshowElement h4,
.slideshowElement h5,
.slideshowElement h6 {
	color: black;
}

.slideshowElement h3 {
	margin-top: 2rem;
	margin-bottom: 0;
	font-size: 1rem;
}

.slideshowElement p {
	font-size: .8rem;
}

@media screen and (min-width: 47em) {
	.slideshowElement {
		/* min-height: 400px; */
	}

/*	.slideshowElementContent .innerA {
		display: table;
		height: 100%;
		margin: 1em;
		margin-right: 8em;
		margin-top: 0;
	}

	.slideshowElementContent .innerB {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
	}
*/

	.slideshowControl-Next-all,
	.slideshowControl-Previous-all {
		display: block;
	}
}


.ce_htmslideshow[data-slideshow-mode="minimal-element-width"] .slideshowElement img {
	min-width: initial;
	max-width: initial;
	width: auto;
	height: 30vh;
}

.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"] {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

@media all and (min-width: 1000px) {

	.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"] {
		margin-bottom: 150px;
	}
}

.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"] .slideshowElementBackground {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"] .slideshowElementContent .innerA {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"] .slideshowElementContent .innerB {
	position: absolute;
	width: 100%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}


.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"]  .slideshowElement {
	height: 40vh;
}

.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"]  .slideshowElementContent.slideshowElementContent.slideshowMerge-0-1,
.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"]  .slideshowElementContent.slideshowElementContent.slideshowMerge-1-1 {
	min-height: 100%;
	width: 48%;
}


@media all and (max-width: 1000px) {

	.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"]  .slideshowElementContent.slideshowElementContent.slideshowMerge-0-1,
	.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"]  .slideshowElementContent.slideshowElementContent.slideshowMerge-1-1 {
		min-height: 100%;
		width: 100%;
		float: none;
	}

}

.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"]  .slideshowElementContent .innerA {
	padding: 0;
	margin: 0;
	opacity: 0;
/*	transition: opacity 2s ease-out;*/
	transition: all 1.5s ease-out;
	background: white;
}

.ce_htmslideshow[data-slideshow-mode="text-overlay-hover"]  .slideshowElementContent:hover .innerA {
	opacity: 1;
}

.slideshowContainer.maxHeight-80percent img {
	max-height: 80vh;
}

.slideshowContainer.maxHeight-100percent img {
	max-height: 100vh;
}

.slideshowContainer.maxHeight-default img {
	max-height: 740px;
}
