#nav nav ul li a:hover, #nav nav ul li.active a {
	color: var(--color-accent);
}
@media (min-width: 900px) {
	#nav nav ul li a:hover, #nav nav ul li.active a {
		color: var(--color-accentOrange);
	}
}

@media (min-width: 900px) {
	header {
		background-color: var(--color-accentOrange);
	}
}
header #header-wrapper #header-content {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	padding: calc(var(--font-size) * 2) 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
header #header-wrapper #header-content .inner {
	position: relative;
	height: 100%;
}
header #header-wrapper #header-content .inner #logo-schrift {
	position: absolute;
	top: 50%;
	left: 0;
	margin: auto;
	width: 100%;
	pointer-events: none;
}
header #header-wrapper #header-content .inner #logo-pfad {
	position: absolute;
	top: calc(50% + 75px);
	left: 0;
	margin: auto;
	width: 100%;
	pointer-events: none;
}
@media (min-width: 900px) {
	header #header-wrapper #header-content .inner #logo-schrift {
		top: calc(50% + 50px);
	}
}
header #header-wrapper #header-content .inner #logo-schrift picture,
header #header-wrapper #header-content .inner #logo-pfad picture {
	display: block;
	width: 100%;
}
header #header-wrapper #header-content .inner #logo-schrift picture img {
	display: block;
	margin: auto;
	width: 650px;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .25));
}
header #header-wrapper #header-content .inner #logo-pfad picture img {
	display: block;
	margin: auto;
	width: 1100px;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .25));
}
header #header-wrapper #header-content .inner #logo-pfad #faden {
	stroke-dasharray: 7272.40869140625;
    stroke-dashoffset: 7272.40869140625;
	animation: pfad-zeichnen 5s ease-in-out forwards;
}
@keyframes pfad-zeichnen {
	to { stroke-dashoffset: 0 }
}
header #header-cards {
	display: none;
	padding: calc(var(--font-size) * 8) 0;
}
header #header-cards .grid {
	gap: calc(var(--font-size) * 4.8);
}
header #header-cards .grid .card {
	position: relative;
	aspect-ratio: 3 / 4;
	background-image: var(--card-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 40px;
	box-shadow: 0 0 16px #000;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}
header #header-cards .grid .card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(244, 226, 208, 0.1);
	border-radius: 40px;
	z-index: 1;
	pointer-events: none;
}
header #header-cards .grid .card a {
	display: block;
	padding: 24px;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;

	font-size: calc(var(--font-size) * 2.4);
	line-height: calc(var(--font-size) * 1.6 * var(--line-height));
	font-weight: bold;
	color: var(--color-accentNude);
	text-shadow: 0 0 8px #00000080;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 900px) {
	header #header-cards {
		display: block;
	}
	header #header-cards .grid .card {
		transition: transform .3s ease-in-out;
	}
	header #header-cards .grid .card:hover {
		transform: scale(1.025);
	}
}
header #header-mobil .inner #logo-schrift-path {
	position: absolute;
	top: calc(100% - 24px);
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
header #header-mobil .inner #logo-schrift-path picture {
	display: block;
}
header #header-mobil .inner #logo-schrift-path picture img {
	max-width: unset;
}

#startseite {
	padding: 0;
}
@media (min-width: 900px) {
	#startseite {
		margin-top: -96px;
	}
}
@media (min-width: 1200px) {
	#startseite {
		margin-top: -112px;
	}
}
#startseite .grid {
	margin: auto;
	gap: 0;
}
@media (min-width: 900px) {
	#startseite .grid {
		gap: calc(var(--font-size) * 4.8);
	}
}
#startseite img {
	display: block;
}
#startseite #portrait-mobil {
	border-radius: 24px;
}
#startseite #portrait {
	display: none;
}
#startseite h1 {
	color: var(--color-accent);
	font-weight: 600;
	font-size: calc(var(--font-size) * 1.25);
	line-height: calc(var(--font-size) * 1.75);
}
#startseite h2 {
	color: var(--color-accent);
	font-family: 'sofia-pro', sans-serif;
	font-weight: 300;
	font-size: var(--font-size);
    line-height: calc(var(--font-size)* 1.5);
}
@media (min-width: 600px) {
	#startseite h1 {
		font-size: calc(var(--font-size) * 1.5);
		line-height: calc(var(--font-size) * 2);
	}
	#startseite h2 {
		font-size: calc(var(--font-size)* 1.25);
		line-height: calc(var(--font-size)* 1.75);
	}
}
@media (min-width: 900px) {
	#startseite #portrait-mobil {
		display: none;
	}
	#startseite #portrait {
		display: block;
	}
	#startseite h1 {
		color: var(--color-logoPurple);
		font-size: calc(var(--font-size) * 2);
		line-height: calc(var(--font-size) * 2.5);
	}
	#startseite h2 {
		color: var(--color-logoPurple);
		font-size: calc(var(--font-size)* 1.5);
		line-height: calc(var(--font-size)* 2);
	}
}


