input {
    border: 1px solid;
    border-radius: 3px;
    border-color: #333;
    padding: 5px;
}

.inner-padding {
    padding: 50px 30px;
}

.input-full-width {
	width: 100%;
	margin-bottom: 20px;
}

.input-plz {
	width: 30%;
	margin-right: 5%;
}

.input-ort {
	width: 65%;
}

.input-plz input, .input-ort input {
    width: 100%;
    margin-bottom: 20px;
}

.btn-soft-border {
    float: right;
    border: 1px solid lightgrey;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    font-size: 16px;
}

img.card-overlay {
    position: absolute;
    transform: rotate(10deg);
    left: 110px;
    top: 265px;
} 

.konfig-container-left {
	width: 50%;
	float: left;
}

.konfig-container-right {
	width: 50%;
	float: right;
	padding-left: 20px;
}

.konfig-container-centered {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.text-center {
	text-align: center;
}

.img-centered {
    padding: 25px 50px;
    margin: 0 auto;
    width: 100%;
}

.step-list {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    position: relative;
}

.step-list:before {
    width: 100%;
    height: 3px;
    background: #f5f5f3;
    position: absolute;
    content: '';
    left: 0;
    top: -18px;
}

.step-list ul li {
    float: left;
    list-style: none;
    position: relative;
    font-size: 12px;
    width: 33%;
    z-index: 1;
}

.step-list ul li:before {
    background: #f5f5f3;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    content: '';
    top: -25px;
    left: 45%;
}

.step-list ul li:first-child {
    position: absolute;
    left: 0;
    text-align: left;
}

.step-list ul li:last-child {
    right: 0;
    position: absolute;
    text-align: right;
}

.step-list ul li:first-child:before {
    left: 0;
    background: #d0ba7d;
}

.step-list ul li:last-child:before {
    right: 0;
    position: absolute;
    left: auto;
}

.step-list ul li:nth-child(2) {
    position: absolute;
    left: 110px;
} 

.step-list ul li:nth-child(3) {
    position: absolute;
    left: 260px;
}

.page-id-439 .step-list ul li:first-child:before {
    background: #d0ba7d;
}

.step1-contact-info .step-list ul li:nth-child(2):before, .step2-payment .step-list ul li:nth-child(3):before {background: #d0ba7d;}
.step1-contact-info .step-list ul li:nth-child(2), .step2-payment .step-list ul li:nth-child(3) {font-weight: bold;}
.step1-contact-info .step-list ul li:first-child:before {content: '\f00c'; font-family: FontAwesome; color: white; font-size: 9px; padding: 2px 1px 1px 3px;}  
.step2-payment .step-list ul li:first-child:before, .step2-payment .step-list ul li:nth-child(2):before, .step3-checkout .step-list ul li:first-child:before, .step3-checkout .step-list ul li:nth-child(2):before, .step3-checkout .step-list ul li:last-child:before {background: #d0ba7d;}
.step2-payment .step-list ul li:first-child:before, .step3-checkout .step-list ul li:first-child:before, .step3-checkout .step-list ul li:nth-child(2):before, .step4-thankyou .step-list ul li:last-child:before, .step4-thankyou .step-list ul li:nth-child(2):before, .step4-thankyou .step-list ul li:first-child:before, .step4-thankyou .step-list ul li:nth-child(2):before, .step2-payment .step-list ul li:nth-child(2):before, .step3-checkout .step-list ul li:nth-child(3):before, .step4-thankyou .step-list ul li:nth-child(3):before {background: #d0ba7d; content: '\f00c'; font-family: FontAwesome; color: white; padding: 2px 1px 1px 3px; font-size: 9px;}
.step2-payment .step-list ul li:nth-child(2):before, .step3-checkout .step-list ul li:nth-child(2):before, .step3-checkout .step-list ul li:nth-child(3):before, .step4-thankyou .step-list ul li:nth-child(2):before, .step4-thankyou .step-list ul li:nth-child(2):before, .step4-thankyou .step-list ul li:nth-child(3):before {padding: 2px 0;}
.step4-thankyou .step-list ul li:last-child:before {padding: 2px 3px 1px 3px;}

.konfig-pay-btn {
    padding: 10px 20px;
    color: white;
    border-radius: 3px;
    font-size: 16px;
}

.further-steps {float:left;width:33%;text-align:center}

@media (max-width: 991px) {

    .step1-contact-info .gold-border-bottom .vc_general.vc_btn3 {
    padding: 10px 45px;
    }

}

@media (max-width: 767px) {

	.konfig-container-right, .konfig-container-left {width: 100%; float: none; display: inline-block;}
	.konfig-container-right {padding-left: 0;}
    .step-list {max-width: 320px;}
    .img-centered {max-width: 479px;}
    .step4-thankyou .konfig-container-right {text-align: center;}

}

@media (max-width: 620px) {

    .further-steps {float:none; width: 100%; text-align: center; display: inline-block; margin-bottom: 20px;}

}

@media (max-width: 479px) {

    .step1-contact-info .gold-border-bottom .vc_general.vc_btn3 {text-align: center;}
    .img-centered {padding: 20px;}

}

/**/