body {
    font-family: "Roboto Slab", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol {

}

h1 {
    font-size: 3em;
    font-weight: 100;
    border-bottom: 1px solid #dedede;
}

.radio {
    font-weight: normal;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-right: 0;
}

.form-horizontal .form-group {
    width: 100%;
    display: inline-block;
}

.form-horizontal .well .form-group:last-child {
    margin-bottom: 0;
}

header {
    margin-bottom: 3em;
    background-color: #ededed;
    padding: 10px 0 15px;
}

footer {
    margin-top: 3em;
    padding-top: 1em;
    border-top: 1px solid #aaa;
    display: inline-block;
    width: 100%;
}

footer .links {
    text-align: right;
}

fieldset.login {
    background-color: #ededed;
    border: 1px solid #dedede;
    padding: 25px;
}

fieldset.login legend {
    background-color: #fff;
    padding: 7px;
    border: 1px solid #dedede;
}

.anleitung ol {
    padding: 0;
    margin-bottom: 20px;
}

.mainentance {
    width: 100%;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.login legend {
    margin-bottom: 5px;
}