* {
	scroll-margin-top: var(--header-height);
}

body {
	overflow-x: hidden;
	margin-top: calc(var(--header-height));
}

.wp-site-blocks {
	min-height: calc(100vh - var(--header-height) - var(--wp-admin--admin-bar--height, 0px));
}

/**
macOS Scroll Background:
When scrolling up or down on macOS, there is no "abrupt" stop at the end of the page,
instead it "drags" the website up/down. The background color for the empty space is
the background of the <html> element.
Since the header & footer of the website are both black, this empty space should also
be black.
 */
html {
	background: #000;
}
body {
	background: #FFF;
}

/**
FORM STYLES
 */

.btn.k2child__contact-form__submit {
	cursor: pointer;
}

/**
BUTTONS
 */
.wp-block-button__link, button,
[type="submit"],
.gform-theme-button:not(#fakeid) {
	transition: all 0.3s ease-in;
}

:where(.wp-block-button .wp-block-button__link),
.gform-theme-button:not(#fakeid) {
	padding-top: 0.65rem; /* appear visually centered (cannot be done manually) */
}

.wp-block-button__link,
.gform-theme-button:not(#fakeid) {
	padding: 15px 20px 12px 20px;
}

.is-style-button-with-icon .wp-block-button__link::before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-right: 0.5rem;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #fff;
}

/**
BLOCK STYLES
**/
.is-style-komu-heading {
	font-family: var(--wp--preset--font-family--komu);
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: normal;
}


/**
k2/toggles
**/

.toggle {
    border: none;
    border-bottom: 1px solid var(--wp--preset--color--primary-light);
    padding-bottom: var(--_gap);
}

.toggle__summary {
    background-color: var(--wp--preset--color--primary-contrast);
    color: var(--wp--preset--color--text-color);
    padding: 0.5rem 0;
    font-weight: 600;
    font-size: 1.25rem;
}

.toggle__content {
    padding: 0.5rem 0;
}

.toggle__indicator::before,
.toggle__indicator::after {
    height: 4px;
    border-radius: 2px;
}

.is-style-dark-background-image {
	position: relative;
	background-color: var(--page-text);
	overflow: hidden;
	z-index: 0;
}

.is-style-dark-background-image * {
	position: relative;
	color: var(--page-background);
	z-index: 2;
}

.is-style-dark-background-image:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../images/goldschmitt-cta-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto 100%;
}

.is-style-dark-background-image:after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(182deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.7) 100%);
}


.is-style-green-separator-line {
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

.is-style-green-separator-line:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 465px;
	height: 2px;
	transform: translateX(-50%);
	background-color: var(--wp--preset--color--primary);
}

.loader {
	width: 100%;
	display: flex;
	justify-content: center;
}

.loader > * {
	display: none !important;
}

.loader::after {
	content: "";
	width: 55px;
	height: fit-content;
	padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--wp--preset--color--primary);
	--_m:
			conic-gradient(#0000 10%,#000),
			linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: rotate 1s infinite linear;
}
@keyframes rotate {to{transform: rotate(1turn)}}
.is-style-extended-background-left {
	position: relative;
	height: 100%;

}

.is-style-extended-background-left > * {
	position: relative;
	z-index: 2;
}

.is-style-extended-background-left:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	width: 100vw;
	height: 100%;
	background: inherit;
	z-index: 1;
}

.is-style-two-col--black-and-white .wp-block-column {
	padding-block: 5rem;
	align-self: initial;
}

@media (max-width: 781px) {
	.is-style-two-col--black-and-white .wp-block-column {
		padding-block: 2.5rem;
	}
}

.is-style-cropped-background-full-width {
	position: relative;
}

.is-style-cropped-background-full-width::before {
	content: '';
	position: absolute;
	inset: 120px 0;
	left: calc(50% - 50vw);
	width: 100vw;
	background: #000;
}

a.k2-link {
	font-weight: inherit;
}

/**
Breadcrumb
 */
.breadcrumb a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.is-style-fullwidth-breadcrumb {
	flex-wrap: wrap;
	padding-inline: var(--header-padding-x);
}

/**
Editor Fix: K2 "Media and Text" block
 */
