/* /////////////////////
 *
 * GLOBAL
 *
 * /////////////////////
*/

* {
	--acc: #dc0d15;
}

img {
	max-width: 100%;
}

.list-excavator {
	padding-left: 0;
}

.list-excavator > li {
	list-style-type: none;
	margin: 0;
	padding-left: 32px;
	background: url(../../img/excavator.png) no-repeat;
}

.list-excavator > li:not(:last-child) {
	list-style-type: none;
	margin: 0;
	padding-bottom: 15px;
	background: url(../../img/excavator.png) no-repeat;
}

/* /////////////////////
 *
 * SITE -> Engagement
 *
 * /////////////////////
*/

#engagement_unternehmen {
	margin-top: 75px;
}

#engagement_unternehmen img {
	filter: grayscale(1);
	max-width: 125px;
}

#engagement_unternehmen a:hover img {
	filter: grayscale(0);
}

#engagement_unternehmen a {
	text-align: center;
	text-decoration: none;
	width: 50%;
	padding: 0 15px;
}

@media (min-width: 768px) {
	#engagement_unternehmen a {
		width: 33%;
	}
}

@media (min-width: 992px) {
	#engagement_unternehmen a {
		width: 25%;
	}
}

@media (min-width: 1200px) {
	#engagement_unternehmen a {
		width: 20%;
	}
}

/* /////////////////////
 *
 * CTA -> Schnellbewerbung
 *
 * /////////////////////
*/

#cta--schnellbewerbung .row {
	align-items: center;
}

#cta--schnellbewerbung img {
	border-radius: 3px;
}

#cta--schnellbewerbung * {
	color: white;
}

#cta--schnellbewerbung .btn {
	border-color: white;
	background-color: var(--acc);
}

#cta--schnellbewerbung svg {
	height: 30px;
	transform: translateY(-4px);
}

#cta--schnellbewerbung path {
	fill: white;
}