@charset "UTF-8";
/* CSS Document */
body {
    overflow-x: hidden;
}

.frontend-select-wrapper {
    padding: 3rem 2rem 1.5rem;
}

.frontend-select-box {
    min-height: 19rem;
    width: 51%;
    margin: 0 auto;
}

.frontend-select-column {
    display: inline-block;
    width: 49%;
}

.frontend-select-headline > p:nth-child(2) {
    margin: 0;
    text-align: center;
    font-weight: bold;
}

/*Button*/
.frontend-select-button-box,
.frontend-select-button-box-2 {
    display: block;
    margin: 0 auto;
}

.frontend-select-button {
    position: relative;
}

input[name="file"]:hover div.fakefile > .frontend-select-button-new
div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}

.frontend-select-button-new,
.frontend-select-button-new-2,
.btn-mini {
    position: relative;
    display: block;
    max-width: 40rem;
    margin: 0 auto;
    padding: 0.75rem;

    background-color: #464646 !important;
    background-image: none;
    border-radius: 5px;
}

.frontend-select-button-new:hover,
.frontend-select-button-new-2:hover,
input[name="file"]:hover div.fakefile > .frontend-select-button-new {
    background-color: #777;
}

.frontend-select-button-new {
    
}

.frontend-select-button-new-2 {
}

.frontend-select-button-new > p,
.frontend-select-button-new-2 > p {
    position: relative;
    margin: 0;

    font-weight: 400;
    color: #fff;
    text-align: center;
}

.frontend-select-button-new > p {
    font-size: 1.5rem;
}

.frontend-select-button-new-2 > p {
    font-size: 1.3rem;
}

input.file {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0.5rem;
    width: 100% !important;
    height: 2rem;
    z-index: 2;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
}

/*progress bar*/
/*.progress {*/
/*position: relative;*/
/*width: 95%;*/
/*border: 1px solid #ddd;*/
/*padding: 1px;*/
/*margin: 0 auto;*/
/*border-radius: 3px;*/
/*}*/
/*.bar {*/
/*background-color: #B4F5B4;*/
/*width: 0%;*/
/*height: 20px;*/
/*border-radius: 3px;*/
/*}*/

.percent {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: 50%;
}
.btn-group {
    display: block;
    margin: 0 auto;
}
.btn-mini {
    min-width: 8rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: none;
    border: none;
    border-radius: 5px !important;
    margin: 2rem auto 0 !important;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 1rem !important;
}
.btn-mini:hover,
.btn-mini:active,
.btn-mini:focus {
    color: #fff;
    border: none !important;
}
.btn-mini i {
    margin-right: 5px;
}
/*Items*/
.frontend-select-items {
    display: block;
    margin: 1.5rem auto 0;
}

.frontend-select-items > p {
    text-align: center;
    margin: 0;
}

.frontend-select-items > p:last-child {
    position: relative;
    top: -0.5rem;
}

.frontend-select-items > p > span {
    display: inline-block;
}

.frontend-select-items > p > span:first-child,
.frontend-config-info > p > span:first-child {
    font-weight: bold;
}

.frontend-select-items > p > span:last-child,
.frontend-config-info > p > span:last-child {
    color: #12C00A;
}

/*further and back*/
.first-page > .frontend-direction > .frontend-add,
.first-page > .frontend-direction > .frontend-further {
    width: 49.5%;
}

.frontend-direction {
    width: 100%;
    margin-top: 1rem;
}

.frontend-further,
.frontend-back,
.frontend-order-sum,
.frontend-add {
    display: inline-block;
    width: 32.9%;
    vertical-align: top;
}

.frontend-further a:hover,
.frontend-back a:hover,
.frontend-add a:hover {
    text-decoration: underline;
}

.frontend-further p {
    text-align: right;
}

.frontend-further p > span,
.frontend-back p > span,
.frontend-add p > span {
    display: inline-block;
    position: relative;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.2rem;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 10rem;
    background-color: #464646;
}

/*CONfIG ALL*/
#config-box-prototype {
    display: none;
}

.frontend-config-box {
    width: 100%;
    border: 1px solid #464646;
}

.frontend-config-header {
    background-color: #464646;
    padding: 0.3rem 0;
}

