/* dce-10 */


.parallax-container {
  position: relative;
  overflow: hidden;
  z-index:4;
}

.dce-10 .parallax-container {
  height: 200px;
}

@media (min-width: 481px) {
.dce-10 .parallax-container {
  height: 250px;
}

}

@media (min-width: 575px) {
.dce-10 .parallax-container {
  height: 300px;
}

}

@media (min-width: 768px) {
.dce-10 .parallax-container {
  height: 400px;
}

}

@media (min-width: 992px) {
.dce-10 .parallax-container {
  height: 650px;
}

}

@media (min-width: 1201px) {
.dce-10 .parallax-container {
  height: 450px;
}

}

@media (min-width: 1401px) {
.dce-10 .parallax-container {
  height: 650px;
}

}

.mk-16-hg {
	position:relative;
	overflow: hidden;
	width:100%;
	height:auto;
}

.mk-16-hg:after {
	font-family: 'iStock-schmetterling';
	content: "\e900";
	font-size:17vw;
	line-height:0em;
	color:#968c85;
	color:rgba(150,140,133, 0.2);

	position:absolute;
	right:-0.05em;
	top:0.35em;
}

.mk-16-hg:before {
	font-family: 'iStock-schmetterling';
	content: "\e900";
	font-size:15vw;
	line-height:0em;
	color:#968c85;
	color:rgba(150,140,133, 0.2);

	position:absolute;
	left:-0.25em;
	bottom:1.1em;
	transform: rotate(60deg);
}

.mk-16-item-signatur {
	position:absolute;
	z-index:10;
	bottom:1.25rem;
	left:0;
	width:100%;
	display:block;
	background-color: rgba(120,103,93, 0.85);
	padding:1.25rem;
	color: var(--wf-color2);
	text-align:center;
}

.mk-16-item-titel  {
	font-weight:500;
	font-size:1.5em;
}

.mk-17-content {
	position:relative;
	z-index:5;
	width:100%;
	min-height:550px;
	overflow:hidden;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.mk-17-content:after {
	content:"";
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0, 0.5);
	left:0;
	top:0;
}

@media (min-width: 768px) {

.mk-17-content {
	min-height:700px;
}

.mk-17-content:after {
	background-color: rgba(0,0,0, 0.45);
}

}


@media (min-width: 1200px) {

.mk-17-content {
	min-height:820px;
}

.mk-17-content:after {
	background-color: rgba(0,0,0, 0.35);
}

}


.mk-17-body-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mk-17-body {
	display: flex;
	align-items : center;
	padding-top: 3rem;
	padding-bottom: 3rem;
	flex: 1; /* nimmt die volle Höhe ein */
}

.mk-17-content strong,
.mk-17-content .wf-headline,
.mk-17-content .mk-17-body {
	color:#fff !important;
}

.mk-17-content .wf-linie {
	background-color: var(--wf-color2);
}

.mk-19-item {
	background-color: rgba(120,103,93, 0.15);
}

.mk-19-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom:0.75rem;
	border-bottom:1px solid var(--wf-color1);
}

.mk-20-signatur {
	position:absolute;
	z-index:10;
	width:100%;
	left:0%;
	bottom:1.25rem;
	background-color: rgba(120,103,93, 0.75);
	padding:0.5rem;
	text-align:center;
	color: var(--wf-color2);
}