﻿
#cont-8654 {
	text-align: center;
}
#cont-1771 {
	align-items: var(--col-align-items,inherit);
	font-size: var(--bildtitel-font-size);
}
#cont-1771 img {
	width: var(--bild-width);
	height: var(--bild-height);
	object-fit: cover;
}
#cont-1771 .bhv-text {
	display: var(--bildtitel-display,block);
	text-align: var(--bildtitel-align,center);
	font-size: var(--bildtitel-font-size,inherit);
}
#bild-1773 img {
	width: 100%;
	height: var(--bild-height,400px);
	object-fit: cover;
	display: block;
}
#bild-1776 img {
	width: 100%;
	height: var(--bild-height,400px);
	object-fit: cover;
	display: block;
}
#bild-1779 img {
	width: 100%;
	height: var(--bild-height,400px);
	object-fit: cover;
	display: block;
}
#text-1782::before {
	content: '';
	position: absolute;
	height: var(--dicke,2px);
	left: 0;
	top: calc(50% - var(--dicke,2px) / 2);
	width: calc(50% - var(--innerwidth,10em) / 2);
	background: var(--balken-color,var(--color));
}
#text-1782::after {
	content: '';
	position: absolute;
	height: var(--dicke,2px);
	right: 0;
	top: calc(50% - var(--dicke,2px) / 2);
	width: calc(50% - var(--innerwidth,10em) / 2);
	background: var(--balken-color,var(--color));
}
#text-1782 {
	text-align: center;
	position: relative;
	width: var(--width,80%);
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--margin-top,40px);
	margin-bottom: var(--margin-bottom,40px);
	font-size: var(--balken-font-size);
	color: var(--color);
}