body {
    background-color: #fff;
    color: #333;
}

body, p, ol, ul, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.content {
    padding: 10px;
}

.col {
    padding: 10px
}

a {
    color: #004a6f;
    text-decoration: none;
}

th {
    padding-bottom: 5px;
}

td {
    padding: 0 5px 7px;
}

div.field,
div.actions {
    margin-bottom: 10px;
}

#notice {
    color: green;
}

.field_with_errors {
    padding: 2px;
    background-color: red;
    display: table;
}

#error_explanation {
    width: 450px;
    border: 2px solid red;
    padding: 7px 7px 0;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px -7px 0;
    background-color: #c00;
    color: #fff;
}

#error_explanation ul li {
    font-size: 12px;
    list-style: square;
}

label {
    display: block;
}

/* SCSS nested block expanded */
.small-form input,
.small-form select {
    font-size: 75%;
    padding: 1px 3px 1px 1px;
}

.btn-goethe-blue {
    background-color: #00618F;
    border-color: #00618F;
    color: #fff;
}

.btn-goethe-blue:hover,
.btn-goethe-blue:focus {
    background-color: #004e72; /* leicht dunklerer Hover-Ton */
    border-color: #004e72;
    color: #fff;
}
