
p {
	margin: 0.5em 0em;
}
.yui-skin-sam .cms_template .bhv-video.fullscreen video {
	position: fixed ! important;
	left: 0 ! important;
	top: 0 ! important;
}
.yui-skin-sam .cms_template .bhv-youtube.fullscreen iframe {
	position: fixed ! important;
	top: 0 ! important;
	bottom: 0 ! important;
	left: 0 ! important;
	right: 0 ! important;
}
.yui-skin-sam .cms_template .bhv-table.Streifen.ohne-kopf thead {
	display: none;
}
.yui-skin-sam .cms_template .bhv-col {
	overflow: initial;
}
#in-page-navi-13436 {
	position: sticky;
	top: 20px;
	background: var(--bgcolor);
	z-index: 1;
}
#in-page-navi-13436 a {
	text-decoration: none;
	position: relative;
}
#in-page-navi-13436 li {
	list-style: none;
}
#in-page-navi-13436 a::after {
	content: '';
	width: calc(100% * var(--prozent-sichtbar,0));
	height: 2px;
	background: red;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50% * var(--prozent-sichtbar,0));
}
#in-page-navi-13436 li.oberhalb a::after {
	left: auto;
	right: 0;
}
#in-page-navi-13436 li.unterhalb a::after {
	left: 0;
	right: auto;
}
.yui-skin-sam .cms_template .bhv-bild.contain img {
	object-fit: contain;
}
.yui-skin-sam .cms_template .bhv-bild img {
	object-fit: cover;
}
.yui-skin-sam .cms_template .bhv-design-html.effekt ~ .gal-einzeilig {
	--galborder: 3px solid violet;
}
.yui-skin-sam .cms_template .bhv-design-html.effekt ~ .gal-einzeilig img {
	border: var(--galborder);
}
#cms_template {
	overflow: auto;
	perspective: 100px;
	height: 100vh;
}
body {
	--testvar: nichteinmal garnix;
	font-size: var(--font-size);
}
body * {
	transform-style: preserve-3d;
}
#flexmenu-12843 {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color);
	margin-bottom: 20px;
	transform: rotateX(-1deg);
	transform-origin: top;
	position: relative;
	z-index: 1;
}
#col-12845 {
	flex-basis: 220px;
	margin-right: 20px;
	overflow: visible;
	transform: rotateY(2deg);
	transform-origin: left;
}
#col-12846 {
	transform: rotateY(-1deg);
	transform-origin: right;
}
#flexmenu-12848 {
	padding-top: 20px;
	border-top: 1px solid var(--color);
	margin-top: 20px;
	transform: rotateX(0.2deg);
	transform-origin: bottom;
	position: relative;
	z-index: 1;
}