.slidercontainer
{
width:100%;
/* height:520px; */
height:266px;
margin: auto;
}
.slidercontainer DIV
{
width:100%;
height:100%;
position:relative;
}
.slider0
{
background:url('./img/slider/grafik.jpg') no-repeat center;
}
.slider1
{
background:url('./img/slider/slider1.jpg') no-repeat center;
}
.slider2
{
background:url('./img/slider/slider2.jpg') no-repeat center;
}
.slider3
{
background:url('./img/slider/slider7.jpg') no-repeat center;
}
.slider4
{
background:url('./img/slider/slider4.jpg') no-repeat center;
}
.slider4 .sliderbody{
	text-align:right;
}
.slider5
{
background:url('./img/slider/slider5.jpg') no-repeat center;
}
.slider6
{
background:url('./img/slider/slider6.jpg') no-repeat center;
}
.slider7
{
background:url('./img/slider/SM1.jpg') no-repeat center;
background-size: cover;
}
.slider8
{
background:url('./img/slider/HISION2.jpg') no-repeat center;
background-size: cover;
background-position: center bottom;
}

.promo_text{
max-width: calc(100% - 40px);
margin-left: 40px;
}
.slidercontainer .bodytext{
width:1200px;
display:flex;
justify-content:center;
align-items: center;
}
.slick-next{
right: 40px !important;
}
.slick-prev{
left: 40px !important;
z-index: 2;
}
.slick-dots{
bottom: -35px !important;
}
.slick-dotted.slick-slider{
	margin-bottom:50px !important;
}
.sliderlogo{
/* max-width: 100px; */
max-height: 60px;
display: inline-block !important;
}
.slidertext{
	color:#fff;
}
.sliderbody{
	height:unset !important;
}