.ce_rsce_heroslider {
	margin-bottom: 4.5rem;
	position: relative;
	/* border: 1px solid red; */
	/* height: calc( var(--vh, 1vh) * 100 - var(--header-height) - var(--indent) ); */
}
.ce_rsce_heroslider__inner {
	position: relative;
	height: 100%;
}
.ce_rsce_heroslider__slides {
	position: relative;
	height: 100%;
}
.ce_rsce_heroslider__slide {
	position: absolute;
	width: 100%;
	height: 100%;
	/* border: 1px solid red; */
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr;
	visibility: hidden;
}
.ce_rsce_heroslider__text {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* width: 100%; */
	/* height: 100%; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* flex-direction: column; */
	/* color: white; */
	/* visibility: hidden; */
	padding-left: 1rem;
	padding-right: 10%;
	grid-column: span 2;
}
.ce_rsce_heroslider__zitat {
	font-size: var(--xl);
	/* visibility: hidden; */
	color: var(--color1);
	margin-bottom: 0.7rem;
	line-height: 126%;
}
.ce_rsce_heroslider__autor {
	font-size: var(--md);
	/* visibility: hidden; */
	color: var(--color1);
}
.ce_rsce_heroslider__image {
	/* height: 700px; */
	/* visibility: hidden; */
	width: 100%;
	/* border: 1px solid red; */
}
.ce_rsce_heroslider__image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ce_rsce_heroslider__image1 {
	grid-column: 2;
}
.ce_rsce_heroslider__image2 {
	grid-column: 1;
	grid-row: 1;
}
.ce_rsce_heroslider__index {
	/* margin-bottom: 3rem; */
	text-align: center;
	padding-top: 1rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: none;
}
.ce_rsce_heroslider__switch {
	display: inline-block;
	padding: 0.7rem;
	
}
.ce_rsce_heroslider__switch:hover span {
	background-color: var(--color1);
}
.ce_rsce_heroslider__switch span {
	display: block;
	border-radius: 50%;
	width: .5rem;
	height: .5rem;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
	
}
.ce_rsce_heroslider__switch.active span {
	background-color: var(--color1);
	
}
.ce_rsce_heroslider__nav {
	display: flex;
	position: absolute;
	/* width: 5rem; */
	/* height: 5rem; */
	bottom: 0rem;
	right: 0rem;
}
.ce_rsce_heroslider__nav a {
	/* width: 7rem; */
	/* position: absolute; */
	/* left: 0rem; */
	/* top: 0rem; */
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid; */
	padding: 1.5rem;
}
.ce_rsce_heroslider__nav a:hover svg {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
}
.ce_rsce_heroslider__nav a svg {
	display: block;
	stroke: var(--color3);
	width: 2rem;
	height: auto;
	opacity: .7;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.ce_rsce_heroslider__nav a:nth-of-type(2) {
	/* right: 0rem; */
	/* left: auto; */
}
@media screen and (min-width: 768px){
	.ce_rsce_heroslider {
		height: 700px;
		
	}
	.ce_rsce_heroslider__text {
		padding: 2rem;
		grid-column: 3;
		padding-right: 2rem !important;
	}	
	
}

