@media (min-width: 1850px) {
	body::after {
		content: "";
		display: block;
		background-image: url("/_shared/img/tw/vorhang_AdobeStock_423176830.webp");
		background-repeat: no-repeat;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		width: 250px;
		height: 100vh;
	}
}