.tx-bestellung-form .typo3-messages {
    list-style: none;
    padding: 0;
}
.tx-bestellung-form .checkbox input[type=checkbox] {
    margin-left: -20px;
    margin-top: 4px;
    height: inherit;
}
.tx-bestellung-form .form-control {
    border-color: #73bf44;
    border-radius: 0;
}
.tx-bestellung-form .table thead tr th {
    background-color: #73bf44;
    color: #ffffff;
    font-weight: 400;
}
.tx-bestellung-form .table-bordered>tbody>tr>td,
.tx-bestellung-form .table-bordered>tbody>tr>th,
.tx-bestellung-form .table-bordered>tfoot>tr>td,
.tx-bestellung-form .table-bordered>tfoot>tr>th {
    border-color: #73bf44;
}
.tx-bestellung-form .table-bordered>thead>tr>td,
.tx-bestellung-form .table-bordered>thead>tr>th {
    border-color: #ffffff;
}
.tx-bestellung-form .btn-primary,
.tx-bestellung-form .btn-primary:hover,
.tx-bestellung-form .btn-primary:active,
.tx-bestellung-form .btn-primary:focus {
    color: #fff;
    background-color: #73bf44;
    border: none;
}
.tx-bestellung-form .form-control-static {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 23px;
}
.tx-bestellung-form .checkbox {
    margin-top: 0;
}
.tx-bestellung-form span.required {
    color: #73bf44;
    padding-left: 2px;
}
.tx-bestellung-form p.help-block {
    margin: 0;
}
.tx-bestellung-form td span.sold-out {
    display: inline-block;
    font-weight: bold;
    color: #a94442;
}
@media (min-width:1199px) {
    .tx-bestellung-form {
        max-width: 65%;
    }
}
@media screen and (max-width: 600px) {
    .tx-bestellung-form .table {
    border: 0;
    }

    .tx-bestellung-form .table caption {
    font-size: 1.3em;
    }
    
    .tx-bestellung-form .table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    }
    
    .tx-bestellung-form .table tr {
    border: 1px solid #73bf44;
    display: block;
    /*margin-bottom: .625em;*/
    padding: 0;
    margin-bottom: 15px;
    }
    
    .tx-bestellung-form .table td {
    border-bottom: 1px solid #73bf44;
    display: block;
    /*font-size: .8em;*/
    text-align: right;
    }
    
    .tx-bestellung-form .table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    /*text-transform: uppercase;*/
    }
    
    .tx-bestellung-form .table td:last-child {
    border-bottom: 0;
    }
    .tx-bestellung-form .table-responsive {
    margin-bottom: 0;
    }

    .tx-bestellung-form .table-bordered>tbody>tr>td, .tx-bestellung-form .table-bordered>tbody>tr>th, .tx-bestellung-form .table-bordered>tfoot>tr>td, .tx-bestellung-form .table-bordered>tfoot>tr>th,
    .tx-bestellung-form .table-responsive {
    border: none;
    }
}
