*:has(> .button400) {
	width: fit-content;
	display: block;
}

.button400 {
	font-size: var(--font-size-200);
	background-color: var(--color-1-100);
	color: var(--color-main-1000);
	max-width: 14ch;
	width: fit-content;
	line-height: 1.5;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 2ch;
}
picture img {
	object-position: var(---focal-x) var(---focal-y);
}
[data-as-page-main]:has(.pageIntro-hero) {
	padding-top: var(--layout-space-200);
}

.pageIntro {
	display: flex;
	flex-direction: column;
	margin-bottom: var(--layout-space-500);
}

.pageIntro-hero-picture {
	display: block;
	height: 100%;
	width: 100%;
}

.pageIntro-hero-picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.pageIntro-hero {
	width: 100%;
	min-height: 400px;
	max-height: 40vh;
	aspect-ratio: var(--media-aspectRatio-wide-200);
	position: relative;
	overflow: hidden;
	border-radius: var(--borderRadius-100);
}

.pageIntro-hero-overlay {
	position: absolute;
	inset: 0;
	padding-block: var(--layout-space-300);
	padding-inline: 0;
	pointer-events: none;
}

.pageIntro-hero-overlay-inner {
	height: 100%;
	position: relative;
}

.pageIntro-hero-title {
	color: var(--color-main-1000);
	text-align: center;
	font-weight: 400;
	&[data-color="black"] {
		color: var(--color-text-100);
	}
}

.pageIntro-hero-button {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: scale(0.7);
	transform-origin: bottom right;
	transition: transform var(--ms-100) var(--ease-bounce-100);
	pointer-events: auto;

	&:hover {
		transform: scale(0.8);
	}
}

.pageIntro-lead-inner {
	gap: var(--layout-space-300);
}

.pageIntro-lead-button {
	[data-as-button-300] {
		white-space: nowrap;
	}
}

.pageIntro-hero + .pageIntro-lead {
	margin-top: var(--layout-space-400);
}

@media (width <= 1400px) {
	.pageIntro-hero-overlay {
		padding-inline: var(--layout-space-200);
	}
}

/*@media (width <= 600px) {
	.pageIntro-hero {
		width: 100%;
	}
}*/
.blockMap-inner {
	width: 100%;
	aspect-ratio: var(--media-aspectRatio-wide-500);
	overflow: hidden;
	border-radius: var(--borderRadius-100);
	min-height: 600px;
	max-height: 60vh;
	max-height: 60svh;

	iframe {
		width: 100%;
		height: 100%;
	}
}
.peopleGallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	gap: var(--layout-space-300) var(--layout-space-400);
}

.peopleGallery-item {
	min-width: unset;
	display: block;
	flex-shrink: 0;
	width: fit-content;

	> * {
		--portrait-image-width: 14vmin;
	}
	[data-as-portrait] {
		max-width: unset;
	}
}
.image {
	height: var(--media-height, auto);
	width: var(--media-width, 100%);
	max-height: var(--media-maxHeight, 100%);
	max-width: var(--media-maxWidth, 100%);
	object-fit: var(--media-objectFit, contain);
	object-position: var(
		---objectPosition,
		var(--media-objectPosition, center)
	);
	aspect-ratio: var(--media-aspectRatio, auto);
}
.details {
	display: block;
	border-bottom: var(--line-width-300) solid black;
}

.details summary {
	outline-offset: calc(var(--line-width-focus) * -1);
}

.details-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: var(--layout-space-100) var(--layout-space-50);
	font-size: var(--font-size-200);
	font-weight: 600;
	gap: 1em;
}

.details-header-content {
	width: 100%;
}

.details-header-icon {
	[data-as-icon] {
		transform: rotate(90deg);
		transition: transform var(--ms-50) ease-in-out;
		color: var(--color-1-100);
	}
}

.details details[open] .details-header-icon [data-as-icon] {
	transform: rotate(270deg);
}


.details-content {
	padding: var(--layout-space-100) var(--layout-space-50);
}

wbc-details:defined {
	overflow: hidden;
	height: var(---heightSummary);
	transition: height var(--ms-200) ease-in-out;

	&:has(details[open]) {
		height: calc(var(---heightSummary) + var(---heightContent));
	}
}
.blockImage {
	display: block !important;
}

.blockImage-inner {
	height: auto;

	img {
		width: 100%;
		object-fit: contain;
		max-height: 60vh;
	}

	img[data-format="wide"] {
		max-height: 50vh;
	}

	figcaption {
		margin-top: 0.5em;
		text-align: center;
		height: fit-content;
	}
}

.blockImage-image-variations {
	display: contents;
}

.blockImage-image-variation.-default {
	display: contents;
}

.blockImage-image-variation.-square {
	display: none;
	img {
		height: 60vh;
		object-fit: cover;
	}
}

