b, strong {
	font-weight: 700;
}

#keyvisual {
	height: 520px;
	background: url('../grafiken/keyvisual.jpg') center center;
	background-size: cover;
}
	#keyvisual .content {
		max-width: 1100px;
		padding: 66px 15px 0 15px;
		margin: 0 auto;
		font-size: 44px;
		line-height: 45px;
		text-transform: uppercase;
		color: #ffffff;
		font-weight: 300;
	}

#wrapper {
	max-width: 820px;
	margin-bottom: 50px;
}

.steps {
	overflow: hidden;
	margin-bottom: 60px;
}
	.steps > div {
		font-size: 12px;
		color: #ffffff;
		text-transform: uppercase;
		float: left;
		width: 33.33%;
		height: 40px;
		padding-top: 11px;
		position: relative;
	}
		.steps > div.jump-to-step {
			cursor: pointer;
		}
		.steps > div:before {
			display: block;
			position: absolute;
			top: -13px;
			left: 3px;
			font-size: 60px;
			line-height: 60px;
			color: #ffffff;
			font-weight: bold;
		}
		.steps > div:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			right: -13px;
			height: 40px;
			width: 40px;
			transform: rotate(45deg);
			background-color: red;
		}
	.steps .step-1 {
		background-color: #9a999c;
		z-index: 5;
		padding-left: 50px;
	}
		.steps .step-1:before {
			content: '1';
			left: 6px;
		}
		.steps .step-1:after {
			background-color: #9a999c;
		}
	.steps .step-2 {
		background-color: #87858c;
		padding-left: 75px;
		z-index: 4;
	}
		.steps .step-2:before {
			content: '2';
			left: 28px;
		}
		.steps .step-2:after {
			background-color: #87858c;
		}
	.steps .step-3 {
		background-color: #646468;
		padding-left: 80px;
		z-index: 3;
	}
		.steps .step-3:before {
			content: '3';
			left: 28px;
		}
		.steps .step-3:after {
			display: none;
		}

	.steps .step-1.active,
	.steps .step-1.active:after {
		background-color: #356485;
	}
	.steps .step-2.active,
	.steps .step-2.active:after {
		background-color: #356485;
	}
	.steps .step-3.active,
	.steps .step-3.active:after {
		background-color: #646468;
	}


.headline {
	font-size: 20px;
	line-height: 30px;
	color: #0a0a0a;
	margin-bottom: 24px;
}
.sub-headline {
	font-size: 14px;
	line-height: 24px;
	color: #0a0a0a;
	margin-bottom: 16px;
	font-weight: bold;
}

#choose_zip {
	overflow: hidden;
	margin-bottom: 15px;
}
	#choose_zip .textfield,
	#choose_zip .button {
		float: left;
	}
	#choose_zip .button {
		margin-top: 4px;
		margin-left: 15px;
	}
	#choose_zip #ajax-loader {
		display: none;
		margin-left: 15px;
		margin-top: 15px;
	}


.result {
	overflow: hidden;
	display: flex;
	align-items: stretch;
	flex-flow: wrap;
	margin: 0 -15px;
	cursor: pointer;
}
	.result .item {
		flex-basis: 50%;
		padding: 0 15px;
		display: flex;
		align-items: stretch;
	}
		.result .item > form {
			width: 100%;
		}
		.result .item .item-inner {
			width: 100%;
			height: 135px;
			font-size: 12px;
			line-height: 17px;
			border-top: 0;
			border-left: 0;
			border-right: 0;
			border-bottom: 1px solid #c1c1c1;
			padding: 21px;
			position: relative;
			transition: 0.2s;
			background-color: #ffffff;
			color: #000000;
			display: block;
			text-align: left;
			-webkit-appearance: none;
		}
			.result .item .item-inner:focus {
				outline: 0;
			}
			.result .item .item-inner:hover {
				background-color: #e2e9ee;
			}
			.result .item .item-inner:after {
				display: block;
				content: '';
				position: absolute;
				top: 22px;
				right: 33px;
				background: url('../grafiken/icon-home.png');
				width: 22px;
				height: 22px;
				background-size: 22px 22px;
			}
			.result .item .item-inner .info {
				margin-bottom: 7px;
			}

