/*
 Theme Name: blutenhandwerk.ch
 Description:
 Author: Armin Oppliger
 Author URI: https://arminoppliger.ch/
 Template: twentyseventeen
 Version: 1
 */
 
 
/*Online bestellen*/

.wpcf7-form {}
 
.wpcf7-form .wpcf7-list-item.first,
.wpcf7-form .payment-methods .wpcf7-list-item {
    margin:0;
}
 
.wpcf7-form .show-hide {
    margin-top: -1.2rem;
}
 
.wpcf7-form .payment-methods {
    display: flex;
    flex-direction: column;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900;
    margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    margin: 0;
    color: #fff;
    text-align: center;
}