/*
 Theme Name:   c2r
 Description:  
 Author:       Kellenberger Interactive
 Author URI:   https://kellenberger-interactive.ch
 Template:     Divi
 Version:      1.0
 Text Domain:  c2r
*/

.datentabelle, .datentabelle td {
    border: none !important;
    padding: 0 !important;
    vertical-align: top !important;
}

.gform_required_legend {
    display: none;
}

#label_1_9_0, #label_2_9_0 {
    color: #004289;
    font-weight: bold;
}

#label_1_9_1, #label_2_9_1  {
    color: #ABCC59;
    font-weight: bold;
}

/* SUMME */
#input_1_12, #input_1_16, #input_2_12, #input_2_16 {
    font-weight: bold;
    color: #1d1d1b;
    padding-left: 0 !important;
    font-size: 24px;
}

#gform_submit_button_1, #gform_submit_button_2 {
    cursor:pointer;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    
    border-color: #004289;
    background-color: #004289;
    color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}