.bh-native-content-template .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	padding: 0;
}

.bh-content-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 11px 22px;
	border: 2px solid var(--burgdorf-green);
	border-radius: 999px;
	background: var(--burgdorf-green);
	color: #fff;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.bh-content-button:hover,
.bh-content-button:focus-visible {
	border-color: var(--burgdorf-green-dark);
	background: var(--burgdorf-green-dark);
	color: #fff;
}

.bh-content-button--secondary {
	border-color: #fff;
	background: transparent;
}

.bh-content-button--secondary:hover,
.bh-content-button--secondary:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--burgdorf-ink);
}

/* Native regular pages and migrated Elementor content. */
.bh-native-page {
	width: 100%;
	background: #fff;
	color: var(--burgdorf-text);
}

.bh-native-page__inner {
	width: min(calc(100% - 40px), 1180px);
	margin-inline: auto;
}

.bh-native-page__hero {
	padding-block: clamp(38px, 6vw, 86px);
	border-bottom: 8px solid var(--burgdorf-green);
	background: var(--burgdorf-ink);
	color: #fff;
}

.bh-native-page__eyebrow {
	margin: 0 0 10px;
	color: #9fe0b8;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bh-native-page__hero h1 {
	max-width: 1040px;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 6vw, 78px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.02;
	text-wrap: balance;
}

.bh-native-page__content {
	padding-block: clamp(38px, 6vw, 88px);
	font-size: clamp(16px, 1.15vw, 18px);
	line-height: 1.7;
}

.bh-native-page__content > :first-child,
.bh-migrated-column > :first-child {
	margin-top: 0;
}

.bh-native-page__content > :last-child,
.bh-migrated-column > :last-child {
	margin-bottom: 0;
}

.bh-native-page__content h2,
.bh-native-page__content h3,
.bh-native-page__content h4 {
	color: var(--burgdorf-ink);
	line-height: 1.18;
	text-wrap: balance;
}

.bh-native-page__content h2 {
	margin: 0 0 18px;
	font-size: clamp(27px, 3vw, 42px);
}

.bh-native-page__content h3 {
	margin: 0 0 12px;
	font-size: clamp(21px, 2vw, 29px);
}

.bh-native-page__content h4 {
	margin: 0 0 8px;
	font-size: 18px;
}

.bh-native-page__content a:not(.bh-content-button) {
	color: var(--burgdorf-green-dark);
	font-weight: 700;
}

.bh-native-page__content img {
	max-width: 100%;
	height: auto;
}

.bh-migrated-section {
	margin-block: 0 clamp(34px, 5vw, 72px);
}

.bh-migrated-section:last-child {
	margin-bottom: 0;
}

.bh-migrated-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: start;
	gap: clamp(22px, 3.4vw, 48px);
}

.bh-migrated-grid .bh-migrated-grid {
	gap: clamp(16px, 2vw, 28px);
}

.bh-migrated-column {
	min-width: 0;
	grid-column: span var(--bh-column-span, 12);
}

.bh-migrated-widget + .bh-migrated-widget {
	margin-top: 18px;
}

.bh-migrated-heading--center,
.bh-migrated-text--center {
	text-align: center;
}

.bh-migrated-heading--right,
.bh-migrated-text--right {
	text-align: right;
}

.bh-migrated-figure {
	margin: 0;
	text-align: center;
}

.bh-migrated-figure img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 760px;
	margin-inline: auto;
	object-fit: contain;
}

.bh-migrated-alert,
.bh-migrated-icon-box,
.bh-migrated-map {
	padding: clamp(20px, 3vw, 32px);
	border-left: 7px solid var(--burgdorf-green);
	background: #f1f6f2;
}

.bh-migrated-alert h2,
.bh-migrated-icon-box h3,
.bh-migrated-map h2 {
	margin-top: 0;
}

.bh-migrated-alert p:last-child,
.bh-migrated-icon-box p:last-child,
.bh-migrated-map p:last-child {
	margin-bottom: 0;
}

.bh-native-page__content table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.bh-native-page__content th,
.bh-native-page__content td {
	padding: 12px 14px;
	border: 1px solid var(--burgdorf-border);
	text-align: left;
}

.bh-native-page__content .gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
}

.bh-native-page__content .gallery-item {
	width: auto !important;
	margin: 0;
}

.bh-native-page__content .gallery-icon img {
	display: block;
	width: 100%;
	height: 260px;
	border: 0 !important;
	object-fit: cover;
}

.page-id-2229 .bh-migrated-section:has(.bh-content-button) {
	margin-bottom: 12px;
	padding: 18px 20px;
	border: 1px solid var(--burgdorf-border);
	background: #f7faf8;
}

.page-id-2229 .bh-migrated-section:has(.bh-content-button) h2,
.page-id-2229 .bh-migrated-section:has(.bh-content-button) h3 {
	margin-bottom: 0;
	font-size: clamp(18px, 2vw, 24px);
}

