.slick-slider .slick-arrow{
	background-color:gray;
	z-index:9;
}

.slick-slider .slick-prev{
	left:25px;
}

.slick-slider .slick-next{
	right:25px;
}

section .slick-dots li button:before{
	color:transparent;
	opacity:1;
	/* width: 6px; */
	width: 9px;
	border-radius: 100%;
	/* height: 6px; */
	height: 9px;
	line-height: 10px;
	border: 1px solid #fff;
	font-size:4px;
}

section .slick-dots li.slick-active button:before{
	color:#fff;
	border:0;
	font-size:9px;
}

section .slick-dots li button{
	width: 9px;
	height: 9px;
	padding: 0;
}

section .slick-dots li{
	width: 9px;
	height: 9px;
	display:block;
}

section.m23_header_startseite .slick-dots,
section.m22_header_unterseite .slick-dots{
	display:table;
	width:9px;
	top: 50%;
	transform: translateY(35%);
}

section.m23_header_startseite .slider_bullets_cur_slide,
section.m22_header_unterseite .slider_bullets_cur_slide{
	position:absolute;
	top: -285px;
}

section.m23_header_startseite .slick-dots li,
section.m22_header_unterseite .slick-dots li{
	margin: 18px 0;
}

section.m23_header_startseite .slider_bullets_line,
section.m22_header_unterseite .slider_bullets_line{
	height: 209px;
	top: -240px;
	border-right: 1px solid rgba(255, 255, 255, .5);
	right: calc(50% - 1px);
	position: absolute;
}

section.m23_header_startseite .slider_bullets_cur_slide span,
section.m22_header_unterseite .slider_bullets_cur_slide span {
	font-weight: 700;
}