#editor .wp-block-media-text.alignfull.has-media-on-the-left .wp-block-media-text__content,
#editor .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content {
	margin: 0 !important;
}

/**
Toggles
 */
.wp-block-k2-toggles {
	gap: var(--wp--style--block-gap);
}
.wp-block-k2-toggle .wp-block-k2-toggle-headline .wp-block-heading {
	margin: 0;
	padding-top: 0.2em;
}

/**
Animated CTA
 */
.is-style-animated-cta {
	--cta-glow-radius: 350;
	--cta-glow-opacity: 0.25;
	--cta-glow-x: 50%;
	--cta-glow-y: 50%;
	position: relative;
	background: #1B1B1B !important;
	overflow: hidden;
}

.is-style-animated-cta::before {
	content: "";
	position: absolute;
	top: var(--cta-glow-y);
	left: var(--cta-glow-x);
	transform: translate(-50%, -50%);
	background: var(--wp--preset--color--primary);
	width: 350px;
	aspect-ratio: 1;
	border-radius: 50%;
	filter: blur(60px);
	z-index: 1;
	transition: opacity 0.5s ease;
	opacity: 0;
}
.is-style-animated-cta.is-hovering::before {
	opacity: 0.375;
}

@media (hover: none) {
	.is-style-animated-cta::before {
		transition: all 5s ease;
		opacity: 0.375;
	}
}

.is-style-animated-cta::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/map-background_invers.png);
	background-size: cover;
	background-position: center;
	z-index: 2;
}

.is-style-animated-cta > * {
	position: relative;
	z-index: 3;
}

/**
Columns with Stretch > Link block > Group
This "passes" the stretch styling down the the inner block of the link block
 */
.wp-block-column.is-vertically-aligned-stretch > .k2-link:has(> :first-child:last-child) {
	display: flex;
	align-items: stretch;
	min-height: 100%;
}

/**
core/media-text adjustments
 */
@media (max-width: 600px) {
	.wp-block-media-text.alignfull .wp-block-media-text__content {
		--_container-balance-space: max(0px, calc((100vw - var(--wp--style--global--wide-size)) / 2));
	}

	.wp-block-media-text.alignfull .wp-block-media-text__content:not(#fakeid) {
		margin-inline: 0;
		padding-left: max(var(--_container-balance-space), var(--wp--style--root--padding-left));
		padding-right: max(var(--_container-balance-space), var(--wp--style--root--padding-right));
	}
}

/**
Columns
 */
.is-style-2-columns {
	column-count: 2;
	column-gap: 2.5rem;
}

@media (max-width: 781px) {
	.is-style-2-columns {
		column-count: 1;
	}
}

/**
Link Hover
 */
.is-style-shadow-hover {
	transition: box-shadow 0.2s ease-in-out;
}

.is-style-shadow-hover:hover {
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}

/**
Image Link Fix:
Image with a link results in figure > a > img
> but the a tag somehow adds invisible space below
 */
figure.wp-block-image.size-large > a {
	display: block;
}

/**
Link fix:
K2 Link styling overwritten by WordPress link styling
 */
.k2-link:not(#fakeid) {
	color: inherit;
}

/**
Post title in editor
 */
.editor-post-title__input {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: bold;
	text-transform: none;
	letter-spacing: unset;
	font-size: 3.5rem;
	line-height: 1.2;
}

/**
Animations: stamp
 */
:where([data-k2-animate="true"][data-k2-animation="stamp"]) {
	opacity: 0;
	transform: scale(1.8) rotate(-8deg);
	transition: none;
}

:where(.k2child-stamp) {
	animation: k2child-stamp-animation 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes k2child-stamp-animation {
	0% {
		opacity: 1;
		transform: scale(1.8) rotate(-8deg);
	}
	60% {
		opacity: 1;
		transform: scale(0.95) rotate(0deg);
	}
	80% {
		opacity: 1;
		transform: scale(1.03) rotate(0.5deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

/**
Fix:
Images in table
 */
.k2-table__cell .wp-block-image {
	flex-shrink: 0;
}

#wp-admin-bar-site-name > .ab-item::after {
	line-height: 1.2;
}

.k2-slider__container:not(#fakeid) .slick-button {
	margin-top: 0;
}