#slider .btn.success{background: #5ABE00; border-color: #5ABE00;}
.description .hint.message{background: transparent; border: none;}
#payment .color-success { color: mediumseagreen; padding-bottom: 10px; }

#order_sample form label:last-of-type { width:185px; font-size: 16px}


#cart #total_coupon td { padding: 15px 0 0 0}
#cart_third .col_right { min-height: 242px}
#cart_third #cart_third_delivery {min-height: 416px;}
#cart_third_agb { margin-left: 10px; margin-bottom: 25px}

#cart form { width: 100%}
#cart_first form .coupon_input, #cart_third form .coupon_input { float: none; margin-left: 25px}
#cart_first form  button.coupon, #cart_third form  button.coupon { margin-bottom: 0; width: 40px; box-sizing: border-box; min-width: 40px; padding: 0; color: #fff; vertical-align: top;    margin-left: 0;}
#cart_first form  button.coupon .icon:before, #cart_third form  button.coupon .icon:before { color: #fff; font-size: 28px;}
#cart_first form  button.coupon .icon, #cart_third form  button.coupon .icon {  top: 10px;left: 5px; position: absolute;}


.cart_breadcrumb li { width:20%; padding: 15px 0 15px 15px;}
/*.cart_breadcrumb li:first-child{ width:25%}
.cart_breadcrumb li:last-child{ width:15%}*/

.cart_breadcrumb {
    margin-bottom: 10px;
}

.cart_breadcrumb li {
    font-size: 16px;
    text-align: center;
    /* Standard Schriftfarbe */
    color: #696969;
    padding: 8px 0;
    height: 40px;
}

.cart_breadcrumb li:first-child {
    /* wie die anderen / entfernen */
    width: 20%;
}

.cart_breadcrumb li:last-child {
    /* wie die anderen / entfernen */
    width: 20%;
}

.cart_breadcrumb li.unactive {
    color: white;
    background-color:#b5b5b5;
}

.cart_breadcrumb li.preactive {
    color: white;
    background-color:#b5b5b5;
}

.cart_breadcrumb li.active {
    color: white;
    background-color: #5abe00;
}

.cart_breadcrumb li:last-of-type.active {
    background: #5abe00;
}
#upload, #cart_first, #cart_second, #cart_third { padding-top: 10px}
/* headerimage with text */

@media screen {

    .headline.custom { position: relative;}

    .headline.custom .imageWrapper {
        height: auto;
        /*min-height: 300px;*/
        overflow: hidden;
    }

    .headline.custom > .description {
        width: 600px;
        padding: 0;
        position: absolute; top: 125px; right: 45%;
    }

    .headline.custom > .description > .hint.message {
        background: none;
        padding: 0; border: 0; margin: 0;
    }

    .headline.custom > .description .textWrapper {
        background-color: none;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

    .headline.custom > .description .textWrapper strong {
        font-size: 24px; line-height: 36px;
        font-family: regular;
        padding: 10px;
        background: #f69c1c;
        color: #fff!important;
    }

    .headline.custom > .description .textWrapper p {
        margin-bottom: 0;
    }

    .headline.custom > .description .textWrapper ul {
        margin-top: 10px;
    }

    .headline.custom > .description .textWrapper ul li {
        padding-left: 0px;
    }


    .headline.custom > .description a.btn.success {
        color: #ffffff!important;
        background: #5ABE00!important;
        border-color: #5ABE00;
        margin-bottom: 0;
    }
    /*Social Bar*/
    .sticky-container{
        padding:0px;
        margin:0px;
        position:fixed;
        right:-178px;
        top:230px;
        width:210px;
        z-index: 1100;
    }
    .stickysocial li{
        list-style-type:none;
        background-color:#fff;
        color:#efefef;
        height:32px;
        padding:0px;
        margin:0px 0px 5px 0px;
        -webkit-transition:all 0.25s ease-in-out;
        -moz-transition:all 0.25s ease-in-out;
        -o-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
        cursor:pointer;
    }
    .stickysocial li:hover{
        margin-left:-115px;
    }
    .stickysocial li img{
        float:left;
        margin:0;
        margin-right:5px;
    }
    .stickysocial li p{
        padding-top:5px;
        margin:0px;
        line-height:23px;
        font-size:11px;
    }
    .stickysocial li p a{
        text-decoration:none;
        color:#2C3539;
        line-height: 265%;
    }
    .stickysocial li p a:hover{
        text-decoration:none;
    }
    .stickysocial a{
        text-decoration:none;
        color:#2C3539;

    }
    .stickysocial a:hover{
        text-decoration:none;
    }
}

@media screen and (max-width: 1920px){

    .headline.custom .imageWrapper img { width: inherit; }
}

@media screen and (max-width: 1280px) {

    .headline.custom > .description {
        right: 60%;
    }
    header.main #brand-logo img { max-width:285px}
    header.main #brand-logo { width:285px; margin-right: 0px;}


}

@media screen and (max-width: 420px ) {

    .headline.custom > .description {
        top: 50px; right: 3%;
        max-width: 300px;
    }
}

@media screen and (max-width: 380px ) {

    .headline.custom > .description { right: 1%; }

}


/* Tradeblock Flip */
.flip-container {
    perspective: 1000px;
    margin: 20px 20px 125px 0px;
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
    -ms-transform: scaleX(-1);
}



.flip-container:nth-child(4n + 0) {
    margin: 20px 0px 125px 0px;
}

.flip-container p {
    margin: 10px 0 10px 0;
    font-size: 14px;
    line-height: 20px;
}


.flip-container a{
    background: #e94c09;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    position: relative;
    display: block;
    text-decoration: none;
    margin-top: 20px;
}
.flip-container a:hover{
    background: #e96e2d;
    cursor: pointer;
}
.flip-container a.adetails{
    background: #29aee8;
    margin: 0;
}
.flip-container a.adetails:hover{
    background: #28bcea;
    margin: 0;
}

.flip-container, .front, .flip-container .back {
    width: 270px;
    height: 350px;
    float:left;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

#trade-blocks{
    margin-bottom: 50px;
}

/* Front */
.flip-container .front, .flip-container .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.flip-container .front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);

}
.flip-container .front h3 {
    background: none;
    text-align: center;
    padding: 10px;
    color: #f69c1c;
    margin-bottom: 0px;
}

