/* gfs-didot-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'GFS Didot';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/gfs-didot-v18-latin-regular.woff2') format('woff2');
}

/* inter-200 - latin */
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	src: url('fonts/inter-v20-latin-200.woff2') format('woff2');
}



body,
html {
	min-height: 100%;
}

body {
	font-family: "GFS Didot", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.2;

	min-height: 100vh;
	/* background-image: url('/bg.jpg');
	background-size: cover; */


  background: url('bg-neu.jpg') repeat-y center top;
  background-size: 100% auto;


	margin: 0;
}

@media (prefers-contrast: more) {
	
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.35); /* normal */
  pointer-events: none;
  z-index: 0;
  }
}


/* @media screen and (min-width: 1200px) {
	body {
		background: url('/bg-high.jpg');

	}
} */

a {
	text-decoration: none;
}

.page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}


/* header */

.header {
	opacity: 0.77;
	background: #c8aa50;
	padding-bottom: 4px;
	padding-top: 8px;
}

/* titel */
.titel {
	margin-left: 100px;
	margin-top: 13px;
}

.titel svg {
	height: 55px;
	width: auto;
}

.pfeil svg {
	width: 18px;
	height: auto;
	padding-left: 50px;
}

.titel h1,
h2 {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	font-size: 30px;
}


.grid {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0.4;
	transform: translateY(-28px);
	display: none;
}

.grid img {
	width: 100%;
	max-width: inherit;

}


img {
	max-width: 100%;
	height: auto;
}


/* footer */

.footer {
	margin-top: 100px;

	padding: 15px;
	padding-right: 40px;
	background: rgb(0 0 0 / 15%);
	font-family: "Inter", sans-serif;
	text-align: right;
	opacity: 0.8;
}

.footer a {
	color: black;
	text-decoration: none;


}


/* legende */


.legende {
	margin-top: 140px;
	margin-left: 150px;

	font-size: 13px;

}

.legende ul {
	column-count: 2;
	column-gap: 40px;
	width: 580px;
	margin: 0;
	padding: 0;
	break-inside: avoid;

	list-style: none;
}

.legende li {
	display: grid;
	grid-template-columns: 5ch auto;
}

.legende .nummer {

	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;

}


.erschienen {
	margin-top: 70px;
	font-size: 16px;
}


@media (max-width: 1020px) {

	.pfeil svg {
		padding-left: 2%;
	}


	.titel {
		margin-left: 2%;
		margin-bottom: 25px;
	}

	.legende {
		margin-left: 5%;
		margin-right: 5%;
	}

	.legende ul {
		column-count: 1;
		width: auto;
	}


	.section {
		/* margin-bottom: 50px !important; */
	}

	.section .bild-element {
		margin: auto;
		margin-left: 2% !important;
		margin-right: 2% !important;
		margin-bottom: 50px !important;
		width: 96% !important;


	}

	.section .text-element {
		width: 96% !important;
		text-align: center !important;
		margin: auto !important;
		margin-bottom: 50px !important;

	}

	.footer {
		padding-right: 0;
		text-align: left;
	}

}