.block-download {
	max-width: 560px;
}

.block-download a {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 12px 30px;
	font-family: "Lilita One", Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: var(--red);
	line-height: 1.3;
	border-radius: 3px;
	background-color: var(--white);
	transition: color 20ms, background-color 250ms;
}

.block-download a:hover,
.block-download a:focus {
	color: var(--white);
	background-color: var(--red);
}

.block-download a::before {
	content: '›';
	display: inline-block;
	margin-right: 0.125em;
	margin-left: 0;
	transform: translateY(-1px);
}

.block-download a small {
	font-size: 0.75rem;
}

/* Blockquote */
figure.quote {
	margin: 0 auto 1rem;
	padding: 30px;
	font-family: "LDFabiolPro_W", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	border-radius: 3px;
	background-color: var(--white);
}

.quote blockquote {
	margin: 0;
	margin-bottom: 0.5rem;
}

.quote p:first-of-type {
	margin-top: 0;
}

.quote p:last-of-type {
	margin-bottom: 0;
}

.quote p {
	font-family: "LDFabiolPro_W", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.quote figcaption {
	font-family: "Lilita One", Helvetica, sans-serif;
	font-size: 0.75rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: var(--red);
}

/* Content Infobox */
.infobox {
	margin: 0 auto;
	margin-bottom: 1rem;
	padding: 30px;
	font-family: "LDFabiolPro_W", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	border-radius: 3px;
	background-color: var(--white);
}

.infobox p {
	font-family: "LDFabiolPro_W", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.infobox p:first-of-type {
	margin-top: 0;
}

.infobox p:last-of-type {
	margin-bottom: 0;
}

/* 2click video loader */
.video-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	max-width: 100%;
	height: 0;
	position: relative;
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-bottom: 56.25%;
	/* overflow: hidden; */
	border: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.1);
}

.video-wrapper > * {
	grid-area: 1 / 1 / 2 / 2;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1px solid grey;
}

.video-layer img {
	width: 100%;
	height: 100%;
}

/* deaktiviert 20240819af, weil so in Rezepten Text direkt am Bild kleben würde
figure {
	margin: 0;
}*/

.video-trigger {
	display: flex;
	padding: 0.5rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.text-overlay {
	font-size: 0.8rem;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.video-trigger .button {
	padding: 8px;
}

@media(min-width: 20em) {
	.text-overlay {
		font-size: 0.9rem;
		margin-bottom: 1em;
	}

	.video-trigger .button {
		padding: 12px 20px ;
	}
}

@media(min-width: 25em) {
	.text-overlay {
		font-size: 1rem;
		margin-bottom: 1em;
	}

	.video-trigger {
		padding: 2rem;
	}
}

@media(min-width: 37.5em) {
	.text-overlay {
		font-size: 1.35rem;
		margin-bottom: 1em;
	}

	.video-trigger {
		padding: 3rem;
	}
}

.video-caption {
	margin-bottom: 2rem;
}