.flip-container .front img{
    text-align: center;
    display: block;
    width: 100%;

}

.flip-container .front span{
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 2em;
    margin-top: 10px;

}

/* Back */
.flip-container .back {
    transform: rotateY(180deg);
    background: none;
}

.flip-container .back h3 {
    background: #f69c1c;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 0px;
}

.flip-container .back p {
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
}
.flip-container .back ul {
    padding: 20px 0 0 20px;

}

.flip-container .back a.btn_detail{
    margin: 0;
    background: rgba(105,105,105,.25);
    color: #000;
    cursor: pointer;

}
.flip-container .back a.btn_detail:hover{

    background: #f7f7f7;
    color: #000;
    cursor: pointer;

}



/* Cart Second dreispaltig */

#cart_second #formular .col_middle{
    float:left;
    width: 30%;
    border: 1px solid #696969;
    box-sizing: border-box;
    padding: 25px 50px;
    margin-bottom:20px;
    margin-right: 25px;
    height: auto;
    min-height: 385px;

}
#cart_second #formular .col_left .btn.success.address.register{
    background: #5ABE00;
}

#cart_second #formular .col_right .btn.success{
    background: #5ABE00;
}

#cart_second #formular .col_left{
    width: 30%!important;
    border: 1px solid #696969;
    background: none;
    height: auto;
    min-height: 385px;
}
#cart_second #formular .col_right{
    width: 35%!important;
    border: 1px solid #696969;
    background: none;
    height: auto;
    min-height: 385px;
}

#cart_second #formular h3{
    font-size: 20px;
    line-height: 28px;
}

#cart_registration .btn.success{
    background: #5ABE00!important;
}

