/* Kommentare  */

.single-post #content .comments-area,
.single-fotostream #content .comments-area,
.single-micro #content .comments-area {
    padding: var(--chku-space-xl) var(--chku-space-s);
    background-color: var(--tertiary);
}

.single-post #content .comments-area #comments,
.single-fotostream #content .comments-area #comments,
.single-micro #content .comments-area #comments {
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
}
.single-micro #content .comments-area #comments {
    max-width: 632px;
}

.single-post #content .comments-area #comments .comments-title,
.single-post #content .comments-area #comments .comment-reply-title,
.single-fotostream #content .comments-area #comments .comments-title,
.single-fotostream #content .comments-area #comments .comment-reply-title,
.single-micro #content .comments-area #comments .comments-title,
.single-micro #content .comments-area #comments .comment-reply-title {
    font-size: var(--chku-font-size-m);
    margin-bottom: var(--chku-space-b);
}

.single-post #content .comments-area #comments .comment-content,
.single-fotostream #content .comments-area #comments .comment-content,
.single-micro #content .comments-area #comments .comment-content {
    background-color: var(--wp--preset--color--base);
    border-radius: var(--chku-border-radius-s);
}

.single-post #content .comments-area #comments textarea#comment,
.single-fotostream #content .comments-area #comments textarea#comment,
.single-micro #content .comments-area #comments textarea#comment {
    border-radius: var(--chku-border-radius-s);
}