﻿.bhv-text {
	padding: 0em 0.5em;
}

p {
	margin: 0.5em 0em;
}

#datenbank-1035 {
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#datenbank-1035 a {
	text-decoration: none;
	color: var(--color, var(--color));
	text-transform: uppercase;
}

#datenbank-1035 .aktuell {
	font-weight: bold;
}

#datenbank-1035 a:not(:first-of-type)::before {
	content: '|';
	margin-left: var(--sep-vorne, 2px);
	margin-right: var(--sep-hinten, 4px);
}

#datenbank-1035::before {
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: 5px;
	display: inline-block;
	background: url(../media/Sprachen.png) no-repeat;
	content: '';
}

#cont-1127 {
	position: relative;
	z-index: 3;
}

#cont-1127 .template-header-shell-inner {
	width: 100%;
}

.template-overlay-toggle {
	display: none;
	padding: 0;
}

.template-overlay-toggle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px !important;
	height: 52px;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--Schema_gruen-bgcolor, var(--gruen)) !important;
	color: var(--color1) !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18) !important;
	cursor: pointer;
}

.template-overlay-toggle-btn i {
	font-size: 1.3rem;
}

#cms_root {
	position: relative;
	justify-content: start !important;
	z-index: 1;
}

#cont-1032 {
	border-bottom: 1px solid var(--bgcolor2);
}

#cont-1032 .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	max-width: 1440px;
	margin-inline: auto;
	padding-inline: 1rem;
}

#cont-1032 .cz-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(1.5rem, 4vw, 4rem);
	padding: 0.6rem 1rem;
}

#cont-1032

/* shared item style */
.cz-topbar__item,
#cont-1032 .cz-topbar__search-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color);
	text-decoration: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	white-space: nowrap;
	transition: opacity 0.2s;
}


#cont-1032

/* search wrapper — relative so the drawer anchors to it */
.cz-topbar__search {
	position: relative;
}

#cont-1032

/* expandable search drawer */
.cz-topbar__search-drawer {
	position: absolute;
	top: calc(100% + 0.75rem);
	left: 50%;
	transform: translateX(-50%);
	background: var(--bgcolor);
	border: 1px solid var(--locolor);
	border-radius: 4px;
	display: flex;
	z-index: 100;
	min-width: 260px;
}

#cont-1032 .cz-topbar__search-drawer[hidden] {
	display: none;
}

#cont-1032 .cz-topbar__search-drawer form {
	display: flex;
	width: 100%;
}

#cont-1032 .cz-topbar__search-input {
	flex: 1;
	border: none;
	outline: none;
	background: transparent;
	color: var(--color);
	font-size: 0.8rem;
	padding: 0.5rem 0.75rem;
}

#cont-1032 .cz-topbar__search-input::placeholder {
	color: color-mix(in srgb, var(--color) 45%, transparent);
}

#cont-1032 .cz-topbar__search-submit {
	border: none;
	background: none;
	color: var(--color);
	padding: 0.5rem 0.75rem;
	cursor: pointer;
}

#cont-1032 .cz-topbar__search-submit:hover {
	opacity: 1;
}

#cont-1107 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	padding-inline: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	justify-content: flex-start;
}

#cont-1107 .logo-container {
	width: 100%;
	max-width: 130px;
	margin-inline-end: 2rem;
}

#cont-1107 .messe-container {
	display: inline-block;
	width: 250px;
	max-width: fit-content !important;
	margin-block-start: 4px;
}

#cont-1107 .messe-name.active {
	position: relative;
}

#cont-1107 .active:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -20px;
	left: 0;
	background: var(--hicolor);
	z-index: -1;
}

#cont-1107 .messe-container h1 {
	margin-block-start: 0;
}

.top-navi-info-date,
.top-navi-info-time,
.top-navi-info-location {
	position: relative;
	padding-inline-start: 2rem;
	max-width: fit-content;
	height: 50px;
}

.top-navi-info-date {
	margin-inline-start: auto;
}

.top-navi-info-date::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.45rem;
	margin-right: 0;
	color: var(--hicolor);
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.top-navi-info-time::before {
	content: "\f017";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.45rem;
	margin-right: 4px;
	color: var(--hicolor);
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.top-navi-info-location::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.45rem;
	margin-right: 4px;
	color: var(--hicolor);
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.top-navi-info-location .top-navi-meta-small {
	font-size: 0.62em;
	line-height: 1.15;
	text-transform: none;
	color: var(--color2);
	width: 100%;
	padding: 0;
}

#cont-1107 .top-navi-meta {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin: 0;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 1rem;
	line-height: 1.05;
	text-transform: uppercase;
	color: var(--color2);
	padding: 0;
}

#cont-1107 .messe-links a {
	color: var(--color);
	font-weight: bold;
}

#cont-1107 .messe-links p {
	margin: 0;
	padding: 0;
}

