/* some own style settings */

a, a:visited {
    color: #1c619e;
    text-decoration: none;
}
a:hover {
    color: #ed661a;
}

p {
    text-align: justify;
}

.hint {
    border-left: rgba(255, 237, 71, 0.781);
    border-left-style: groove;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    background-color: rgba(220, 220, 220, 0.274);
}
.hint strong {
    color: red;
    font-family:'Courier New', Courier, monospace;
}

.hint p {
    padding: 5px;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navigation {
    list-style-type: none;
    vertical-align: center;
}

.navigation-item a, a:after{
    float: left;
    padding: 10px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #303133;
    text-decoration: none;
    text-align: right;
}
.navigation-item a:hover{
    color: #ed661a;
}

.navigation-item img {
    float: left;
    padding-right: 30px;
}

.footer {
    list-style-type: none;
    vertical-align: center;
}

.footer p {
    font-size: 12px;
}

.footer-item a, a:after{
    padding: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #303133;
    text-decoration: none;
    text-align: right;
}
.footer-item a:hover{
    color: #ed661a;
}

.error {
    border-style: dotted;
    border-color: red;
    width: 75%;
    margin: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    font-style: italic;
}
.error strong {
    color: red;
}

.description, .description p {
    right: -30%;
    width: 70%;
    position: relative;
    font-size: smaller;
    color: gray;
}