.MENU-UeberUns .MenuItem {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 12px 28px;
	border-radius: 6px;
	border: 1px solid transparent;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.22s ease, border-color 0.22s ease, color
		0.22s ease, box-shadow 0.22s ease, transform 0.1s ease;
	background: #8c1d2c;
	border-color: #8c1d2c;
	color: #fff;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform
		0.15s ease;
}

.MENU-UeberUns .MenuItem:focus-visible {
	outline: none;
	box-shadow: 0 0 0 4px rgba(140, 29, 44, 0.25);
}

.MENU-UeberUns .MenuItem.Outline {
	background-color: #ffffff;
	color: #7a1e2c;
}

.MENU-UeberUns .MenuItem:hover {
	background-color: #7a1e2c;
	border-color: #7a1e2c;
	color: #ffffff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22), 0 0 0 3px
		rgba(140, 29, 44, 0.18);
	outline: none;
}

.MENU-UeberUns .MenuItem.Outline:hover {
	background-color: #7a1e2c;
	border-color: #7a1e2c;
	color: #ffffff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22), 0 0 0 3px
		rgba(140, 29, 44, 0.18);
	outline: none;
}

.MENU-UeberUns .MenuItem.MenuItemImFliesText {
	color: #000000;
	box-shadow: inherit;
	display: inline;
	padding: inherit !important;
	border: none !important;
	background-color: inherit !important;
}

.MENU-UeberUns .MenuItem.MenuItemImFliesText:after {
	background-color: #ee975e;
}

.MENU-UeberUns .MenuItem.MenuItemImFliesText:hover {
	color: #000000;
}

.LeftRight {
	position: relative;
}

.LeftRight H2 {
	z-index: 99;
	position: absolute;
	left: 50%;
	margin: 50px 0px 0px -125px;
	text-align: left;
	padding: 30px 50px 30px 50px;
	background-color: #efefef;
	opacity: 0.9;
	color: #000000;
	text-transform: uppercase;
}

.LeftRight H2 SPAN {
	display: block;
	font-size: 20px;
	line-height: normal;
	margin-top: 10px;
	text-transform: none;
}

.Section.BGDunkelGrau.LeftRight H1 {
	color: #ffffff;
	background-color: #6D6D6D;
}

.LeftRight.Right H2 {
	left: auto;
	right: 50%;
	margin: 50px -125px 0px 0px;
	text-align: right;
}

.LeftRight .ImgParent {
	width: 50%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	right: 50%;
	bottom: 0px;
}

.LeftRight.Right .ImgParent {
	left: 50%;
	right: 0px;
}

.LeftRight IMG {
	height: 100%;
	width: 100% !important;
	object-fit: cover;
	object-position: center center;
}

.LeftRight .Text {
	width: 50%;
	float: right;
}

.LeftRight .Text DIV.Desc {
	padding: 200px 0px 60px 120px;
}

.LeftRight.Right .Text {
	width: 50%;
	float: left;
}

.LeftRight .Text DIV.Desc {
	padding: 250px 0px 60px 50px;
}

.LeftRight.Right .Text {
	width: 50%;
	float: left;
}

.LeftRight.Right .Text DIV.Desc {
	padding: 250px 50px 60px 0px;
}

.LeftRight.BGHellBlau H1 {
	background-color: #f6f5ed !important;
}

LABEL.CheckBoxCL {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	xpadding-left: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
}

LABEL.CheckBoxCL:before {
	content: '';
	display: inline-block;
	position: relative;
	width: 30px;
}

LABEL.CheckBoxCL INPUT {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
	cursor: pointer;
}

LABEL.CheckBoxCL SPAN {
	position: absolute;
	top: 0;
	left: 0px;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
}

LABEL.CheckBoxCL:hover INPUT ~ SPAN {
	border-color: #000000;
}

LABEL.CheckBoxCL INPUT:checked ~ SPAN {
	
}

LABEL.CheckBoxCL SPAN:after {
	content: "";
	position: absolute;
	display: none;
}

LABEL.CheckBoxCL INPUT:checked ~ SPAN:after {
	display: block;
}

LABEL.CheckBoxCL SPAN:after {
	left: 7px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #000000;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media ( max-width : 850px) {
	.Section.KeinAbstandZumNaechsten {
		padding-bottom: 50px;
	}
	.LeftRight .ImgParent {
		position: relative;
		width: 100%;
		height: 350px;
		left: 0px !important;
		right: 0px !important;
	}
	.LeftRight.Kontakt .ImgParent {
		height: auto;
	}
	.LeftRight .Text {
		width: 100% !important;
		float: none !important;
	}
	.LeftRight H2 {
		margin: 0px 0px 0px 0px !important;
		text-align: center !important;
		padding: 30px 0px 30px 0px !important;
		position: relative;
		left: 0px !important;
		right: 0px !important;
	}
	.LeftRight .Text DIV.Desc {
		padding: 30px 0px 0px 0px !important;
	}
	.LeftRight.Hoertraining IMG {
		object-position: center 20%;
	}
}