.preise {
	display: flex;
	flex-direction: row;
	padding: unset;
	height: 750px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.preise>div {
	width: calc(100% / 4);
	height: 100%;
	position: absolute;
	top: 0;
	background-color: white;
}

.preise>div.active {
	z-index: 5;
}

.preise>div.active .preise-content {
	visibility: visible;
}

.preise>div.active .close {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.preise .close {
	z-index: 100;
	color: white;
	font-size: 70px;
	font-weight: bold;
	right: 15px;
	position: absolute;
	top: 15px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.preise>div>div.cta-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.preise>div>div.cta-img>div {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	transition: 300ms;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: scale(1.05);
}

.preise>div>div.cta-img>div::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.6;
}

.preise h3 {
	color: white;
	z-index: 2;
	text-align: center;
}

.preise button:last-of-type {
	color: black;
	background-color: white;
}

.hide {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.preise button {
	z-index: 2;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateX(-50%);
}

.preise button:hover+div {
	transform: scale(1.15);
}

.preise div.children {
	right: calc(100%/4*1);
}

.preise div.men {
	right: calc(100%/4*2);
}

.preise div.women {
	right: calc(100%/4+3);
}

.preise div.wellness {
	right: 0;
}

.preise .preise-content {
	display: flex;
	flex-direction: column;
	padding: 60px;
	visibility: hidden;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.preise .preise-content h4 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	width: 15%;
	padding-top: 8px;
}

.preise .preise-content>div {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.preise .preise-content>div:last-of-type {
	margin-bottom: unset;
}

.preise .preise-content>div>div {
	width: 85%;
}

.preise .preise-content>div>div>div>div {
	display: flex;
	justify-content: space-between;
}

.preise .preise-content>div>div>div {
	margin-bottom: 10px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.preise .preise-content>div>div>div:last-of-type {
	margin-bottom: unset;
}

.preise .preise-content p {
	margin-bottom: unset;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.preise .preise-content .ab {
	padding: 0 15px;
}

.preise .preise-content span:not(.ab) {
	border: 1px solid #000000;
	border-radius: 100px;
	padding: 4px 15px;
	display: block;
	position: relative;
	height: 35px;
	text-align: right;
}

.preise .preise-content>div>div>div div span:first-of-type {
	margin-right: 30px;
}

.preise .preise-content span.sp {
	border-color: transparent;
}

.preise .preise-content>div:first-of-type>div:first-of-type>div:first-of-type span:first-of-type::before {
	content: "KH";
	font-weight: 100;
	position: absolute;
	top: -110%;
	left: 50%;
	transform: translateX(-50%);
}

.preise .preise-content>div:first-of-type>div:first-of-type>div:first-of-type span::before {
	content: "MLH";
	font-weight: 100;
	position: absolute;
	top: -110%;
	left: 50%;
	transform: translateX(-50%);
}

.preise div.children .preise-content {
	flex-direction: column;
}

.preise div.children .preise-content>div {
	padding-right: unset;
	margin-bottom: 30px;
}

.preise div.children .preise-content>div:last-of-type {
	margin-bottom: unset;
}

.preise div.children .preise-content>div:not(:first-child)>div:first-of-type>div:first-of-type span:first-of-type::before {
	content: "";
}

.preise .wellness .preise-content>div>div:first-of-type>div:first-of-type span::before,
.preise .wellness .preise-content>div>div:first-of-type>div:first-of-type span::after {
	content: "" !important;
}

.preise .wellness .preise-content>div>div>div div>span:first-of-type {
	width: 0 !important;
	padding: unset;
	margin-right: unset;
}

.preise .wellness .preise-content p {
	width: 100%;
}

/* Responsive */
@media only screen and (max-width: 1920px) {

	.preise a.button,
	.preise button.button {
		width: 60%;
	}
}

@media only screen and (max-width: 1599.98px) {}

@media only screen and (max-width: 1399.98px) {

	.preise a.button,
	.preise button.button {
		width: 80%;
	}
}

@media only screen and (max-width: 1199.98px) {}

@media only screen and (max-width: 991.98px) {
	.preise {
		flex-direction: column;
		height: auto;
	}

	.preise a.button,
	.preise button.button {
		width: 50%;
	}

	.preise .preise-content>div>div {
		width: 80%;
	}

	.preise .preise-content h4 {
		width: 20%;
	}

	.preise>div {
		width: 100%;
		height: auto;
		position: relative;
		right: 0 !important;
		display: flex;
		flex-direction: column-reverse;
	}

	.preise .preise-content {
		height: 0;
		padding: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.preise>div.active .preise-content {
		padding-top: 60px;
		padding-bottom: 60px;
		visibility: visible;
		pointer-events: auto;
	}

	.preise .preise-content {
		max-width: unset !important;
	}

	.preise>div>div.cta-img {
		max-width: unset !important;
		position: relative;
		width: 100%;
		height: 400px;
	}

	.preise>div>div.cta-img span {
		display: none;
	}
}

@media only screen and (max-width: 767.98px) {
	.preise .preise-content>div {
		flex-direction: column;
	}

	.preise .preise-content h4 {
		width: 100%;
	}

	.preise .preise-content>div>div {
		width: 100%;
	}
}

@media only screen and (max-width: 575.98px) {
	.preise .preise-content>div>div>div div span:first-of-type {
		margin-right: 15px;
	}

	.preise .preise-content span:not(.ab) {
		padding: 4px 10px;
	}
}

@media only screen and (max-width: 499.98px) {}

@media only screen and (max-width: 449.98px) {
	.preise .preise-content>div>div>div {
		flex-direction: column;
	}

	.preise .preise-content>div>div>div>div {
		justify-content: flex-start;
		margin-top: 15px;
	}

	.preise .preise-content p {
		justify-content: flex-start;
	}

	.preise>div:not(.wellness) .preise-content>div>div>div span:not(.sp):first-of-type::before {
		content: "KH: " !important;
		font-weight: 100;
		position: absolute;
		top: 4px !important;
		left: 10px !important;
		transform: unset !important;
	}

	.preise>div:not(.wellness) .preise-content>div>div>div span:not(.sp)::before {
		content: "MLH: " !important;
		font-weight: 100;
		position: absolute;
		top: 4px !important;
		left: 10px !important;
		transform: unset !important;
	}

	.preise .preise-content>div>div>div span.sp::before {
		content: "" !important;
	}

	.preise .preise-content p {
		align-items: flex-start;
		flex-direction: column;
	}

	.preise .preise-content .ab {
		padding-left: unset;
	}
}

@media only screen and (max-width: 399.98px) {}

@media only screen and (max-width: 349.98px) {

	.preise a.button,
	.preise button.button {
		width: 60%;
	}
}

@media only screen and (max-width: 319.98px) {}