.actionbar .btn.success{border-color: #5ABE00; background: #5ABE00;}
#cart_third_buy .btn.success{border-color: #5ABE00; background: #5ABE00;}
#product-detail #total_block .btn.success{border-color: #5ABE00; background: #5ABE00;}
#upload .upload_field .btn{border-color: #f69c1c; background: #f69c1c;}
#upload_section .btn.success{border-color: #f69c1c; background: #f69c1c;}
#upload_section .template-download .buttons a.btn{border-color: #9e9e9e; background: #ababab;}


/* payment options */


@media screen {
    .customPaymentInput {
        height: 0; width: 0;
        position: fixed; left: -2000px; top: 0;
        z-index: -1;
    }

    .customPaymentInput + label {
        display: block;
        width: 100%!important;
        text-align: left;
        padding-right: 40px;
        margin-bottom: 15px;
        position: relative;
    }

    .customPaymentInput + label > span {
        display: inline-block;
        max-width: 75%; padding-left: 5px;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .customPaymentInput + label.PayPalApi:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomPayPal.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    .customPaymentInput + label.Vorkasse:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomVorkasse.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    .customPaymentInput + label.Sepa:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomPPPSepa.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    .customPaymentInput + label.Sepa.fr:before {
        background-image: url("../assets/paymentCustomPPPSepaFr.png");
    }


    .customPaymentInput + label.Kreditkarte:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomPPPVisa.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    .customPaymentInput + label.Kreditkarte.fr:before {
        background-image: url("../assets/paymentCustomPPPVisaFr.png");
        background-size: 100px 55px;
    }

    .customPaymentInput + label.Vorkasse.ro:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomVorkasseRO.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    .customPaymentInput + label.Vorkasse.it:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomVorkasseIT.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    .customPaymentInput + label.Vorkasse.fr:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomVorkasseFR.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    .customPaymentInput + label.Vorkasse.es:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomVorkasseES.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    .customPaymentInput + label.Rechnung:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomRechnung.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    .customPaymentInput + label.Rechnung.ro:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomRechnungRO.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    .customPaymentInput + label.PayoneClientApi_sofort:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomUeberweisung.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    .customPaymentInput + label.PayoneClientApi_sofort:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomUeberweisung.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    .customPaymentInput + label.PayPalPlus:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomPayPalPlus.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    .customPaymentInput + label.saferpay_48:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomVisa.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    .customPaymentInput + label.saferpay_50:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomMastercard.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    .customPaymentInput + label.saferpay_51:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomDinersclub.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    .customPaymentInput + label.saferpay_52:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomMaestro.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }
    .customPaymentInput + label.saferpay_53:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomTwint.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }


    .customPaymentInput + label.PayoneClientApi_creditcard:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomKredit.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    .customPaymentInput + label.Nachnahme.ro:before {
        content: ' ';
        width: 100px; height: 40px; display: inline-block;
        background-image: url("../assets/paymentCustomNachnahmeRO.jpg");
        background-size: 100px 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    .customPaymentInput:checked + label:after {
        content: ' ';
        display: inline-block;
        height: 40px; width: 40px;
        background-image: url("../assets/checkmark.svg");
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute; right: 0; top: 0;
        border-left: 1px solid #f69c1c;
    }

    .customPaymentInput + label:hover { cursor: pointer; }

    .customPaymentInput + label:hover > span { color: #f69c1c;}

    .customPaymentInput:checked + label > span { font-weight: 700; color: #f69c1c; }

}

@media screen and (max-width: 1024px) {
    .customPaymentInput + label > span {max-width: 65%;}
}

@media screen and (max-width: 800px) and (min-width: 768px) {

    .customPaymentInput + label > span { max-width: 75%; }

    .customPaymentInput + label.PayPalPlus:before,
    .customPaymentInput + label.Vorkasse:before,
    .customPaymentInput + label.Rechnung:before { display: none;}
}

@media screen and (max-width: 480px) {

    .customPaymentInput + label > span { max-width: 75%; }

    .customPaymentInput + label.PayPalPlus:before,
    .customPaymentInput + label.Vorkasse:before,
    .customPaymentInput + label.Rechnung:before { display: none;}
}

#total_block a{
    background: #b6b6b6;
    padding: 8px;
    color: #ffffff;
    border: 1px solid #a8a8a8;
    display: block;
    text-align: center;

}
#total_block a:hover{
    text-decoration: none;
    background: #c8c6c6;
}

#usp-bar i:hover{font-weight: bold;}

#product-detail #total_block li.total.gross{color: #000000;}

#account_tracking .col_right textarea{width: 100%;}

@media screen and (max-width: 1920px){.measurementHint{margin-left: 185px;}}
@media screen and (max-width: 480px){ .measurementHint{margin-left: 0px;}}

/* Produktvorschl�ge */

.product-suggestions{
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 48%;
    margin: 0 0 20px 0;
    overflow: hidden;
    height: 250px;
    border: solid 1px #dddddd;
}

.product-suggestions:nth-of-type(odd){
    margin-right: 4%;
}
.product-suggestions figure{

    width: 100%;
    font-size: 18px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: inline-block;

}
.product-suggestions figcaption{
     width: 50%;
     padding: 10px;
     float: left;
     box-sizing: border-box;
 }
.product-suggestions h3{
   font-size: 18px;
    color: #e94c09;
    margin: 0;
}
.product-suggestions img{
    width: 50%;
    height: auto;
    float:left;
}
.product-suggestions .rte_container,
.product-suggestions .auflage {
    font-size: 14px;
}

.product-suggestions .preis{
    font-size: 12px;
    position: absolute;
    bottom: 25px;
    right: 0;
    background: #fff;
    padding: 0 10px 5px 0;
    box-sizing: border-box;
    width: 50%;
    text-align: right;
}

.product-suggestions .preis strong{
    font-size: 24px;
    display: block;
    line-height: 24px;
    margin-bottom: 0;
}
.product-suggestions .btn_detail{
    background: #e94c09;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    display: block;
    text-decoration: none;
    margin-top: 0;
    bottom:0;
    right:0;
    width: 50%;
}

#cart #total_price strong{color: #e94c09;}

/* Cart Second dreispaltig */

#cart_second #formular .col_middle{
    float:left;
    width: 30%;
    border: 1px solid #696969;
    box-sizing: border-box;
    padding: 25px 50px;
    margin-bottom:20px;
    margin-right: 25px;
    height: auto;
    min-height: 385px;

}
#cart_second #formular .col_left .btn.success.address.register{
    background: #5ABE00;
}

