
/* ############################################################
	090 - FOTO-INFOSLIDER
############################################################ */

/* Modul-Box */
.mdl090-modul-box {
	margin-bottom: 45px;
}
@media (min-width: 1020px) {
	.mdl090-modul-box {
		margin-bottom: 0;
	}
}


/* Slider */
.mdl090-slider,
.mdl090-item,
.mdl090-image {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.mdl090-slider {
	width: calc(100% + 50px);
	margin-left: -25px;
	margin-bottom: 0;
}
.mdl090-item {
	padding-bottom: 17px;
}
	/* Bildbox */
	.mdl090-image {
		height: calc(var(--m090-height, 1vh) * 100);
		max-height: calc(100vw * 0.95);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	/* Textbox */
	.mdl090-text {
		z-index: 2;
		position: relative;
		width: calc(100% - 50px);
		margin-top: -30px;
		margin-left: 25px;
		padding: 20px 25px 50px;
		background-color: var(--main-color-white);
	}
@media (min-width: 1020px) {
	.mdl090-slider {
		width: calc(100% + 30px);
		height: 100vh;
		height: calc(var(--m090-height, 1vh) * 100);
		margin-left: -30px;
	}
	.mdl090-item {
		padding-bottom: 0;
	}
	
		/* Bildbox */
		.mdl090-image {
			width: calc(6 * var(--col-width-1));
			height: 100vh;
			height: calc(var(--m090-height, 1vh) * 100);
			max-height: none;
		}

		/* Textbox */
		.mdl090-text {
			position: absolute;
			top: calc(((var(--m090-height, 1vh) * 100) / 5) * 2);
			right: 0;
			width: calc((5 * var(--col-width-1)) - 30px);
			padding: 55px 50px 75px;
			background-color: var(--main-color-white);
		}
}
@media (min-width: 1280px) {
	/* Bildbox */
	.mdl090-image {
		width: calc(7 * var(--col-width-1));
	}

	/* Textbox */
	.mdl090-text {
		width: calc((4 * var(--col-width-1)) - 30px);
	}
}


/* Header */
.mdl090-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 24px;
	font-size: 0.875rem; /* 14px */
	line-height: 1.3125rem; /* 21px */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
	.mdl090-header-data-span {
		display: inline-block;
		height: 24px;
		margin: 0 15px;
		border-right: 1px solid var(--main-color-2);
	}
@media (min-width: 1020px) {
	.mdl090-header {
		height: 34px;
		font-size: 1rem; /* 16px */
		line-height: 1.5rem; /* 24px */
	}
		.mdl090-header-data-span {
			height: 34px;
			margin: 0 28px;
		}
}


/* Titel */
.mdl090-text h2 {
	margin: 0;
	font-family: "SohoGothicBold";
	font-size: 1rem; /* 16px */
	line-height: 1.5rem; /* 24px */
}
@media (min-width: 1020px) {
	.mdl090-text h2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 1.375rem; /* 22px */
		line-height: 2rem; /* 32px */
	}
}


/* Lead */
.mdl090-lead {
	font-size: 0.875rem; /* 14px */
	line-height: 1.375rem; /* 22px */
}
@media (min-width: 1020px) {
	.mdl090-lead {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		font-size: 1.375rem; /* 22px */
		line-height: 2rem; /* 32px */
	}
}


/* Abstände */
.mdl090-header + h2 {
	margin-top: 15px;
}
.mdl090-text h2 + .mdl090-lead {
	margin-top: 7px;
}
@media (min-width: 1020px) {
	.mdl090-header + h2 {
		margin-top: 30px;
	}
	.mdl090-text h2 + .mdl090-lead {
		margin-top: 24px;
	}
}


/* Button */
.mdl090-button {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	bottom: -17px;
	left: 25px;
	min-width: 98px;
	height: 34px;
	padding-left: 10px;
	padding-right: 13px;
	background-color: var(--main-color-2);
	font-size: 0.875rem; /* 14px */
	line-height: 1.375rem; /* 22px */
	color: var(--main-color-white);
}
@media (min-width: 1020px) {
	.mdl090-button {
		bottom: -27px;
		left: 50px;
		min-width: 158px;
		height: 55px;
		padding-left: 24px;
		padding-right: 24px;
		font-size: 1.375rem; /* 22px */
		line-height: 2rem; /* 32px */
		-o-transition: color 0.3s ease, background 0.3s ease;
		-ms-transition: color 0.3s ease, background 0.3s ease;
		-moz-transition: color 0.3s ease, background 0.3s ease;
		-webkit-transition: color 0.3s ease, background 0.3s ease;
		transition: color 0.3s ease, background 0.3s ease;
	}
	.mdl090-button:hover {
		background-color: var(--main-color-1);
		color: var(--main-color-2);
	}
}


/* Events */
@media (min-width: 1020px) {
	.mdl090-events a.link-events {
		right: -15px;
	}
}


/* Navigation */
.mdl090-slick-prev,
.mdl090-slick-next {
	z-index: 3;
	position: absolute;
	display: block;
	bottom: -45px;
	width: 75px;
	height: 24px;
	padding: 0;
	border: none;
	outline: none;
	font-size: 0; /* um Text (Previous/Next) zu verstecken */
	background: none;
}
.mdl090-slick-prev {
	left: calc(50% - 90px);
}
.mdl090-slick-next {
	right: calc(50% - 90px);
}
	.mdl090-slick-prev svg,
	.mdl090-slick-next svg {
		display: block;
		width: 75px;
		height: auto;
		fill: var(--main-color-white);
	}
	.mdl090-slick-prev svg {
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
@media (min-width: 1020px) {
	.mdl090-slick-prev,
	.mdl090-slick-next {
		bottom: -71px;
	}
	.mdl090-slick-prev {
		left: auto;
		right: 105px;
	}
	.mdl090-slick-next {
		right: 0;
	}
		.mdl090-slick-prev svg,
		.mdl090-slick-next svg {
			-o-transition: fill 0.3s ease;
			-ms-transition: fill 0.3s ease;
			-moz-transition: fill 0.3s ease;
			-webkit-transition: fill 0.3s ease;
			transition: fill 0.3s ease;
		}
		.mdl090-slick-prev:hover svg,
		.mdl090-slick-next:hover svg {
			fill: var(--main-color-1);
		}
}

