
/* ############################################################
	MODULRASTER
############################################################ */

/* Modul-Abstände */
.middle__panel .mdl-art-200, .bottom__panel .mdl-art-200 {
	overflow: hidden;
	width: calc(100% + 40px);
	margin-left: -20px;
	padding: 80px 20px;
}
.middle__panel .mdl-art-200.home {
	padding-top: 0;
}
@media screen and (min-width: 768px) {
	.middle__panel .mdl-art-200, .bottom__panel .mdl-art-200 {
		width: calc(100% + 160px);
		margin-left: -80px;
		padding: 130px 80px;
	}
}
@media screen and (min-width: 1200px) {
	.middle__panel .mdl-art-200, .bottom__panel .mdl-art-200 {
		padding-top: 180px;
		padding-bottom: 180px;
	}
}
@media screen and (min-width: 1600px) {
	.middle__panel .mdl-art-200, .bottom__panel .mdl-art-200 {
		width: calc(100% + 340px);
		margin-left: -170px;
		padding-left: 170px;
		padding-right: 170px;
	}
}


/* Modultitel */
.mdl-art-200 h2.modultitel {
	margin-bottom: 23px;
	font-size: 1.5625rem; /* 25px */
	line-height: 1.354;
}
@media screen and (min-width: 1200px) {
	.mdl-art-200 h2.modultitel {
		display: inline-block;
		margin-bottom: 0;
		font-size: 1.9375rem; /* 31px */
	}
}


/* Header: Modultitel und OWL-Navigation */
.mdl200-header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
	.mdl200-header {
		flex-direction: row;
		align-items: center;
		margin-bottom: 40px;
	}
}


/* OWL-Carousel */
.mdl200-carousel {
    max-width: 100vw;
    height: auto;
}
	.mdl200-carousel .owl-stage-outer {
		overflow: visible;
		width: 100vw;
	}
		.mdl200-carousel .owl-stage {
			padding-left: 0 !important;
			display: inline-flex;
			justify-content: left;
		}
			.mdl200-carousel .owl-stage > .owl-item {
				float: none;
				overflow: hidden;
			}
				.mdl200-carousel .owl-item > a {
					display: flex;
					flex-direction: column;
					justify-content: flex-start;
					flex-wrap: wrap;
					width: 100%;
					height: 100%;
					margin: 0;
					padding: 0;
					font-size: 1.375rem; /* 22px */
					line-height: 1.3;
					color: var(--main-color-2);
				}
				.mdl200-carousel .owl-item > a:hover {
					color: var(--main-color-2);
				}
@media screen and (min-width: 1200px) {
	.mdl200-carousel .owl-item > a {
		font-size: 1.5rem; /* 24px */
	}
}


/* Navigation */
/* Reset */
.mdl200-carousel .owl-nav button {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.mdl200-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
	.mdl200-carousel .owl-nav .owl-prev span, .mdl200-carousel .owl-nav .owl-next span {
		cursor: pointer;
		display: inline-block;
		position: absolute;
		top: calc(50% - 27px); /* Höhe: content-wrapper / 2 */
		left: 20px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		transform: translateY(-50%);
		background-image: url("../../avschreinerei/Images/Elemente/Button_Arrow_Left.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3); 
		box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	}
	.mdl200-carousel .owl-nav .owl-next span {
		left: calc(((12 * var(--col-width-1)) + (11 * var(--gap))) - 20px);
		transform: translate(-100%, -50%);
		background-image: url("../../avschreinerei/Images/Elemente/Button_Arrow_Right.svg");
	}
	.mdl200-carousel .owl-nav .owl-prev.disabled span, .mdl200-carousel .owl-nav .owl-next.disabled span {
		cursor: default;
		opacity: 0.3;
	}
@media screen and (min-width: 1200px) {
	.mdl200-carousel .owl-nav .owl-prev span, .mdl200-carousel .owl-nav .owl-next span {
		width: 40px;
		height: 40px;
	}
	.mdl200-carousel .owl-nav .owl-prev span, .mdl200-carousel .owl-nav .owl-next span {
		top: calc(50% - 30px); /* Höhe: content-wrapper / 2 */
		left: 24px;
	}
	.mdl200-carousel .owl-nav .owl-next span {
		left: calc(((12 * var(--col-width-1)) + (11 * var(--gap))) - 30px);
	}
}


/* Foto-Box */
.mdl200-carousel .picture-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 139.4%;
	overflow: hidden;
	transform-origin: center center;
}
	.mdl200-carousel .picture-wrapper img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
@media screen and (min-width: 992px) {
	.mdl200-carousel .picture-wrapper img {
		-o-transition: all 300ms var(--cubic-bezier);
		-ms-transition: all 300ms var(--cubic-bezier);
		-moz-transition: all 300ms var(--cubic-bezier);
		-webkit-transition: all 300ms var(--cubic-bezier);
		transition: all 300ms var(--cubic-bezier);
	}
	.mdl200-carousel .link-item:hover .picture-wrapper img {
		-webkit-transform: scale(1.125);
		-moz-transform: scale(1.125);
		-ms-transform: scale(1.125);
		-o-transform: scale(1.125);
		transform: scale(1.125);
	}
}


/* Text-Box */
.mdl200-carousel .content-wrapper {
	position: relative;
	padding-top: 25px;
	padding-right: 33px;
}
@media screen and (min-width: 1200px) {
	.mdl200-carousel .content-wrapper {
		padding-top: 30px;
		padding-right: 35px;
	}
}


/* Button: Pfeil */
.mdl200-carousel .btn {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 25px;
	width: 23px;
	height: 23px;
	font-size: 0;
	line-height: 0;
}
	.mdl200-carousel .btn svg {
		display: block;
		width: 23px;
		height: 23px;
		fill: var(--main-color-1);
	}
@media screen and (min-width: 1200px) {
	.mdl200-carousel .btn {
		top: 30px;
		width: 25px;
		height: 25px;
	}
		.mdl200-carousel .btn svg {
			width: 25px;
			height: 25px;
		}
}