@media (width < 1000px) and (max-aspect-ratio: 0.8) {
	.blockImage:has(.blockImage-image-variation.-square) {
		.blockImage-image-variation.-default {
			display: none;
		}

		.blockImage-image-variation.-square {
			display: contents;
		}
	}
}
.linkGallery {
	--linkGallery-image-height: 30vh;
	--linkGallery-image-minWidth: 400px;
	--linkGallery-gap: var(--layout-space-200);
}

.linkGallery-inner {
	max-width: 1800px;
	width: 100%;
	margin-inline: auto;
}

.linkGallery-item {
	display: flex;
	flex-direction: column;
	gap: var(--layout-space-25);
}

.linkGallery-item-figure {
	display: contents;
}

.linkGallery-item-image {
	overflow: hidden;
	border-radius: var(--borderRadius-100);
	height: var(--linkGallery-image-height);
	background-color: var(--color-main-900);
	--media-width: 100%;
	--media-height: 100%;
	--media-objectFit: cover;

	img {
		transition: transform var(--ms-100) ease-in-out;
	}
}

.linkGallery-item:focus-within,
.linkGallery-item:hover,
.linkGallery-item:active {
	img {
		transform: scale(1.05);
	}
}

@media (width <= 1400px) {
	.linkGallery {
		--linkGallery-image-minWidth: unset;
	}
}

/* Layout 3+ items */
.linkGallery[data-item-count="many"] {
	.linkGallery-inner {
		grid-column: 1 / -1;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: var(--linkGallery-gap);
		---cols: 3;
		---item-width: calc(
			(100% - (var(---cols) - 1) * var(--linkGallery-gap)) / var(---cols)
		);
	}

	.linkGallery-item {
		width: var(---item-width);
		min-width: var(--linkGallery-image-minWidth);
		position: relative;
	}
}

@media (width <= 1400px) {
	.linkGallery[data-item-count="many"] {
		.linkGallery-inner {
			---cols: 2;
		}
	}
}

@media (width <= 600px) {
	.linkGallery[data-item-count="many"] {
		.linkGallery-inner {
			---cols: 1;
		}
	}
}
/**/

/* Layout: 2 items */
.linkGallery[data-item-count="2"] {
	.linkGallery-inner {
		grid-column: 2 / span 2;
		display: flex;
		justify-content: center;
		gap: var(--linkGallery-gap);
	}

	.linkGallery-item {
		flex: 1;
		min-width: var(--linkGallery-image-minWidth);
		position: relative;
	}
}

@media (width <= 1400px) {
	.linkGallery[data-item-count="2"] {
		.linkGallery-inner {
			grid-column: 1 / -1;
		}
	}
}

@media (width <= 600px) {
	.linkGallery[data-item-count="2"] {
		.linkGallery-inner {
			flex-direction: column;
		}
	}
}
/**/

/* Layout: 1 item */
.linkGallery[data-item-count="1"] {
	.linkGallery-inner {
		grid-column: 2 / span 2;
		display: flex;
		justify-content: center;
		gap: var(--linkGallery-gap);
	}

	.linkGallery-item {
		width: 100%;
	}
}

@media (width <= 1400px) {
	.linkGallery[data-item-count="1"] {
		.linkGallery-inner {
			grid-column: 1 / -1;
		}
	}
}
/**/
.blockTable {
	overflow-x: auto;
	padding-bottom: var(--layout-space-100);
}
.blockContacts-items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: var(--layout-space-300);
}

.blockContacts-item {
	display: flex;
	flex-direction: column;
}

.blockContacts-item-name {
	color: var(--color-1-100);
	font-size: var(--font-size-300);
	font-weight: 600;
	margin-bottom: 0.1em;
}

.blockContacts-item-tel {
	color: var(--color-text-100);
}
.blockTeamupReservation {
	width: 100%;
	position: relative;
}
.blockWebcam-huetteMoron {
	position: relative;
	width: 100%;
}


.blockWebcam-huetteMoron img {
	width: 100%;
	height: auto;
	max-height: 80vh;
	object-fit: contain;
	object-position: left;
}
.blockWebcam-huetteBergsee {
	position: relative;
	width: 100%;
}


.blockWebcam-huetteBergsee img {
	width: 100%;
	height: auto;
	max-height: 80vh;
	object-fit: contain;
	object-position: left;
}

.blockWebcam-huetteBergsee-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #808080;
	width: 100%;
	aspect-ratio: 4 / 3;
	max-height: 80vh;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	padding: 1rem;
	box-sizing: border-box;
	position: absolute;
	inset: 0;
}
.blocks[data-astro-cid-laktkq2p] {
  display: flex;
  flex-direction: column;
  gap: var(--layout-space-500);
}
