html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	[data-aos] {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

.d2,
body {
	font-family: 'Figtree', sans-serif;
	background: #faf7f1;
	color: #2e2a23;
	-webkit-font-smoothing: antialiased;
}

.d2 *,
.d2 *::before,
.d2 *::after {
	box-sizing: border-box;
}

.d2 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.d2 .serif {
	font-family: 'Lora', serif;
}

/* Header */
.d2-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 72px;
	height: 96px;
	background: #faf7f1;
	position: relative;
	z-index: 100;
}

.d2-logo {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.d2-logo em,
.d2-logo .d2-logo-accent {
	font-style: italic;
	color: #7d5a3c;
}

.d2-logo a {
	color: inherit;
	text-decoration: none;
}

.d2-nav-wrap {
	display: flex;
	align-items: center;
	gap: 38px;
}

.d2-nav,
.d2-nav-wrap .wp-block-navigation {
	display: flex;
	align-items: center;
	gap: 38px;
}

.d2-nav a,
.d2-nav-wrap .wp-block-navigation-item__content {
	font-size: 16px;
	font-weight: 600;
	color: #2e2a23;
	text-decoration: none;
	white-space: nowrap;
}

.d2-nav-wrap .wp-block-navigation__container {
	gap: 38px;
}

.d2-nav-wrap .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: #4a5d44;
}

.d2-nav a.d2-cta {
	color: #ffffff;
}

.d2-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: #f1ebdf;
	color: #2e2a23;
	cursor: pointer;
}

.d2-menu-toggle-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 22px;
	height: 22px;
}

.d2-menu-toggle-icon span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: currentColor;
	transform-origin: center;
	transition: transform 0.25s ease, opacity 0.2s ease;
}

.d2-menu-toggle[aria-expanded="true"] .d2-menu-toggle-icon span:nth-child(1),
.d2-topbar:has(.d2-nav-wrap.is-open) .d2-menu-toggle-icon span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.d2-menu-toggle[aria-expanded="true"] .d2-menu-toggle-icon span:nth-child(2),
.d2-topbar:has(.d2-nav-wrap.is-open) .d2-menu-toggle-icon span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.d2-menu-toggle[aria-expanded="true"] .d2-menu-toggle-icon span:nth-child(3),
.d2-topbar:has(.d2-nav-wrap.is-open) .d2-menu-toggle-icon span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
	.d2-menu-toggle-icon span {
		transition: none;
	}
}

/* Hero */
.d2-hero {
	position: relative;
	height: 800px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.d2-hero > img,
.d2-hero .wp-block-image img,
.d2-hero .wp-block-cover__image-background {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% 30%;
}

.d2-hero figure.wp-block-image,
.d2-hero .wp-block-image {
	position: absolute !important;
	inset: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;
	max-width: none;
	z-index: 0;
}

.d2-hero .wp-block-cover {
	min-height: 800px;
	padding: 0;
}

.d2-hero .wp-block-cover__inner-container {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: none;
	padding: 0;
}

.d2-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(80deg, rgba(36, 32, 25, 0.88) 0%, rgba(36, 32, 25, 0.55) 45%, rgba(36, 32, 25, 0.04) 78%);
	pointer-events: none;
	z-index: 1;
}

.d2-hero-content {
	position: absolute !important;
	z-index: 2;
	left: 72px;
	bottom: 80px;
	max-width: 720px;
	margin: 0 !important;
}

.d2-moin {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 26px;
	color: #7d5a3c;
	margin: 0 0 20px;
}

.d2-hero-content .d2-moin {
	color: #e8c98c;
}

.d2-hero h1,
.d2-hero .d2-h1 {
	font-family: 'Lora', serif;
	font-size: 62px;
	line-height: 1.12;
	font-weight: 500;
	margin: 0 0 28px;
	letter-spacing: -0.01em;
	color: #faf7f1;
}

.d2-hero h1 em,
.d2-hero .d2-h1 em {
	font-style: italic;
	color: #c9dab9;
}

.d2-hero-lead {
	font-size: 19px;
	line-height: 1.7;
	color: #e9e3d4;
	margin: 0 0 40px;
	max-width: 560px;
}

.d2-hero-actions {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
}

.d2-hero-content .wp-block-button.d2-btn .wp-block-button__link {
	background: #faf7f1 !important;
	color: #2e2a23 !important;
}

.d2-link {
	font-size: 17px;
	font-weight: 700;
	color: #4a5d44;
	text-decoration: none;
	border-bottom: 2px solid #c9d1c3;
	padding-bottom: 3px;
}

.d2-hero-content .d2-link {
	color: #f3ecdb;
	border-bottom-color: rgba(250, 247, 241, 0.4);
}

.d2-hero-note {
	margin-top: 48px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	background: #f1ebdf;
	border-radius: 20px;
	padding: 12px 24px 12px 14px;
	max-width: min(100%, 560px);
}

