
* {
	box-sizing: border-box;
}

.slider {
		width: 100%;
		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: 900px;
	width: 320px;
	background-size: cover;
	background-repeat:no-repeat;
	background-color: #f5f5f5;
}
.item-container
{
	position: absolute;
	font-family: 'Raleway', sans-serif;

	width: 100%;
	height: 100%;
	display: block;
	bottom: 0px;
  max-width: 320px;
	padding: 0px 20px 0 20px;
	z-index: 0;
}
.item-headline {
	color: #000;
	font-weight: 600;
	height: 34px;
	overflow: hidden;
}
.item-teaser {
	color: #000;
	height: 100%;
	overflow: hidden;
}
.item-location
{
	margin-top: 0px;
	font-size: medium;
	color: #000;
	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: 11px;
}
.slick-prev::before 
{	
  color: black;
	background-color: transparent !important;
}
.slick-next::before {	
  color: black;
	background-color: transparent !important;
}
.site .button:not(:hover):not(:active):not(.has-background), button:not(:hover):not(:active):not(.has-background), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent !important;
}

@media (min-width: 1280px) {
	.item
	{
		width: 400px;
	}
}