.page-id-2119 .bh-migrated-grid .bh-migrated-grid .bh-migrated-figure img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

@media (max-width: 720px) {
	.bh-native-page__inner {
		width: min(calc(100% - 28px), 1180px);
	}

	.bh-migrated-column {
		grid-column: 1 / -1;
	}

	.bh-migrated-heading--right,
	.bh-migrated-text--right {
		text-align: left;
	}

	.page-id-2229 .bh-migrated-section:has(.bh-content-button) .bh-migrated-column:last-child {
		margin-top: -10px;
	}
}

/* Native single post. */
.bh-single-post {
	width: 100%;
	background: #fff;
	color: var(--burgdorf-text);
}

.bh-single-post__inner {
	width: min(calc(100% - 40px), 1100px);
	margin-inline: auto;
}

.bh-single-post__hero {
	padding-block: clamp(34px, 5vw, 74px);
	background: var(--burgdorf-ink);
	color: #fff;
}

.bh-single-post__back {
	display: inline-block;
	margin-bottom: 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.bh-single-post__hero h1 {
	max-width: 1000px;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 5.4vw, 72px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.02;
	text-wrap: balance;
}

.bh-single-post__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	font-weight: 700;
}

.bh-single-post__meta a {
	color: inherit;
}

.bh-single-post__feature {
	margin-top: clamp(26px, 4vw, 54px);
}

.bh-single-post__feature-image {
	display: block;
	width: 100%;
	max-height: min(70vh, 800px);
	object-fit: cover;
}

.bh-single-post__layout {
	padding-block: clamp(34px, 5vw, 76px);
}

.bh-single-post__content {
	max-width: 860px;
	margin-inline: auto;
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.75;
}

.bh-single-post__content > :first-child {
	margin-top: 0;
}

.bh-single-post__content > :last-child {
	margin-bottom: 0;
}

.bh-single-post__content h2,
.bh-single-post__content h3 {
	margin-top: 1.7em;
	color: var(--burgdorf-ink);
	line-height: 1.2;
}

.bh-single-post__content img {
	max-width: 100%;
	height: auto;
}

.bh-single-post__share {
	display: flex;
	max-width: 860px;
	margin: 42px auto 0;
	padding-top: 20px;
	border-top: 1px solid var(--burgdorf-border);
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 18px;
	font-size: 13px;
	font-weight: 800;
}

.bh-single-post__share span {
	color: var(--burgdorf-muted);
	text-transform: uppercase;
}

.bh-single-post__share a {
	color: var(--burgdorf-green);
}

