.size_f_13 {
    font-size: 13px;
    line-height: 20px;
}

.padding_0 {
    padding: 0 !important;
}

.margin_left_30 {
    margin-left: 30px;
}

.comment_success {
    box-shadow: 0 0 6px #f90;
}

.t3-comment-empty.size_f_18 {
    line-height: 16px;
}

#js_comment_count {
    all: inherit;
    display: inline;
}

.comment-form {
    height: unset;
}

.comment-form textarea {
    margin-bottom: 10px;
}

.comment-form-name-mail {
    display: flex;
    flex-direction: column;
}

.comment-form-name-mail div {
    flex: 1 1 0;
}

.comment-form-legal {
    flex-direction: column;
}

.comment-form-legal a, .comment-form-legal a:link, .comment-form-legal a:visited, .comment-form-legal a:hover, .comment-form-legal a:active, .comment-form-legal a:focus {
    color: #e65100;
}
.comment-form-legal a:hover {
    color: #333;
}

@media screen and (min-width: 640px){
    .comment-form-name-mail {
        flex-direction: row;
        gap: 2rem;
    }
}

.comment-split {
    margin: 0;
    background-color: #cccccc !important;
    border: none;
    color: #cccccc !important;
    height: 1px;
}

.kommentare a, .kommentare a:link, .kommentare a:visited, .kommentare a:hover, .kommentare a:active, .kommentare a:focus {
    text-decoration: none;
}
.kommentare a:hover {
    color: #e65100;
}