/* ===========================================================================
   Single-Referenz Template
   =========================================================================== */

.single_referenz {
	background: #fff;
	color: #1a2233;
}

.single_referenz_back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 40px;
	color: #1a2233;
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.2s ease;
}

.single_referenz_back:hover {
	color: #ec7328;
}

.single_referenz_hero {
	margin-bottom: 48px;
	overflow: hidden;
}

.single_referenz_hero_img {
	width: 100%;
	height: auto;
	display: block;
	max-height: 70vh;
	object-fit: cover;
}

.single_referenz_head {
	margin-bottom: 40px;
}

.single_referenz_topline {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	padding: 8px 12px;
	background: rgba(236, 115, 40, 0.18);
	color: #1a2233;
	font-size: 0.944rem;
	font-weight: 500;
	letter-spacing: 0.935px;
	text-transform: uppercase;
}

.single_referenz_topline::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ec7328;
}

.single_referenz_title {
	margin: 0 0 12px;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	text-transform: uppercase;
}

.single_referenz_standort {
	margin: 0;
	font-size: 1.125rem;
	color: rgba(26, 34, 51, 0.7);
}

.single_referenz_text {
	font-size: 1.125rem;
	max-width: 960px;
}
