/* Unpinned */
header.headroom--unpinned {
	top: -100px;
}

body.show-menu header.headroom--unpinned {
	top: 0;
}

@media screen and (max-width: 767px) {
	header.headroom--unpinned {
		top: calc(var(--header-height) * -1);
	}
}

header.headroom--pinned,
header.headroom--top,
body.show-menu header.gb-container {
	top: 0;
}

@media screen and (min-width: 768px) {
	body.header--unpinned .projekt-toc,
	body nav.projekt-toc {
		top: 0;
	}

	body.header--pinned nav.projekt-toc {
		top: var(--header-height);
	}
}

@media screen and (max-width: 767px) {
	body.header--unpinned .projekt-toc__mobile-bar,
	body .projekt-toc__mobile-bar {
		top: 0;
	}

	body.header--pinned .projekt-toc__mobile-bar,
	body.header--top .projekt-toc__mobile-bar {
		top: var(--header-height);
	}
}
