p.subheadline {
    color:#888;
    font-size:22px;
    text-align:center;
    text-transform:uppercase;
}
p.subheadline-small {
    color:#888;
    font-size:16px;
    margin:20px 0 20px 0;
    text-align:center;
}
/*
p.lead {
    font-size:14px;
    margin:0 auto 30px auto;
    max-width:80%;
    text-align:center;
}
*/
p.text-mini {
    font-size:11px;
}
p.text-center {}
a.btn.btn-default {}
a.btn.btn-default.btn-lg {}
a.btn.btn-primary {}
a.btn.btn-primary.btn-lg {}
span.zahl-rot {
    background:#DC143C;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    color:#FFF;
    display: inline-block;
    font-weight:bold;
    line-height: 1.5em;
    text-align: center;
    width:1.5em;
}