@charset "UTF-8";
/* CSS Document */

.carousel {
	margin: auto;
}
.carouselSingle {
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	height: 100%;
	width: 100%;
}
.carouselSingle .slick-list {
	top: 0px;
}
.item {
	margin: 0px 15px;
	background-color: rgba(255,255,255,1);
	padding: 25px 30px 30px 30px;
	box-sizing: border-box;
	text-decoration: none;
	cursor: default;
}

.item h2 {
	font-size: 2em;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.item p {
	font-size: 1em;
	color: #333;
	text-align: center;
}
.itemBalken {
	margin: 0px 15px;
	background-color: rgba(38,51,90,1);
	padding: 25px 30px 10px 30px;
	box-sizing: border-box;
	text-decoration: none;
}
.itemBalken:hover {
	background-color: #668BB2;
}
.itemBalken h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
}
.itemBalken p {
	font-size: 1em;
	color: #fff;
	margin-bottom: 20px;
}
.itemBalken p.lead {
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 20px;
}
.itemBalken p.small {
	font-size: 0.9em;
	color: #fff;
	margin-bottom: 0;
}
.itemBalken p.news {
	font-weight: bold;
}
.itemSingle {
	min-height: 450px !important;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	width: 26px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	transform: translate(0, -50%);
	opacity: 0.7;
	border: none;
	outline: none;
	background: url(../images/arrow_prev.png) no-repeat center center;
	background-size: 23px;
	border-radius: 50%;
	z-index: 1000;
}
.slick-next {
	transform: translate(0, -50%) rotate(180deg);
	right: -26px;
}
.slick-prev {
	left: -26px;
}
.button {
	display: inline-block;
	padding: 10px 15px;
	background-color: #26335a;
	color: #fff;
	border-radius: 7px;
	text-align: center;
	font-size: 0.9em;
	line-height: 125%;
	font-weight: bold;
}
.HeaderSliderInhalt .button {
	font-size: 0.75em;
}
.button.responsiv {
	display: none;
}

.button:hover {
	background-color: #668BB2;
	color: #26335a;
}
.boxes a.button {
	margin-top: 20px;
}

footer a {
	color: #fff;
}

@media only screen and (max-width: 1095px) {

}

@media only screen and (max-width: 768px) {
.itemBalken {
	margin: 0px 0px;
}
.itemSingle {
	min-height: 350px !important;
}
.boxes .button {
	display: none;
}
.boxes .button.responsiv {
	display: inline-block;
}
	
}

@media only screen and (max-width: 414px) {
}