#cart_second #formular .col_right .btn.success{
    background: #5ABE00;
}

#cart_second #formular .col_left{
    width: 30%!important;
    border: 1px solid #696969;
    background: none;
    height: auto;
    min-height: 385px;
    float:left;
    padding: 25px 50px;
}
#cart_second #formular .col_right{
    width: 35%!important;
    border: 1px solid #696969;
    background: none;
    height: auto;
    min-height: 385px;
}

#cart_second #formular h3{
    font-size: 20px;
    line-height: 28px;
}

#cart_registration .btn.success{
    background: #5ABE00!important;
}


@media screen and (max-width: 775px){
    #cart_second #formular .col_middle{width: 100%; min-height: 0;}
    #cart_second #formular .col_left{width: 100%!important; margin-bottom: 20px;}
    #cart_second #formular .col_right{width: 100%!important; float: right;}
}
@media screen and (max-width: 500px) {
    #cart_second #formular h3{background:none;}
}
.right { float: right}
footer.main address .col_left {width: 65%}
#product_informations {
    margin-top: 80px;
}
#detail_infobar_text .rte_container img {margin-bottom: 1em}

.cart_breadcrumb li.active,
.cart_breadcrumb li:last-of-type.active {background-color: #29aee8; }

#offcanvas_open { display: none; }
@media screen and (max-width: 767px) {
    #offcanvas_open { display: block; }
}

#upload_section .btn.delete:hover, #upload_section .btn.delete.hover { color: #d12b0b !important;
    border-color: #d12b0b !important;}
#upload_section .template-download .buttons a.btn { background: #fff !important}
#upload_section .btn.success { background: #5ABE00; border-color: #5ABE00; margin-left: 0px !important}
#upload_section img, #upload_section canvas  { display: inline-block !important;margin-right: 10px;}
#upload #upload_section .template-download .file_info, #upload #upload_section .template-upload .file_info {margin-left: 0px; font-size: 14px}
#upload_section canvas {line-height: 0;vertical-align: middle;}
#upload #upload_section .template-upload { padding-right:5px}
#upload_section .btn.delete {    border-color: #9e9e9e;}
#upload .upload_option p { width:100%}
#upload .upload_option .btn.default { float: none;}
#upload .upload_option .btn.default { width: auto}
#upload .upload_field .btn{border-color: #f69c1c; background: #f69c1c;}
#upload_section .template-download .buttons a.btn{border-color: #9e9e9e; background: #ababab;}


/* PS-2915

@media screen {
    form .measurement input { width: 140px; }
}

@media screen and (max-width: 1023px) {
    form .measurement input { width: 85px; }
}

@media screen and (max-width: 500px) {
    form .measurement input { float: left!important; width: calc(100% - 40px)!important; }
}

*/
form.searchOffer { display: none}

/*hide chat in popup*/

#ds_popup .zopim { display: none!important; }


#visual_calculation .contentwrapper.left .head .text { max-width: 100%}
