.layout-contact.nav-cta-wrapper.order {
	.container .form-wrapper {
		.custom-select {
			position: relative;
			margin-bottom: 2.8rem;
			select {
				appearance: none;
				/*  safari  */
				-webkit-appearance: none;
				background-color: #fff;
				padding: 1.6rem 1.2rem;
				border: none;
				width: 100%;
				margin-top: 1.2rem;
				cursor: pointer;
			}
			&::after {
				content: '\f0d7';
				right: 2rem;
				top: 2.7rem;
				color: #000;
				position: absolute;
				font-weight: 700;
				font-family: 'Font Awesome 5 Pro';
			}
		}
		.product {
			position: relative;
			.headline { text-transform: none !important; }
			p {
				margin-bottom: 0;
				+ ul { margin-top: 0.6rem; }
			}
		}
		.price-wrapper {
			line-height: 1.2em;
			text-align: right;
			position: absolute;
			right: 0;
			bottom: 0;
			span {
				display: block;
				font-size: 3.6rem;
				font-weight: 700;
				line-height: 1.5em;
			}
		}
		.btn-contact.btn-outline {
			position: absolute;
			bottom: 4rem;
			right: 0;
			background-color: #000;
			color: #fff;
			&:hover {
				background-color: transparent;
				color: #000;
			}
		}
		#product {
			.row-eq-height { margin-bottom: 4rem; }
			> div {
				display:none;
			}
			&.geoelt {
				.geoelt-inner {
					display: flex;
				}
			}
			&.lackiert {
				.lackiert-inner {
					display: flex;
				}
			}
			&.antirutsch {
				.antirutsch-inner {
					display: flex;
				}
			}
			&.reperatur {
				.reperatur-inner {
					display: flex;
				}
			}
			&.wartung {
				.wartung-inner {
					display: flex;
				}
			}
		}
	}
}