.d2-hero-content .d2-hero-note {
	background: rgba(46, 42, 35, 0.45);
	backdrop-filter: blur(4px);
}

.d2-hero-note .dot {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #4a5d44;
	color: #faf7f1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 15px;
	flex-shrink: 0;
}

.d2-hero-note p {
	margin: 0;
	font-size: 14.5px;
	font-weight: 600;
	color: #5c554a;
	line-height: 1.45;
}

.d2-hero-content .d2-hero-note p {
	color: #f3eee1;
}

/* Ticker */
.d2-ticker {
	background: #4a5d44;
	color: #e9e4d6;
	padding: 20px 72px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
}

.d2-hero + .d2-ticker {
	margin-top: 0 !important;
}

.d2-ticker-text {
	margin: 0;
	text-align: center;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 19px;
	line-height: 1.65;
	color: inherit;
}

.d2-ticker-text .sep {
	font-style: normal;
	color: #9fb094;
}

@media (min-width: 961px) {
	.d2-ticker-text {
		white-space: nowrap;
	}
}

/* Sections */
.d2-section {
	padding: 112px 72px;
}

.d2-label {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #7d5a3c;
	margin: 0 0 18px;
}

.d2-h2 {
	font-family: 'Lora', serif;
	font-size: 46px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 24px;
	letter-spacing: -0.01em;
}

.d2-h2 em {
	font-style: italic;
	color: #4a5d44;
}

.d2-lead {
	font-size: 18.5px;
	line-height: 1.7;
	color: #5c554a;
	margin: 0;
}

/* About */
.d2-about {
	display: grid;
	grid-template-columns: 1fr 460px;
	gap: 88px;
	align-items: center;
}

.d2-about-img {
	position: relative;
	width: 100%;
}

.d2-about-img figure.wp-block-image,
.d2-about-img .wp-block-image {
	margin: 0;
	width: 100%;
	max-width: none;
}

.d2-about-img img {
	width: 100%;
	height: 580px;
	object-fit: cover;
	object-position: 50% 30%;
	border-radius: 24px;
}

.d2-about-img .d2-stamp {
	position: absolute;
	top: -36px;
	right: -36px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #d9a13e;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1.3;
	color: #2e2a23;
	transform: rotate(8deg);
	padding: 18px;
}

.d2-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 36px 0 0;
}

.d2-chip {
	background: #f1ebdf;
	border-radius: 999px;
	padding: 12px 22px;
	font-size: 15.5px;
	font-weight: 600;
	color: #5c554a;
}

.d2-chip b,
.d2-chip strong {
	color: #2e2a23;
	font-weight: 800;
}

/* Quote */
.d2-quote {
	padding: 0 72px;
}

.d2-quote-card {
	background: #f1ebdf;
	border-radius: 32px;
	padding: 96px;
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 80px;
	align-items: center;
}

.d2-quote blockquote,
.d2-quote .wp-block-quote {
	font-family: 'Lora', serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 0 32px;
	border: none;
	padding: 0;
}

.d2-quote blockquote em,
.d2-quote .wp-block-quote em {
	font-style: italic;
	color: #4a5d44;
}

.d2-quote-meta {
	font-size: 16px;
	line-height: 1.65;
	color: #5c554a;
}

.d2-quote-meta b,
.d2-quote-meta strong {
	color: #2e2a23;
}

.d2-quote-img img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	object-position: 50% 20%;
	border-radius: 24px;
}

/* Themes */
.d2-themes-head {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 80px;
	align-items: end;
	margin-bottom: 64px;
}

.d2-themes-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}

.d2-themes-grid > .d2-theme {
	margin: 0 !important;
	min-height: 100%;
}

.d2-theme {
	background: #ffffff;
	border-radius: 24px;
	padding: 40px 36px;
	border: 1px solid #ece5d6;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 0 rgba(250, 247, 241, 0);
	transform: translateY(0);
	transition:
		background-color 0.3s ease,
		color 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease,
		transform 0.3s ease;
}

.d2-theme .d2-theme-icon,
.d2-theme p {
	transition: color 0.3s ease;
}

.d2-theme.green {
	background: #4a5d44;
	color: #faf7f1;
	border-color: rgba(250, 247, 241, 0.18);
	box-shadow: inset 0 0 0 1px rgba(250, 247, 241, 0.12);
}

.d2-theme.green p {
	color: #d4dccd;
}

