
/* ############################################################
	NEWS-KARUSSELL
############################################################ */

/* Modultitel */
.mdl-art-021 h2.modultitel {
	margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
	.mdl-art-021 h2.modultitel {
		margin-bottom: 100px;
	}
}

/* Modul-Abstände */
.mdl-art-021 {
	overflow: hidden;
	width: calc(100% + 40px);
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (min-width: 768px) {
	.mdl-art-021 {
		width: calc(100% + 100px);
		margin-left: -50px;
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (min-width: 1600px) {
	.mdl-art-021 {
		width: calc(100% + 200px);
		margin-left: -100px;
		padding-left: 100px;
		padding-right: 100px;
	}
}


/* OWL-Carousel */
.mdl021-carousel {
    max-width: 100vw;
    height: auto;
}
	.mdl021-carousel .owl-stage-outer {
		overflow: visible;
		width: 100vw;
		font-size: 0;
		line-height: 0;
	}
		.mdl021-carousel .owl-stage {
			padding-left: 0 !important;
			display: inline-flex;
			justify-content: left;
		}
			.mdl021-carousel .owl-stage > .owl-item {
				float: none;
				border-radius: 10px;
				background-color: var(--main-color-white);
				overflow: hidden;
			}
				.mdl021-carousel .owl-item > .link-item {
					display: flex;
					flex-direction: column;
					justify-content: flex-start;
					flex-wrap: wrap;
					width: 235px; /*calc((9 * var(--col-mdl021-1)) + (8 * var(--gap))) */
					height: 100%;
					margin: 0;
					padding: 0;
					color: var(--main-color-1);
				}
				.mdl021-carousel .owl-item > a.link-item:hover {
					color: var(--main-color-1);
				}
@media screen and (min-width: 480px) {
	.mdl021-carousel .owl-item > .link-item {
		width: 325px;
	}
}
@media screen and (min-width: 768px) {
	.mdl021-carousel .owl-item > .link-item {
		width: 428px; /* calc((8 * var(--col-mdl021-1)) + (7 * var(--gap))) */
	}
	.mdl021-carousel .owl-item > .link-item.aktion {
		width: 368px; /* calc((7 * var(--col-mdl021-1)) + (6 * var(--gap))) */
	}
}
@media screen and (min-width: 992px) {
	.mdl021-carousel .owl-item > .link-item {
		width: 578px;
	}
	.mdl021-carousel .owl-item > .link-item.aktion {
		width: 500px;
	}
}
@media screen and (min-width: 1200px) {
	.mdl021-carousel .owl-item > .link-item {
		width: 429px; /* calc((5 * var(--col-mdl021-1)) + (4 * var(--gap))) */
	}
	.mdl021-carousel .owl-item > .link-item.aktion {
		width: 333px; /* calc((4 * var(--col-mdl021-1)) + (3 * var(--gap))) */
	}
}
@media screen and (min-width: 1600px) {
	.mdl021-carousel .owl-item > .link-item {
		width: 540px;
	}
	.mdl021-carousel .owl-item > .link-item.aktion {
		width: 417px;
	}
}
@media screen and (min-width: 1920px) {
	.mdl021-carousel .owl-item > .link-item {
		width: 674px;
	}
	.mdl021-carousel .owl-item > .link-item.aktion {
		width: 524px;
	}
}
@media screen and (min-width: 2560px) {
	.mdl021-carousel .owl-item > .link-item {
		width: 940px;
	}
	.mdl021-carousel .owl-item > .link-item.aktion {
		width: 737px;
	}
}


/* Navigation */
/* Reset */
.mdl021-carousel .owl-nav button {
	position: relative;
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.mdl021-carousel .owl-nav {
	display: inline-flex;
	justify-content: flex-end;
	width: 100%;
	height: 40px;
	margin-top: 40px;
	font-size: 0;
	line-height: 0;
}
.mdl021-carousel .owl-nav .owl-next {
	margin-left: 20px;
}
	.mdl021-carousel .owl-nav .owl-prev span, .mdl021-carousel .owl-nav .owl-next span {
		cursor: pointer;
		display: inline-block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-image: url("../../lkw/Images/Elemente/Button_Nav_Blau.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-color: var(--main-color-5);
	}
	.mdl021-carousel .owl-nav .owl-prev span {
		transform: rotate(180deg);
	}
	.mdl021-carousel .owl-nav .owl-prev.disabled span, .mdl021-carousel .owl-nav .owl-next.disabled span {
		cursor: default;
		opacity: 0.5;
	}
@media screen and (min-width: 992px) {
	.mdl021-carousel .owl-nav .owl-prev span, .mdl021-carousel .owl-nav .owl-next span {
		transition: all 300ms var(--cubic-bezier);
	}
	.mdl021-carousel .owl-nav .owl-prev:not(.disabled):hover span, .mdl021-carousel .owl-nav .owl-next:not(.disabled):hover span {
		background-image: url("../../lkw/Images/Elemente/Button_Nav_Weiss.svg");
		background-color: var(--main-color-7);
	}
}


/* Text-Box */
.mdl021-carousel .content-wrapper {
	position: relative;
	width: 100%;
	padding: 46px 15px 30px;
	font-size: 1rem; /* 16px */
	line-height: 1.375;
	letter-spacing: 0.32px;
	color: inherit;
}
	.mdl021-carousel .content-wrapper .emblem {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 15px;
		padding: 2px 8px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		font-weight: 700;
		font-size: 1rem; /* 16px */
		line-height: 1.5;
		letter-spacing: 0.32px;
		color: var(--main-color-white);
	}
	.mdl021-carousel .content-wrapper .emblem:not(.bg-color-7) {
		background-color: var(--main-color-1);
	}
	.mdl021-carousel .content-wrapper h3 {
		font-size: 1.5rem; /* 24px */
		line-height: 1.16;
		letter-spacing: 0.48px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.mdl021-carousel .content-wrapper h3 + p {
		margin-top: 9px;
	}
	.mdl021-carousel .content-wrapper p {
		margin-bottom: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
@media screen and (min-width: 1200px) {
	.mdl021-carousel .content-wrapper {
		padding: 63px 30px 30px;
		font-size: 1.25rem; /* 20px */
		letter-spacing: 0.4px;
	}
		.mdl021-carousel .content-wrapper .emblem {
			left: 30px;
			padding: 4px 10px;
			font-size: 1.125rem; /* 18px */
			letter-spacing: 0.36px;
		}
		.mdl021-carousel .content-wrapper h3 {
			font-size: 2.1875rem; /* 35px */
			letter-spacing: 0.7px;
		}
		.mdl021-carousel .content-wrapper h3 + p {
			margin-top: 13px;
		}
}


/* Button */
.mdl021-carousel .mdl021-btn {
	display: inline-block;
	border-radius: 5px;
	margin-top: 23px;
	padding: 5px 10px 6px;
	background-color: var(--main-color-5);
	font-weight: 700;
	font-size: 0.9375rem; /* 15px */
	line-height: normal;
	letter-spacing: 0.3px;
	color: var(--main-color-1);
}
@media screen and (min-width: 992px) {
	.mdl021-carousel .mdl021-btn {
		transition: all 300ms var(--cubic-bezier);
	}
	.mdl021-carousel .owl-item > a.link-item:hover .mdl021-btn {
		background-color: var(--main-color-7);
		color: var(--main-color-white);
	}
}
@media screen and (min-width: 1200px) {
	.mdl021-carousel .mdl021-btn {
		margin-top: 34px;
		font-size: 1rem; /* 16px */
		letter-spacing: 0.32px;
	}
}


/* Foto-Box */
.mdl021-carousel .picture-wrapper {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.6965;
	margin-top: auto;
	overflow: hidden;
}
	.mdl021-carousel .picture-wrapper img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
@media screen and (min-width: 768px) {
	.mdl021-carousel .picture-wrapper {
		aspect-ratio: 1 / 0.54;
	}
	.mdl021-carousel .picture-wrapper.aktion {
		aspect-ratio: 1 / 0.6242;
	}
}
@media screen and (min-width: 1200px) {
	.mdl021-carousel .picture-wrapper.aktion {
		aspect-ratio: 1 / 0.6965;
	}
}

