/*form, html, body, #Content {
    background-color: #fff;
}

#Mantel {
    font-family: Georgia;
    padding: 5px;
    font-size: 16px;
}

    #Mantel h1, #Mantel h2, #Mantel h3 {
        font-family: Georgia;
        font-weight: normal;
        font-size: 24px;
        line-height: 30px;
        color: #1A171B;
    }

.dnnpane, .layout, .layout .row, #mainContent-inner {
    background-color: #fff;
}

.btn {
    border-radius: 0;
    border: 0;
    margin: 0;
}

.btn-formular, .btn-warning {
    background-color: #97bf0d;
    color: white;
}


.btn-default {
    background-color: #555;
}

    .btn-formular:hover, .btn-warning:hover, .btn-default:hover, .btn-formular:disabled {
        background-color: #CC071E;
        text-decoration: none;
        color: white;
    }

.Fusszeile {
    padding-top: 30px;
}

.Einheit {
    padding-top: 10px;
}

.form-control {
    border-radius: 0;
    color: #1A171B;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #868889;
}

.form-label {
    font-weight: 700;
}

#dnn_ContentPane {
    background-color: #fff;
    padding: 25px;
}

label.form-label {
    padding-top: 0.4em;
    overflow: hidden;
    color: #1A171B;
}

.reddot {
    color: red;
    font-weight: bold;
}

.InfoText {
    padding: 5px;
    padding-left: 30px;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
}

.Schritt .nummer:hover {
    background-color: #97BF0D;
}


.Schritte {
    width: 12%;
}

    .Schritte .nummer {
        background: 0;
        border: 0;
        padding: 5px;
        padding-top: 30px;
        width: 40px;
        background-color: #868889;
        font-weight: bold;
        color: white;
        text-align: center;
        font-size: 140%;
    }

    .Schritte .aktiv {
        background-color: #97BF0D;
    }

    .Schritte .text {
        width: 92%;
        word-wrap: break-word;
        text-align: left;
    }

    .Schritte button {
        padding: 0;
        margin: 0;
        background: 0;
        border: 0;
        margin-left: 0.25%;
        margin-right: 0.25%;
    }

    .Schritte a {
        float: left;
        text-decoration: none;
        color: white;
        font-weight: bold;
    }

        .Schritte a:hover, .Schritte a:visited {
            text-decoration: none;
            color: white;
            font-weight: bold;
        }*/
