.slider-for{
	/*width: 500px;
	height: 250px;*/
	margin: 30px auto 1px;
	overflow: hidden;
}
.slider-for .simg img{
	width: 100%;
	min-height: 100%;
}
.slider-nav{
	/*width: 500px;
	height: 85px;*/
	margin: auto;
}
.slider-nav .item{
-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.14);
box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.14);
background:white;
}
.slider-nav .slick-track{
	/*height: 85px;*/
	height: auto;
}
.slick-arrow{
		position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}

.slick-prev, .slick-next{
	font-size: 20px;	
	color: #939393;
}

.slick-prev:hover, .slick-next:hover{
	cursor:pointer;
}

.slickheader{
	background-color:#f2f2f2;
}

  .slick-slide {
    margin: 0 37px;
	margin-bottom: 4px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -37px;
  }
  
  .slider-for  .slick-slide {
    margin: 0;
  }
  
  
  .steaser-timg img{
	  width:100%;
  }  
  
  .steaser-timg{
	 height: 95px;
overflow: hidden;
  }
  
  .steaser-date{
	  width: 100%;
background: #008650;
color: white;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
text-transform: uppercase;
  }
  
  .steaser-title{
	  text-transform: uppercase;
color: #008650;
font-size: 18px;
padding-top: 10px;
padding-bottom: 10px;
  }
  
  .steaser-link{
	padding-top: 7px;
padding-bottom: 9px;  

  }
  
  .steaser-content, .steaser-link, .steaser-title, .steaser-date{
	padding-left:5px;
padding-bottom:5px;  
  }
  
  .steaser-date {
    padding-bottom: 10px;
}
  
  .shead .simg{
	  float:left;
	  width:70%;
  }  
  .shead .ssponsoren{
	  float:left;
	  width:30%;
  }  
  
  .shead .ssponsoren h1{
	 margin-bottom: 0;
  }
  
  .shead .simg img{
	  padding-right: 20px;
  }  
  .shead .sdate{
	  width:185px;
	  text-align:center;
	  padding-top: 8px;
padding-bottom: 10px;
	  margin-bottom:20px;
	  background: #008650;
color: white;
text-transform:uppercase;
margin-top: 5px;
  }
  
  .scontent, .stitle{
	  clear:both;
  }
  
  .stitle{
	  color:#008650;
	  text-transform:uppercase;
	  font-size:20px;
	  padding-top:30px;
	  padding-bottom:10px;
  }
 
 
 @media (max-width: 970px) {
    .slick-slide {
    margin: 0 20px;
	}
}