.frontend-config-header p {
    text-align: center;
    margin: 0;
    color: #fff;
}

.image_order_details {
    margin: 0;
}

.frontend-config-cell {
    position: relative;
    display: block;
    float: left;
    vertical-align: top;
    border-right: 1px solid #464646;
}
.config-all .frontend-config-cell {
    min-height: 12rem;
}
.config-single .frontend-config-cell {
    min-height: 15rem;
}
.order-form .frontend-config-cell {
    min-height: 11rem;
}


.frontend-config-cell:last-child {
    border-right: none;
}
.frontend-config-info > p > p > span {
    color: green;
}
.frontend-config-headline h4 {
    color: #464646;
    font-weight: bold;
}

.frontend-config-image,
.frontend-config-image-info {
    display: inline-block;
}

.frontend-config-image {
    width: 40%;
    margin-right: 2%;
    vertical-align: top;
}

.frontend-config-image > img {
    margin: 0 auto;
}

.frontend-config-image-info {
    width: auto;
}

.frontend-config-image-info > p {
    margin: 0;
}

.frontend-config-select > select {
    width: 100%;
}

.frontend-config-frame div {
    display: inline-block;
}
.frontend-config-frame div > input,
.frontend-config-frame div > label,
.frontend-config-model input,
.frontend-config-model label {
    display: inline-block;
}
.frontend-config-frame label,
.frontend-config-model label {
    position: relative;
    top: 0.20rem;
    margin-left: 0.25rem;
}
.frontend-config-white {
    border-top: 1px solid #464646;
    padding-top: 0.25rem;
    margin-top: 1rem;
}
.frontend-config-number input {
    text-align: center;
}

/*ORDER-FORM*/

.frontend-config-price-single > p,
.frontend-config-number > p,
.frontend-config-price-all > p {
    text-align: center;
}

.frontend-order-sum {
    text-align: right;
}

.frontend-order-sum > p {
    margin: 0;
}

.frontend-order-sum span {
    font-weight: bold;
}

.frontend-order-sum > p:last-child > span {
    text-decoration: underline;
}

