@charset "utf-8";
/* CSS Document */

.shadow-layout {
	border: 3px solid #ffffff;
	-moz-box-shadow: 0 0 5px 2px #c7c7c7;
    -webkit-box-shadow: 0 0 5px 2px #c7c7c7;
    box-shadow: 0 0 5px 2px #c7c7c7;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.onepageCheckout center h3 {
	margin: 55px 0 55px 0;
}

.onepageCheckout h3 label {
	padding: 5px;
	background-color: #007ebd;
	color: #ffffff;
	margin: 0 15px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

.onepageCheckout h3 .arrow {
	position: absolute;
	left: -60px;
	top: -20px;
}

.onepageCheckout h3 .arrow-up {
	position: absolute;
	top: 0px;
}

/*START - Popup*/
.onepageCheckoutPopup h5 {
	color: #f38423;
    font-size: 30px;
    background-image: url('../img/general/bg-hotline-phonenumber.png');
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: center left;
    display: block;
    margin: 15px 0 15px 0;
    padding: 15px 0 15px 35px;
    font-style: normal;
}

.onepageCheckoutPopupPhonenumber {
	background-image: url('../img/general/bg-hotline.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
}
/*END*/

#gmMaps {
	height: 330px;
	margin: 0 0 0 -30px;
}

.searchAddressContainer {
	width: 100%;
	height: 330px;
	background-color: #0095ca;
	color: #ffffff;
}

#addressContainer {
	overflow: auto;
	overflow-x: hidden;
	height: inherit;
	margin: -15px 0 0 0;
	padding: 10px;
	height: 296px;
}

.dealerName {
	font-size: 16px;
}

.addressRow {
	height: 58px;
}

.addressButton {
	display: table;
	position: relative;
	height: inherit;
}

.step2 {
	position: relative;	
}

.step3 {
	position: relative;	
}

.shadowDiv {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.shadowDiv .title {
	color: #017ebe;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 100px;
	width: 100%;
	height: 25px;
	vertical-align: middle;
	display: block;
	text-align: center;
}

.shadowDiv .backgroundDiv {
	background: rgba(255,255,255,0.7);
	width: 100%;
}

.onepageCheckout .circle {
	width: 125px;
	height: 125px;
	font-size: 18px;
	position: absolute;
	right: 0;
}

.onepageCheckout span.name {
	color: #000000;
	font-size: 18px;
}

.onepageCheckout span.price {
	color: #0077ba;
	display: block;
	font-size: 18px;
}

.onepageCheckout span.mwst {
	font-size: 14px;	
}

.onepageCheckoutProduct select {
	font-family: Arial, Tahoma, sans-serif;
}

.onepageCheckout .smallinfo{
	padding-top:10px;
	font-size:13px;
}

/*START - DEVICE DEPENDANT CSS*/
@media (max-width: 767px) {
	/*CONTENT applying col-xs VIEWS*/
	.shadowDiv .backgroundDiv {
		background: rgba(255,255,255,0.85);
	}
	
	.onepageCheckoutPopupPhonenumber {
		background: none;
	}
	
	#gmMaps {
		margin: 0;
	}
	
	.step2 .circle {
		top: 5px;
		right: 30px;
	}
	
	.step2 img.step2main-image {
		width: 40%;
	}
	
	.onepageCheckout h3 .arrow {
		display: none;
	}
	
	.onepageCheckout h3 .arrow-up {
		display: none;
	}
	
	.addressRow {
		height: 52px;
	}
}
		
@media (min-width: 768px) and (max-width: 991px) {
	/*CONTENT applying col-sm VIEWS*/
	.addressRow {
		height: 52px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*CONTENT applying col-md VIEWS*/
}

@media (min-width: 1200px) {
	/*CONTENT applying col-lg VIEWS*/
}
/*END*/