/**
 * /it-services/hybrid-on-premise-solutions/success-story/
 * Knittel-Logo – nur das reine Logo, ohne Karte/Hintergrund.
 */

body.page-itsvc-success-story .itsvc-success-story-ref-logo.case-study-logo-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 0;
	padding: 0;
	opacity: 1;
	cursor: default;
	border-right: none;
	background: transparent;
	box-sizing: border-box;
}

body.page-itsvc-success-story .itsvc-success-story-ref-logo.case-study-logo-item .logo-indicator {
	display: none;
}

body.page-itsvc-success-story .itsvc-success-story-ref-logo.case-study-logo-item img {
	position: relative;
	z-index: 1;
	max-width: 120px;
	max-height: 50px;
	width: auto;
	height: auto;
	object-fit: contain;
}

body.page-itsvc-success-story .itsvc-success-story-ref-logo.case-study-logo-item .logo-inactive {
	display: none;
}

body.page-itsvc-success-story .itsvc-success-story-ref-logo.case-study-logo-item .logo-active {
	display: block;
}

body.page-itsvc-success-story .subpage-hero-inner .itsvc-success-story-ref-logo.case-study-logo-item .logo-active {
	max-width: 250px;
	max-height: 150px;
	width: 250px;
	height: 150px;
	object-fit: contain;
}

@media (max-width: 640px) {
	body.page-itsvc-success-story .subpage-hero-logo-only .itsvc-success-story-ref-logo {
		display: none !important;
	}
}
