.mobile-cta {
	background-color: #d40f14;
	padding: 4px 0 0;
	display: flex;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: space-around;
	display: none;
	z-index: 24;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.7);
}
.mobile-cta__item {
	padding: 5px 15px;
}
.mobile-cta__item-icon {
	margin-bottom: 2px;
	height: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	display: block;
	background-position: center;
}
.mobile-cta__item-icon--clock {
	background-image: url(/img/icons/clock.svg);
}
.mobile-cta__item-icon--probefahrt {
	background-image: url(/img/icons/probefahrt.png);
}
.mobile-cta__item-icon--autosuche {
	background-image: url(/img/icons/autosuche.png);
}
.mobile-cta__item-icon--phone {
	background-image: url(/img/icons/phone-black.svg);
}
.mobile-cta__item-title {
	color: #000;
	font-size: 12px;
}

.content .form-terminanfrage ul li input.input-checkbox,
.content .form-probefahrt ul li input.input-checkbox {
	height: auto;
	width: 13px;
}

@media screen and (max-width: 767px) {
	.mobile-cta {
		display: flex;
	}
	.footer {
		padding-bottom: 60px;
	}
}