#cont-1107 .top-navi-meta i {
	flex: 0 0 auto;
	font-size: 1.8rem;
	color: var(--hicolor);
}

#cont-1107 .top-navi-info-time .top-navi-meta p {
	align-items: flex-start;
}

#cont-1107 .top-navi-info-time span {
	white-space: nowrap;
}

#cont-1107 .top-navi-info-location small {
	display: block;
	margin-top: 0.2rem;
	font-family: "Roboto Condensed", var(--font2), sans-serif;
	font-size: 0.62em;
	line-height: 1.15;
	text-transform: none;
}

#cont-1125 {
	background: white;
	backdrop-filter: blur(2px);
	border-top: 1px solid var(--color);
	overflow: hidden;
}

#cont-1125 .template-overlay-shell-inner {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

#cont-1125 .open-menu-btn {
	display: none;
	width: 100%;
	padding: 14px 20px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

#cont-1125 .open-menu-btn p {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	font-family: "Roboto Condensed", var(--font2), sans-serif;
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--color);
	user-select: none;
}

#cont-1125 .open-menu-btn p::before {
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1;
}

#cont-1125 .template-overlay-grid {
	display: flex;
	position: relative;
	align-items: stretch;
	width: 100%;
	min-height: 280px;
	padding: 18px 20px 18px 20px;
	box-sizing: border-box;
	max-height: 1200px;
	overflow: hidden;
	opacity: 1;
	transform: translateY(0);
	transform-origin: top center;
	transition: transform 0.3s ease, max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}

#cont-1125 .template-overlay-col {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	width: 20%;
	padding: 16px 18px;
	box-sizing: border-box;
	border-left: 1px solid rgba(48, 48, 48, 0.22);
	gap: 1rem;
	max-width: 350px;
}

#cont-1125 .template-overlay-col:not(#col-1149) {
	width: 25%;
}

#cont-1125 h4.menu-page {
	margin-block: 0;
	transition: transform .5s ease;
}

#cont-1125 h4.menu-page:hover {
	transform: translateX(12px);
}

#cont-1125 .menu-title {
	margin-block-start: 0;
	font-weight: bold;
}

#cont-1125 h4>a.menu-page-link {
	color: var(--color);
	font-size: 16px;
}

#cont-1125 h4>a.menu-page-link.menu-active {
	color: var(--linkcolor);
	font-weight: bold;
}

#cont-1125 .first.template-overlay-col {
	border: 0;
}

#cont-1125 .template-overlay-col-image {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 150px !important;
	padding: 0;
	border-left: 0;
	transform: translateY(-50%);
	justify-content: center;
	align-items: center;
}

#cont-1125 .template-overlay-sticker {
	width: 100%;
	padding: 0;
}

#cont-1125 .template-overlay-sticker img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.16));
}

#cont-1125 .template-overlay-label {
	padding: 0;
}

#cont-1125 .template-overlay-label p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}

#cont-1125 .template-overlay-label i {
	flex: 0 0 auto;
	font-size: 1.7rem;
	color: rgba(48, 48, 48, 0.9);
	transform: translateY(-20%);
}

#cont-1125 .template-overlay-col-info {
	width: 18%;
	margin-left: auto;
	padding-right: 8px;
}

#cont-1125 .template-overlay-info {
	padding: 0;
}

#cont-1125 .template-overlay-info p {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	margin: 0 0 18px;
	font-family: "Roboto Condensed", var(--font2), sans-serif;
	font-size: 0.8rem;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--color2);
}

#cont-1125 .template-overlay-info p:last-child {
	margin-bottom: 0;
}

#cont-1125 .template-overlay-info i {
	flex: 0 0 auto;
	font-size: 1.45rem;
	color: rgba(48, 48, 48, 0.9);
}

#cont-1125 .menu-pfad-container {
	width: 100%;
	display: none;
	padding-bottom: 20px;
}

.pfad-container {
	font-size: 14px;
	padding-left: 1rem;
}

.pfad-container * {
	margin-inline: 6px;
	color: var(--color);
}

.menu-pfad-container.phone .pfad-container * {
	margin-inline: 2px;
}

#cont-1125.has-active-menu .open-menu-btn,
#cont-1125.has-active-menu .menu-pfad-container {
	display: block;
}

.menu-pfad-container.phone {
	display: none;
}

#cont-1125.has-active-menu.is-desktop-menu-open .open-menu-btn p::before {
	content: "\f00d";
}

#cont-1125:not(.has-active-menu) .menu-pfad-container,
#cont-1125:not(.has-active-menu) .open-menu-btn {
	display: none;
}

#text-2572 {
	position: fixed;
	z-index: 1;
	bottom: 0;
	right: 5px;
	color: var(--lila);
	display: inline-block;
	padding: 10px;
	width: auto;
	font-size: 40px;
}

