/*! http://responsiveslides.com v1.55 by @viljamis */

/* ************************************************** */
/* ************************************************** */
/* ************************************************** */
/* DESKTOP SLIDER */
/* ************************************************** */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  /* display: none; */
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides > li:first-child {
  position: relative;
  display: block;
  float: left;
  }
/*
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }*/




/* ************************************************** */
/* ************************************************** */
/* ************************************************** */
/* MOBILE SLIDER */
/* ************************************************** */

.rslides_container-mobile{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
}
		
.rslides-mobile {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
}

.rslides-mobile > li {
		-webkit-backface-visibility: hidden;
		width: 100%;
		left: 0;
		top: 0;
}

.slideshow_element-mobile {
		width: 100%;
		max-height: 600px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
}

.slider-img-mobile{
		text-align:center;
		height: 206px;
}

.slider-img-mobile img{
		height: 206px;
		width:100%;
		object-fit: cover;
		object-position: 62% 0;
}

.slider-img-mobile a > img{
		height: 206px;
		width:100%;
}

.slider-text-mobile{
		text-align:center;
		padding: 5.5% 8%;
}

.zeile-ohne-bild-mobile{
	font-size: 20px;
}

.slider-text-mobile .zeile1-mobile{
		font-size: 24px;
}

.slider-text-mobile .zeile2-mobile{
		font-size: 18px;
}


.slider-button-mobile{
		margin-bottom: 5.5%;
}

.slider-button-mobile a{
		text-align:center;
		text-decoration:none;
}

.slider-button-mobile a > div{		
		padding-left: 4%;
		padding-right: 0;
		padding-top: 2.8%;
		padding-bottom: 2.8%;
		background-color: #f18919;
		border-radius: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 3%;
		margin-right: 3%;
		font-weight: 400;
		font-size: 16px;
}

.slider-inner-button-text-mobile{
		color:white;
		font-weight: 400;
		text-align: center;
		margin-right:10%;
}

.slider-inner-button-img-mobile{
		display:flex;
		align-items:center;
		justify-content:center;
}

.slider-inner-button-mobile img{
		max-width: 50%;
		object-fit: none;
}

/*
.slider-button a > div::after{
		content: url("/layout/mobile/startseite/slider/bilder/icon_r_arrow_spitze_grau.svg") no-repeat;
}
*/



@media (max-width: 500px) {

		/* Vor- Zurückbutton */

		.slide_wrap .rslides_nav.prev {
			left: 12px;
			transform: rotate(180deg);
		}
		
		.slide_wrap .rslides_nav.next {
			left: auto;
			right: 12px;
		}
		
		.slide_wrap .rslides_nav {
			background: rgba(100, 100, 100, 0.5) url("/bilder/startseite/banner/mobile/icon_r_arrow_spitze_grau.svg") no-repeat scroll center center;
			border: 1px solid transparent;
			border-radius: 100%;
			height: 30px;
			margin-top: -25px;
			opacity: 0.7;
			overflow: hidden;
			position: absolute;
			text-decoration: none;
			text-indent: -9999px;
			top: 115px;
			width: 30px;
			z-index: 3;
			background-size: 100%;
			background-position:60%;
		}
		
		
		/* Bar unter Slider, zeigt an auf welchem Bild man ist*/
		ul.rslides_tabs.rslides2_tabs {
				text-indent: 0;
				z-index: 3;
				display: flex;
				flex-wrap: nowrap;
				justify-content: space-between;
				align-items: center;
				list-style:none;
				width:40%;
				padding: 0;
		}
		
		.rslides_tabs.rslides2_tabs a{
				background: #f2f3f5 none repeat scroll 0 0;
				display:flex;
				font-size: 0;
				height: 4px;
				transition: backgrounds 0.25s ease 0s;
				width: 20px;
				flex-wrap:nowrap;
		}
		
		
		.rslides_tabs.rslides2_tabs li{
				text-align: center;
				height: 4px;
		}
		
		.rslides_tabs.rslides2_tabs li.rslides_here a{
				background:#0E0E0F;
		}
}

