#grossansicht  {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: fixed;
	left: 0px;
	background-color: rgb(0, 0, 0, 0.8);
	top: 0px;
	text-align: center;
}
.mySlides {
	/* display: block; per javascript */
	text-align: center;
	justify-content: center;
}
.slide_content {
	min-height: 70vh;
	padding-top: 10vh;
	padding-bottom: 10vh;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center; /* Horizontal centering */
}
.mySlides img {
	flex: 1;  /* Ensures the content area takes up remaining space */
	max-width: 90%; 
	margin: 0 auto;
	object-fit: contain;
	background-size: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#grossansicht figcaption {
	color: white;
	margin-top: 5vh;
	font-size: var(--bigger);
}
/* Slideshow container */
.slideshow-container {
  width: 80%;
  position: relative;
  margin: auto;
}
.kleineBilderContainer {
	background-color: white;
	width: 100%;
}

.mapColumns {
	column-count: 3;
  	column-gap: 3em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
}
.mapColumns img {
	margin-bottom: 3em; /* consistent bottom gap */
  	display: block;
	width: 100%;
  	
}

.mapRows {
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}
.mapRows img {
	height: 300px;
	margin: 40px;
}

.text-card {
	break-inside: avoid;
    font-family: Noto;
	font-weight: 100;
    font-size: 1rem;
	line-height: 1.5;
	text-align: justify;
    color: #ff0062;
	margin-bottom: 3em; /* consistent bottom gap */

}
/* Next & previous buttons */
.prev, .next, .schliesskreuz {
	cursor: pointer;
	color: white;
	font-weight: bold;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

.prev, .next, .schliesskreuz {
	width: auto;
	position: absolute;
	padding: 16px;
}
.prev, .next {
	font-size: 20px;
}


/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0px 0px 3px;
	top: 50%;
	margin-top: -22px;
}
.prev {
	left: 0px;
	border-radius: 3px 0px 0px 3px;
	top: 50%;
	margin-top: -22px;
}
.schliesskreuz {
	top: 8px;
	right: 0px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover, .schliesskreuz:hover {
	background-color: rgb(0, 0, 0, 0.5);
}
