.a11ysliderwrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1em;
	margin: 0 auto;
	max-width: 100%;
}

.a11ysliderwrapper .slider {
	display: flex;
	list-style: none;
	margin: 10px 50px 20px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	clear: both;
}
.a11ysliderwrapper .slider.a11y-slider{
	list-style-type: none;
}
.a11ysliderwrapper .slider.a11y-slider li{
	list-style-type: none;
}

.a11ysliderwrapper .slider>li {
	display: block;
	flex: 0 0 auto;
	height: 630px;
	padding: 0 0px;
}

.a11ysliderwrapper .slider>li>div {
	/*
	display: flex;
	align-items: center;
	justify-content: center;
	*/
	height: 100%;
}

.a11ysliderwrapper .a11y-slider-next {
	float: right;
}

.a11ysliderwrapper .a11y-slider-active {
	
}

.a11ysliderwrapper .a11y-slider-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.a11ysliderwrapper .a11y-slider-dots>li {
	display: block;
	margin: 0 10px;
}

.a11ysliderwrapper .a11y-slider-dots>li>button {
	border: 1px solid grey;
	border-radius: 100%;
	background: none;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	padding: 0;
}

.a11ysliderwrapper .a11y-slider-dots>li>button.active {
	background: #d7d0e9;
}

.a11ysliderwrapper .a11y-slider-autoplay[data-autoplaying="false"]::after {
	content: ' (Pause)';
}

.a11ysliderwrapper .a11y-slider-autoplay[data-autoplaying="true"]::after {
	content: ' (Play)';
}

.a11ysliderwrapper .a11y-slider-autoplay {
	border:1px solid #000;
	background:#fff;
	border-radius:0;
	cursor:pointer;
}

.a11ysliderwrapper .a11y-slider-autoplay:hover,
.a11ysliderwrapper .a11y-slider-autoplay:focus {
	background:#016956;
	color:#fff;
}

/* Specific Styling */


.a11ysliderwrapper #s-3 {
}

.a11ysliderwrapper #s-3>* {
	width: 100%;
}

.a11ysliderwrapper .custom-area {
	padding: 2px;
}

.a11ysliderwrapper .custom-area .a11y-slider-dots li > * {
	cursor: pointer;
}

.a11ysliderwrapper .dola11yelement {
	display:flex;
}
.a11ysliderwrapper .dola11yelement .dola11yleft {
	width:65%;
	margin-right:5%;
}
.a11ysliderwrapper .dola11yelement .dola11yright {
	width:30%;
	align-self: center;
}

.a11ysliderwrapper .dola11yelement .dola11yimg img {
	max-height:100% !important;
	width:auto !important;
	margin-top: 50px;
}
.a11ysliderwrapper button.a11y-slider-prev{
  position: absolute;
  top: 50%;
  z-index: 2;
  left:0;
  text-indent: -99999px;
  text-align: left;
  border: none;
  background: transparent url(/wp-content/plugins/dolslider/assets/links.png) no-repeat scroll 0 0 / contain;
  width:50px;
  height:50px;
  cursor:pointer;
}
.a11ysliderwrapper button.a11y-slider-next{
  position: absolute;
  top: 50%;
  z-index: 2;
  right:0;
  text-indent: -99999px;
  text-align: left;
  border: none;
  background: transparent url(/wp-content/plugins/dolslider/assets/rechts.png) no-repeat scroll 25px 0 / contain;
  width:50px;
  height:50px;
  cursor:pointer;
}
.a11ysliderwrapper button.a11y-slider-prev:hover,
.a11ysliderwrapper button.a11y-slider-next:hover {
	opacity:0.5;
}

.a11ysliderwrapper .dola11ydate,
.a11ysliderwrapper .dola11yauthors {
	display:block;
}
.a11ysliderwrapper .dola11ycatname {
	font-size:50px;
}

.a11ysliderwrapper .dola11ycat{
  position: absolute;
  background: #fff;
  padding: 20px 20px 0px 20px;
  z-index: 2;
  min-width:464px;
}
.a11ysliderwrapper .custom-area {
  padding: 2px;
  margin-left: 50px;
position: absolute;
top: 130px;
z-index: 2;
}

.a11ysliderwrapper .custom-area button{
  cursor:pointer;
}

@media screen and (max-width: 768px) {
	.a11ysliderwrapper .dola11yelement .dola11yleft {
		width:47.5%;
		margin-right:5%;
	}
	.a11ysliderwrapper .dola11yelement .dola11yright {
		width:47.5%;
		align-self: flex-start;
	}
	
	.a11ysliderwrapper .slider {
	  margin: 10px 0px 20px;
	}
	
	.a11ysliderwrapper .dola11ycat {
	  position: static;
	  background: #fff;
	  padding: 20px 20px 0px 20px;
	  z-index: 2;
	  width: 100%;
	  min-width: 100%;
	  display: block;
	}
	.a11ysliderwrapper .dola11yelement .dola11yimg img {
	  margin-top: 0px;
	}
	.a11ysliderwrapper .custom-area {
	  position: static;
	}
}

@media screen and (max-width: 580px) {
	
	.a11ysliderwrapper .dola11yelement {
		flex-direction: column;
		width:100%;
	}
	
	.a11ysliderwrapper .dola11yelement .dola11yleft {
		width:100%;
		margin-right:0%;
	}
	.a11ysliderwrapper .dola11yelement .dola11yright {
		width:100%;
	}
	.a11ysliderwrapper .dola11ycat{
	  min-width:200px;
	}
	.a11ysliderwrapper .dola11ycatname {
	font-size:25px;
	}
	.a11ysliderwrapper .slider>li {
	height: auto;
	}
	
	.a11ysliderwrapper button.a11y-slider-prev{
	  top: 25%;
	  background: #fff url(/wp-content/plugins/dolslider/assets/links.png) no-repeat scroll 0 0 / contain;
	}
	.a11ysliderwrapper button.a11y-slider-next{
	  top: 25%;
	  background: #fff url(/wp-content/plugins/dolslider/assets/rechts.png) no-repeat scroll 25px 0 / contain;
	}
	.a11ysliderwrapper .custom-area {
	  margin-left: 0px;
	}
	
}

