
* {
	box-sizing: border-box;
}

.slider {
		width: 90%;
		margin: 0px auto;
}

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}


.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}
/**
* Inhalt
*/
.item
{
	height: 400px;
	width: 320px;
	background-size: cover;
	background-repeat:no-repeat;
	background-color: #0090DF;
}
.item-container
{
	position: absolute;
	font-family: 'Raleway', sans-serif;
	background-color: rgba(9, 143, 201, 0.6);
	width: 100%;
	height: 50%;
	display: block;
	bottom: 0px;
  max-width: 320px;
	padding: 20px 20px 0 20px;
	z-index: 0;
}
.item-headline {
	color: #fff;
	font-weight: 600;
	height: 120px;
	overflow: hidden;
}
.item-teaser {
	color: #fff;
	height: 95px;
	overflow: hidden;
}
.item-location
{
	margin-top: 8px;
	font-size: medium;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 175px;
	height: 400px;
	overflow: hidden;
}
.item-btn {
	width: 50px;
	height: 20px;
	background-image: url('../img/arrow-white.png');
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-top: -40px;
}