.bh-single-post__navigation {
	display: grid;
	max-width: 860px;
	margin: 52px auto 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.bh-single-post__navigation > div:last-child {
	text-align: right;
}

.bh-single-post__navigation a {
	display: block;
	padding: 18px;
	border-left: 5px solid var(--burgdorf-green);
	background: #f2f6f3;
	color: var(--burgdorf-ink);
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.bh-single-post__navigation span {
	display: block;
	margin-bottom: 6px;
	color: var(--burgdorf-muted);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Native 404. */
.bh-error-page {
	min-height: 70vh;
	background: var(--burgdorf-ink);
	color: #fff;
}

.bh-error-page__panel {
	display: grid;
	min-height: 70vh;
	padding-block: clamp(52px, 8vw, 120px);
	place-items: center;
}

.bh-error-page__inner {
	position: relative;
	width: min(calc(100% - 40px), 920px);
	overflow: hidden;
	padding: clamp(28px, 5vw, 64px);
	border-left: 10px solid var(--burgdorf-green);
	background: #101612;
}

.bh-error-page__code {
	position: absolute;
	top: -0.25em;
	right: -0.04em;
	color: rgba(255, 255, 255, 0.045);
	font-size: clamp(180px, 33vw, 430px);
	font-weight: 900;
	line-height: 1;
}

.bh-error-page__eyebrow,
.bh-error-page__inner h1,
.bh-error-page__inner > p,
.bh-error-page__actions,
.bh-error-page__search {
	position: relative;
	z-index: 1;
}

.bh-error-page__eyebrow {
	margin: 0 0 10px;
	color: #9fe0b8;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bh-error-page__inner h1 {
	max-width: 700px;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 6vw, 78px);
	line-height: 1;
}

.bh-error-page__inner > p:not(.bh-error-page__eyebrow) {
	max-width: 620px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.6;
}

.bh-error-page__actions {
	display: flex;
	margin-top: 28px;
	flex-wrap: wrap;
	gap: 10px;
}

.bh-error-page__search {
	max-width: 620px;
	margin-top: 42px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.bh-error-page__search h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 18px;
}

.bh-error-page__search .search-form {
	display: flex;
	gap: 8px;
}

.bh-error-page__search input[type="search"] {
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: #fff;
	color: var(--burgdorf-ink);
	flex: 1;
}

/* Essential Addons replacements. */
.bh-livestream-notice {
	margin-block: 30px;
	padding: clamp(24px, 4vw, 42px);
	border-left: 8px solid var(--burgdorf-green);
	background: #eff6f1;
	color: var(--burgdorf-text);
}

.bh-livestream-notice__eyebrow {
	display: block;
	margin-bottom: 6px;
	color: var(--burgdorf-green);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bh-livestream-notice h2 {
	margin: 0 0 14px;
	color: var(--burgdorf-ink);
	font-size: clamp(26px, 3vw, 40px);
}

.bh-livestream-notice p {
	margin: 0 0 12px;
}

.bh-livestream-notice .bh-content-button {
	margin-top: 8px;
}

.bh-chronicle-product {
	display: grid;
	overflow: hidden;
	margin-block: 30px;
	border: 1px solid var(--burgdorf-border);
	background: #fff;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
}

.bh-chronicle-product__media {
	display: block;
	min-height: 320px;
	background: #ecefec;
}

.bh-chronicle-product__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bh-chronicle-product__body {
	display: flex;
	padding: clamp(26px, 4vw, 48px);
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.bh-chronicle-product h2 {
	margin: 0;
	font-size: clamp(27px, 3.2vw, 44px);
	line-height: 1.08;
}

.bh-chronicle-product h2 a {
	color: var(--burgdorf-ink);
	text-decoration: none;
}

.bh-chronicle-product p {
	margin: 14px 0 22px;
	color: var(--burgdorf-muted);
}

.bh-history-timeline {
	position: relative;
	max-width: 1120px;
	margin-inline: auto;
	padding-block: 18px;
}

.bh-history-timeline::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 5px;
	background: rgba(255, 255, 255, 0.2);
	content: "";
	transform: translateX(-50%);
}

.bh-history-timeline__item {
	position: relative;
	display: grid;
	margin: 0;
	padding-block: 22px;
	grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
	align-items: center;
}

.bh-history-timeline__marker {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 19px;
	height: 19px;
	border: 5px solid var(--burgdorf-green);
	border-radius: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
}

.bh-history-timeline__item time {
	grid-column: 1;
	padding-right: 12px;
	color: var(--burgdorf-muted, #647067);
	font-size: 12px;
	font-weight: 800;
	text-align: right;
}

.bh-history-timeline__card {
	grid-column: 3;
	padding: clamp(20px, 3vw, 32px);
	border-left: 6px solid var(--burgdorf-green);
	background: #101612;
	color: #fff;
}

.bh-history-timeline__item:nth-child(even) time {
	grid-column: 3;
	padding-right: 0;
	padding-left: 12px;
	text-align: left;
}

.bh-history-timeline__item:nth-child(even) .bh-history-timeline__card {
	grid-row: 1;
	grid-column: 1;
	border-right: 6px solid var(--burgdorf-green);
	border-left: 0;
	text-align: right;
}

.bh-history-timeline__card h2 {
	margin: 0 0 10px;
	font-size: clamp(22px, 2.4vw, 34px);
	line-height: 1.1;
}

.bh-history-timeline__card h2 a,
.bh-history-timeline__link {
	color: #fff;
	text-decoration: none;
}

.bh-history-timeline__card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 1.55;
}

.bh-history-timeline__link {
	display: inline-block;
	margin-top: 13px;
	color: #9fe0b8;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@media (max-width: 760px) {
	.bh-single-post__inner {
		width: min(calc(100% - 24px), 1100px);
	}

	.bh-single-post__hero {
		padding-block: 30px 36px;
	}

	.bh-single-post__navigation {
		grid-template-columns: 1fr;
	}

	.bh-single-post__navigation > div:last-child {
		text-align: left;
	}

	.bh-error-page__inner {
		width: calc(100% - 24px);
		border-left-width: 7px;
	}

	.bh-error-page__search .search-form {
		align-items: stretch;
		flex-direction: column;
	}

	.bh-chronicle-product {
		grid-template-columns: 1fr;
	}

	.bh-chronicle-product__media {
		min-height: 230px;
	}

	.bh-history-timeline::before {
		left: 9px;
	}

	.bh-history-timeline__item,
	.bh-history-timeline__item:nth-child(even) {
		display: block;
		padding: 18px 0 18px 32px;
	}

	.bh-history-timeline__marker {
		top: 38px;
		left: 9px;
	}

	.bh-history-timeline__item time,
	.bh-history-timeline__item:nth-child(even) time {
		display: block;
		padding: 0 0 8px;
		text-align: left;
	}

	.bh-history-timeline__card,
	.bh-history-timeline__item:nth-child(even) .bh-history-timeline__card {
		border-right: 0;
		border-left: 5px solid var(--burgdorf-green);
		text-align: left;
	}
}
