@charset "utf-8";

/* ERROR (404 und 500) Document */

.ErrorHeadline {
    margin-top: 200px;
    font-size: 60px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #DDD;
    margin-bottom: 20px;
}

.ErrorText {
    text-align: center;
    font-size: 22px;
    color: #AAA;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

.ErrorText .grauButton {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 15px;
    color: #999;
}
