.bt_weiter {
    padding: .4em .8em;
    background: #5a9900 linear-gradient(#8db243, #5a9900);
    border: thin solid green;
    border-radius: 0 0.4em 0.4em 0.4em;
    box-shadow: 0 .2em 0.4em gray;
    color: white;
    text-shadow: 0 -.05em .05em #333;
    font-size: 125%;
    line-height: 1.7;
}

.bt_weiter2 {
    padding: .4em .8em;
    background: #99322E linear-gradient(#B2776F, #99322E);
    border: thin solid green;
    border-radius: 0 0.4em 0.4em 0.4em;
    box-shadow: 0 .2em 0.4em gray;
    color: white;
    text-shadow: 0 -.05em .05em #333;
    font-size: 125%;
    line-height: 1.7;
}


#hinweis {
    border-left: thick solid #c32e04;
    padding-left: 0.5em;
}