.frontend-order-box fieldset {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.frontend-order-form label,
.frontend-order-form input,
.frontend-order-form select,
.frontend-order-form textarea {
    display: inline-block;
    vertical-align: top;
}

.frontend-order-form label {
    top: 0.4rem;
    position: relative;
    width: 25%;
    text-align: right;
    font-weight: 100 !important;
}

.frontend-order-form > p > span,
.frontend-order-form label > span {
    color: red;
}

.frontend-order-form input,
.frontend-order-form select,
.frontend-order-form textarea {
    width: 71%;
}

.frontend-order-form select[name="anrede"] {
    width: 29%;
}

.frontend-order-form select[name="zahlung"] {
    width: 33%;
}

.frontend-order-form input[name="vorname"],
.frontend-order-form input[name="nachname"] {
    width: 26%;
}

.frontend-order-form label[for="nachname"] {
    width: 15%;
}

.frontend-order-form input[name="plz"] {
    width: 15%;
    margin-right: 0.5rem;
}

.frontend-order-form label[for="stadt"] {
    width: 7.5%;
}

.frontend-order-form input[name="stadt"] {
    width: 43%;
}

.frontend-order-form input[name="agb"] {
    width: 2%;
}

.frontend-order-form label[for="agb"] {
    top: 0;
    width: 71%;
    text-align: left;
}

.frontend-order-form input[name="absenden"] {
    background-color: #464646;
    color: #fff;
    width: 71%;
    padding: 0.25rem 0;
    border: none;
    border-radius: 5px;
}

.frontend-order-form input[name="absenden"]:hover {
    background-color: #777;
}

.item-price {
    font-weight: bold;
}

/*Additional Pages*/
.frontend-thanks-box {
    width: 75%;
    margin: 0 auto;
}

.frontend-thanks p {
    text-align: center;
}

.frontend-thanks p span {
    color: #12C00A;
}

.frontend-thanks h3 {
    line-height: 1.1;
    text-align: center;
}

@media (max-width: 599px) {
    

    .first-page > .frontend-direction > .frontend-add,
    .first-page > .frontend-direction > .frontend-further {
        width: 100%;
    }

    .frontend-select-column {
        width: 100%;
        margin-bottom: 1rem;
    }

    .frontend-config-frame > input:nth-child(3) {
        margin-left: 3.5rem;
    }

    .frontend-config-number input {
        width: 95%;
    }

    .frontend-order-form label {
        text-align: left;
    }

    .frontend-order-form label,
    .frontend-order-form input,
    .frontend-order-form select,
    .frontend-order-form textarea {
        width: 95% !important;
    }
    
}

@media (max-width: 670px) {
    .frontend-further, .frontend-back, .frontend-order-sum, .frontend-add {
        width: 100%;
    }

    .frontend-add p {
        text-align: center;
    }
}

@media (min-width: 600px) {
    .frontend-config-cell:first-child {
        width: 31%;
    }

    .frontend-config-cell:nth-child(2) {
        width: 30%;
    }

    .frontend-config-cell:nth-child(3) {
        width: 20%;
    }

    .frontend-config-cell:last-child {
        width: 15%;
    }

    .frontend-config-frame > input:nth-child(3) {
        margin-left: 0;
    }
}

@media (max-width: 979px) {
    .frontend-config-box {
        margin-bottom: 1rem;
    }

    .frontend-config-cell {
        width: 100% !important;
        padding: 0;
        border-bottom: 1px solid #464646;
    }

    .frontend-config-cell > div {
        padding: 0.5rem 1rem;
    }

    .frontend-config-image-info {
        width: 90%;
    }
    .frontend-select-wrapper {
        padding: 3rem 0.5rem 1.5rem;
    }

    .frontend-config-image-info {
        width: 90%;
    }

    .frontend-config-cell > div {
        padding: 0.5rem 0.5rem;
    }

    .frontend-config-frame div {
        width: 90%;
    }

    .frontend-select-box {
        width: 100%;
    }

    input.file {
        top: 2.5rem;
    }

    .frontend-order-box fieldset {
        width: 100%;
    }
    .frontend-config-frame label,
    .frontend-config-model label {
        width: 92%;
    }
    .frontend-config-frame input,
    .frontend-config-model input {
        width: 6%;
    }
}

@media (min-width: 980px) {
    
    .frontend-select-box {
        width: 60%;
    }
    .frontend-config-cell {
        padding: 0.5rem 0.5rem 0.25rem 0.5rem;
    }
    
    .frontend-config-model label {
        width: 90%;
    }
    
    .config-all .frontend-config-cell:first-child {
        width: 23%;
    }
    .config-all .frontend-config-cell:nth-child(2) {
        width: 20%;
    }
    .config-all .frontend-config-cell:nth-child(3) {
        width: 20%;
    }
    .config-all .frontend-config-cell:nth-child(4) {
        width: 28%;
        border-right: none;
    }
    
    .config-single .frontend-config-cell:nth-child(2) {
        width: 23%;
    }
    .config-single .frontend-config-cell:nth-child(3) {
        width: 20%;
    }
    .config-single .frontend-config-cell:nth-child(4) {
        width: 20%;
    }
    .config-single .frontend-config-cell:nth-child(5) {
        width: 10%;
    }
    .config-single .frontend-config-cell:nth-child(6) {
        width: 17%;
        border-right: none;
    }
    
    .order-form .frontend-config-cell:first-child {
        width: 23%;
    }
    .order-form .frontend-config-cell:nth-child(2) {
        width: 25%;
    }
    .order-form .frontend-config-cell:nth-child(3) {
        width: 21%;
    }
    .order-form .frontend-config-cell:nth-child(4) {
        width: 22%;
        border-right: none;
    }

    .frontend-config-frame div {
        width: 48%;
    }
    .frontend-config-number input {
        width: 87%;
    }
}

@media (max-width: 1199px) {
    .frontend-back p > span,
    .frontend-add p > span,
    .frontend-further p > span {
        top: 0rem;
        width: 1rem;
        height: 1rem;
        font-size: 1rem;
        line-height: 1.025;
    }
}

@media (min-width: 1200px) {
    .config-all .frontend-config-cell:first-child,
    .config-single .frontend-config-cell:nth-child(2),
    .order-form .frontend-config-cell:first-child {
        width: 25%;
    }
    .frontend-config-frame > input:nth-child(3) {
        /*margin-left: 3.5rem;*/
    }
}