@media (hover: hover) {
	.d2-theme.is-active {
		background: #4a5d44;
		color: #faf7f1;
		border-color: rgba(250, 247, 241, 0.18);
		box-shadow: inset 0 0 0 1px rgba(250, 247, 241, 0.12);
	}

	.d2-theme.is-active p {
		color: #d4dccd;
	}

	.d2-theme.is-active .d2-theme-icon {
		color: #d9a13e;
	}

	.d2-theme.green:not(.is-active),
	.d2-theme:not(.is-active) {
		background: #ffffff;
		color: #2e2a23;
		border-color: #ece5d6;
		box-shadow: inset 0 0 0 0 rgba(250, 247, 241, 0);
	}

	.d2-theme.green:not(.is-active) p,
	.d2-theme:not(.is-active) p {
		color: #5c554a;
	}

	.d2-theme.green:not(.is-active) .d2-theme-icon,
	.d2-theme:not(.is-active) .d2-theme-icon {
		color: #7d5a3c;
	}

	.d2-theme:hover {
		transform: translateY(-3px);
		box-shadow: 0 12px 32px rgba(74, 93, 68, 0.18);
	}

	.d2-theme.is-active:hover {
		background: #556b4e;
		border-color: rgba(250, 247, 241, 0.22);
		box-shadow: 0 12px 32px rgba(74, 93, 68, 0.22), inset 0 0 0 1px rgba(250, 247, 241, 0.12);
	}
}

@media (hover: none) {
	.d2-themes-grid:has(.is-scroll-active) .d2-theme.green:not(.is-scroll-active) {
		background: #ffffff;
		color: #2e2a23;
		border-color: #ece5d6;
		box-shadow: none;
	}

	.d2-themes-grid:has(.is-scroll-active) .d2-theme.green:not(.is-scroll-active) p {
		color: #5c554a;
	}

	.d2-themes-grid:has(.is-scroll-active) .d2-theme.green:not(.is-scroll-active) .d2-theme-icon {
		color: #7d5a3c;
	}

	.d2-theme.is-scroll-active {
		background: #4a5d44;
		color: #faf7f1;
		border-color: rgba(250, 247, 241, 0.18);
		box-shadow: inset 0 0 0 1px rgba(250, 247, 241, 0.12);
	}

	.d2-theme.is-scroll-active p {
		color: #d4dccd;
	}

	.d2-theme.is-scroll-active .d2-theme-icon {
		color: #d9a13e;
	}
}

@media (prefers-reduced-motion: reduce) {
	.d2-theme,
	.d2-theme .d2-theme-icon,
	.d2-theme p {
		transition: none;
	}
}

.d2-theme-icon {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 30px;
	color: #7d5a3c;
	margin-bottom: 22px;
}

.d2-theme.green .d2-theme-icon {
	color: #d9a13e;
}

.d2-theme h3 {
	font-family: 'Lora', serif;
	font-size: 23px;
	font-weight: 600;
	margin: 0 0 12px;
	line-height: 1.3;
}

.d2-theme p {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.65;
	color: #5c554a;
}

/* 100 days */
.d2-100 {
	background: #2e2a23;
	color: #faf7f1;
	border-radius: 32px;
	margin: 0 72px;
	padding: 96px;
}

.d2-100-head {
	max-width: 640px;
	margin-bottom: 64px;
}

.d2-100 .d2-h2 {
	color: #faf7f1;
}

.d2-100 .d2-lead {
	color: #b5ac9b;
}

.d2-100 .d2-label {
	color: #d9a13e;
}

.d2-100-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 56px;
}

.d2-100-item .num {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 64px;
	color: #d9a13e;
	line-height: 1;
	margin-bottom: 24px;
}

.d2-100-item h3 {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 14px;
	line-height: 1.3;
	color: #faf7f1;
}

.d2-100-item p {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.65;
	color: #b5ac9b;
}

/* Family */
.d2-family {
	display: grid;
	grid-template-columns: 440px 1fr;
	gap: 88px;
	align-items: center;
}

.d2-family-imgs {
	position: relative;
	height: 600px;
}

.d2-family-imgs .wp-block-image {
	margin: 0;
}

.d2-family-imgs .wp-block-image:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 78%;
	z-index: 1;
}

.d2-family-imgs .wp-block-image:first-child img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	border-radius: 24px;
}

.d2-family-imgs .wp-block-image:last-child {
	position: absolute;
	bottom: 0;
	right: -16px;
	width: 56%;
	z-index: 2;
}

.d2-family-imgs .wp-block-image:last-child img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 20px 48px rgba(46, 42, 35, 0.22);
	border: 6px solid #faf7f1;
}

/* Contact */
.d2-contact {
	text-align: center;
	padding: 120px 72px 104px;
}

.d2-contact .d2-moin {
	max-width: 640px;
	margin: 0 auto 20px;
	text-align: center;
}

