@import url('/typo3conf/ext/schwimmwerk_memmingen/Resources/Public/Css/styles.css');

.subheader {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 50px;
}

.header {
	font-family: 'Prata', serif;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 25px;
}

.cb-asyncbildtext-wrap img {
	border-radius: 30px;
}

.cb-asyncbildtext-wrap {}

.cb-asyncbildtext-wrap a.btn {
	background: var(--primaer);
	color: var(--weiss);
	border-radius: 50px;
	font-size: 20px;
	font-weight: 400;
	padding: 12px 10px;
	min-width: 175px;
}

.cb-asyncbildtext-wrap a.btn:hover {
	background: var(--sekundaer);
	color: var(--weiss);
	min-width: 175px;
}

.cb-asyncbildtext-bild {
	position: relative;
}

.cb-asyncbildtext-text-links {
	margin-right: 70px;
}

.cb-asyncbildtext-text-rechts {
	margin-left: 70px;
}

.wide {
	position: relative;
}

.abstand-unten {
	margin-bottom: 235px;
}

.trenner {
	content: '';
	position: absolute;
	bottom: -65px;
	left: 0;
	width: 100%;
	height: 30%;
	background-image: url(/typo3conf/ext/schwimmwerk_memmingen/Resources/Public/Images/Template/Vector.svg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

/* .trenner {
	position: relative;
	bottom: 80px;
	z-index: -1;
}

.trenner img {
	width: 100%;
} */

@media (max-width: 1399.98px) {
	.abstand-unten {
		margin-bottom: 225px;
	}

	.trenner {
		bottom: -95px;
	}
}

@media (max-width: 991.98px) {
	.cb-asyncbildtext-wrap .cb-asyncbildtext-bild {
		margin-bottom: 50px;
	}

	.cb-asyncbildtext-text-rechts {
		margin-left: 0;
	}

	.trenner {
		content: '';
		position: absolute;
		background-image: url(/typo3conf/ext/schwimmwerk_memmingen/Resources/Public/Images/Template/Vector-Mobil.svg);
		background-size: 102%;
		top: 105%;
	}
}

@media (max-width: 767.98px) {
	.subheader {
		margin-bottom: 20px !important;
	}
}