#entdecke {
	position: relative;
	margin-top: -40px;
	padding: 0;
	z-index: 1;
}
#entdecke #entdecke-top-path {
	margin-bottom: -8px;
}
#entdecke #entdecke-headline {
	padding: 12px 0 24px 0;
	background-color: var(--color-accentOrange);
}
#entdecke #entdecke-headline h3 {
	margin: 0;
	color: var(--color-accentNude);
	font-family: 'sofia-pro', sans-serif;
	line-height: 1;
}
#entdecke #entdecke-links {
	padding: 24px 0;
	gap: 12px;
}
#entdecke #entdecke-links a {
	padding: 24px;
	background-color: var(--color-accentOrange);
	color: var(--color-accentNude);
	font-size: calc(var(--font-size) * 2.25);
	font-weight: bold;
	line-height: 1;
	border-radius: 24px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-shadow: 0 0 4px rgba(0, 0, 0, .25);
}
@media (min-width: 900px) {
	#entdecke {
		display: none;
	}
}


#zitat {
	padding: calc(var(--font-size) * 0.25) 0;
	background-color: var(--color-logoPurple);
}
#zitat blockquote {
	margin: 0;
	background-color: unset;
	border: unset;
	color: var(--color-accentYellow);
	font-size: calc(var(--font-size) * 1.25);
	line-height: calc(var(--font-size) * var(--line-height) * 1.25);
	font-weight: 300;
}
#zitat blockquote q {
	line-height: 1;
	font-style: italic;
	font-weight: 600;
}
@media (min-width: 900px) {
	#zitat {
		padding: calc(var(--font-size) * 2) 0;
	}
	#zitat blockquote {
		font-size: calc(var(--font-size) * 2);
		line-height: calc(var(--font-size) * var(--line-height) * 2);
	}
}


#text {
	color: var(--color-accent);
}
#text h3 {
	color: var(--color-accent);
}


#shop {
	padding: calc(var(--font-size) * 2) 0;
}
@media (min-width: 900px) {
	#shop {
		padding: calc(var(--font-size) * 4) 0;
	}
}
#shop .card {
	position: relative;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	max-width: 800px;
	background-image: url('/img/content/startseite/shop.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 32px;
	z-index: 1;
}
#shop .card a {
	display: block;
	padding: 48px;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-items: center;
}
#shop .card button {
	padding: 16px 32px 24px 32px;
	width: fit-content;
	font-size: calc(var(--font-size) * 2);
	line-height: calc(var(--font-size) * var(--line-height));
	font-weight: bold;
	font-style: italic;
	border-radius: 48px;
	border-width: 3px;
	text-shadow: 0 0 4px #000;
	background-color: transparent;
}
#shop .card a:hover button, #shop .card a:focus button {
	background-color: var(--color-accentNude);
	text-shadow: 0 0 4px var(--color-accentNude);
	color: var(--color-accent);
}


#pitch {
	position: relative;
}
#pitch .inner {
	position: relative;
	z-index: 1;
}
#pitch h3 {
	display: none;
	color: var(--color-accent);
	font-family: 'sofia-pro', sans-serif;
	font-size: calc(var(--font-size) * 1.6);
	line-height: 1;
}
#pitch ul {
	margin: 0;
	padding-left: 0;
	color: var(--color-accent);
	list-style-type: none;
	font-size: calc(var(--font-size) * 2);
	line-height: calc(var(--font-size) * var(--line-height) * 3.2);
	font-weight: 300;
}
#pitch ul li {
	margin-bottom: 0;
}
#pitch #pitch-text {
	text-align: center;
}
#pitch #pitch-image {
	display: none;
}
#pitch #pitch-image img {
	position: sticky;
	top: 50px;
	border-radius: 24px;
}
#pitch-bottom-path {
	display: none;
	margin-top: -2px;
}
@media (min-width: 900px) {
	#pitch {
		padding-bottom: calc(var(--font-size) * 6);
		background-color: var(--color-accentOrange);
	}
	#pitch::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 300px;
		background-color: var(--color-accentNude);
		z-index: 0;
	}
	#pitch .text-right {
		padding-top: 200px;
	}
	#pitch h3 {
		display: block;
	}
	#pitch ul {
		margin-top: 224px;
	}
	#pitch #pitch-text {
		text-align: right;
	}
	#pitch #pitch-image {
		display: block;
	}
	#pitch-bottom-path {
		display: block;
	}
}

#video {
	position: relative;
}
#video .inner {
	position: relative;
	z-index: 1;
}
#video .inner #wickelrock-video-teaser {
	position: relative;
	aspect-ratio: 3 / 2;
	margin: auto;
	max-width: 400px;
	border-radius: 24px;
	line-height: 0;
	cursor: pointer;
	overflow: hidden;
}
#video .inner #wickelrock-video-teaser::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
	z-index: 1;
}
#video .inner #wickelrock-video-teaser h3 {
	position: absolute;
	left: 0;
	top: 10%;
	padding: 0 12px;
	width: 100%;
	text-align: center;
	color: var(--color-primary);
	font-size: calc(var(--font-size) * 1.6);
	line-height: 1;
	z-index: 2;
}
#video .inner #wickelrock-video-teaser a {
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
	padding: 8px 24px;
	width: max-content;
	color: var(--color-primary);
	font-size: var(--font-size);
	line-height: 1;
	font-weight: 300;
	border: 1px solid var(--color-primary);
	border-radius: 24px;
	z-index: 2;
}
@media (min-width: 480px) {
	#video .inner #wickelrock-video-teaser h3 {
		top: 20%;
		font-size: calc(var(--font-size) * 2);
	}
}
@media (min-width: 900px) {
	#video {
		padding-bottom: calc(var(--font-size) * 12);
		background-color: var(--color-accentOrange);
	}
}
#wickelrock-video .popupBox {
	max-width: max-content;
}