/* Confirmation */
    #formconfirmation-group-confirmation { float:left;width:100%;margin:20px 0 20px 0; }
    #formconfirmation-group-confirmation label { float:left;width:100%;padding:20px;border:1px solid #e3e3e3;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;cursor:pointer; }
    #formconfirmation-group-confirmation label + label { border-top:0; }
    #formconfirmation-group-confirmation label:hover, #formconfirmation-group-confirmation label.active { background:#00a0d0;color:#fff; }
    #formconfirmation-group-confirmation input[type="radio"] { float:left;margin-right:10px;margin-top:6px;width:20px;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
    #formconfirmation-group-confirmation label span { float:left;width:calc(100% - 30px);-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

    #formconfirmation-error .infobox { margin-bottom:0; }

    .formconfirmation-submit { text-align:center;padding:10px 0;margin-bottom:40px;font-size:1.3em; }
    .formconfirmation-submit button { padding:6px 50px; }

    .nutzungsbedinungen-text { max-height:400px;overflow:auto; }