/* Schulung – Scroll freigeben + Namensleiste */

html.schulung-open,
html.schulung-open body,
body.schulung-open,
body.schulung-open .site,
body.schulung-open .allcont,
body.schulung-open .cont,
body.schulung-open .frame,
body.schulung-open .inner,
body.schulung-open .frame-greywave,
body.schulung-open .frame-bottomgreywave,
body.schulung-open .text_on_image,
body.schulung-open .services {
	overflow: visible !important;
	height: auto !important;
	max-height: none !important;
}

body.schulung-open .site {
	min-height: 0 !important;
	overflow-x: hidden !important;
}

body.schulung-open .frame-greywave,
body.schulung-open .frame-bottomgreywave {
	background-image: none !important;
	background-color: #f5f5f5 !important;
}

body.schulung-open .frame-bottomgreywave::before,
body.schulung-open .services.wave_top::before,
body.schulung-open .services.wave_bottom::before {
	display: none !important;
}

.schulung-wrap {
	position: relative;
	z-index: 20;
	max-width: 920px;
	margin: 1.5rem auto 0;
	padding: 1.5rem 1.25rem 2rem;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	line-height: 1.55;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	clear: both;
	box-sizing: border-box;
}

.schulung-namebar {
	position: fixed !important;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999 !important;
	background: #1a365d;
	color: #fff;
	padding: 0.85rem 1rem;
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.25);
}

body.schulung-open {
	padding-bottom: 9rem !important;
}

.schulung-spacer {
	height: 12rem;
}
