/**
 * Site overrides on top of the Webflow export.
 */

/* Tablet: logo is position:absolute, so header-right is the only flex child and
   would sit on the left under space-between. Keep the menu button on the right. */
@media screen and (max-width: 991px) {
	.header-wrapper-neuer > .split-content.header-right {
		margin-top: 0;
		margin-left: auto;
	}
}

/* Consent banner — aligned with Wakanda CI (--primary-1 / --primary-2 / neutrals) */
#consent-banner {
	--color-cb-bg: #ffffff;
	--color-cb-overlay: rgba(43, 28, 20, 0.4);
	--color-cb-text: #2b1c14;
	--color-cb-text-secondary: #534740;
	--color-cb-border: #e9e4e1;
	--color-cb-btn-bg: #5d7286;
	--color-cb-btn-text: #ffffff;
	--color-cb-btn-hover: #c3d232;
	--color-cb-btn-secondary-bg: transparent;
	--color-cb-btn-secondary-text: #2b1c14;
	--color-cb-btn-secondary-border: #baada5;
	--color-cb-btn-secondary-hover: #efedeb;
	--color-cb-toggle-on: #c3d232;
	--color-cb-toggle-off: #baada5;
	--color-cb-toggle-knob: #ffffff;
	--color-cb-link: #5d7286;
	--color-cb-link-hover: #c3d232;
	--color-cb-focus-ring: #5d7286;
	--color-cb-always-active: #c3d232;
}
