html, body {
    font-family: 'Khand', sans-serif;
    color: #736b6b;
    font-weight: 300;
    min-height: 101%;
}

header {
    background: #000;
    margin: 75px 0;
    padding: 25px 0 60px 0;
}

footer {
    background: #ebe9e9;
    padding: 25px 0 60px 0;
}

h1 {
    text-align: center;
    padding-bottom: 15px;
}

.logo {
    text-align: center;
    padding-bottom: 10px;
    max-width: 100%;
}

.logo img {
    max-width: 300px;
}

.toggleForm form {
    display: none;
}

.dashboard {
    text-align: center;
}

.dashboard .summary {
    background: url('../images/circle.png') no-repeat center;
    width: 200px;
    height: 200px;
    padding-top: 70px;
    font-size: 42px;
    margin: 15px auto;
}

.belegbild {
    width: 320px;
}