.slideshow {
	min-height: 800px;
}


.slideshowContainer {
	position: relative;
}

.clickable {
	cursor: hand;
	cursor: pointer;
}

.slideshowElement {
/*	min-height: 300px; */
}

.slideshowElementContent {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(68, 68, 68, 0.6);
	color: white;
	padding-bottom: 1.25rem;
/*	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d; */
}

.slideshowElement hr {
	width: 6.25em;
	border: none;
	border-bottom: 0.4375em solid white;
	margin: 0;
	padding: 0;
	margin-bottom: 0.625em;
}

body .slideshowElementContent p {
	padding-top: 1.25em;	
}

.slideshowElementContent h1,
.slideshowElementContent h2,
.slideshowElementContent h3,
.slideshowElementContent h4,
.slideshowElementContent h5,
.slideshowElementContent h6,
.slideshowElementContent p,
.slideshowElementContent a,
.slideshowElementContent a:link,
.slideshowElementContent a:visited {
	color: white;
	padding-top: .25rem;
	margin-bottom: 0.125rem;
	max-width: 400px;
}
/*
.slideshowElementContent .inner {
	position: relative;
	top: 50%;
	margin-top: -1em;
	margin-left: 1em;
	transform: translateY(-50%);
}
*/

/* innerA / innerB for vertical-align: middle */
.slideshowElementBackground {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

.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;
}

.slideshowPlane {
background: rgba(68, 68, 68, 1);
z-index: -1;
}

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

.slideshowElementContent .innerA {
	margin: 0.625em;
}

/* .slideshow-readMore:before {
	display: inline-block;
	content: url(/system/modules/livslider/assets/images/arrowNext.svg);
	width: .35em;
	height: .35em;
	margin-right: .25em;
} */

.slideshow-DotNav {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.slideshow-DotNav a,
.slideshow-DotNav a:visited,
.slideshow-DotNav a:link {
	color: white;
	font-size: 3em;
	padding: 0 .1em;
	margin: 0;
	line-height: 1em;
}

.slideshow-DotNav a.active:link,
.slideshow-DotNav a:hover {
	color: #818181; 
	text-decoration: none;
}


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

	.slideshow-DotNav {
		display: none;
	}

	.slideshowElement {
		min-height: 480px;
	}

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

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

	.slideshowElementContent {
		position: static;
		width: 40%;
		height: 100%;
		float: right;
	}

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