.error {
    color: #dd0000;
    font-style: italic;
}

.utility__subscribe .subscribe-error {
    margin-top: 1em;
}

.form-trigger {

}

#news-form, #file-form {
    display: none;
    padding: 1em;
    background-color: #f8f8f8;
    border: 1px dotted darkgrey;
}

#news-form {
    margin-bottom: 2em;
}

#news-form textarea {
    height: 200px;
}

#file-form {
    margin-top: 2em;
}

.form-trigger {
    border: 1px dotted darkgrey;
    color: darkgray;
    text-align: center;
    margin: 1em 0 1em 0;
    font-size: 1.2em;
    line-height: 5em;
    background-color: #f8f8f8;
}

.form-trigger:hover {
    border: 1px dotted #333333;
    color: #333333;
    cursor: pointer;
}

.text-content h2 {
    text-align: left;
    font-size: 1.6em;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

.text-content h2.first {
    margin-top: 0;
}

.Guidepost {
    font-size: 1.2em;
}

.Courses__profession label {
    margin-left: 2em;
    line-height: 1.5em;
    margin-bottom: 1em;
}


.Courses__profession label .translation {
    color: darkgray;
}


.Courses__profession input[type=checkbox] {
    margin-left: -2em;
    margin-bottom: 0;
    position: absolute;
    margin-top: 0.2em;
}

.old {
    color: #999999;
}

.Test h3 {
    font-size: 1.5rem;
}

.Test__introduction {
    text-align: center;
}

.Test__param {
    margin-bottom: 0.2rem;
    font-size: 1.2em;
}

.Test__param span {
    font-weight: bold;
    margin-left: 1em;
}

.Header__logo {
    height: 4em;
    margin: 1em 0 0.5em 0;
}


.Top-menu__item.Top-menu__item--icon span {
    /* border-top: 1px solid lightgrey; */
}