.choosen-dealer {
	display: flex;
	align-items: stretch;
	flex-flow: row;
	justify-content: space-between;
	margin: 0 -15px 29px -15px;
}
	.choosen-dealer .item {
		flex-basis: 50%;
		margin: 0 15px;
		background-color: #f1f1f1;
		max-width: 395px;
		display: flex;
		align-items: stretch;
	}
	.choosen-dealer .item-inner {
		font-size: 12px;
		line-height: 17px;
		padding: 39px 26px;
		transition: 0.2s;
		position: relative;
		width: 100%;
	}
		.choosen-dealer .item .item-inner .info {
			padding-right: 35px;
			width: 100%;
		}
		.choosen-dealer .item .item-inner:after {
			display: block;
			content: '';
			position: absolute;
			top: 39px;
			right: 30px;
			background: url('../grafiken/icon-home.png');
			width: 22px;
			height: 22px;
			background-size: 22px 22px;
		}

	.choosen-dealer .item.customer .item-inner {
		background-color: #e3e3e3;
	}
	.choosen-dealer .item.customer .item-inner:after {
		top: 43px;
		right: 29px;
		background: url('../grafiken/icon-person.png');
		background-size: 22px 22px;
	}


.form-group {
	margin-bottom: 20px;
}
.form-group.form-check {
	padding-left: 24px;
	position: relative;
}
.form-group.form-check input {
	position: absolute;
	top: 2px;
	left: -3px;
}

.form-group-container {
	margin: 0 -15px;
}
	.form-group-container:after {
		content: '';
		clear: both;
		display: block;
	}
	.form-group-container .form-group {
		float: left;
		width: 50%;
		padding: 0 15px;
	}

.required {
	text-align: right;
	margin-top: -13px;
	color: #ababab;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 13px;
}
.form-group-container .required {
	margin-right: 15px;
}

.header-logo {
	position: relative;
	z-index: 15;
}
.header-slogan {
	position: absolute;
	top: 25px;
	left: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #808080;
	font-size: 13px;
	padding-right: 122px;
	width: 100%;
	text-align: center;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.steps > div {
		width: 100%;
		margin-bottom: 4px;
	}
	.steps .step-2,
	.steps .step-3 {
		padding-left: 50px;
	}
	.steps .step-2:before,
	.steps .step-3:before {
		left: 6px;
	}
	.steps > div:after {
		right: 50%;
		margin-right: -10px;
		z-index: 45;
		width: 20px;
		height: 20px;
		top: 25px;
	}
	.steps > div > span {
		position: relative;
		z-index: 50;
	}
	#choose_zip .button {
		margin-left: 0;
	}
	.result .item {
		flex-basis: 100%;
	}

	.form-group-container .form-group {
		width: 100%;
	}

	.choosen-dealer {
		flex-flow: column;
	}
		.choosen-dealer .item {
			flex-basis: 100%;
		}
		.choosen-dealer .item.customer {
			margin-top: 10px;
		}

	.footer3-outer {
		text-align: center;
	}
	.footer2-social {
		float: right;
		text-align: right;
	}
	.footer3-outer .footer3-tel,
	.footer3-outer .footer3-mail {
		display: inline-block!important;
		float: none!important;
	}
}

.cc-banner .cc-message {
	font-size: 12.6px;
	line-height: 19px;
}
.cc-banner.cc-bottom {
	border-top: 1px solid #e1e1e1;
}
.cc-banner .cc-dismiss {
	background: url('../grafiken/sprite.png') -77px -642px no-repeat;
	padding: 7px 15px 7px 39px;
	font-size: 13px;
	font-weight: bold;
}
.cc-banner .cc-link {
	padding: 0 0 0 22px;
	background: url('../grafiken/pfeil.gif') 2px no-repeat;
	color: #2a75c0!important;
	text-decoration: none;
}