#cont-4829 {
	margin-top: 100px;
	color: var(--hicolor);
}

@media (min-width:801px) {
	#cont-1125.has-active-menu .template-overlay-grid {
		transform: translateY(-104%);
		max-height: 0;
		padding-top: 0;
		padding-bottom: 0;
		min-height: 0;
		opacity: 0;
	}

	#cont-1125.has-active-menu.is-desktop-menu-open .template-overlay-grid {
		transform: translateY(0);
		max-height: 1200px;
		padding-top: 18px;
		padding-bottom: 18px;
		min-height: 280px;
		opacity: 1;
	}
}

@media (max-width:800px)
/* responsive */
	{
	#cont-1127 {
		z-index: 8;
	}

	#cont-1125.is-open {
		transform: translateX(0);
	}

	.template-overlay-toggle {
		display: block;
		position: fixed;
		top: 40px;
		right: 30px;
		z-index: 9;
	}

	.template-overlay-toggle-btn {
		background: var(--color2);
	}

	.template-overlay-toggle.is-open .template-overlay-toggle-btn i::before {
		content: "\f00d";
	}

	#cont-1107 {
		padding-inline: 0.75rem;
		gap: 0.9rem;
		justify-content: center;
	}

	#cont-1107 .logo-container {
		margin-inline-end: 0;
		max-width: 100%;
	}

	#cont-1107 .logo-container .logo {
		max-width: 140px;
		margin-inline: auto;
	}

	#cont-1107 .messe-container {
		width: calc(50% - 0.5rem) !important;
		max-width: none;
		margin-top: auto;
	}

	#cont-1107 .messe-name.active {
		margin-top: 20px;
	}

	#cont-1107 .messe-name h1 {
		font-size: clamp(2rem, 9vw, 4.4rem);
	}

	#cont-1107 .messe-links p {
		font-size: 0.7rem;
	}

	#cont-1107 .top-navi-info {
		display: none;
	}

	#cont-1125 {
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		width: 90vw;
		max-width: 300px;
		height: 100vh;
		min-height: 100vh;
		padding-top: 82px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: -18px 0 38px rgba(0, 0, 0, 0.16);
		transform: translateX(100%);
		transition: transform 0.28s ease;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		border-top: 0;
	}

	#cont-1125 .open-menu-btn,
	#cont-1125 .menu-pfad-container {
		display: none !important;
	}

	.menu-pfad-container.phone {
		display: block;
		font-size: 12px;
		margin-block-end: 12px;
	}

	#cont-1125 .template-overlay-shell-inner {
		min-height: 100vh;
	}

	#cont-1125 .template-overlay-grid {
		flex-direction: column;
		flex-wrap: nowrap;
		padding-block: 18px 20vh !important;
		height: auto;
		margin-bottom: 60px;
		max-height: 100% !important;
	}

	#cont-1125 .template-overlay-col {
		border: 0;
		border-top: 1px solid rgba(48, 48, 48, 0.16);
	}

	#cont-1125 .template-overlay-col-image {
		border-top: 0;
		position: static;
		transform: translate(0);
		border: 0;
		margin-block-end: 20px;
	}

	#cont-1125 .template-overlay-sticker {
		max-width: 220px;
		margin: 0 auto;
	}

	#cont-1125 .template-overlay-col-info {
		display: none;
	}

	#cont-1125 .template-overlay-label i {
		font-size: 1.35rem;
	}

	#cont-1125 .template-overlay-col .bhv-design-sitemap {
		flex: 1 1 auto;
	}
}

@media (max-width: 600px) {
	#cont-1032 .cz-topbar__inner {
		gap: 1rem;
		padding: 0.5rem 0.75rem;
	}

	#cont-1032 .cz-topbar__item,
	#cont-1032 .cz-topbar__search-toggle {
		font-size: 0.6rem;
		letter-spacing: 0.08em;
	}

	#cont-1032 .cz-topbar__search-drawer {
		min-width: 200px;
		left: 20px;
		transform: translateX(-25%);
	}
}

#cont-4829 .footer-image {
	position: absolute;
	inset: 0;
}

#cont-4829 .footer-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: -1;
}


#text-2572 {
	position: fixed;
	z-index: 1;
	bottom: 0;
	right: 5px;
	color: var(--lila);
	display: inline-block;
	padding: 10px;
	width: auto;
	font-size: 40px;
}

#cont-4829 {
	margin-top: 100px;
	padding-block: 2rem;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

#cont-4829 .footer-inner {
	position: relative;
	z-index: 1;
}

@media (max-width: 800px) {
	#bild-1695 {
		top: auto;
		bottom: 0;
	}

	#bild-1695 img {
		top: auto;
		bottom: 0;
		height: auto;
	}
}

html {
	scrollbar-gutter: stable;
}