div.content-container-summary{
	padding: 21px 339px 21px 268px;	
}

#bestellprozessContent{
	width: 100%;
	max-width: 641px;
	margin: 0 auto;
	background: transparent;
	color: #fff;
}

#bestellprozessContent header{
	background: #2b2b2b;
}

#mindestbestellwertInfo{
	background: #c0081b;
	font-size: 18px;
	line-height: 32px;
	padding: 0 17px;
	display: none;
}

#bestellungFortsetzen{
	padding: 7px 17px;
	font-size: 14px;
	height: 67px;
	background: #2b2b2b;
}

.bestell-prozess-headline{
	font-size: 36px;
	padding: 17px;
	margin: 0;
	text-transform: uppercase;
	display: block;
	font-family: 'Moon Flower', sans-serif;
}


#formBestellprozessLieferadresseWrapper{
	background: #414141;
}

#formBestellprozessLieferadresse{
	padding: 0 17px 17px 12px;
}

/***************************************/

.field-group{
	float: left;
	padding: 0 0 5px 5px;
	color: #000000;
}

.field-group > label{
	width: 100%;
	display: block;
	font-weight: normal;
	color: #FFFFFF;
}

.field-group > input{
	width: 100%;
}

.order-summary-customer-name-row,
.order-summary-customer-address-row-1,
.order-summary-customer-address-row-2,
.order-summary-customer-contakt-row,
.order-summary-customer-company-row{
	display: inline-block;
	position: relative;
	width: 100%;
}

.order-summary-customer-name-row > .field-group{
	width: 50%;
}

.order-summary-customer-name-row > div:first-child{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
}

.order-summary-customer-name-row > div:nth-child(2){
	padding-left: 70px;
}

.order-summary-customer-address-row-1 > .field-group-street{
	width: 40%;
}

.order-summary-customer-address-row-1 > .field-group-housenr{
	width: 10%;
}

.order-summary-customer-address-row-1 > .field-group-zip{
	width: 15%;
}

.order-summary-customer-address-row-1 > .field-group-city{
	width: 35%;
}

.order-summary-customer-address-row-2 > .field-group{
	width: 100%;
}

.order-summary-customer-contakt-row > .field-group{
	width: 50%;
}

.order-summary-customer-company-row > .field-group{
	width: 50%;
}

/***************************************/


#formBestellprozessZahlungsmethode{
	background: #2b2b2b;
	padding-bottom: 35px;
}

#formBestellprozessZahlungsmethode ul{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 47px;
}

#formBestellprozessZahlungsmethode ul li{
	margin: 0;
	padding: 0 22px 0 17px;
	list-style: none;
	float: left;
}

#formBestellprozessZahlungsmethode ul li.active{
	background: #414141;
}

.btn-zahlungsmethode{
	background: url('../img/icons/radio-button.svg') no-repeat 0 17px transparent;
	padding-left: 28px;
	color: #fff;
	height: 47px;
	line-height: 47px;
	display: block;
}
#formBestellprozessZahlungsmethode ul li.active .btn-zahlungsmethode{
	background: url('../img/icons/radio-button-active.svg') no-repeat 0 17px transparent;
}

#icoBarzahlung{
	background: url('../img/icons/cash-payment.svg') no-repeat 0 center transparent;
	padding-left: 40px;
	line-height: 47px;
	height: 47px;
	display: inline-block;
}

.paypal-fee{
	font-size: 20px;
	margin: 0;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: 'Moon Flower', sans-serif; 
	height: 47px;
	line-height: 47px;
}

#formBestellprozessBetrag{
	background: #414141;
	position: relative;
}

#formBestellprozessBetrag .col1{
	width: 100%;
	padding: 17px 120px 0 17px;
	box-sizing: border-box;
	font-size: 14px;
}
#formBestellprozessBetrag .col1 > .bestell-prozess-headline,
#formBestellprozessBetrag .col2 > .bestell-prozess-headline{
	padding: 0;
}

#formBestellprozessBetrag .col2{
	width: 120px;
	position: absolute;
	top: 17px;
	right: 17px;
	box-sizing: border-box;
	text-align: right;
}

#formBestellprozessBetrag .col2 > span{
	padding-left: 0;
}

#formBestellprozessBetrag .col3{
	width: 100%;
	padding: 0 17px;
}

.clearfix{
	clear: both;
}

#formBestellprozessAgbSenden > .row-background{
	display: block;
	width: 100%;	
	height: 47px;
	background: #414141;
}

#formBestellprozessAgbSenden{
	padding: 0 242px 0 0;
	position: relative;
	margin-top: -47px;
}

#formBestellprozessAgb{
	background: #414141;
	padding: 2px 17px 0;
	line-height: 45px;
	font-size: 14px;
	position: relative;
	left: 0; 
	display: inline-block;
	z-index: 1;
}

#btnAgb{
	background: url('../img/icons/radio-button.svg') no-repeat top center/100% auto transparent;
	border: none;
	cursor: pointer;
	display: block;
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 13px 10px 0 0;
	float: left;
}

#btnAgb.active{
	background: url('../img/icons/radio-button-active.svg') no-repeat top center/100% auto transparent;
}

#formBestellprozessAgb a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#formBestellprozessBtn{
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 240px;
	height: 45px;
	border: 2px solid transparent;
	border-bottom: none;
	border-right: none;
	border-radius: 0;
}

#formBestellprozessAgbSenden > .ajax-loader,
.wpcf7-response-output{
	display: none !important;
}

/*  Order Commit Overlay
 **************************/

#orderCommitOverlay{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1125;
	padding: 0 318px 0 247px;
	overflow: auto;
}

.order-commit-content-container{
	width: 100%;
	max-width: 400px;
	margin: 60px auto;
	min-height: 40px;
	padding: 20px;
	text-align: center;
}

.order-commit-headline{
	font-size: 38px;
	font-family: 'Moon Flower', sans-serif;
	text-align: center;
	background: #FFFFFF;
	padding: 20px 20px 10px;
}

.order-commit-hint{
	text-transform: uppercase;
	background: #FFFFFF;
	padding: 0 20px;
}

.order-commit-phone{
	font-size: 30px;
	font-family: 'Moon Flower', sans-serif;
	text-align: center;
	background: #FFFFFF;
	padding: 10px 20px;
}

.order-commit-button-row{
	position: relative;
}

.order-commit-button-row > .common-button{
	width: 130px;
	margin: 2px auto 0;
	z-index: 2;
}

.order-commit-button-row > div{
	width: 100%;
	height: 47px;
	z-index: 1;
	margin-top: -47px;
}

.order-commit-button-row > div > div{
	float: left;
	width: 50%;
}

.order-commit-button-row > div > div:before{
	content: "";
	display: block;
	width: 100%;
	height: 47px;
	background: #FFFFFF;
}

.order-commit-button-row > div > div:first-child{
	padding-right: 67px;
}

.order-commit-button-row > div > div:last-child{
	padding-left: 67px;
}
