/*
Theme Name: Anna Lichtenstein Block Theme
Theme URI: 
Author: Christian Unverricht
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anna-lichtenstein-block-theme
Tags: 
*/
:root {
	--wp--preset--gradient--custom-color-1: radial-gradient(
		100% 100% at 50% 0%,
		var(--wp--preset--color--custom-rot),
		var(--wp--preset--color--custom-dunkelrot)
	);
	--wp--preset--gradient--custom-farbe-2: radial-gradient(
		100% 100% at 50% 0%,
		var(--wp--preset--color--custom-blau),
		var(--wp--preset--color--custom-dunkelblau)
	);
	--wp--preset--gradient--custom-farbe-5: radial-gradient(
		100% 100% at 30% 0%,
		#373434 0%,
		#110f0f 70%
	);
}
html {
	font-family:
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		sans-serif !important;
}
img {
	max-width: 100%;
	height: auto;
}
strong {
	font-weight: 600;
}
/* TEMPORÄR - versteckt den freebie banner von den Seiten*/
.page-id-3667 .freebie,
.page-id-3680 .freebie {
	display: none !important;
}

/* hide specific tags from the tag cloud */
.tag-cloud-link.tag-link-73,
.tag-cloud-link.tag-link-70 {
	display: none;
}
body,
html {
	scroll-behavior: smooth;
}
main,
section,
article,
aside {
	position: relative;
	z-index: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

@media (prefers-reduced-motion: no-preference) {
	.cucom-animate > * {
		animation: fadeInLeft 1.2s;
		animation-fill-mode: both;
		animation-delay: 0.2s;
		opacity: 0;
	}
	.cucom-animate > *:nth-of-type(2) {
		animation-delay: 0.5s;
	}
	.cucom-animate > *:nth-of-type(3) {
		animation-delay: 1s;
	}
	.cucom-animate.fadeInUp {
		animation: fadeInUp 1.2s;
	}
	@media (min-width: 768px) {
		.cucom-animate-cover img {
			animation: slowZoomInandOut 30s infinite;
			animation-fill-mode: both;
		}

		.cucom-animate-background {
			animation: slowZoomInandOutBG 30s infinite;
			animation-fill-mode: both;
		}
	}
}
@keyframes slowZoomInandOut {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes slowZoomInandOutBG {
	0% {
		background-size: 100%;
	}
	50% {
		background-size: 110%;
	}
	100% {
		background-size: 100%;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-2rem, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 2rem, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
/* Button styles */
.wp-block-button {
	position: relative;
}
.wp-block-button .wp-element-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	z-index: 1;
	text-shadow: none;
}
.wp-block-button.is-style-outline {
	box-shadow: inset 0 0 0 2px #fff;
}
.wp-block-button .wp-element-button .style-svg {
	width: 1em;
	height: 1em;
}
.wp-block-button .wp-element-button::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: radial-gradient(
		100% 100% at 50% 0%,
		rgba(255, 255, 255, 0.2) 0%,
		rgba(0 0 0 / 0.3) 100%
	);
	opacity: 0.5;
	mix-blend-mode: hard-light;
	transition: opacity 0.3s ease-in-out;
}
.wp-block-button .wp-element-button:hover::before {
	opacity: 1;
}
:root :where(.wp-element-button, .wp-block-button__link) {
	transition:
		color 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
}

a:where(:not(.wp-element-button)) {
	transition:
		color 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
}

.wpforms-field-address-state,
.wpforms-field-address-state + label {
	display: none !important;
}
div.wpforms-container-full .wpforms-submit {
	min-height: var(--wpforms-button-size-height);
	height: auto;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.gallery .gallery-item {
	max-width: 180px;
}