.d2-contact .d2-h2 {
	font-size: 52px;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.d2-contact .d2-lead {
	max-width: 560px;
	margin: 0 auto 48px;
}

.d2-contact .wp-block-heading,
.d2-contact .wp-block-paragraph {
	margin-left: auto;
	margin-right: auto;
}

.d2-contact-actions {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.d2-contact-form,
.d2-contact-form-wrap .wpcf7 {
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
}

.d2-contact-form-wrap {
	margin: 0;
}

.d2-contact-form .wpcf7-form {
	margin: 0;
}

.d2-contact-form .hidden-fields-container {
	display: none !important;
}

.d2-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 24px;
}

.d2-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.d2-field-full {
	grid-column: 1 / -1;
}

.d2-field label,
.d2-contact-form label {
	font-size: 14px;
	font-weight: 700;
	color: #2e2a23;
}

.d2-input,
.d2-contact-form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	font: inherit;
	font-size: 16px;
	color: #2e2a23;
	background: #ffffff;
	border: 1px solid #ece5d6;
	border-radius: 16px;
	padding: 16px 18px;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.d2-input:focus,
.d2-contact-form .wpcf7-form-control:not(.wpcf7-submit):focus {
	outline: none;
	border-color: #4a5d44;
	box-shadow: 0 0 0 3px rgba(74, 93, 68, 0.12);
}

.d2-contact-form textarea.d2-input,
.d2-contact-form textarea.wpcf7-textarea {
	min-height: 160px;
	resize: vertical;
}

.d2-contact-form select.d2-input,
.d2-contact-form select.wpcf7-select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #7d5a3c 50%), linear-gradient(135deg, #7d5a3c 50%, transparent 50%);
	background-position: calc(100% - 22px) calc(50% + 2px), calc(100% - 16px) calc(50% + 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 42px;
}

.d2-form-actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.d2-submit,
.d2-contact-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #4a5d44 !important;
	color: #ffffff !important;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	padding: 18px 36px !important;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	box-shadow: none;
	min-height: unset;
	transition: background 0.2s ease, transform 0.2s ease;
}

.d2-submit:hover,
.d2-contact-form .wpcf7-submit:hover {
	background: #3f503a !important;
}

.d2-submit:focus,
.d2-contact-form .wpcf7-submit:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(74, 93, 68, 0.18);
}

.d2-contact-form .wpcf7-spinner {
	margin: 0 0 0 12px;
}

.d2-contact-form .wpcf7-not-valid-tip {
	font-size: 13px;
	color: #9b3d3d;
	margin-top: 6px;
}

form.d2-contact-form .wpcf7-response-output {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
}

form.d2-contact-form.sent .wpcf7-response-output,
form.d2-contact-form.invalid .wpcf7-response-output,
form.d2-contact-form.unaccepted .wpcf7-response-output,
form.d2-contact-form.failed .wpcf7-response-output,
form.d2-contact-form.spam .wpcf7-response-output,
form.d2-contact-form.aborted .wpcf7-response-output,
form.d2-contact-form.payment-required .wpcf7-response-output {
	display: block;
	margin: 24px 0 0;
	padding: 16px 18px;
	border-radius: 16px;
	border: 1px solid #ece5d6;
	background: #f1ebdf;
	color: #5c554a;
	font-size: 15px;
	text-align: center;
}

form.d2-contact-form.invalid .wpcf7-response-output,
form.d2-contact-form.unaccepted .wpcf7-response-output,
form.d2-contact-form.failed .wpcf7-response-output,
form.d2-contact-form.spam .wpcf7-response-output,
form.d2-contact-form.aborted .wpcf7-response-output,
form.d2-contact-form.payment-required .wpcf7-response-output {
	border-color: #e0c4c4;
	background: #fbf1f1;
	color: #7a3a3a;
}

form.d2-contact-form.sent .wpcf7-response-output {
	border-color: #c9d1c3;
	background: #eef3ea;
	color: #4a5d44;
}

.d2-contact-form .wpcf7-not-valid {
	border-color: #d88 !important;
}

.d2-form-note {
	max-width: 560px;
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 1.6;
	color: #8a8273;
	text-align: center;
}

.d2-form-note a {
	color: #7d5a3c;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Footer */
.d2-footer {
	border-top: 1px solid #e5ddcb;
	padding: 44px 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.d2-footer p {
	margin: 0;
	font-size: 14.5px;
	color: #8a8273;
}

.d2-footer nav,
.d2-footer .wp-block-navigation {
	display: flex;
	gap: 28px;
}

.d2-footer a,
.d2-footer .wp-block-navigation-item__content {
	color: #5c554a;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
}

/* Page template */
.d2-page-content {
	padding: 112px 72px;
	max-width: 860px;
	margin: 0 auto;
}

.d2-page-content h1 {
	font-family: 'Lora', serif;
	font-size: 46px;
	font-weight: 500;
	margin-bottom: 32px;
}

.d2-page-content h2 {
	font-family: 'Lora', serif;
	font-size: 28px;
	font-weight: 500;
	margin: 40px 0 16px;
}

.d2-page-content h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 28px 0 12px;
}

.d2-page-content p,
.d2-page-content ul {
	margin-bottom: 16px;
	line-height: 1.7;
}

.d2-page-content ul {
	padding-left: 1.4em;
}

.d2-impressum-credit {
	margin-top: 36px;
	padding-top: 18px;
	border-top: 1px solid #ece5d6;
}

.d2-impressum-credit-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #7d756a;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: color 0.2s ease;
}

