body {
	background-color: var(--color-accentLilac);
}

#nav {
	background-color: var(--color-accent);
}
#nav nav ul li a:hover, #nav nav ul li.active a {
	color: var(--color-accentOrange);
}
@media (min-width: 900px) {
	#nav nav ul li a:hover, #nav nav ul li.active a {
		color: var(--color-accent);
	}
}

header #header-mobil {
	padding-bottom: 28px;
}

#aktuelles {
	padding: 0;
}
#aktuelles #header-bottom-path-mobil {
	position: relative;
	top: -3px;
	z-index: 4;
}
@media (min-width: 900px) {
	#aktuelles {
		padding: calc(var(--font-size)* 2) 0;
	}
	#aktuelles #header-bottom-path-mobil {
		display: none;
	}
}
#aktuelles .inner {
	margin-top: -5%;
	padding-inline: 0;
	max-width: unset;
}
@media (min-width: 900px) {
	#aktuelles .inner {
		margin-top: 0;
		padding-inline: calc(var(--font-size)* 2.4);
		max-width: 1200px;
	}
}
#aktuelles #aktuelles-form {
	display: none;
}
@media (min-width: 900px) {
	#aktuelles #aktuelles-form {
		display: block;
	}
}
#aktuelles picture {
	display: block;
	line-height: 0;
	position: relative;
	left: -200px;
	width: calc(100% + 200px);
}
#aktuelles picture  img {
	width: 100%;
}
#aktuelles #aktuelles-headline-bg {
	background-image: url('/img/content/aktuelles/klamotten-mobil.jpg');
	background-position: center;
	background-size: cover;
	aspect-ratio: 2.88;
}
@media (min-width: 900px) {
	#aktuelles #aktuelles-headline-bg {
		background-image: unset;
		aspect-ratio: unset;
	}
}
#aktuelles h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	height: 100%;
	font-size: calc(var(--font-size) * 4);
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: var(--color-accentNude);
}
@media (min-width: 900px) {
	#aktuelles h1 {
		display: block;
		height: auto;
		text-align: left;
		color: var(--color-accent);
	}
}

#aktuelles-markt {
	padding-bottom: 250px;
}
@media (min-width: 900px) {
	#aktuelles-markt {
		margin-top: -150px;
		padding-bottom: 550px;
	}
}
#aktuelles-markt #markt {
	max-width: 600px;
	margin: auto;
	padding: 8px 8px 32px 8px;
	border: 3px solid var(--color-accent);
	border-radius: 24px;
	color: var(--color-accentNude);
	font-size: calc(var(--font-size) * 1.5);
	line-height: 1;
}
#aktuelles-markt #markt::before {
	content: "";
	display: block;
	margin-bottom: 24px;
	width: 100%;
	border-radius: 16px;
	background-color: var(--color-accent);
	background-image: var(--bg);
	background-size: cover;
	background-position: center;
}
#aktuelles-markt #markt.querformat::before {
	aspect-ratio: 16 / 9;
}
#aktuelles-markt #markt.hochformat::before {
	aspect-ratio: 3 / 4;
}
#aktuelles-markt #markt .grid {
	gap: 0;
}
@media (min-width: 600px) {
	#aktuelles-markt #markt .grid {
		padding: 0 24px;
	}
}

#neues-path-top {
	display: block;
	margin-top: -100px;
}
#aktuelles-neues {
	margin-top: -2px;
	background-color: var(--color-accentNude);
}
#aktuelles-neues h2 {
	margin-top: -150px;
	font-family: 'sofia-pro', sans-serif;
	font-size: calc(var(--font-size) * 1.5);
	line-height: 1;
	font-weight: bold;
	color: var(--color-accentNude);
	text-shadow: 0 0 4px #00000033;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 900px) {
	#aktuelles-neues h2 {
		margin-top: -450px;
		font-size: calc(var(--font-size) * 3);
	}
}
#aktuelles-neues picture {
	display: block;
	margin-top: 24px;
	line-height: 0;
	text-align: center;
}
#aktuelles-neues img {
	max-width: 800px;
	border-radius: 24px;
	box-shadow: 0 0 4px #00000033;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

#aktuelles-verpasst {
	position: relative;
	padding-bottom: 0;
	z-index: 1;
	background-color: var(--color-accentNude);
}
#aktuelles-verpasst h3.bg {
	margin: auto;
	padding: 48px 12px;
	width: fit-content;
	font-family: 'sofia-pro', sans-serif;
	font-size: calc(var(--font-size) * 1.5);
	line-height: 1;
	font-weight: bold;
	color: var(--color-accentNude);
	text-shadow: 0 0 4px #00000033;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	background-image: url('/img/content/aktuelles/verpasst-headline.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#aktuelles-verpasst .grid {
	gap: 24px;
}
#aktuelles-verpasst .grid:not(last-child) {
	margin-bottom: calc(var(--font-size) * 4.8);
}
#aktuelles-verpasst .grid:nth-child(odd) > div:nth-child(2) {
	order: 1;
}
#aktuelles-verpasst .grid:nth-child(odd) > div:nth-child(1) {
	order: 2;
}
#aktuelles-verpasst .grid:nth-child(even) > div.text {
	text-align: right;
}
#aktuelles-verpasst .grid:nth-child(even) > div.text p {
	margin-left: auto;
}
@media (min-width: 600px) {
	#aktuelles-verpasst .grid:nth-child(even) > div.text {
		text-align: left;
	}
	#aktuelles-verpasst .grid:nth-child(even) > div.text p {
		margin-left: unset;
	}
}
@media (min-width: 900px) {
	#aktuelles-verpasst h3.bg {
		padding: 64px 48px;
		font-size: calc(var(--font-size) * 2.5);
	}
	#aktuelles-verpasst .grid {
		gap: calc(var(--font-size) * 4.8) calc(var(--font-size) * 2.4);
	}
	#aktuelles-verpasst .grid .text {
		text-align: right;
	}
	#aktuelles-verpasst .grid:nth-child(even) > div:not(.text) {
		text-align: right;
	}
	#aktuelles-verpasst .grid:nth-child(odd) > div.text p {
		margin-left: auto;
	}
	#aktuelles-verpasst .grid:nth-child(odd) > div:nth-child(2) {
		order: 2;
	}
	#aktuelles-verpasst .grid:nth-child(odd) > div:nth-child(1) {
		order: 1;
	}
}
#aktuelles-verpasst .grid h3 {
	margin-bottom: 24px;
	color: var(--color-accentHover);
	font-size: calc(var(--font-size) * 1.4);
	line-height: 1;
}
#aktuelles-verpasst .grid div p {
	color: var(--color-accentHover);
}
#aktuelles-verpasst .grid picture {
	display: block;
	line-height: 0;
}
#aktuelles-verpasst .grid picture img {
	border-radius: 24px;
	box-shadow: 0 0 4px #00000033;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	width: 100%;
    height: calc(100vw / (16 / 8));
    object-fit: cover;
}
@media (min-width: 600px) {
	#aktuelles-verpasst .grid picture img {
		width: 350px;
		height: auto;
		object-fit: unset;
	}
}
@media (min-width: 900px) {
	#aktuelles-verpasst .grid div p {
		max-width: 400px;
	}
}

#verpasst-path-top {
	display: block;
	position: relative;
    bottom: -2px;
}

footer {
	background-color: var(--color-accent);
}
footer section hr {
	background-color: var(--color-accentNude);
}
footer section p, footer section a {
	color: var(--color-accentNude);
}