﻿
#assistent-vorlage-88 {
	text-align: center;
}
#assistent-vorlage-88 button {
	font-size: 120% ! important;
}
#cont-3859 {
	text-align: center;
	margin-top: 50px;
}
#cont-4294 {
	align-items: var(--col-align-items,inherit);
}
#cont-4303 {
	align-items: var(--col-align-items,inherit);
}
#cont-4285 {
	align-items: var(--col-align-items,inherit);
}
#cont-4321 {
	align-items: var(--col-align-items,inherit);
}
#cont-4312 {
	align-items: var(--col-align-items,inherit);
}
#col-4284 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 5%;
	row-gap: 90px;
	max-width: 1100px;
	margin: 0 auto;
}
#col-4284 /* --- Layout --- */ .bhv-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
#col-4284 /* --- Kartenaufbau --- */ .bhv-col {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#col-4284 .bhv-bild img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: transform 0.4s ease;
}
#col-4284 /* --- Overlay-Effekt --- */ .bhv-col::after {
	content: attr(data-title);
	/* nutzt den Titel aus data-title (z. B. "Passivhaus 1") */ position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.85);
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: bold;
	opacity: 0;
	transition: opacity 0.4s ease;
}
#col-4284 /* --- Hover-Animation --- */ .bhv-col:hover img {
	transform: scale(1.05);
}
#col-4284 .bhv-col:hover::after {
	opacity: 1;
}
#col-4349 {
	background: var(--color2);
	padding: 20px;
	width: fit-content;
}
#col-4349 h2 {
	margin-top: 5px;
}
#col-5861 {
	background: var(--color2);
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#cont-5857 {
	max-width: 1100px;
}
#cont-4340 {
	text-align: center;
	margin: 100px 0 140px 0;
}
#cont-5891 {
	align-items: var(--col-align-items,inherit);
}
#cont-5873 {
	align-items: var(--col-align-items,inherit);
}
#html-4339 {
	display: none;
}
#html-4339 .bhv-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	padding: 40px 20px;
}
#html-4339 .bhv-col {
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease;
	cursor: pointer;
}
#html-4339 .bhv-col:hover {
	transform: translateY(-5px);
}
#html-4339 .bhv-bild img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: transform 0.4s ease;
	display: block;
}
#html-4339 .overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	font-size: 1.1rem;
	line-height: 1.4;
	opacity: 0;
	transition: opacity 0.4s ease;
	box-sizing: border-box;
}
#html-4339 .bhv-col:hover .overlay {
	opacity: 1;
}
#html-4339 .bhv-col:hover img {
	transform: scale(1.05);
}
#col-5872 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 5%;
	row-gap: 90px;
	max-width: 1100px;
	margin: 0 auto;
	hyphens: manual;
}
#col-5872 .bhv-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
#col-5872 .bhv-container > .bhv-col {
	width: 100%;
	flex: 1;
}
#col-5872 .bhv-col:nth-child(2) .bhv-container {
	flex: 1;
}
#col-5872 .bhv-bild img {
	width: 250px;
	height: 250px;
	object-fit: cover;
}
#col-5872 .bhv-text.button-filled {
	margin-top: auto;
	align-self: center;
}
#cont-5882 {
	align-items: var(--col-align-items,inherit);
	cursor: pointer;
}
#cont-5900 {
	align-items: var(--col-align-items,inherit);
	cursor: pointer;
}
#cont-5909 {
	align-items: var(--col-align-items,inherit);
	cursor: pointer;
}
#text-5862 h2 {
	margin-top: 0;
}
@media (max-width: 1024px) {
	#col-4284 .bhv-container {
		grid-template-columns: repeat(2, 1fr);
	}
	#html-4339 .bhv-container {
		grid-template-columns: repeat(2, 1fr);
	}
	#col-5872 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	#col-4284 .bhv-container {
		grid-template-columns: 1fr;
	}
	#html-4339 .bhv-container {
		grid-template-columns: 1fr;
	}
	#col-5872 {
		grid-template-columns: 1fr;
	}
}