.d2-impressum-credit-link:hover,
.d2-impressum-credit-link:focus-visible {
	color: #7d5a3c;
}

.d2-impressum-credit-mark {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.d2-impressum-credit-mark svg {
	display: block;
	width: 72px;
	height: 14px;
}

.d2-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* WordPress block button overrides */
.d2 .wp-block-buttons {
	gap: 20px;
	align-items: center;
}

.d2 .wp-block-buttons.d2-cta {
	background: none;
	padding: 0;
	margin: 0;
	gap: 0;
}

.d2 .wp-block-button {
	margin: 0;
}

.d2 .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	line-height: 1.2;
	box-shadow: none;
	min-height: unset;
	transition: none;
}

.d2 .wp-block-buttons.d2-cta .wp-block-button__link {
	background: #4a5d44 !important;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 28px !important;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
	border: none;
}

.d2 .wp-block-button.d2-btn .wp-block-button__link {
	background: #2e2a23 !important;
	color: #faf7f1 !important;
	font-size: 17px;
	font-weight: 700;
	padding: 18px 36px !important;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
	border: none;
}

.d2-contact-actions .wp-block-buttons.d2-cta .wp-block-button__link {
	font-size: 17px;
	padding: 18px 36px !important;
}

.d2 .wp-block-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Remove default block spacing between landing sections */
.d2.wp-block-group-is-layout-flow > .d2-hero,
.d2.wp-block-group-is-layout-flow > .d2-ticker {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.d2-hero.is-layout-flow > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.d2 .wp-block-cover__background {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.d2-ticker {
		animation: none;
	}
}

@media (max-width: 1100px) {
	.d2-topbar {
		padding: 0 40px;
	}

	.d2-nav-wrap {
		gap: 24px;
	}

	.d2-nav,
	.d2-nav-wrap .wp-block-navigation,
	.d2-nav-wrap .wp-block-navigation__container {
		gap: 24px;
	}

	.d2-nav a,
	.d2-nav-wrap .wp-block-navigation-item__content {
		font-size: 15px;
	}

	.d2 .wp-block-buttons.d2-cta .wp-block-button__link {
		font-size: 15px;
		padding: 12px 22px !important;
	}

	.d2-section {
		padding: 80px 40px;
	}

	.d2-hero-content {
		left: 40px;
		right: 40px;
	}

	.d2-hero h1,
	.d2-hero .d2-h1 {
		font-size: 48px;
	}

	.d2-quote {
		padding: 0 40px;
	}

	.d2-quote-card {
		padding: 64px 56px;
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.d2-quote-img img {
		height: 400px;
	}

	.d2-about {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.d2-about-img .d2-stamp {
		right: -12px;
	}

	.d2-themes-head {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 48px;
	}

	.d2-themes-grid {
		grid-template-columns: 1fr 1fr;
	}

	.d2-100 {
		margin: 0 40px;
		padding: 64px 56px;
	}

	.d2-100-grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.d2-family {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.d2-family-imgs {
		width: 100%;
		max-width: none;
		height: auto;
		display: grid;
		gap: 20px;
	}

	.d2-family-imgs .wp-block-image:first-child,
	.d2-family-imgs .wp-block-image:last-child {
		position: static;
		width: 100%;
	}

	.d2-family-imgs .wp-block-image:first-child img {
		height: clamp(320px, 52vw, 480px);
	}

	.d2-family-imgs .wp-block-image:last-child img {
		height: clamp(240px, 40vw, 320px);
	}

	.d2-contact {
		padding: 96px 40px 80px;
	}

	.d2-footer {
		padding: 36px 40px;
	}

	.d2-page-content {
		padding: 80px 40px;
	}
}

@media (max-width: 960px) {
	.d2-topbar {
		padding: 0 20px;
		height: 76px;
	}

	.d2-menu-toggle {
		display: flex;
		flex-shrink: 0;
		margin-left: auto;
	}

	.d2-nav-wrap {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		background: #faf7f1;
		border-top: 1px solid #e5ddcb;
		box-shadow: 0 16px 32px rgba(46, 42, 35, 0.08);
		padding: 0 20px;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.25s ease, opacity 0.25s ease, padding 0.25s ease;
	}

	.d2-nav-wrap.is-open {
		max-height: 420px;
		opacity: 1;
		padding: 16px 20px 24px;
	}

	.d2-nav-wrap .wp-block-navigation,
	.d2-nav-wrap .wp-block-navigation__container {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		width: 100%;
	}

	.d2-nav-wrap .wp-block-buttons.d2-cta {
		width: 100%;
		margin-top: 8px;
	}

	.d2-nav-wrap .wp-block-buttons.d2-cta .wp-block-button,
	.d2-nav-wrap .wp-block-buttons.d2-cta .wp-block-button__link {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 720px) {
	.d2-hero,
	.d2-hero .wp-block-cover {
		height: 640px;
		min-height: 640px;
	}

	.d2-hero::after {
		background: linear-gradient(180deg, rgba(36, 32, 25, 0.2) 0%, rgba(36, 32, 25, 0.9) 72%);
	}

	.d2-hero-content {
		left: 20px;
		right: 20px;
		bottom: 44px;
	}

	.d2-hero h1,
	.d2-hero .d2-h1 {
		font-size: 36px;
	}

	.d2-moin {
		font-size: 21px;
	}

	.d2-hero-lead {
		font-size: 17px;
		margin-bottom: 28px;
	}

	.d2-hero-actions {
		flex-wrap: wrap;
		gap: 16px;
	}

	.d2-hero-note {
		margin-top: 28px;
	}

	.d2-section {
		padding: 64px 20px;
	}

	.d2-h2 {
		font-size: 32px;
	}

	.d2-quote {
		padding: 0 20px;
	}

	.d2-quote-card {
		padding: 44px 28px;
		border-radius: 24px;
	}

	.d2-quote blockquote,
	.d2-quote .wp-block-quote {
		font-size: 26px;
	}

	.d2-quote-img img {
		height: 320px;
	}

	.d2-themes-grid {
		grid-template-columns: 1fr;
	}

	.d2-100 {
		margin: 0 20px;
		padding: 48px 28px;
		border-radius: 24px;
	}

	.d2-ticker {
		padding: 28px 32px;
	}

	.d2-ticker-text {
		font-size: 18px;
		line-height: 1.75;
	}

	.d2-family-imgs {
		gap: 16px;
	}

	.d2-family-imgs .wp-block-image:last-child {
		display: none;
	}

	.d2-family-imgs .wp-block-image:first-child img {
		height: clamp(280px, 68vw, 380px);
	}

	.d2-contact {
		padding: 80px 20px 64px;
	}

	.d2-contact .wp-block-paragraph,
	.d2-contact .wp-block-heading {
		margin-left: auto;
		margin-right: auto;
	}

	.d2-contact .d2-moin {
		font-size: 21px;
		max-width: none;
	}

	.d2-contact .d2-h2 {
		font-size: 34px;
	}

	.d2-form-grid {
		grid-template-columns: 1fr;
	}

	.d2-contact-form {
		max-width: none;
	}

	.d2-contact-actions {
		flex-wrap: wrap;
		gap: 14px;
	}

	.d2-footer {
		flex-direction: column;
		gap: 16px;
		text-align: center;
		padding: 32px 20px;
	}

	.d2-page-content {
		padding: 64px 20px;
	}

	.d2-events {
		padding: 64px 20px 72px;
	}

	.d2-events-head {
		margin-bottom: 40px;
	}
}

/* CookieYes */
.cky-consent-container .cky-consent-bar,
.cky-preference-center {
	background-color: #faf7f1 !important;
	border-color: #ece5d6 !important;
	font-family: 'Figtree', sans-serif !important;
}

.cky-consent-container .cky-consent-bar {
	border-radius: 24px !important;
	box-shadow: 0 20px 48px rgba(46, 42, 35, 0.14) !important;
}

.cky-notice .cky-title,
.cky-preference-header .cky-preference-title,
.cky-accordion-header .cky-accordion-btn {
	color: #2e2a23 !important;
	font-family: 'Lora', serif !important;
}

.cky-notice-des,
.cky-preference-content-wrapper,
.cky-accordion-header-des,
.cky-modal {
	color: #5c554a !important;
}

.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy,
.cky-preference-content-wrapper .cky-show-desc-btn,
.cky-footer-wrapper a {
	color: #7d5a3c !important;
}

.cky-btn {
	border-radius: 999px !important;
	font-family: inherit !important;
	font-weight: 700 !important;
}

.cky-btn-accept {
	background-color: #4a5d44 !important;
	border-color: #4a5d44 !important;
	color: #ffffff !important;
}

.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
	background-color: transparent !important;
	border-color: #4a5d44 !important;
	color: #4a5d44 !important;
}

.cky-btn-accept:hover,
.cky-btn-reject:hover,
.cky-btn-customize:hover,
.cky-btn-preferences:hover {
	opacity: 1 !important;
}

.cky-btn-accept:hover {
	background-color: #3f503a !important;
	border-color: #3f503a !important;
}

.cky-btn-reject:hover,
.cky-btn-customize:hover,
.cky-btn-preferences:hover {
	background-color: #f1ebdf !important;
}

.cky-btn-revisit-wrapper {
	background-color: #4a5d44 !important;
}

.cky-overlay {
	background: #2e2a23 !important;
	opacity: 0.45 !important;
}

.cky-preference-header,
.cky-preference-content-wrapper,
.cky-accordion {
	border-color: #ece5d6 !important;
}

.cky-audit-table {
	background-color: #ffffff !important;
	border-color: #ece5d6 !important;
	color: #5c554a !important;
}

.cky-accordion-header .cky-always-active {
	color: #4a5d44 !important;
}

.cky-switch input[type='checkbox']:checked {
	background-color: #4a5d44 !important;
}

/* The Events Calendar */
.d2-events {
	padding: 112px 72px 104px;
	max-width: 1340px;
	margin: 0 auto;
}

.d2-events-head {
	max-width: 760px;
	margin: 0 auto 56px;
	text-align: center;
}

.d2-events-head .d2-lead {
	max-width: 640px;
	margin: 0 auto;
}

.d2-events .tribe-common-l-container,
.d2-events .tribe-events-l-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.d2-events .tribe-events-header__title-text,
.d2-event-single .tribe-events-single-event-title {
	font-family: 'Lora', serif;
	color: #2e2a23;
}

.d2-events .tribe-common-c-btn,
.d2-events .tribe-events-c-search__button,
.d2-events .tribe-events-c-ical__link,
.d2-event-single .tribe-common-c-btn {
	border-radius: 999px;
	font-family: inherit;
	font-weight: 700;
}

.d2-events .tribe-events-c-search__button,
.d2-events .tribe-common-c-btn:not(.tribe-events-c-ical__link),
.d2-event-single .tribe-common-c-btn {
	background: #4a5d44;
	border-color: #4a5d44;
	color: #ffffff;
}

.d2-events .tribe-events-c-search__button:hover,
.d2-events .tribe-common-c-btn:not(.tribe-events-c-ical__link):hover,
.d2-event-single .tribe-common-c-btn:hover {
	background: #3f503a;
	border-color: #3f503a;
	color: #ffffff;
}

.d2-events .tribe-events-c-search__button:active,
.d2-events .tribe-common-c-btn:not(.tribe-events-c-ical__link):active,
.d2-event-single .tribe-common-c-btn:active {
	background: #364532;
	border-color: #364532;
	color: #ffffff;
}

.d2-events .tribe-events-c-search__button:focus,
.d2-events .tribe-events-c-search__button:focus-visible,
.d2-events .tribe-common-c-btn:not(.tribe-events-c-ical__link):focus,
.d2-events .tribe-common-c-btn:not(.tribe-events-c-ical__link):focus-visible,
.d2-event-single .tribe-common-c-btn:focus,
.d2-event-single .tribe-common-c-btn:focus-visible {
	background: #4a5d44;
	border-color: #4a5d44;
	color: #ffffff;
	outline: 2px solid #7d5a3c;
	outline-offset: 2px;
}

.d2-events .tribe-events-c-events-bar,
.d2-events .tribe-events-c-top-bar,
.d2-events .tribe-events-calendar-list__month-separator,
.d2-events .tribe-events-calendar-month,
.d2-event-single .tribe-events-event-meta {
	background: #ffffff;
	border-color: #ece5d6;
	border-radius: 24px;
}

.d2-events .tribe-events-c-top-bar__datepicker-button,
.d2-events .tribe-events-c-top-bar__datepicker-button time,
.d2-events .tribe-events-c-top-bar__datepicker-desktop,
.d2-events .tribe-events-c-top-bar__datepicker-mobile {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 500;
}

.d2-events .tribe-events-c-events-bar,
.d2-events .tribe-events-c-top-bar {
	border: 1px solid #ece5d6;
	padding: 14px 24px;
	box-sizing: border-box;
}

.d2-events .tribe-events-calendar-list__month-separator {
	border: 1px solid #ece5d6;
	padding: 14px 24px;
}

.d2-events .tribe-events-calendar-list__month-separator h3 {
	margin: 0;
}

@media (min-width: 768px) {
	.d2-events .tribe-events-header,
	.d2-events .tribe-events-calendar-list,
	.d2-events .tribe-events-calendar-list-nav,
	.d2-events .tribe-events-c-subscribe-dropdown__container,
	.d2-events .tribe-events-c-events-bar,
	.d2-events .tribe-events-c-top-bar,
	.d2-events .tribe-events-calendar-list__month-separator,
	.d2-events .tribe-events-calendar-list__event-row {
		width: 100%;
		max-width: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.d2-events .tribe-events-calendar-list__event-row,
.d2-events .tribe-events-calendar-day__event,
.d2-events .tribe-events-calendar-month__calendar {
	border-color: #ece5d6;
}

.d2-events .tribe-events-calendar-list__event-title-link,
.d2-events .tribe-events-calendar-month__calendar-event-title-link,
.d2-event-single .tribe-events-back a {
	color: #7d5a3c;
	font-weight: 700;
	text-decoration: none;
}

.d2-events .tribe-events-calendar-list__event-datetime,
.d2-events .tribe-events-calendar-list__event-description,
.d2-events .tribe-events-calendar-month__calendar-event-tooltip-description,
.d2-event-single .tribe-events-schedule,
.d2-event-single .tribe-events-single-event-description {
	color: #5c554a;
}

@media (min-width: 768px) {
	.d2-event-single .tribe-events-event-meta.secondary {
		flex: 1 1 0;
		min-width: 0;
	}

	.d2-event-single .tribe-events-meta-group.tribe-events-meta-group-venue {
		flex: 0 0 auto;
		width: auto;
		min-width: 140px;
		max-width: 38%;
		margin-right: 16px;
	}

	.d2-event-single .tribe-events-venue-map {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
	}

	.d2-event-single .tribe-events-venue-map > iframe,
	.d2-event-single .tribe-events-venue-map > div,
	.d2-event-single .tribe-events-venue-map .video-placeholder-normal {
		width: 100% !important;
		max-height: 280px;
		min-height: 220px;
	}
}

.d2-events .tribe-events-c-subscribe-dropdown__container,
.d2-event-single .tribe-events-c-subscribe-dropdown__container {
	align-items: flex-end;
}

.d2-events .tribe-events-c-subscribe-dropdown,
.d2-event-single .tribe-events-c-subscribe-dropdown {
	position: relative;
	width: fit-content;
	margin-left: auto;
}

.d2-events .tribe-events-c-subscribe-dropdown__button.tribe-common-c-btn-border,
.d2-event-single .tribe-events-c-subscribe-dropdown__button.tribe-common-c-btn-border {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 200px;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #4a5d44;
	border-radius: 999px;
	color: #4a5d44;
	font-family: inherit;
	font-weight: 700;
}

.d2-events .tribe-events-c-subscribe-dropdown__content,
.d2-event-single .tribe-events-c-subscribe-dropdown__content {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: auto;
	width: max-content;
	min-width: 100%;
}

.d2-events .tribe-events-c-subscribe-dropdown__button.tribe-common-c-btn-border:hover,
.d2-event-single .tribe-events-c-subscribe-dropdown__button.tribe-common-c-btn-border:hover,
.d2-events .tribe-events-c-subscribe-dropdown__button.tribe-common-c-btn-border:focus,
.d2-event-single .tribe-events-c-subscribe-dropdown__button.tribe-common-c-btn-border:focus,
.d2-events .tribe-events-c-subscribe-dropdown__button.tribe-common-c-btn-border:focus-within,
.d2-event-single .tribe-events-c-subscribe-dropdown__button.tribe-common-c-btn-border:focus-within {
	background: #4a5d44;
	border-color: #4a5d44;
	color: #ffffff;
	outline: none;
}

.d2-events .tribe-events-c-subscribe-dropdown__button-text,
.d2-event-single .tribe-events-c-subscribe-dropdown__button-text {
	border: none;
	outline: none;
	box-shadow: none;
}

.tribe-events-venue-map .video-placeholder-normal {
	background-color: #ece5d6;
	border: 1px solid #d8d0c0;
	border-radius: 12px;
	min-height: 220px;
	max-width: none;
}

.tribe-events-venue-map .video-placeholder-text-normal {
	display: block !important;
	padding: 14px 18px;
	background-color: #2e2a23cc;
	color: #faf7f1;
	border-radius: 999px;
	font-size: 0.92rem;
	line-height: 1.4;
}

.d2-events .tribe-events-c-subscribe-dropdown__button-text:focus,
.d2-events .tribe-events-c-subscribe-dropdown__button-text:focus-visible,
.d2-events .tribe-events-c-subscribe-dropdown__button-text[aria-expanded="true"],
.d2-event-single .tribe-events-c-subscribe-dropdown__button-text:focus,
.d2-event-single .tribe-events-c-subscribe-dropdown__button-text:focus-visible,
.d2-event-single .tribe-events-c-subscribe-dropdown__button-text[aria-expanded="true"] {
	border: none;
	outline: none;
	box-shadow: none;
}

.d2-events .tribe-events-c-subscribe-dropdown__button-icon,
.d2-event-single .tribe-events-c-subscribe-dropdown__button-icon {
	color: currentColor;
	stroke: currentColor;
}

.d2-events .tribe-events-c-subscribe-dropdown__list,
.d2-event-single .tribe-events-c-subscribe-dropdown__list {
	background: #ffffff;
	border-color: #ece5d6;
	border-radius: 16px;
}

.d2-events .tribe-events-c-subscribe-dropdown__list-item-link,
.d2-event-single .tribe-events-c-subscribe-dropdown__list-item-link {
	color: #2e2a23;
	text-decoration: none;
}

.d2-events .tribe-events-c-subscribe-dropdown__list-item:hover,
.d2-event-single .tribe-events-c-subscribe-dropdown__list-item:hover {
	background: #eef3ea;
}

.d2-contact-events {
	margin-top: 8px;
}

.d2-contact-events .d2-link {
	font-size: 17px;
}
